]> git.eshelyaron.com Git - emacs.git/log
emacs.git
19 years agoMove debugger-mode to a more natural place.
Richard M. Stallman [Sun, 10 Jul 2005 17:07:19 +0000 (17:07 +0000)]
Move debugger-mode to a more natural place.

19 years ago(debug-help-follow): New function.
Richard M. Stallman [Sun, 10 Jul 2005 17:06:33 +0000 (17:06 +0000)]
(debug-help-follow): New function.
(debugger-mode-map): Use that instead of help-follow.
(debugger-setup-buffer): Use eval-buffer-list to handle eval-buffer frames.

19 years ago(Qeval_buffer_list, Veval_buffer_list): New vars.
Richard M. Stallman [Sun, 10 Jul 2005 17:02:49 +0000 (17:02 +0000)]
(Qeval_buffer_list, Veval_buffer_list): New vars.
(syms_of_lread): Set up eval-buffer-list.
(Feval_buffer, Feval_region): Bind eval-buffer-list.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 10 Jul 2005 17:01:34 +0000 (17:01 +0000)]
*** empty log message ***

19 years ago(command-line): Use custom-reevaluate-setting to handle tooltip-mode.
Luc Teirlinck [Sun, 10 Jul 2005 16:43:39 +0000 (16:43 +0000)]
(command-line): Use custom-reevaluate-setting to handle tooltip-mode.
Delete obsolete comment.

19 years ago(tooltip-mode): Use custom-initialize-safe-default and simplify
Luc Teirlinck [Sun, 10 Jul 2005 16:40:11 +0000 (16:40 +0000)]
(tooltip-mode): Use custom-initialize-safe-default and simplify
:init-value.  Delete obsolete comment.

19 years ago(blink-cursor-mode): Use `custom-initialize-safe-default' and simplify
Luc Teirlinck [Sun, 10 Jul 2005 16:36:04 +0000 (16:36 +0000)]
(blink-cursor-mode): Use `custom-initialize-safe-default' and simplify
:init-value.

19 years ago(custom-initialize-safe-set, custom-initialize-safe-default): New functions.
Luc Teirlinck [Sun, 10 Jul 2005 16:32:59 +0000 (16:32 +0000)]
(custom-initialize-safe-set, custom-initialize-safe-default): New functions.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 10 Jul 2005 14:47:45 +0000 (14:47 +0000)]
*** empty log message ***

19 years ago(set-visited-file-name): Avoid calling file-name-nondirectory with a
Luc Teirlinck [Sun, 10 Jul 2005 14:42:02 +0000 (14:42 +0000)]
(set-visited-file-name): Avoid calling file-name-nondirectory with a
nil argument.

19 years ago(ispell-command-loop): Add current dictionary name and program name
Juri Linkov [Sat, 9 Jul 2005 20:49:10 +0000 (20:49 +0000)]
(ispell-command-loop): Add current dictionary name and program name
to mode-line-format.
(ispell-region, ispell-process-line): Add current dictionary name
and program name to messages.

19 years ago(next-error-hook): New variable.
Juri Linkov [Sat, 9 Jul 2005 20:46:26 +0000 (20:46 +0000)]
(next-error-hook): New variable.
(next-error): Use it.  Doc fix.

19 years ago(compilation-mode-hook, compilation-mode): Doc fix.
Juri Linkov [Sat, 9 Jul 2005 20:45:26 +0000 (20:45 +0000)]
(compilation-mode-hook, compilation-mode): Doc fix.

19 years ago(dired-marker-char): Avoid quotations for `do' and `mark'
Juri Linkov [Sat, 9 Jul 2005 20:44:05 +0000 (20:44 +0000)]
(dired-marker-char): Avoid quotations for `do' and `mark'
to not create links to unrelated functions in the Help buffer.

