]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago(defun-cvs-mode): Add `doc-string' decl.
John Paul Wallington [Sat, 9 Aug 2008 15:53:32 +0000 (15:53 +0000)]
(defun-cvs-mode): Add `doc-string' decl.

16 years ago(battery-echo-area-format, battery-status-function):
Chong Yidong [Fri, 8 Aug 2008 17:46:49 +0000 (17:46 +0000)]
(battery-echo-area-format, battery-status-function):
Handle new Linux sysfs format for battery reporting.
(battery-linux-sysfs): New function.

16 years ago* battery.el (battery-echo-area-format, battery-status-function):
Chong Yidong [Fri, 8 Aug 2008 17:46:38 +0000 (17:46 +0000)]
* battery.el (battery-echo-area-format, battery-status-function):
Handle new Linux sysfs format for battery reporting.
(battery-linux-sysfs): New function.

16 years ago(move_it_to): When stopping at a charpos, check if that's a continued
Chong Yidong [Fri, 8 Aug 2008 15:43:45 +0000 (15:43 +0000)]
(move_it_to): When stopping at a charpos, check if that's a continued
multi-char glyph; if so, advance to the actual glyph.

16 years ago(Diff Mode): Fix indexing in last change.
Eli Zaretskii [Fri, 8 Aug 2008 09:53:58 +0000 (09:53 +0000)]
(Diff Mode): Fix indexing in last change.

16 years ago(Diff Mode): Fix last change.
Eli Zaretskii [Fri, 8 Aug 2008 09:51:07 +0000 (09:51 +0000)]
(Diff Mode): Fix last change.

16 years ago(Log Buffer, Diff Mode): Fix last changes. Add indexing.
Eli Zaretskii [Fri, 8 Aug 2008 09:34:26 +0000 (09:34 +0000)]
(Log Buffer, Diff Mode): Fix last changes.  Add indexing.

16 years ago* s/darwin.h (OTHER_FILES): Do not define here, defined in
Dan Nicolaescu [Thu, 7 Aug 2008 14:21:43 +0000 (14:21 +0000)]
* s/darwin.h (OTHER_FILES): Do not define here, defined in
config.in.

* Makefile.in (ALL_OBJC_CFLAGS): New variable.
(.m.o): Use it.
* config.in: Regenerate.

* Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES.  Do
not special case for NS_IMPL_COCOA.

* configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
AC_SUBST it.
(GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
AC_SUBST it.
(OTHER_FILES): Always define for HAVE_NS.
(C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
* configure: Regenerate.

16 years ago(change-log-search-tag-name)
Martin Rudalics [Thu, 7 Aug 2008 09:29:58 +0000 (09:29 +0000)]
(change-log-search-tag-name)
(change-log-goto-source): Fix behavior when point is not on tag.

16 years ago* configure.in: Correctly handle
Andreas Schwab [Thu, 7 Aug 2008 08:54:11 +0000 (08:54 +0000)]
* configure.in: Correctly handle
--enable-cocoa-experimental-ctrl-g=no and
--enable-ns-self-contained=yes.
* configure: Regenerate.

16 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

16 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.

16 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.

16 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.

16 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.

16 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.

16 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

16 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.

16 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.

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

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

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

16 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.

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

16 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.

16 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.

16 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.

16 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.

16 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.

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

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

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

16 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.

16 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.

16 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.

16 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.

16 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.

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

16 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.

16 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.

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

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

16 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.

16 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.

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

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

16 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.

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

16 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.

16 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.

16 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.

16 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.

16 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'.

16 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.

16 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.

16 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

16 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.

16 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.

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

16 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.

16 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.

16 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.

16 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.

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

16 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.

16 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.

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

16 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.

16 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.

16 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

16 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

16 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.

16 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.

16 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)

16 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

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

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

16 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.

16 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'.

16 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'.

16 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'.

16 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.

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

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

16 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.