Chong Yidong
910ff80b55
* files.el (hack-one-local-variable-eval-safep): Handle
...
lisp-indent-function and scheme-indent-function in addition to the
deprecated lisp-indent-hook.
2008-08-05 20:46:27 +00:00
Michael Albinus
4edefb46c0
* 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'.
2008-08-05 19:49:17 +00:00
Teodor Zlatanov
7be2b0943a
(change-log-next-error, change-log-mode): Add support
...
for `next-error' to call `change-log-goto-source' on named files
in a ChangeLog.
2008-08-05 18:37:12 +00:00
Adrian Robert
95889848e8
emacs.c (main): Under NS, set working dir to HOME when get a 'psn' argument.
2008-08-05 17:33:05 +00:00
Adrian Robert
3d0a4431c9
set working dir to /Users/arobert under NS when psn argument given
2008-08-05 16:17:07 +00:00
Juanma Barranquero
d765e3a3d5
* buffer.c (syms_of_buffer) <scroll-up-aggressively>:
...
<scroll-down-aggressively, before-change-functions>:
<after-change-functions>: Reflow docstrings.
2008-08-05 15:04:03 +00:00
Nick Roberts
5acbda73bb
(VC Directory Mode): Fix typo.
2008-08-05 08:05:17 +00:00
Nick Roberts
71798ace85
*** empty log message ***
2008-08-05 08:01:16 +00:00
Jay Belanger
a5e025ce62
(math-read-number): Handle C-like languages properly.
2008-08-05 03:45:22 +00:00
Jay Belanger
57675fb557
(math-read-number): Handle C numbers beginning with 0 correctly.
2008-08-05 03:38:24 +00:00
Adrian Robert
4e6225928e
Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
2008-08-05 03:05:14 +00:00
Chong Yidong
cd1c5ce121
Test directly for NS_HAVE_INTEGER before defining it.
2008-08-04 21:59:02 +00:00
Chong Yidong
156e00fc63
Regenerate.
2008-08-04 21:58:51 +00:00
Chong Yidong
108a688327
* nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
...
* config.in: Regenerate.
2008-08-04 21:58:34 +00:00
Chong Yidong
b74a017085
Test for existence of NSInteger.
...
Suggested by Yavor Doganov.
2008-08-04 21:57:15 +00:00
Chong Yidong
519c4a9a11
Regenerate.
2008-08-04 21:57:03 +00:00
Chong Yidong
509b4b389e
Last change suggested by Yavor Doganov.
2008-08-04 21:56:53 +00:00
Chong Yidong
1957184433
* configure: Regenerate.
...
* configure.in: Test for existence of NSInteger.
2008-08-04 21:56:18 +00:00
Seiji Zenitani
ae10f60cf6
nsfns.m (x-create-frame): Set the frame parameter alpha to Qnil
2008-08-04 17:50:47 +00:00
Seiji Zenitani
78ff4c6196
Set the frame parameter alpha to Qnil
2008-08-04 17:50:22 +00:00
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