19 years ago(fringe-mode): Add period in docstring.
Juri Linkov [Sat, 9 Jul 2005 20:43:32 +0000 (20:43 +0000)]
(fringe-mode): Add period in docstring.
(fringe-query-style): Build prompt depending on `all-frames' arg.

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Jul 2005 16:16:54 +0000 (16:16 +0000)]
*** empty log message ***

19 years ago(Add missing years in copyright notices of all files):
Thien-Thi Nguyen [Sat, 9 Jul 2005 10:08:34 +0000 (10:08 +0000)]
(Add missing years in copyright notices of all files):
Update "in charge" field for lisp/mh-e.

19 years ago(debugger-setup-buffer): When eval-buffer
Richard M. Stallman [Sat, 9 Jul 2005 04:14:26 +0000 (04:14 +0000)]
(debugger-setup-buffer): When eval-buffer
was called with nil for the buffer, handle the read position right.
Handle read position for eval-region, too.

19 years ago*** empty log message ***
Jay Belanger [Sat, 9 Jul 2005 04:14:06 +0000 (04:14 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Jul 2005 04:00:06 +0000 (04:00 +0000)]
*** empty log message ***

19 years ago(calc-embedded-firsttime, calc-embedded-firsttime-buf,
Jay Belanger [Sat, 9 Jul 2005 03:42:56 +0000 (03:42 +0000)]
(calc-embedded-firsttime, calc-embedded-firsttime-buf,
calc-embedded-firsttime-formula): New variables.
(calc-do-embedded): Use calc-embedded-firsttime,
calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
determine whether or not to run hooks.
(calc-embedded-make-info) Set calc-embedded-firsttime-buf and
calc-embedded-firsttime-formula appropriately.
Set calc-embedded delimiter variables according to mode.

19 years ago(Fdefvar): Allow defvaring a constant to itself quoted.
Richard M. Stallman [Sat, 9 Jul 2005 03:42:43 +0000 (03:42 +0000)]
(Fdefvar): Allow defvaring a constant to itself quoted.

19 years ago(calc-embedded-announce-formula-alist, calc-embedded-open-close-formula-alist,
Jay Belanger [Sat, 9 Jul 2005 03:41:40 +0000 (03:41 +0000)]
(calc-embedded-announce-formula-alist, calc-embedded-open-close-formula-alist,
calc-embedded-open-close-word-alist, calc-embedded-open-close-plain-alist,
calc-embedded-open-close-new-formula-alist, calc-embedded-open-close-mode-alist,
calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook,
calc-embedded-mode-hook): New variables.

19 years ago*** empty log message ***
Richard M. Stallman [Fri, 8 Jul 2005 22:55:36 +0000 (22:55 +0000)]
*** empty log message ***

19 years ago(checkdoc-proper-noun-list):
Richard M. Stallman [Fri, 8 Jul 2005 22:54:57 +0000 (22:54 +0000)]
(checkdoc-proper-noun-list):
Check for "emacs", etc., as entire symbol, not just as word.
(checkdoc-file-comments-engine): Use regexp-quote on FN.

19 years ago(set-visited-file-name): Report the error for "empty filename" earlier.
Richard M. Stallman [Fri, 8 Jul 2005 22:53:47 +0000 (22:53 +0000)]
(set-visited-file-name): Report the error for "empty filename" earlier.
(kill-some-buffers): Ignore buffers already dead.

19 years ago(fringe-mode): Doc fix.
Richard M. Stallman [Fri, 8 Jul 2005 22:50:50 +0000 (22:50 +0000)]
(fringe-mode): Doc fix.

19 years ago(byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turn
Richard M. Stallman [Fri, 8 Jul 2005 22:49:47 +0000 (22:49 +0000)]
(byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turn
off warnings in what it guards.  Use unwind-protect to ensure
byte-compile-unresolved-functions is updated.

19 years ago(whitespace-buffer-leading-cleanup): Simplify w/ skip-chars-forward.
Richard M. Stallman [Fri, 8 Jul 2005 22:33:00 +0000 (22:33 +0000)]
(whitespace-buffer-leading-cleanup): Simplify w/ skip-chars-forward.
(whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.

19 years ago(rmail-only-expunge): Fix paren error.
Richard M. Stallman [Fri, 8 Jul 2005 22:31:32 +0000 (22:31 +0000)]
(rmail-only-expunge): Fix paren error.
Unconditionally try to leave point at the same old place.

19 years agoUpdate edition number and size estimate.
Richard M. Stallman [Fri, 8 Jul 2005 22:30:17 +0000 (22:30 +0000)]
Update edition number and size estimate.

19 years ago(VERSION): Set to 2.9.
Richard M. Stallman [Fri, 8 Jul 2005 22:29:35 +0000 (22:29 +0000)]
(VERSION): Set to 2.9.

19 years agoFix previous change.
Richard M. Stallman [Fri, 8 Jul 2005 16:09:32 +0000 (16:09 +0000)]
Fix previous change.

19 years ago(menu_bar_items): Don't GCPRO menu_bar_items_vector here.
Kim F. Storm [Fri, 8 Jul 2005 14:48:03 +0000 (14:48 +0000)]
(menu_bar_items): Don't GCPRO menu_bar_items_vector here.
(syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Jul 2005 14:47:41 +0000 (14:47 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Eli Zaretskii [Fri, 8 Jul 2005 13:48:57 +0000 (13:48 +0000)]
*** empty log message ***

19 years ago(gnus-article-next-page, gnus-article-next-page-1)
Eli Zaretskii [Fri, 8 Jul 2005 13:48:33 +0000 (13:48 +0000)]
(gnus-article-next-page, gnus-article-next-page-1)
(gnus-article-prev-page): Take scroll-margin into consideration.

19 years ago(comint-postoutput-scroll-to-bottom)
Eli Zaretskii [Fri, 8 Jul 2005 13:44:42 +0000 (13:44 +0000)]
(comint-postoutput-scroll-to-bottom)
(comint-show-maximum-output): Take scroll-margin into consideration.

19 years ago* ido.el (ido-use-filename-at-point): New choice `guess'.
Kim F. Storm [Fri, 8 Jul 2005 10:07:39 +0000 (10:07 +0000)]
* ido.el (ido-use-filename-at-point): New choice `guess'.
(ido-file-internal): Try ffap-guesser if selected.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Jul 2005 10:07:19 +0000 (10:07 +0000)]
*** empty log message ***

19 years ago(ido-before-fallback-functions): New hook.
Kim F. Storm [Fri, 8 Jul 2005 09:44:47 +0000 (09:44 +0000)]
(ido-before-fallback-functions): New hook.
(ido-buffer-internal, ido-file-internal, ido-read-buffer)
(ido-read-file-name): Run it.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Jul 2005 09:44:33 +0000 (09:44 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Fri, 8 Jul 2005 05:01:47 +0000 (05:01 +0000)]
*** empty log message ***

19 years ago(math-apply-units): Change the places in which units are simplified.
Jay Belanger [Fri, 8 Jul 2005 04:32:51 +0000 (04:32 +0000)]
(math-apply-units):  Change the places in which units are simplified.

19 years agoUpdate Emacs version.
Richard M. Stallman [Fri, 8 Jul 2005 02:23:51 +0000 (02:23 +0000)]
Update Emacs version.

19 years ago*** empty log message ***
Kenichi Handa [Fri, 8 Jul 2005 01:52:05 +0000 (01:52 +0000)]
*** empty log message ***

19 years ago(Recognize Coding): Recommend revert-buffer-with-coding-system instead
Kenichi Handa [Fri, 8 Jul 2005 01:51:07 +0000 (01:51 +0000)]
(Recognize Coding): Recommend revert-buffer-with-coding-system instead
of revert-buffer.

19 years ago*** empty log message ***
Richard M. Stallman [Fri, 8 Jul 2005 01:10:12 +0000 (01:10 +0000)]
*** empty log message ***

19 years ago(Antinews): Mention mode-line-inverse-video.
Richard M. Stallman [Fri, 8 Jul 2005 01:10:01 +0000 (01:10 +0000)]
(Antinews): Mention mode-line-inverse-video.

19 years ago(Inverse Video): Delete mode-line-inverse-video.
Richard M. Stallman [Fri, 8 Jul 2005 01:08:09 +0000 (01:08 +0000)]
(Inverse Video): Delete mode-line-inverse-video.

19 years ago(Saving): Minor correction about C-x C-w.
Richard M. Stallman [Fri, 8 Jul 2005 01:07:22 +0000 (01:07 +0000)]
(Saving): Minor correction about C-x C-w.

19 years ago(Display Custom): Don't mention mode-line-inverse-video.
Richard M. Stallman [Fri, 8 Jul 2005 01:06:03 +0000 (01:06 +0000)]
(Display Custom): Don't mention mode-line-inverse-video.

19 years ago(quail-japanese-kanji-kkc): Fix order of
Kenichi Handa [Fri, 8 Jul 2005 00:52:05 +0000 (00:52 +0000)]
(quail-japanese-kanji-kkc): Fix order of
insertion and deletion.

19 years ago(customize-option, customize-option-other-window): Make them handle aliases.
Luc Teirlinck [Thu, 7 Jul 2005 23:19:43 +0000 (23:19 +0000)]
(customize-option, customize-option-other-window): Make them handle aliases.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 7 Jul 2005 23:18:26 +0000 (23:18 +0000)]
*** empty log message ***

19 years ago(custom-variable-p): Make it recursively follow aliases. Mention that
Luc Teirlinck [Thu, 7 Jul 2005 23:12:43 +0000 (23:12 +0000)]
(custom-variable-p): Make it recursively follow aliases.  Mention that
in the docstring.

19 years ago(Isearch Scroll): Add example of using the `isearch-scroll' property.
Luc Teirlinck [Thu, 7 Jul 2005 23:09:00 +0000 (23:09 +0000)]
(Isearch Scroll): Add example of using the `isearch-scroll' property.
(Slow Isearch): Reference anchor for `baud-rate' instead of entire
`Display Custom' node.
(Regexp Replace): Put text that requires Emacs Lisp knowledge last
and de-emphasize it.
(Other Repeating Search): `occur' currently can not correctly
handle multiline matches.  Correct, clarify and update description
of `flush-lines' and `keep-lines'.

