bpt/emacs.git
15 years agoMerge from gnus--devo--0
Miles Bader [Thu, 7 Aug 2008 07:18:07 +0000 (07:18 +0000)]
Merge from gnus--devo--0

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

15 years ago(Log Buffer): Describe C-c C-d.
Dan Nicolaescu [Thu, 7 Aug 2008 05:21:28 +0000 (05:21 +0000)]
(Log Buffer): Describe C-c C-d.
(Diff Mode): Describe C-x 4 A.

15 years ago* startup.el (command-line-ns-option-alist): Use ignore instead of ns-ignore-0-arg...
Adrian Robert [Thu, 7 Aug 2008 03:10:08 +0000 (03:10 +0000)]
* startup.el (command-line-ns-option-alist): Use ignore instead of ns-ignore-0-arg.  * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region) (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop. (ns-alternatives-map): New variable. (x-set-up-function-keys): Use it. (global): Comment out 'put backspace ascii-character...' and friends. Move function-key-map into ns-alternatives-map.  Don't call precompute-menubar-bindings.  Don't set anything connected with browse-url. (after-make-frame-functions): Clarify comment why a hook is added.

15 years ago(redisplay_window): Revert last change.
Chong Yidong [Thu, 7 Aug 2008 01:54:06 +0000 (01:54 +0000)]
(redisplay_window): Revert last change.
(try_window): Check bottom scroll margin too.

15 years ago* xdisp.c (redisplay_window): Revert last change.
Chong Yidong [Thu, 7 Aug 2008 01:53:57 +0000 (01:53 +0000)]
* xdisp.c (redisplay_window): Revert last change.
(try_window): Check bottom scroll margin too.

15 years ago* Makefile.in (emacs): Remove ndef NS conditional for 'emacs -list-load-path-shadows...
Adrian Robert [Thu, 7 Aug 2008 01:36:30 +0000 (01:36 +0000)]
* Makefile.in (emacs): Remove ndef NS conditional for 'emacs -list-load-path-shadows'.  (nsgui.h): Reduce number of things depending on it.

15 years ago* configure.in (C_SWITCH_X_SYSTEM): drop the undef under NS
Adrian Robert [Thu, 7 Aug 2008 01:33:34 +0000 (01:33 +0000)]
* configure.in (C_SWITCH_X_SYSTEM): drop the undef under NS

15 years agothingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis in url:s.
Joakim Verona [Wed, 6 Aug 2008 22:54:00 +0000 (22:54 +0000)]
thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis in url:s.

15 years agoFix for bug #572, removed () from url regexp.
Joakim Verona [Wed, 6 Aug 2008 22:36:55 +0000 (22:36 +0000)]
Fix for bug #572, removed () from url regexp.

15 years agoClarify enable-recursive-minibuffers change.
Chong Yidong [Wed, 6 Aug 2008 19:14:42 +0000 (19:14 +0000)]
Clarify enable-recursive-minibuffers change.

15 years ago(VC Directory Mode): Fix last change.
Eli Zaretskii [Wed, 6 Aug 2008 18:59:52 +0000 (18:59 +0000)]
(VC Directory Mode): Fix last change.

15 years ago(try_scrolling): Use iterator to find the scroll margin,
Chong Yidong [Wed, 6 Aug 2008 18:26:47 +0000 (18:26 +0000)]
(try_scrolling): Use iterator to find the scroll margin,
instead of window-end which does the wrong thing at eob.
(try_cursor_movement): Minor optimization.
(redisplay_window): If scroll margin is defined, don't assume
window doesn't need scrolling.

15 years ago* xdisp.c (try_scrolling): Use iterator to find the scroll margin,
Chong Yidong [Wed, 6 Aug 2008 18:26:02 +0000 (18:26 +0000)]
* xdisp.c (try_scrolling): Use iterator to find the scroll margin,
instead of window-end which does the wrong thing at eob.
(try_cursor_movement): Minor optimization.
(redisplay_window): If scroll margin is defined, don't assume
window doesn't need scrolling.

15 years ago(vc-svn-parse-status): Use when instead of if.
Dan Nicolaescu [Wed, 6 Aug 2008 16:49:23 +0000 (16:49 +0000)]
(vc-svn-parse-status): Use when instead of if.
Fix 2008-01-01 change: use a shy group to not affect subsequent
match calls.

15 years ago* config.in: Regenerate. * Makefile.in: Move nsXXX.m dependencies into big alphabeti...
Adrian Robert [Wed, 6 Aug 2008 16:20:46 +0000 (16:20 +0000)]
* config.in: Regenerate.  * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.  (mostlyclean): Don't delete *.d under NS.  * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.

15 years ago* configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER. (C_SWITCH_X_SYSTEM...
Adrian Robert [Wed, 6 Aug 2008 16:19:43 +0000 (16:19 +0000)]
* configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.  (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.* configure: Regenerate.

15 years ago* Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA. (.m.o): Dispense with...
Adrian Robert [Wed, 6 Aug 2008 16:18:35 +0000 (16:18 +0000)]
* Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA. (.m.o): Dispense with GNUstep-specific flags.

15 years agoFix typos.
Juanma Barranquero [Wed, 6 Aug 2008 15:55:46 +0000 (15:55 +0000)]
Fix typos.

15 years ago(Old Revisions): Update the keys used by vc-annotate and
Dan Nicolaescu [Wed, 6 Aug 2008 14:56:32 +0000 (14:56 +0000)]
(Old Revisions): Update the keys used by vc-annotate and
describe the new bindings to show the changeset diff, toggle annotation
visibility, show revisions.
(VC Status): Describe key bindings for modifying the change comments,
displaying changeset diffs and annotations.

15 years agoAdd note about macos.texi.
Dan Nicolaescu [Wed, 6 Aug 2008 14:28:50 +0000 (14:28 +0000)]
Add note about macos.texi.

15 years ago* progmodes/vera-mode.el (vera-electric-tab):
Dan Nicolaescu [Wed, 6 Aug 2008 14:05:54 +0000 (14:05 +0000)]
* progmodes/vera-mode.el (vera-electric-tab):
* progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
region when active.

15 years ago(xfont_list_family): Return a list of symbols, not
Kenichi Handa [Wed, 6 Aug 2008 12:20:28 +0000 (12:20 +0000)]
(xfont_list_family): Return a list of symbols, not
strings.

15 years ago(face-valid-attribute-values): Fix handling the value
Kenichi Handa [Wed, 6 Aug 2008 12:19:35 +0000 (12:19 +0000)]
(face-valid-attribute-values): Fix handling the value
of (font-family-list) and font-XXX-table.

15 years ago* nt/dump.bat: Fix mixed EOLs.
Juanma Barranquero [Wed, 6 Aug 2008 10:15:11 +0000 (10:15 +0000)]
* nt/dump.bat: Fix mixed EOLs.

15 years agoRemove entry describing change in comment.
Juanma Barranquero [Wed, 6 Aug 2008 09:48:26 +0000 (09:48 +0000)]
Remove entry describing change in comment.

15 years agoRegenerate.
Andreas Schwab [Wed, 6 Aug 2008 09:30:00 +0000 (09:30 +0000)]
Regenerate.

15 years agoFix quoting.
Andreas Schwab [Wed, 6 Aug 2008 09:29:17 +0000 (09:29 +0000)]
Fix quoting.

15 years agoRegenerate.
Chong Yidong [Wed, 6 Aug 2008 05:27:14 +0000 (05:27 +0000)]
Regenerate.

15 years ago(COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
Chong Yidong [Wed, 6 Aug 2008 05:27:01 +0000 (05:27 +0000)]
(COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.

15 years ago* configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
Chong Yidong [Wed, 6 Aug 2008 05:26:53 +0000 (05:26 +0000)]
* configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.

* configure: Regenerate.

15 years ago(proced-menu): Bind the correct function to for toggling.
Dan Nicolaescu [Wed, 6 Aug 2008 03:53:09 +0000 (03:53 +0000)]
(proced-menu): Bind the correct function to for toggling.

15 years ago(diff-show-trailing-whitespaces): Fix typo.
Dan Nicolaescu [Wed, 6 Aug 2008 03:50:13 +0000 (03:50 +0000)]
(diff-show-trailing-whitespaces): Fix typo.

15 years ago(vc-dir-mode): Fix typo.
Dan Nicolaescu [Wed, 6 Aug 2008 03:49:03 +0000 (03:49 +0000)]
(vc-dir-mode): Fix typo.

15 years ago*** empty log message ***
Dan Nicolaescu [Wed, 6 Aug 2008 03:48:14 +0000 (03:48 +0000)]
*** empty log message ***

15 years agoRemove done items. Add a new one.
Dan Nicolaescu [Wed, 6 Aug 2008 03:46:11 +0000 (03:46 +0000)]
Remove done items.  Add a new one.

15 years ago(VC Directory Mode): Talk about multiple VC systems.
Dan Nicolaescu [Wed, 6 Aug 2008 03:45:04 +0000 (03:45 +0000)]
(VC Directory Mode): Talk about multiple VC systems.

15 years agoImprove docstring.
Vinicius Jose Latorre [Wed, 6 Aug 2008 03:35:04 +0000 (03:35 +0000)]
Improve docstring.

15 years agoUpdate.
Dan Nicolaescu [Wed, 6 Aug 2008 03:23:55 +0000 (03:23 +0000)]
Update.

15 years ago(socket_connection): Add conditionals for HAVE_KRB5_ERROR_TEXT and
Chong Yidong [Tue, 5 Aug 2008 23:44:48 +0000 (23:44 +0000)]
(socket_connection): Add conditionals for HAVE_KRB5_ERROR_TEXT and
HAVE_KRB5_ERROR_E_TEXT to support compilation with MIT Kerberos and
Heimdal, respectively.

15 years ago* pop.c (socket_connection): Add conditionals for
Chong Yidong [Tue, 5 Aug 2008 23:44:39 +0000 (23:44 +0000)]
* pop.c (socket_connection): Add conditionals for
HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support
compilation with MIT Kerberos and Heimdal, respectively.

15 years agoRegenerate.
Chong Yidong [Tue, 5 Aug 2008 23:44:07 +0000 (23:44 +0000)]
Regenerate.

15 years agoAdd checks for krb5_error.text and krb5_error.e_text struct members.
Chong Yidong [Tue, 5 Aug 2008 23:43:50 +0000 (23:43 +0000)]
Add checks for krb5_error.text and krb5_error.e_text struct members.

15 years ago* configure.in: Add checks for krb5_error.text and
Chong Yidong [Tue, 5 Aug 2008 23:43:40 +0000 (23:43 +0000)]
* configure.in: Add checks for krb5_error.text and
krb5_error.e_text struct members.
* configure: Regenerate.

15 years ago(kmacro-exec-ring-item): Add autoload.
Chong Yidong [Tue, 5 Aug 2008 22:58:38 +0000 (22:58 +0000)]
(kmacro-exec-ring-item): Add autoload.

15 years ago* kmacro.el (kmacro-exec-ring-item): Add autoload.
Chong Yidong [Tue, 5 Aug 2008 22:58:30 +0000 (22:58 +0000)]
* kmacro.el (kmacro-exec-ring-item): Add autoload.

15 years ago(redisplay_window): Don't enforce scroll-margin when forcing a window
Chong Yidong [Tue, 5 Aug 2008 22:45:50 +0000 (22:45 +0000)]
(redisplay_window): Don't enforce scroll-margin when forcing a window
start.

15 years ago* xdisp.c (redisplay_window): Don't enforce scroll-margin when
Chong Yidong [Tue, 5 Aug 2008 22:45:39 +0000 (22:45 +0000)]
* xdisp.c (redisplay_window): Don't enforce scroll-margin when
forcing a window start.

15 years agoHandle auto-save-visited-file-name.
Chong Yidong [Tue, 5 Aug 2008 21:41:56 +0000 (21:41 +0000)]
Handle auto-save-visited-file-name.

15 years ago(auto-save-visited-file-name): Move definition to fileio.c.
Chong Yidong [Tue, 5 Aug 2008 21:41:46 +0000 (21:41 +0000)]
(auto-save-visited-file-name): Move definition to fileio.c.

15 years ago* files.el (auto-save-visited-file-name): Move definition to
Chong Yidong [Tue, 5 Aug 2008 21:41:30 +0000 (21:41 +0000)]
* files.el (auto-save-visited-file-name): Move definition to
fileio.c.

* cus-start.el (all): Handle auto-save-visited-file-name.

15 years ago(Vauto_save_list_file_name): Move here from file.el.
Chong Yidong [Tue, 5 Aug 2008 21:41:14 +0000 (21:41 +0000)]
(Vauto_save_list_file_name): Move here from file.el.
(auto_save_1): Update modtime when auto-save-list-file-name is on.

15 years ago* fileio.c (Vauto_save_list_file_name): Move here from file.el.
Chong Yidong [Tue, 5 Aug 2008 21:40:26 +0000 (21:40 +0000)]
* fileio.c (Vauto_save_list_file_name): Move here from file.el.
(auto_save_1): Update modtime when auto-save-list-file-name is on.

15 years agoFix last change.
Chong Yidong [Tue, 5 Aug 2008 20:59:30 +0000 (20:59 +0000)]
Fix last change.

15 years ago(Other Plists): Fix incorrect example. Suggested by Florian Beck.
Chong Yidong [Tue, 5 Aug 2008 20:58:29 +0000 (20:58 +0000)]
(Other Plists): Fix incorrect example.  Suggested by Florian Beck.

15 years ago* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong [Tue, 5 Aug 2008 20:58:21 +0000 (20:58 +0000)]
* symbols.texi (Other Plists): Fix incorrect example.
Suggested by Florian Beck.

15 years ago(hack-one-local-variable-eval-safep): Handle lisp-indent-function and
Chong Yidong [Tue, 5 Aug 2008 20:46:42 +0000 (20:46 +0000)]
(hack-one-local-variable-eval-safep): Handle lisp-indent-function and
scheme-indent-function in addition to the deprecated lisp-indent-hook.

15 years ago* files.el (hack-one-local-variable-eval-safep): Handle
Chong Yidong [Tue, 5 Aug 2008 20:46:27 +0000 (20:46 +0000)]
* files.el (hack-one-local-variable-eval-safep): Handle
lisp-indent-function and scheme-indent-function in addition to the
deprecated lisp-indent-hook.

15 years ago* net/xesam.el (top): Require `wid-edit' always.
Michael Albinus [Tue, 5 Aug 2008 19:49:17 +0000 (19:49 +0000)]
* net/xesam.el (top): Require `wid-edit' always.
(xesam-mode-line, xesam-highlight): New deffaces.
(xesam-objects): New local variable.
(xesam-search-engines): Fix error in field list.
(xesam-mode): Use `xesam-mode-line' instead of
`font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
proper initiatilzaion (why?).
(xesam-highlight-string, xesam-get-hits)
(xesam-kill-buffer-function): New defuns.
(xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
result of "hit.fields", it isn't a string only.  Wrap an error of
the strigi search engine ("xesam:size" is returned as string).
Highlight search items.
(xesam-refresh-search-buffer): Make logic of counters more simple.
Prefetch next hits.
(xesam-signal-handler): Use `xesam-mode-line' instead of
`font-lock-type-face'.
(xesam-new-search): Add `xesam-kill-buffer-function' to
`kill-buffer-hook'.

15 years ago(change-log-next-error, change-log-mode): Add support
Teodor Zlatanov [Tue, 5 Aug 2008 18:37:12 +0000 (18:37 +0000)]
(change-log-next-error, change-log-mode): Add support
for `next-error' to call `change-log-goto-source' on named files
in a ChangeLog.

15 years agoemacs.c (main): Under NS, set working dir to HOME when get a 'psn' argument.
Adrian Robert [Tue, 5 Aug 2008 17:33:05 +0000 (17:33 +0000)]
emacs.c (main): Under NS, set working dir to HOME when get a 'psn' argument.

15 years agoset working dir to /Users/arobert under NS when psn argument given
Adrian Robert [Tue, 5 Aug 2008 16:17:07 +0000 (16:17 +0000)]
set working dir to /Users/arobert under NS when psn argument given

15 years ago* buffer.c (syms_of_buffer) <scroll-up-aggressively>:
Juanma Barranquero [Tue, 5 Aug 2008 15:04:03 +0000 (15:04 +0000)]
* buffer.c (syms_of_buffer) <scroll-up-aggressively>:
  <scroll-down-aggressively, before-change-functions>:
  <after-change-functions>: Reflow docstrings.

15 years ago(VC Directory Mode): Fix typo.
Nick Roberts [Tue, 5 Aug 2008 08:05:17 +0000 (08:05 +0000)]
(VC Directory Mode): Fix typo.

15 years ago*** empty log message ***
Nick Roberts [Tue, 5 Aug 2008 08:01:16 +0000 (08:01 +0000)]
*** empty log message ***

15 years ago(math-read-number): Handle C-like languages properly.
Jay Belanger [Tue, 5 Aug 2008 03:45:22 +0000 (03:45 +0000)]
(math-read-number): Handle C-like languages properly.

15 years ago(math-read-number): Handle C numbers beginning with 0 correctly.
Jay Belanger [Tue, 5 Aug 2008 03:38:24 +0000 (03:38 +0000)]
(math-read-number): Handle C numbers beginning with 0 correctly.

15 years agoDock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
Adrian Robert [Tue, 5 Aug 2008 03:05:14 +0000 (03:05 +0000)]
Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.

15 years agoTest directly for NS_HAVE_INTEGER before defining it.
Chong Yidong [Mon, 4 Aug 2008 21:59:02 +0000 (21:59 +0000)]
Test directly for NS_HAVE_INTEGER before defining it.

15 years agoRegenerate.
Chong Yidong [Mon, 4 Aug 2008 21:58:51 +0000 (21:58 +0000)]
Regenerate.

15 years ago* nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
Chong Yidong [Mon, 4 Aug 2008 21:58:34 +0000 (21:58 +0000)]
* nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
* config.in: Regenerate.

15 years agoTest for existence of NSInteger.
Chong Yidong [Mon, 4 Aug 2008 21:57:15 +0000 (21:57 +0000)]
Test for existence of NSInteger.
Suggested by Yavor Doganov.

15 years agoRegenerate.
Chong Yidong [Mon, 4 Aug 2008 21:57:03 +0000 (21:57 +0000)]
Regenerate.

15 years agoLast change suggested by Yavor Doganov.
Chong Yidong [Mon, 4 Aug 2008 21:56:53 +0000 (21:56 +0000)]
Last change suggested by Yavor Doganov.

15 years ago* configure: Regenerate.
Chong Yidong [Mon, 4 Aug 2008 21:56:18 +0000 (21:56 +0000)]
* configure: Regenerate.
* configure.in: Test for existence of NSInteger.

15 years agonsfns.m (x-create-frame): Set the frame parameter alpha to Qnil
Seiji Zenitani [Mon, 4 Aug 2008 17:50:47 +0000 (17:50 +0000)]
nsfns.m (x-create-frame): Set the frame parameter alpha to Qnil

15 years agoSet the frame parameter alpha to Qnil
Seiji Zenitani [Mon, 4 Aug 2008 17:50:22 +0000 (17:50 +0000)]
Set the frame parameter alpha to Qnil

15 years ago(find_and_call_menu_selection): Fix prototype.
Chong Yidong [Mon, 4 Aug 2008 17:14:16 +0000 (17:14 +0000)]
(find_and_call_menu_selection): Fix prototype.

15 years ago* nsterm.h (find_and_call_menu_selection): Fix prototype.
Chong Yidong [Mon, 4 Aug 2008 17:14:08 +0000 (17:14 +0000)]
* nsterm.h (find_and_call_menu_selection): Fix prototype.

15 years agofix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu...
Adrian Robert [Mon, 4 Aug 2008 16:57:44 +0000 (16:57 +0000)]
fix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu.m, xdisp.c); improve comments (lisp.h, s/darwin.h); use FORWARD_SIGNAL_TO_MAIN_THREAD (syssignal.h)

15 years agocleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX...
Adrian Robert [Mon, 4 Aug 2008 14:39:27 +0000 (14:39 +0000)]
cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX; also, nsterm.m: small unrelated cleanups

15 years agoFix typos.
Juanma Barranquero [Mon, 4 Aug 2008 14:17:35 +0000 (14:17 +0000)]
Fix typos.

15 years agoFix typos.
Juanma Barranquero [Mon, 4 Aug 2008 13:55:44 +0000 (13:55 +0000)]
Fix typos.

15 years ago* international/mule-cmds.el (read-char-by-name):
Juanma Barranquero [Mon, 4 Aug 2008 13:35:02 +0000 (13:35 +0000)]
* international/mule-cmds.el (read-char-by-name):
  Check UCS names with `assoc-string' and case folding.

15 years ago* net/dbus.el (dbus-call-method-asynchronously): Declare
Michael Albinus [Mon, 4 Aug 2008 12:42:28 +0000 (12:42 +0000)]
* net/dbus.el (dbus-call-method-asynchronously): Declare
it with `declare-function'.

15 years ago* net/dbus.el (dbus-method-return-internal)
Michael Albinus [Mon, 4 Aug 2008 12:33:38 +0000 (12:33 +0000)]
* net/dbus.el (dbus-method-return-internal)
(dbus-method-error-internal): Declare them with
`declare-function'.

15 years ago* descr-text.el (describe-char-display): Fix last change:
Juanma Barranquero [Mon, 4 Aug 2008 12:01:54 +0000 (12:01 +0000)]
* descr-text.el (describe-char-display): Fix last change:
  don't pass CHARSET to `encoded-string-description'.

15 years agoFix typos and add missing entry.
Juanma Barranquero [Mon, 4 Aug 2008 11:52:36 +0000 (11:52 +0000)]
Fix typos and add missing entry.

15 years agoAdd missing entry.
Juanma Barranquero [Mon, 4 Aug 2008 11:13:12 +0000 (11:13 +0000)]
Add missing entry.

15 years ago(windowDidResize): Remove stopModel call.
Chong Yidong [Sun, 3 Aug 2008 20:34:00 +0000 (20:34 +0000)]
(windowDidResize): Remove stopModel call.

15 years ago* nsterm.m (windowDidResize): Remove stopModel call.
Chong Yidong [Sun, 3 Aug 2008 20:33:50 +0000 (20:33 +0000)]
* nsterm.m (windowDidResize): Remove stopModel call.

15 years ago* dbus.texi (Receiving Method Calls): Document error handling of own
Michael Albinus [Sun, 3 Aug 2008 17:14:34 +0000 (17:14 +0000)]
* dbus.texi (Receiving Method Calls): Document error handling of own
D-Bus methods.

15 years ago(get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
Andreas Schwab [Sun, 3 Aug 2008 09:27:34 +0000 (09:27 +0000)]
(get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
(check_memory_limits): Don't handle HAVE_GETRLIMIT here.

15 years ago(check_memory_limits) [HAVE_GETRLIMIT]: Fix
Andreas Schwab [Sun, 3 Aug 2008 08:52:03 +0000 (08:52 +0000)]
(check_memory_limits) [HAVE_GETRLIMIT]: Fix
calculation of data_size.  Use correct type for five_percent.

15 years ago(check_memory_limits): Don't use getrlimit on cygwin. Don't use
Chong Yidong [Sat, 2 Aug 2008 22:35:21 +0000 (22:35 +0000)]
(check_memory_limits): Don't use getrlimit on cygwin.  Don't use
uninitialized pointer variable when using getrlimit.

15 years ago* vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
Chong Yidong [Sat, 2 Aug 2008 22:35:10 +0000 (22:35 +0000)]
* vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
Don't use uninitialized pointer variable when using getrlimit.

15 years ago(ido-mode): Add toggle notification.
Chong Yidong [Sat, 2 Aug 2008 21:50:11 +0000 (21:50 +0000)]
(ido-mode): Add toggle notification.

15 years ago* ido.el (ido-mode): Add toggle notification.
Chong Yidong [Sat, 2 Aug 2008 21:50:00 +0000 (21:50 +0000)]
* ido.el (ido-mode): Add toggle notification.

15 years agoMark last change as tiny.
Chong Yidong [Sat, 2 Aug 2008 21:32:43 +0000 (21:32 +0000)]
Mark last change as tiny.

15 years ago(vc-next-action): Update list var correctly after delete.
Chong Yidong [Sat, 2 Aug 2008 21:31:41 +0000 (21:31 +0000)]
(vc-next-action): Update list var correctly after delete.

15 years ago* vc.el (vc-next-action): Update list var correctly after delete.
Chong Yidong [Sat, 2 Aug 2008 21:31:32 +0000 (21:31 +0000)]
* vc.el (vc-next-action): Update list var correctly after delete.