Chong Yidong
faf257a160
(find_and_call_menu_selection): Fix prototype.
2008-08-04 17:14:16 +00:00
Chong Yidong
b537b75b07
* nsterm.h (find_and_call_menu_selection): Fix prototype.
2008-08-04 17:14:08 +00:00
Adrian Robert
07b87a106a
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)
2008-08-04 16:57:44 +00:00
Adrian Robert
14145fa3d0
cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX; also, nsterm.m: small unrelated cleanups
2008-08-04 14:39:27 +00:00
Juanma Barranquero
d798201285
Fix typos.
2008-08-04 14:17:35 +00:00
Juanma Barranquero
4342f814c4
Fix typos.
2008-08-04 13:55:44 +00:00
Juanma Barranquero
d6ff002e6d
* international/mule-cmds.el (read-char-by-name):
...
Check UCS names with `assoc-string' and case folding.
2008-08-04 13:35:02 +00:00
Michael Albinus
52a39a6456
* net/dbus.el (dbus-call-method-asynchronously): Declare
...
it with `declare-function'.
2008-08-04 12:42:28 +00:00
Michael Albinus
5e895c068d
* net/dbus.el (dbus-method-return-internal)
...
(dbus-method-error-internal): Declare them with
`declare-function'.
2008-08-04 12:33:38 +00:00
Juanma Barranquero
96065fcef2
* descr-text.el (describe-char-display): Fix last change:
...
don't pass CHARSET to `encoded-string-description'.
2008-08-04 12:01:54 +00:00
Juanma Barranquero
9d5a559375
Fix typos and add missing entry.
2008-08-04 11:52:36 +00:00
Juanma Barranquero
0a39306613
Add missing entry.
2008-08-04 11:13:12 +00:00
Chong Yidong
1caf0534f4
(windowDidResize): Remove stopModel call.
2008-08-03 20:34:00 +00:00
Chong Yidong
6e09bde1e0
* nsterm.m (windowDidResize): Remove stopModel call.
2008-08-03 20:33:50 +00:00
Michael Albinus
eb932e8a59
* dbus.texi (Receiving Method Calls): Document error handling of own
...
D-Bus methods.
2008-08-03 17:14:34 +00:00
Andreas Schwab
517571872e
(get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
...
(check_memory_limits): Don't handle HAVE_GETRLIMIT here.
2008-08-03 09:27:34 +00:00
Andreas Schwab
a023b55981
(check_memory_limits) [HAVE_GETRLIMIT]: Fix
...
calculation of data_size. Use correct type for five_percent.
2008-08-03 08:52:03 +00:00
Chong Yidong
21da04c4e9
(check_memory_limits): Don't use getrlimit on cygwin. Don't use
...
uninitialized pointer variable when using getrlimit.
2008-08-02 22:35:21 +00:00
Chong Yidong
a2dec0e5e3
* vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
...
Don't use uninitialized pointer variable when using getrlimit.
2008-08-02 22:35:10 +00:00
Chong Yidong
7ff90407d0
(ido-mode): Add toggle notification.
2008-08-02 21:50:11 +00:00
Chong Yidong
d56bb8c8d1
* ido.el (ido-mode): Add toggle notification.
2008-08-02 21:50:00 +00:00
Chong Yidong
46e8ffb0e4
Mark last change as tiny.
2008-08-02 21:32:43 +00:00
Chong Yidong
554c98c508
(vc-next-action): Update list var correctly after delete.
2008-08-02 21:31:41 +00:00
Chong Yidong
11994a111d
* vc.el (vc-next-action): Update list var correctly after delete.
2008-08-02 21:31:32 +00:00
Jason Rumney
4ff1bf172e
(compute_metrics): Don't mess with glyph_idx setting here.
2008-08-02 21:26:08 +00:00
Chong Yidong
ac1831635b
(custom-save-all): Avoid destrying symlink if already visiting the
...
custom file.
2008-08-02 21:07:20 +00:00
Chong Yidong
ced0ddebf3
* cus-edit.el (custom-save-all): Avoid destrying symlink if
...
already visiting the custom file.
2008-08-02 21:07:06 +00:00
Eli Zaretskii
43e5d9a98e
Mention crashes with .tar.gz files on Windows.
2008-08-02 19:31:31 +00:00
Eli Zaretskii
b8949644ec
(VC Directory Mode, VC Directory Commands): Fix English and wording.
2008-08-02 19:21:43 +00:00
Chong Yidong
bdf49c67a8
(pgg-gpg-process-region): Accept any remaining pending output coming
...
after the status change.
2008-08-02 19:02:42 +00:00
Chong Yidong
49ace1b162
* pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
...
pending output coming after the status change.
2008-08-02 19:02:30 +00:00
Eli Zaretskii
c3179b06e3
Add defines for accessing system processes.
2008-08-02 18:56:20 +00:00
Eli Zaretskii
5d692341d3
Mention list-system-processes and system-process-attributes.
2008-08-02 17:18:32 +00:00
Eli Zaretskii
b86cfd2845
Fix erroneous last commit.
2008-08-02 17:03:34 +00:00
Eli Zaretskii
0078170f72
(NSTATICS): Bump to 0x640.
2008-08-02 16:41:36 +00:00
Eli Zaretskii
934e2a6894
(Fsystem_processes_list, Fsystem_process_attributes): New functions.
...
(syms_of_process): Defsubr them. Add initializations for various Q* symbols
used in procfs_system_process_attributes.
(procfs_list_system_processes, procfs_system_process_attributes) [HAVE_PROCFS]:
New functions.
(time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
(procfs_get_total_memory): New functions.
2008-08-02 16:27:44 +00:00
Eli Zaretskii
02db701b5d
Add prototype for directory_files_internal.
2008-08-02 16:20:29 +00:00
Eli Zaretskii
40c5931ce4
(HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
2008-08-02 16:19:03 +00:00
Romain Francoise
96cac6f17c
(INFO_FILES): Add mairix-el.
2008-08-02 14:11:24 +00:00
Jason Rumney
18885c11c4
(tis620-2533): Use as preferred registry for thai fonts.
2008-08-02 10:31:28 +00:00
Dan Nicolaescu
819567d15e
(VC Directory Mode): Fix and improve the info about
...
marking/unmarking. Add descriptions for the multiple file search
commands. Improve some old info.
2008-08-02 07:13:48 +00:00
Juanma Barranquero
785ce0ac5d
Fix whitespace change caused by bug.
2008-08-01 23:46:59 +00:00
Juanma Barranquero
92bc456149
Fix typos.
2008-08-01 23:43:59 +00:00
Juanma Barranquero
dee8cd4354
* xfaces.c (Fx_load_color_file): Fix previous change;
...
it is #ifdef WINDOWSNT, not WINDOWS_NT.
2008-08-01 23:40:13 +00:00
Teodor Zlatanov
6d496c76c6
Add entries about the new auth-source integration and
...
about the cyrillic-translit modifications.
2008-08-01 21:00:17 +00:00
Michael Albinus
818f12ceb9
* net/xesam.el (xesam-all-fields): Remove source and content
...
identifiers.
(xesam-dbus-unique-names): New defvar.
(xesam-dbus-call-method): New defun. Replace all calls of
`dbus-call-method' by `xesam-dbus-call-method'.
(xesam-get-cached-property, xesam-set-cached-property): New
defuns.
(xesam-get-property, xesam-set-property, xesam-refresh-entry)
(xesam-new-search, xesam-search): Apply
`xesam-get-cached-property'.
(xesam-search-engines): Make it an association list. Take changed
layout into account in the corresponding function.
(xesam-delete-search-engine): Remove check for consistency of
`xesam-search-engines', not needed anymore.
(xesam-mode): Show XML query string only in the debug case.
2008-08-01 18:56:08 +00:00
Michael Albinus
ba0b66b030
* net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
...
error messages.
(dbus-set-property): Call `dbus-introspect-get-property' instead
of `dbus-get-property'.
2008-08-01 18:41:05 +00:00
Michael Albinus
367ea1732a
* dbusbind.c (xd_read_message): Handle D-Bus error messages.
2008-08-01 18:35:49 +00:00
Sam Steingold
db18c5fd6f
restore 2008-07-30T14:50:08Z!dann@ics.uci.edu
2008-08-01 18:05:37 +00:00
Adrian Robert
04f33e1137
add defines for NSInteger, NSUInteger on non-Leopard
2008-08-01 16:29:50 +00:00