19 years agoUndo last erroneous change.
Luc Teirlinck [Thu, 7 Jul 2005 23:05:28 +0000 (23:05 +0000)]
Undo last erroneous change.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 7 Jul 2005 23:03:02 +0000 (23:03 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 7 Jul 2005 22:57:21 +0000 (22:57 +0000)]
*** empty log message ***

19 years agoUpdate where to get GNU status; add refs for how to help.
Richard M. Stallman [Thu, 7 Jul 2005 22:54:34 +0000 (22:54 +0000)]
Update where to get GNU status; add refs for how to help.
Add footnotes 6 and 7.

19 years agoClarify footnote 7.
Richard M. Stallman [Thu, 7 Jul 2005 22:52:58 +0000 (22:52 +0000)]
Clarify footnote 7.

19 years ago(Display Custom): Add anchor for `baud-rate'.
Luc Teirlinck [Thu, 7 Jul 2005 22:48:46 +0000 (22:48 +0000)]
(Display Custom): Add anchor for `baud-rate'.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 7 Jul 2005 22:38:37 +0000 (22:38 +0000)]
*** empty log message ***

19 years agoUpdate how to help.
Richard M. Stallman [Thu, 7 Jul 2005 22:38:14 +0000 (22:38 +0000)]
Update how to help.

