bpt/emacs.git
18 years ago(gud-speedbar-buttons): Fontify watch expessions.
Nick Roberts [Mon, 20 Feb 2006 00:02:22 +0000 (00:02 +0000)]
(gud-speedbar-buttons): Fontify watch expessions.

18 years ago(speedbar-make-button): Keep text properties
Nick Roberts [Mon, 20 Feb 2006 00:01:10 +0000 (00:01 +0000)]
(speedbar-make-button): Keep text properties
of string arguments if desired.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Feb 2006 00:00:31 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago[HAVE_GETRLIMIT]: Include sys/resource.h.
Richard M. Stallman [Mon, 20 Feb 2006 00:00:18 +0000 (00:00 +0000)]
[HAVE_GETRLIMIT]: Include sys/resource.h.
(check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.

18 years ago*** empty log message ***
Nick Roberts [Mon, 20 Feb 2006 00:00:11 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago(digest_single_submenu): When pane_string is empty, do initialize save_wv.
Richard M. Stallman [Sun, 19 Feb 2006 23:41:31 +0000 (23:41 +0000)]
(digest_single_submenu): When pane_string is empty, do initialize save_wv.

18 years ago(High-Level Completion): Add xref to read-input-method-name.
Richard M. Stallman [Sun, 19 Feb 2006 23:40:25 +0000 (23:40 +0000)]
(High-Level Completion): Add xref to read-input-method-name.

18 years ago(Relative File Names): Move file-relative-name here.
Richard M. Stallman [Sun, 19 Feb 2006 23:39:55 +0000 (23:39 +0000)]
(Relative File Names): Move file-relative-name here.
(File Name Expansion): From here.  Minor clarifications.

18 years ago(Using Interactive): Put string case before list case.
Richard M. Stallman [Sun, 19 Feb 2006 23:38:11 +0000 (23:38 +0000)]
(Using Interactive): Put string case before list case.

18 years ago(Using Interactive): Add xrefs about reading input.
Richard M. Stallman [Sun, 19 Feb 2006 23:37:38 +0000 (23:37 +0000)]
(Using Interactive): Add xrefs about reading input.
Clarify remarks about that moving point and mark.

18 years agoUse @smallbook.
Richard M. Stallman [Sun, 19 Feb 2006 23:35:56 +0000 (23:35 +0000)]
Use @smallbook.
(Top): Update ref to Emacs paper, delete ref to Cookbook.
Update subnode menu.

18 years ago(Lisp Interaction): Minor addition.
Richard M. Stallman [Sun, 19 Feb 2006 23:34:53 +0000 (23:34 +0000)]
(Lisp Interaction): Minor addition.

18 years ago(ffap-read-file-or-url): Bind `completion-ignore-case' to value of
John Paul Wallington [Sun, 19 Feb 2006 23:28:42 +0000 (23:28 +0000)]
(ffap-read-file-or-url): Bind `completion-ignore-case' to value of
`read-file-name-completion-ignore-case'.  From Ryan Yeske.

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

18 years ago* cus-edit.el (customize-set-variable): Push setting to `user' theme.
Chong Yidong [Sun, 19 Feb 2006 17:27:37 +0000 (17:27 +0000)]
* cus-edit.el (customize-set-variable): Push setting to `user' theme.

18 years ago* custom.el (customize-mark-as-set): Push to `user' theme.
Chong Yidong [Sun, 19 Feb 2006 17:26:44 +0000 (17:26 +0000)]
* custom.el (customize-mark-as-set): Push to `user' theme.

18 years ago* custom.el (customize-mark-to-save): Load the symbol's
Chong Yidong [Sun, 19 Feb 2006 16:20:21 +0000 (16:20 +0000)]
* custom.el (customize-mark-to-save): Load the symbol's
dependencies, so that `standard-value' will be present.

18 years ago* cus-edit.el (custom-save-variables): Allow unthemed values.
Chong Yidong [Sun, 19 Feb 2006 15:50:09 +0000 (15:50 +0000)]
* cus-edit.el (custom-save-variables): Allow unthemed values.

18 years ago(update_menu_bar) [MAC_OS]: Don't set
YAMAMOTO Mitsuharu [Sun, 19 Feb 2006 07:33:40 +0000 (07:33 +0000)]
(update_menu_bar) [MAC_OS]: Don't set
w->update_mode_line if arg F is not the selected frame.

18 years ago(popup_activated_flag, submenu_id)
YAMAMOTO Mitsuharu [Sun, 19 Feb 2006 07:33:13 +0000 (07:33 +0000)]
(popup_activated_flag, submenu_id)
(next_menubar_widget_id): Remove variables.
(initialize_frame_menubar): Remove function.
(pop_down_menu, mac_menu_show): Simplify save value.
(dispose_menus): New function.
(pop_down_menu, fill_menubar): Use it.
(fill_submenu): Remove function.  All uses changed to fill_menu.
(add_menu_item): Remove args SUBMENU and FORCE_DISABLE.  New arg
POS.  Don't call SetMenuItemHierarchicalID here.
(fill_menu): Add arg SUBMENU_ID.  Return submenu_id that is to be
used next.  Call SetMenuItemHierarchicalID here.
(fill_menubar): Add arg DEEP_P.  All uses changed.  Clean up menu
objects if needed.  Reuse existing menu bar titles if possible.
(set_frame_menubar): Don't clean up menu objects here.

18 years ago(gdb-force-update): Rename from gdb-var-changed.
Nick Roberts [Sun, 19 Feb 2006 05:21:50 +0000 (05:21 +0000)]
(gdb-force-update): Rename from gdb-var-changed.
(gdb-post-prompt): Use it.
(gdb-var-create-handler, gdb-var-evaluate-expression-handler)
(gdb-var-update-handler, gdb-var-delete)
(gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
(gdb-var-update-handler-1): Don't set gdb-var-changed, just set
gdb-force-update in gdb-post-prompt.
(gdb-reset): Clear watch expressions from speedbar when quitting.

18 years agoDon't require font-lock as it's now automatically loaded.
Nick Roberts [Sun, 19 Feb 2006 05:20:44 +0000 (05:20 +0000)]
Don't require font-lock as it's now automatically loaded.
(gud-speedbar-buttons): Replace gdb-var-changed with gdb-force-update.

18 years ago*** empty log message ***
Nick Roberts [Sun, 19 Feb 2006 05:19:26 +0000 (05:19 +0000)]
*** empty log message ***

18 years ago2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 19 Feb 2006 03:16:45 +0000 (03:16 +0000)]
2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-cmd.el (viper-insert-state-post-command-sentinel,
viper-change-state-to-vi, viper-change-state-to-emacs):
made aware of cursor coloring in the emacs state.
(viper-special-read-and-insert-char): use read-char-exclusive.
(viper-minibuffer-trim-tail): workaround for fields in minibuffer.

* viper-init.el (viper-emacs-state-cursor-color): new variable.

* viper-util.el (viper-save-cursor-color,
viper-get-saved-cursor-color-in-replace-mode,
viper-get-saved-cursor-color-in-insert-mode,
viper-restore-cursor-color): make aware of the cursor color in emacs
state.
(viper-get-saved-cursor-color-in-emacs-mode): new function.

* ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option,
ediff-ignore-case-option3, ediff-actual-diff-options,
ediff-actual-diff3-options): new variables to control case sensitivity.
(ediff-make-diff2-buffer, ediff-setup-fine-diff-regions,
ediff-setup-diff-regions3): made aware of case-sensitivity.
(ediff-toggle-ignore-case): new function.
(ediff-extract-diffs, ediff-extract-diffs3): preserve point in buffers.

* ediff-help.el (ediff-long-help-message-narrow2,
ediff-long-help-message-compare2, ediff-long-help-message-compare3,
ediff-long-help-message-word-mode): add ignore-case command.
(ediff-help-for-quick-help): add ignore-case command.

* ediff-merg.el: move provide to the end.

* ediff-ptch.el: move provide to the end.

* ediff-wind.el: move provide to the end.

* ediff-mult.el: move provide to the end.
(ediff-set-meta-overlay): enable follow-link.

* ediff.el: move provide to the end.
Break recursive load cycle in eval-when-compile.
(ediff-patch-buffer): better heuristics.

* ediff-util.el: move provide to the end.
Break recursive load cycle in eval-when-compile.
(ediff-setup-keymap): add binding for #c. Replaced some defsubsts with
defuns.
(ediff-submit-report): pass the values of ediff-diff3-program,
ediff-diff3-options.

18 years ago(Version, mh-version): Add +cvs to version.
Bill Wohler [Sat, 18 Feb 2006 23:38:39 +0000 (23:38 +0000)]
(Version, mh-version): Add +cvs to version.

18 years ago(help-do-arg-highlight): Recognize also ARG- followed by the opening bracket of
Juanma Barranquero [Sat, 18 Feb 2006 23:34:18 +0000 (23:34 +0000)]
(help-do-arg-highlight): Recognize also ARG- followed by the opening bracket of
the following bracketing pairs: {}, [], (), <>, `' (for example, in the
docstring of `windmove-default-keybindings').

18 years ago(gdb-var-evaluate-expression-handler)
Nick Roberts [Sat, 18 Feb 2006 22:58:26 +0000 (22:58 +0000)]
(gdb-var-evaluate-expression-handler)
(gdb-var-update-handler): Detect out of scope variables with pre
GDB 6.4 too.
(gdb-post-prompt): Revert changet 2006-02-17 (force update).
Reset status of variable objexts to nil in update handlers.
(gdb-var-update-handler-1): Detect when a variable object comes
in scope.  setcar on var changes gdb-var-list directly.

18 years ago(gud-speedbar-buttons): Update properly for
Nick Roberts [Sat, 18 Feb 2006 22:57:05 +0000 (22:57 +0000)]
(gud-speedbar-buttons): Update properly for
shadow face.  Don't provide binding to edit variable when it is
out of scope.

18 years ago*** empty log message ***
Nick Roberts [Sat, 18 Feb 2006 22:55:09 +0000 (22:55 +0000)]
*** empty log message ***

18 years agoMention that 7.92 is the third 8.0 beta release.
Bill Wohler [Sat, 18 Feb 2006 22:47:54 +0000 (22:47 +0000)]
Mention that 7.92 is the third 8.0 beta release.

18 years agoUpdate for MH-E release 7.92.
Bill Wohler [Sat, 18 Feb 2006 22:47:01 +0000 (22:47 +0000)]
Update for MH-E release 7.92.

18 years ago(Version, mh-version): Update for release 7.92.
Bill Wohler [Sat, 18 Feb 2006 22:43:43 +0000 (22:43 +0000)]
(Version, mh-version): Update for release 7.92.

18 years ago* window.c (window_min_size_1): Ensure room for the scroll bar and
Chong Yidong [Sat, 18 Feb 2006 22:17:09 +0000 (22:17 +0000)]
* window.c (window_min_size_1): Ensure room for the scroll bar and
fringes.

18 years agoRemove trailing whitespace (checkdoc fix).
Bill Wohler [Sat, 18 Feb 2006 18:39:31 +0000 (18:39 +0000)]
Remove trailing whitespace (checkdoc fix).

18 years ago(Info-search): Skip `Local Variables' node.
Juri Linkov [Fri, 17 Feb 2006 21:55:44 +0000 (21:55 +0000)]
(Info-search): Skip `Local Variables' node.

18 years ago(icomplete-get-keys): Use `t' for the second arg `visible-ok'
Juri Linkov [Fri, 17 Feb 2006 21:54:35 +0000 (21:54 +0000)]
(icomplete-get-keys): Use `t' for the second arg `visible-ok'
of `other-buffer' to find the right original buffer.

18 years ago(ffap) <defface>: Add explicit face declaration.
Juri Linkov [Fri, 17 Feb 2006 21:54:17 +0000 (21:54 +0000)]
(ffap) <defface>: Add explicit face declaration.
(ffap-highlight): Use face `ffap' directly instead of checking
for its existence.

18 years ago(Info-find-file): Check for symbols `apropos', `history',
Juri Linkov [Fri, 17 Feb 2006 21:29:13 +0000 (21:29 +0000)]
(Info-find-file): Check for symbols `apropos', `history',
`toc' in the input filename, and return these symbols as is.
(Info-find-node-2): Set Info-current-file to symbols `apropos',
`history', `toc' instead of strings.
(Info-set-mode-line): For non-string Info-current-file use the
symbol's name inside **.
(Info-isearch-push-state): Add quote before Info-current-file and
Info-current-node.
(Info-isearch-pop-state): Use `equal' instead of `string='.
(Info-extract-pointer, Info-following-node-name): Use
`match-string-no-properties' instead of `match-string'.
(Info-up): Check `old-file' for `stringp'.
(Info-history): Use `equal' instead of `string-equal'.
Check `file' for `stringp'.
(Info-history): Use symbol `history' instead of string as first arg
of `Info-find-node'.
(Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
`toc' instead of string.
(Info-extract-menu-node-name): Use `buffer-substring-no-properties'
instead of `buffer-substring', and `match-string-no-properties'
instead of `match-string'.
(Info-index-nodes): Check for symbols `apropos', `history', `toc'
instead of strings.
(info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
Use symbol `apropos' instead of string.
(Info-copy-current-node-name): Check `Info-current-file' for
`stringp' and construct a command with `Info-find-node' from it.
(Info-fontify-node): Use `match-string-no-properties' instead of
`match-string' and check file names for `stringp'.
(Info-desktop-buffer-misc-data): Check for symbols `apropos',
`history', `toc' instead of strings.

18 years ago(Watch Expressions): Update and be more precise.
Nick Roberts [Fri, 17 Feb 2006 20:55:18 +0000 (20:55 +0000)]
(Watch Expressions): Update and be more precise.

18 years ago*** empty log message ***
Nick Roberts [Fri, 17 Feb 2006 20:51:12 +0000 (20:51 +0000)]
*** empty log message ***

18 years ago(mh-folder-msg-number): Use purple on low-color, light backgrounds per
Bill Wohler [Fri, 17 Feb 2006 20:32:16 +0000 (20:32 +0000)]
(mh-folder-msg-number): Use purple on low-color, light backgrounds per
Mark's suggestion.

18 years ago(BASE_PURESIZE): Increment to 1200000.
Romain Francoise [Fri, 17 Feb 2006 19:58:17 +0000 (19:58 +0000)]
(BASE_PURESIZE): Increment to 1200000.

18 years ago(mh-image-load-path): Fix problem that images on load-path or
Bill Wohler [Fri, 17 Feb 2006 18:36:03 +0000 (18:36 +0000)]
(mh-image-load-path): Fix problem that images on load-path or
image-load-path would win over relative paths (newer MH-E or Emacs
distribution).

18 years ago(Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.
Stefan Monnier [Fri, 17 Feb 2006 16:00:35 +0000 (16:00 +0000)]
(Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.

18 years ago* files.el: Rearrange functions and variables in the file local
Chong Yidong [Fri, 17 Feb 2006 15:33:22 +0000 (15:33 +0000)]
* files.el: Rearrange functions and variables in the file local
variables section.

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 17 Feb 2006 15:12:43 +0000 (15:12 +0000)]
*** empty log message ***

18 years ago(Fset_window_scroll_bars): Doc fix.
Juanma Barranquero [Fri, 17 Feb 2006 15:02:30 +0000 (15:02 +0000)]
(Fset_window_scroll_bars): Doc fix.

18 years agoAdd truncate-lines, ispell-check-comments and
Reiner Steib [Fri, 17 Feb 2006 13:42:17 +0000 (13:42 +0000)]
Add truncate-lines, ispell-check-comments and
ispell-local-dictionary as safe local variables.

18 years ago(display_mode_element): Call display_string with correct
Kenichi Handa [Fri, 17 Feb 2006 12:35:52 +0000 (12:35 +0000)]
(display_mode_element): Call display_string with correct
PREC arg (which must be a number of characters, not column width).

18 years ago*** empty log message ***
Kenichi Handa [Fri, 17 Feb 2006 12:35:38 +0000 (12:35 +0000)]
*** empty log message ***

18 years ago(gdb-var-list): Update doc string.
Nick Roberts [Fri, 17 Feb 2006 11:51:38 +0000 (11:51 +0000)]
(gdb-var-list): Update doc string.
(gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
(gdb-show-changed-values): Also use for out of scope variables.
(gdb-var-update-handler-1): Note if variable goes out of scope.

18 years ago(gud-speedbar-buttons): Use shadow face for
Nick Roberts [Fri, 17 Feb 2006 11:50:48 +0000 (11:50 +0000)]
(gud-speedbar-buttons): Use shadow face for
out of scope variables.
(gud-speedbar-buttons): Use unless.

18 years ago*** empty log message ***
Nick Roberts [Fri, 17 Feb 2006 11:49:39 +0000 (11:49 +0000)]
*** empty log message ***

18 years agoReworked.
Kenichi Handa [Fri, 17 Feb 2006 11:24:57 +0000 (11:24 +0000)]
Reworked.

18 years ago(TUTORIAL.cn): Update the maintainer.
Kenichi Handa [Fri, 17 Feb 2006 11:24:24 +0000 (11:24 +0000)]
(TUTORIAL.cn): Update the maintainer.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 17 Feb 2006 11:20:41 +0000 (11:20 +0000)]
*** empty log message ***

18 years ago(rcirc-connect): Make all arguments optional, and default to global variable
Eli Zaretskii [Fri, 17 Feb 2006 11:19:00 +0000 (11:19 +0000)]
(rcirc-connect): Make all arguments optional, and default to global variable
values for unsupplied args.
(rcirc-get-buffer-create): Fix bug with setting the target.
(rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include test for
rcirc-always-use-server-buffer-flag here.
(rcirc-response-formats): Add %N, which is a facified nick.  %n uses the
default face.  Change the ACTION format string.  If the "nick" is the server,
don't print anything for that field.  Comment fixes.
(rcirc-target-buffer): Don't test rcirc-always-use-server-buffer-flag here.
(rcirc-print): Squeeze extra spaces out of the text before message.
(rcirc-put-nick-channel): Strip potential "@" char from nick before adding
them to nick table.
(rcirc-url-regexp): Improve to match address like "foo.com".

18 years ago(ispell-local-dictionary-alist): Accept as valid any coding-system
Eli Zaretskii [Fri, 17 Feb 2006 11:13:26 +0000 (11:13 +0000)]
(ispell-local-dictionary-alist): Accept as valid any coding-system
supported by emacs.
(ispell-dictionary-alist-3): Esperanto dictionary's coding system
changed to iso-8859-3.

18 years ago(allout-hidden-p): Move this defsubts before
Eli Zaretskii [Fri, 17 Feb 2006 11:02:27 +0000 (11:02 +0000)]
(allout-hidden-p): Move this defsubts before
allout-overlay-interior-modification-handler, where it is first used.

18 years agoUpdate the Allout entry.
Eli Zaretskii [Fri, 17 Feb 2006 10:58:37 +0000 (10:58 +0000)]
Update the Allout entry.

18 years agoUse allout invisible-text overlays instead of
Eli Zaretskii [Fri, 17 Feb 2006 10:53:13 +0000 (10:53 +0000)]
Use allout invisible-text overlays instead of
selective display for concealed text.  Also, lots of general
cleanup, and improved compatibility code.
(allout-version) Incremented, corrected, revised, and refined
module commentary.
(provide 'allout): Moved to the bottom, added a require of overlay.
(allout-encrypt-unencrypted-on-saves): Defaults to t instead of
`except-current'.
(allout-write-file-hook-handler): Minimize delay.
(count-trailing-whitespace-region): New function so
auto-encryption of current topic can resituate cursor exactly.
PGP/GPG encryption trims trailing whitespace from lines, which
must be accounted for across encryption then decryption.
(allout-command-prefix): Now defaults to "\C-c<space>" rather than
just plain "\C-c", to avoid intruding on user's keybinding space.
(allout-toggle-current-subtree-encryption): Pass along fetch-pass
parameter, so user request to provide a new password is done.
(allout-outside-normal-auto-fill-function, allout-auto-fill):
Refined mechanism for auto-filling behavior while in allout mode.
(allout-mode): Explicitly specify the mode map in the docstring.
Clarify provision for various write-file hook var names.
Adjusted for invisible-text overlays instead of selective-display.
(allout-depth): Really return 0 if not within any topic.  This
rectifies `allout-beginning-of-level' and sequence numbering
errors that occur when cutting and pasting numbered topics.
Changed from a in-line subst to a regular function, as well.
(allout-pre-next-prefix): Renamed from allout-pre-next-preface.
(allout-end-of-subtree, allout-end-of-subtree)
(allout-end-of-entry, allout-end-of-current-heading)
(allout-next-visible-heading, allout-open-topic, allout-show-entry)
(allout-show-children, allout-show-to-offshoot)
(allout-hide-current-entry, allout-show-current-entry): Rectified
handling of trailing blank lines between items.
(allout-line-boundary-regexp, set-allout-regexp, allout-depth)
(allout-current-depth, allout-unprotected, allout-hidden-p)
(allout-on-current-heading-p, allout-listify-exposed)
(allout-chart-subtree, allout-goto-prefix)
(allout-back-to-current-heading, allout-get-body-text)
(allout-snug-back, allout-flag-current-subtree, allout-show-all)
(allout-hide-region-body, allout-toggle-subtree-encryption)
(allout-encrypt-string, allout-encrypted-key-info)
(allout-next-topic-pending-encryption, allout-encrypt-decrypted)
(allout-file-vars-section-data): Adjusted for use with
invisible-text overlays instead of selective-display.
(allout-kill-line, allout-kill-topic, allout-yank-processing):
Reworked for use with invisible text overlays.
(allout-current-topic-collapsed-p): New function.
(allout-hide-current-subtree): Use allout-current-topic-collapsed-p
to know when to close the containing topic.
(allout-pre-command-business, allout-post-command-business):
Simplify undo-batching and dynamic isearch exposure.
(allout-set-overlay-category): New for invisible-text overlays.
Sets properties of allout-overlay-category, used by
allout-flag-region to set invisible-text overlay properties.
(allout-get-invisibility-overlay): Get the first qualifying
invisibility overlay, so we can find the extent of it.
(allout-back-to-visible-text): Get to just before the beginnining
of the current invisibility overlay, if any.
(allout-overlay-insert-in-front-handler)
(allout-overlay-interior-modification-handler)
(allout-before-change-handler, allout-isearch-end-handler): New
functions to handle extraordinary actions affecting concealed
text.
(allout-flag-region): Use overlays instead of selective-display
for invisible text - by inheritence from the properties of
allout-overlay-category in mainline emacs, and applied
property-by-property in xemacs, some recent versions of which
don't inherit the properties from the category.  Provisions to
respond to concealed-text edits simplified drastically.
(allout-isearch-rectification, allout-isearch-was-font-lock)
(allout-isearch-expose, allout-enwrap-isearch)
(allout-isearch-abort, allout-pre-was-isearching)
(allout-isearch-prior-pos, allout-isearch-did-quit)
(allout-isearch-dynamic-expose)
(allout-hide-current-entry-completely): Functions deleted.
(allout-undo-aggregation): Explicit undo aggregation no longer
necessary due to transition away from selective-display.
(set-allout-regexp, allout-up-current-level)
(allout-next-visible-heading, allout-forward-current-level)
(allout-open-topic, allout-reindent-body, allout-rebullet-topic)
(allout-kill-line, allout-yank-processing, allout-show-children)
(allout-expose-topic, allout-old-expose-topic)
(allout-listify-exposed, allout-insert-latex-header)
(allout-toggle-subtree-encryption, allout-encrypt-string)
(remove-from-invisibility-spec, allout-hide-current-subtree):
Ditched unused variables.

18 years ago(ispell-change-dictionary): Call ispell-buffer-local-dict instead of
Eli Zaretskii [Fri, 17 Feb 2006 10:43:53 +0000 (10:43 +0000)]
(ispell-change-dictionary):  Call ispell-buffer-local-dict instead of
ispell-accept-buffer-local-defs.

18 years agoRemove the coding cookie, it's not needed anymore.
Eli Zaretskii [Fri, 17 Feb 2006 10:34:16 +0000 (10:34 +0000)]
Remove the coding cookie, it's not needed anymore.

18 years agoFix last entry.
Romain Francoise [Fri, 17 Feb 2006 09:55:20 +0000 (09:55 +0000)]
Fix last entry.

18 years ago(mh-inherit-face-flag): New variable. Non-nil means that the defface
Bill Wohler [Fri, 17 Feb 2006 03:57:57 +0000 (03:57 +0000)]
(mh-inherit-face-flag): New variable. Non-nil means that the defface
:inherit keyword is available.
(mh-face-data): New variable (contains
all face specs) and function (accessor).
(mh-folder-address, mh-folder-body, mh-folder-cur-msg-number)
(mh-folder-date, mh-folder-deleted, mh-folder-followup)
(mh-folder-msg-number, mh-folder-refiled)
(mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender)
(mh-folder-subject, mh-folder-tick, mh-folder-to)
(mh-search-folder, mh-letter-header-field, mh-show-cc)
(mh-show-date, mh-show-from)
(mh-show-header, mh-show-pgg-bad, mh-show-pgg-good)
(mh-show-pgg-unknown, mh-show-signature, mh-show-subject)
(mh-show-to, mh-show-xface, mh-speedbar-folder)
(mh-speedbar-folder-with-unseen-messages)
(mh-speedbar-selected-folder)
(mh-speedbar-selected-folder-with-unseen-messages): Use mh-face-data.

18 years ago(mh-file-mime-type-substitutions): Remove trailing whitespace
Bill Wohler [Fri, 17 Feb 2006 03:50:55 +0000 (03:50 +0000)]
(mh-file-mime-type-substitutions): Remove trailing whitespace
(checkdoc fix).

18 years ago(Other Display Specs, Image Descriptors): Revert erroneous changes.
Luc Teirlinck [Fri, 17 Feb 2006 03:44:38 +0000 (03:44 +0000)]
(Other Display Specs, Image Descriptors): Revert erroneous changes.
The previous description of image-descriptors as `(image . PROPS)' was
correct.  (Pointed out by Johan Bockgård.)

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 17 Feb 2006 03:40:50 +0000 (03:40 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-94
Miles Bader [Fri, 17 Feb 2006 02:38:14 +0000 (02:38 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-94

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 35-36)

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

18 years ago(icalendar-import-file, icalendar-export-file): Put back significant trailing
Juanma Barranquero [Fri, 17 Feb 2006 01:59:49 +0000 (01:59 +0000)]
(icalendar-import-file, icalendar-export-file): Put back significant trailing
whitespace.  <sigh>

18 years ago(speedbar-frame-width): Make an inline function
Nick Roberts [Fri, 17 Feb 2006 00:26:14 +0000 (00:26 +0000)]
(speedbar-frame-width): Make an inline function
instead of a macro.  Use frame-width.
(speedbar-try-completion, speedbar-update-contents)
(speedbar-timer-fn): Use consp.
(speedbar-update-localized-contents): Try to preserve point.

18 years ago(gdba, gdb-var-list): Improve doc strings.
Nick Roberts [Fri, 17 Feb 2006 00:25:16 +0000 (00:25 +0000)]
(gdba, gdb-var-list): Improve doc strings.
(menu): Re-order menu items.
(gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope" field.
(gdb-var-update-handler-1): Use it for GDB 6.4+.
(gdb-post-prompt): Speed things by not forcing update.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-93
Miles Bader [Fri, 17 Feb 2006 00:24:04 +0000 (00:24 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-93

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 30-34)

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

18 years ago*** empty log message ***
Nick Roberts [Fri, 17 Feb 2006 00:23:58 +0000 (00:23 +0000)]
*** empty log message ***

18 years ago(gdba): Improve doc string.
Nick Roberts [Thu, 16 Feb 2006 20:47:06 +0000 (20:47 +0000)]
(gdba): Improve doc string.
(menu): Re-order menu items.

18 years ago*** empty log message ***
Nick Roberts [Thu, 16 Feb 2006 20:46:10 +0000 (20:46 +0000)]
*** empty log message ***

18 years ago(mh-image-load-path): The variables image-load-path or load-path would
Bill Wohler [Thu, 16 Feb 2006 18:32:15 +0000 (18:32 +0000)]
(mh-image-load-path): The variables image-load-path or load-path would
not get updated if user set mh-image-load-path. Moved tests and
add-to-list calls outside of cond so they are applied consistently,
even if they are redundant in some circumstances. Efficiency isn't a
concern here. Made error messages more user-friendly.

18 years ago* wid-edit.el (widget-button-click): For mouse-1, cancel button
Chong Yidong [Thu, 16 Feb 2006 15:58:32 +0000 (15:58 +0000)]
* wid-edit.el (widget-button-click): For mouse-1, cancel button
press and perform default action if we get a mouse movement event.

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 16 Feb 2006 11:45:23 +0000 (11:45 +0000)]
*** empty log message ***

18 years ago(flymake-fix-file-name): Fix typo in docstring.
Juanma Barranquero [Thu, 16 Feb 2006 11:40:51 +0000 (11:40 +0000)]
(flymake-fix-file-name): Fix typo in docstring.

18 years ago(html2text-remove-tag-list): Fix typo in docstring.
Juanma Barranquero [Thu, 16 Feb 2006 11:36:52 +0000 (11:36 +0000)]
(html2text-remove-tag-list): Fix typo in docstring.

18 years ago(spam-stat-buffer-words): Fix typo in docstring.
Juanma Barranquero [Thu, 16 Feb 2006 11:36:21 +0000 (11:36 +0000)]
(spam-stat-buffer-words): Fix typo in docstring.

18 years ago(icalendar--get-event-property, icalendar--get-event-property-attributes):
Juanma Barranquero [Thu, 16 Feb 2006 11:32:43 +0000 (11:32 +0000)]
(icalendar--get-event-property, icalendar--get-event-property-attributes):
Fix typos in docstrings.

18 years agomh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 and
Peter Galbraith [Thu, 16 Feb 2006 02:14:40 +0000 (02:14 +0000)]
mh-compat.el (mh-image-search-load-path): Compatibility code.  Emacs 21 and
XEmacs don't have `image-search-load-path'.

mh-utils.el (mh-image-load-path): Don't bail out on error if the images are
already found.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-88
Miles Bader [Thu, 16 Feb 2006 01:41:30 +0000 (01:41 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-88
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0

18 years ago(Create Tags Table): Explain why the exception when etags writes to
Francesco Potortì [Wed, 15 Feb 2006 13:30:19 +0000 (13:30 +0000)]
(Create Tags Table): Explain why the exception when etags writes to
files under the /dev tree.

18 years ago*** empty log message ***
Francesco Potortì [Wed, 15 Feb 2006 13:29:34 +0000 (13:29 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 15 Feb 2006 11:25:58 +0000 (11:25 +0000)]
*** empty log message ***

18 years ago(bs-mode): Use `buffer-disable-undo'.
Juanma Barranquero [Wed, 15 Feb 2006 11:10:56 +0000 (11:10 +0000)]
(bs-mode): Use `buffer-disable-undo'.
(bs--get-file-name): Simplify.
(bs-show-in-buffer): Mark the buffer as not modified.

18 years agoFix entry for 2006-02-14
Jan Djärv [Wed, 15 Feb 2006 09:46:01 +0000 (09:46 +0000)]
Fix entry for 2006-02-14

18 years agoIndentation fix
Jan Djärv [Wed, 15 Feb 2006 09:45:31 +0000 (09:45 +0000)]
Indentation fix

18 years ago(set_frame_menubar): Don't call DrawMenuBar.
YAMAMOTO Mitsuharu [Wed, 15 Feb 2006 08:42:12 +0000 (08:42 +0000)]
(set_frame_menubar): Don't call DrawMenuBar.

18 years ago(x_set_menu_bar_lines): Menu bar is always shown on Mac.
YAMAMOTO Mitsuharu [Wed, 15 Feb 2006 08:41:36 +0000 (08:41 +0000)]
(x_set_menu_bar_lines): Menu bar is always shown on Mac.

18 years ago(x_get_arg): Clear out PARAM in ALIST also on Mac.
YAMAMOTO Mitsuharu [Wed, 15 Feb 2006 08:41:12 +0000 (08:41 +0000)]
(x_get_arg): Clear out PARAM in ALIST also on Mac.

18 years ago*** empty log message ***
Romain Francoise [Wed, 15 Feb 2006 07:28:15 +0000 (07:28 +0000)]
*** empty log message ***

18 years ago(File Local Variables): Clarifications.
Richard M. Stallman [Wed, 15 Feb 2006 04:38:45 +0000 (04:38 +0000)]
(File Local Variables): Clarifications.

18 years ago(Safe File Variables): Lots of clarification.
Richard M. Stallman [Wed, 15 Feb 2006 04:33:46 +0000 (04:33 +0000)]
(Safe File Variables): Lots of clarification.
Renamed from Unsafe File Variables.

18 years ago* cus-edit.el (custom-mode): Update docstring.
Chong Yidong [Wed, 15 Feb 2006 02:43:55 +0000 (02:43 +0000)]
* cus-edit.el (custom-mode): Update docstring.

18 years ago* cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
Chong Yidong [Wed, 15 Feb 2006 02:42:10 +0000 (02:42 +0000)]
* cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
binding.

18 years ago* wid-edit.el (widget-keymap): Bind down-mouse-1 to
Chong Yidong [Wed, 15 Feb 2006 02:41:02 +0000 (02:41 +0000)]
* wid-edit.el (widget-keymap): Bind down-mouse-1 to
widget-button-click.

* cus-edit.el (custom-mode-map): Remove mouse-1 binding.