19 years ago(exec-path): Fix tag for nil.
Richard M. Stallman [Thu, 7 Jul 2005 22:04:28 +0000 (22:04 +0000)]
(exec-path): Fix tag for nil.

19 years ago(exec-path): Use `directory' instead of `file'.
Richard M. Stallman [Thu, 7 Jul 2005 21:50:31 +0000 (21:50 +0000)]
(exec-path): Use `directory' instead of `file'.

19 years ago*** empty log message ***
Lute Kamstra [Thu, 7 Jul 2005 11:20:45 +0000 (11:20 +0000)]
*** empty log message ***

19 years ago(occur-rename-buffer): Use `generate-new-buffer' also when called
Juanma Barranquero [Thu, 7 Jul 2005 10:04:01 +0000 (10:04 +0000)]
(occur-rename-buffer): Use `generate-new-buffer' also when called
non-interactively.  Doc fix.

19 years ago(Frecenter): Remove superfluous settings of iarg.
Kim F. Storm [Thu, 7 Jul 2005 09:36:18 +0000 (09:36 +0000)]
(Frecenter): Remove superfluous settings of iarg.

19 years ago(Frecenter): Fix last change (set iarg before use).
Kim F. Storm [Thu, 7 Jul 2005 09:33:29 +0000 (09:33 +0000)]
(Frecenter): Fix last change (set iarg before use).

19 years ago*** empty log message ***
Kim F. Storm [Thu, 7 Jul 2005 09:33:13 +0000 (09:33 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Lute Kamstra [Thu, 7 Jul 2005 09:27:54 +0000 (09:27 +0000)]
*** empty log message ***

19 years ago(elide-head-headers-to-hide): Recognize the FSF's new address as well.
Lute Kamstra [Thu, 7 Jul 2005 09:27:04 +0000 (09:27 +0000)]
(elide-head-headers-to-hide): Recognize the FSF's new address as well.

19 years agoDelete file. The GNU Task List is obsolete and has been replaced by
Lute Kamstra [Thu, 7 Jul 2005 08:39:54 +0000 (08:39 +0000)]
Delete file.  The GNU Task List is obsolete and has been replaced by
http://savannah.gnu.org/projects/tasklist.

19 years agoUpdate `versionnumber' and `year'. Update Emacs's version to 22.
Lute Kamstra [Thu, 7 Jul 2005 08:07:37 +0000 (08:07 +0000)]
Update `versionnumber' and `year'.  Update Emacs's version to 22.
(Starting Emacs): Delete sentence to fix formatting problems.
(Multiple Windows): Clarify first sentence.  Mention C-x 5 1.
(Formatting): Update the binding of set face.
(International Character Sets): set-language-environment is bound to
C-x RET l

19 years ago(make-coding-system): Describe
Kenichi Handa [Thu, 7 Jul 2005 06:23:10 +0000 (06:23 +0000)]
(make-coding-system): Describe
`ascii-incompatible' property in the docstring.
(set-file-name-coding-system): Signal an error if coding-system is
ascii-incompatible.
(set-keyboard-coding-system): Likewise.

19 years ago(set-default-coding-systems): Don't
Kenichi Handa [Thu, 7 Jul 2005 06:20:13 +0000 (06:20 +0000)]
(set-default-coding-systems): Don't
set default-file-name-coding-system and
default-keyboard-coding-system if coding-system is
ASCII-incompatible.

19 years agoDeclare that all UTF-16-based coding
Kenichi Handa [Thu, 7 Jul 2005 06:18:59 +0000 (06:18 +0000)]
Declare that all UTF-16-based coding
systems ASCII-incompatible.

19 years ago(CSI-map, SS3-map, GOLD-map, GOLD-CSI-map)
Stefan Monnier [Thu, 7 Jul 2005 04:59:32 +0000 (04:59 +0000)]
(CSI-map, SS3-map, GOLD-map, GOLD-CSI-map)
(GOLD-SS3-map): Initialize in declaration.
(tpu-set-mode-line): Don't throw away other minor mode strings when
turning off the mode.
(tpu-set-match, tpu-match-beginning, tpu-check-match)
(tpu-show-match-markers): Use the insertion-type rather than the +1
offset kludge for tpu-match-beginning-mark.
(tpu-edt-mode): Use define-minor-mode.
(minibuffer-local-must-match-map, minibuffer-local-map): Try to avoid
using the escape sequence and use the real key name instead.
(tpu-reset-control-keys): Don't copy a keymap needlessly.
(tpu-arrow-history): Simplify.
(tpu-edt-on): Set control keys after changing the global map.
(tpu-edt-on, tpu-edt-off): Work unconditionally.

19 years agoRequire font-lock for displaying errors.
Nick Roberts [Thu, 7 Jul 2005 04:59:06 +0000 (04:59 +0000)]
Require font-lock for displaying errors.
Used by gdb-ui.el.

19 years ago*** empty log message ***
Nick Roberts [Thu, 7 Jul 2005 04:58:07 +0000 (04:58 +0000)]
*** empty log message ***

19 years ago(hide-ifdef-use-define-alist): Pass a list of
Stefan Monnier [Thu, 7 Jul 2005 04:31:17 +0000 (04:31 +0000)]
(hide-ifdef-use-define-alist): Pass a list of
strings rather than a list of symbols to the completion function.

19 years ago(hi-lock-find-patterns): Protect also against invalid values for the pattern
Juanma Barranquero [Thu, 7 Jul 2005 01:51:48 +0000 (01:51 +0000)]
(hi-lock-find-patterns): Protect also against invalid values for the pattern
lists which are `read'able but not `append'able (like symbols).

19 years ago*** empty log message ***
Richard M. Stallman [Wed, 6 Jul 2005 22:12:32 +0000 (22:12 +0000)]
*** empty log message ***

19 years ago(Regexp Search): Clarify what re-search-forward does when the search fails.
Richard M. Stallman [Wed, 6 Jul 2005 22:12:01 +0000 (22:12 +0000)]
(Regexp Search): Clarify what re-search-forward does when the search fails.

19 years ago(Frecenter): When arg is inside the scroll margin, move it out of the margin.
Richard M. Stallman [Wed, 6 Jul 2005 22:06:15 +0000 (22:06 +0000)]
(Frecenter): When arg is inside the scroll margin, move it out of the margin.

19 years agoAdd note about change to default value of w32-use-full-screen-buffer.
Jason Rumney [Wed, 6 Jul 2005 21:55:51 +0000 (21:55 +0000)]
Add note about change to default value of w32-use-full-screen-buffer.

19 years ago(initialize_w32_display): Detect when the console
Jason Rumney [Wed, 6 Jul 2005 21:36:31 +0000 (21:36 +0000)]
(initialize_w32_display): Detect when the console
dimensions are insane, and default to 80x25 instead.
(w32_use_full_screen_buffer): default to NIL.

19 years ago(flymake-float-time): Instead of with-no-warnings, test for xemacs.
Richard M. Stallman [Wed, 6 Jul 2005 19:03:21 +0000 (19:03 +0000)]
(flymake-float-time): Instead of with-no-warnings, test for xemacs.
(flymake-replace-regexp-in-string): Test fboundp of replace-in-string
to avoid warning.

19 years ago(w32-fixed-font-alist): Fix typo in `defcustom' tag.
Juanma Barranquero [Wed, 6 Jul 2005 13:58:31 +0000 (13:58 +0000)]
(w32-fixed-font-alist): Fix typo in `defcustom' tag.

19 years agoRegenerate.
Lute Kamstra [Wed, 6 Jul 2005 12:07:32 +0000 (12:07 +0000)]
Regenerate.

19 years agoFix capitalization.
Lute Kamstra [Wed, 6 Jul 2005 12:03:35 +0000 (12:03 +0000)]
Fix capitalization.

19 years ago(mac_draw_vertical_window_border): Use foreground of
YAMAMOTO Mitsuharu [Wed, 6 Jul 2005 08:44:00 +0000 (08:44 +0000)]
(mac_draw_vertical_window_border): Use foreground of
VERTICAL_BORDER_FACE_ID for vertical border line.
(mac_encode_char): Call check_ccl_update in advance.
(mac_to_x_fontname, x_font_name_to_mac_font_name)
(init_font_name_table, mac_do_list_fonts, XLoadQueryFont): Don't
assume that font family length is less than 32.
(x_compute_min_glyph_bounds): Make static.
(x_load_font): Never set fonts_changed_p to zero.

19 years ago*** empty log message ***
Lute Kamstra [Wed, 6 Jul 2005 08:38:36 +0000 (08:38 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Lute Kamstra [Tue, 5 Jul 2005 13:32:07 +0000 (13:32 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Lute Kamstra [Tue, 5 Jul 2005 12:22:32 +0000 (12:22 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Lute Kamstra [Tue, 5 Jul 2005 11:01:03 +0000 (11:01 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Lute Kamstra [Tue, 5 Jul 2005 10:52:40 +0000 (10:52 +0000)]
*** empty log message ***

19 years agoMention OS X support for battery.el.
Lute Kamstra [Tue, 5 Jul 2005 08:30:45 +0000 (08:30 +0000)]
Mention OS X support for battery.el.