bpt/emacs.git
18 years agoFix broken emacsclient resume on Solaris (by Dan Nicolaescu).
Karoly Lorentey [Wed, 13 Jul 2005 16:15:50 +0000 (16:15 +0000)]
Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).

* lib-src/emacsclient.c (handle_sigcont): Reestablish signal handler. (Dan Nicolaescu)

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-388

18 years agoFix dumb error leading to national keys not working on ttys.
Karoly Lorentey [Tue, 12 Jul 2005 11:09:18 +0000 (11:09 +0000)]
Fix dumb error leading to national keys not working on ttys.

* lisp/international/encoded-kb.el (encoded-kbd-setup-display): Fix
  broken condition before set-input-mode.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-387

18 years agoRename function-key-map to local-function-key-map, and global-function-key-map to...
Karoly Lorentey [Tue, 12 Jul 2005 10:55:24 +0000 (10:55 +0000)]
Rename function-key-map to local-function-key-map, and global-function-key-map to function-key-map.  Same for key-translation-map.

* src/keyboard.h (struct kboard): Rename member 'Vfunction_key_map' to
  'Vlocal_function_key_map', and 'Vkey_translation_map' to
  'Vlocal_key_translation_map'.
  (Vfunction_key_map, Vkey_translation_map): New declarations.

* src/keyboard.c (Vfunction_key_map): New variable.
  (Vglobal_key_translation_map): Rename to Vglobal_key_translation_map.
  (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards): Update.
* src/keymap.c (Fdescribe_buffer_bindings): Update.
* src/term.c (term_get_fkeys_1): Update.

* lisp/double.el (double-setup): Replace global-key-translation-map with key-translation-map.
* lisp/international/encoded-kb.el (encoded-kbd-setup-display): Ditto.
* lisp/international/iso-transl.el: Ditto.
* lisp/obsolete/iso-acc.el (iso-accents-customize): Ditto.

* lisp/edmacro.el (edmacro-format-keys): Use terminal-local binding of
  local-function-key-map instead of function-key-map.
* lisp/emulation/cua-base.el (cua--pre-command-handler): Ditto.
* lisp/isearch.el (isearch-other-meta-char): Ditto.
* lisp/subr.el (read-quoted-char): Ditto.
* lisp/term/vt200.el: Ditto.
* lisp/term/vt201.el: Ditto.
* lisp/term/vt220.el: Ditto.
* lisp/term/vt240.el: Ditto.
* lisp/term/vt300.el: Ditto.
* lisp/term/vt320.el: Ditto.
* lisp/term/vt400.el: Ditto.
* lisp/term/vt420.el: Ditto.

* lisp/simple.el (normal-erase-is-backspace-mode): Add todo note.
* lisp/xt-mouse.el: Ditto.

* lisp/term/AT386.el: Adapt for renaming of function-key-map to local-function-key-map.
* lisp/term/internal.el: Ditto.
* lisp/term/iris-ansi.el: Ditto.
* lisp/term/lk201.el: Ditto.
* lisp/term/mac-win.el: Ditto.
* lisp/term/news.el: Ditto.
* lisp/term/rxvt.el: Ditto.
* lisp/term/sun.el: Ditto.
* lisp/term/tvi970.el: Ditto.
* lisp/term/wyse50.el: Ditto.
* lisp/term/x-win.el (x-setup-function-keys): Ditto.
* lisp/term/xterm.el: Ditto.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-386

18 years agoREADME update.
Karoly Lorentey [Mon, 11 Jul 2005 00:21:10 +0000 (00:21 +0000)]
README update.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-385

18 years agoFix compilation error in select_frame_for_redisplay.
Karoly Lorentey [Mon, 11 Jul 2005 00:19:34 +0000 (00:19 +0000)]
Fix compilation error in select_frame_for_redisplay.

* src/xdisp.c (select_frame_for_redisplay): Fix xassert.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-384

18 years agoCosmetic changes in server.el.
Karoly Lorentey [Mon, 11 Jul 2005 00:12:27 +0000 (00:12 +0000)]
Cosmetic changes in server.el.

* lisp/server.el: Use `device' instead of `display' or `display-id' in
  variable and client parameter names.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-383

18 years agoRename `struct display' to `struct device'. Update function, parameter and variable...
Karoly Lorentey [Mon, 11 Jul 2005 00:05:55 +0000 (00:05 +0000)]
Rename `struct display' to `struct device'.  Update function, parameter and variable names accordingly.

* src/termhooks.h (struct device): Rename to `struct device'.
  Rename member `next_display' to `next_device'.
  Rename member `delete_display_hook' to `delete_device_hook'.
  (FRAME_DISPLAY): Rename to FRAME_DEVICE.
  (DISPLAY_ACTIVE_P): Rename to DEVICE_ACTIVE_P.
  (DISPLAY_TERMINAL_CODING): Rename to DEVICE_TERMINAL_CODING.
  (DISPLAY_KEYBOARD_CODING): Rename to DEVICE_KEYBOARD_CODING.

* src/frame.h (stuct frame): Rename `display' member to `device'.

* src/xterm.h (x_display_info): Rename member `frame_display' to `device'.

* src/termchar.h (struct tty_display_info): Rename `display' member to `device'.

* src/keyboard.c (push_display_kboard): Rename to push_device_kboard.

* lisp/frame.el (make-frame): Rename frame parameter `display-id' to `device'.
* src/frame.c (Fmake_terminal_frame): Ditto.
* src/xfns.c (Fx_create_frame): Ditto.

* src/term.c (display_list): Rename to device_list.
* src/term.c (initial_display): Rename to initial_device.
* src/term.c (next_display_id): Rename to next_device_id.
* src/term.c (get_display): Rename to get_device.
* src/term.c (get_tty_display): Rename to get_tty_device.
* src/term.c (get_named_tty_display): Rename to get_named_tty.
* src/term.c (init_initial_display): Rename to init_initial_device.
* src/term.c (delete_initial_display): Rename to delete_initial_device.
* src/term.c (create_display): Rename to create_device.
* src/term.c (delete_display): Rename to delete_device.

* src/xfns.c (check_x_display_info): Document that the function allows
  display ids as well.

* src/xterm.c (x_delete_frame_display): Rename to x_delete_device.
* src/xterm.c (x_create_frame_display): Rename to x_create_device.

* src/coding.c: Update.
* src/dispextern.h: Update.
* src/data.c: Update.
* src/dispnew.c: Update.
* src/frame.c: Update.
* src/frame.h: Update.
* src/keyboard.c: Update.
* src/keyboard.h: Update.
* src/lisp.h: Update.
* src/sysdep.c: Update.
* src/term.c: Update.
* src/xdisp.c: Update.
* src/xselect.c: Update.
* src/xterm.c: Update.

* src/prefix-args.c: Include stdlib.h for exit.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-382

18 years agoRename term_init to init_tty.
Karoly Lorentey [Sun, 10 Jul 2005 22:25:28 +0000 (22:25 +0000)]
Rename term_init to init_tty.

* src/term.c (term_init): Rename to init_tty.

* src/dispextern.h (term_init): Rename to init_tty.

* src/dispnew.c (init_display): Update.
* src/frame.c (Fmake_terminal_frame): Update.
* src/term.c (tty_setup_colors): Update comment.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-381

18 years agoREADME update.
Karoly Lorentey [Sun, 10 Jul 2005 22:18:46 +0000 (22:18 +0000)]
README update.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-380

18 years agoAt long last, fix annoying SELECTED_FRAME crashes after unexpected connection failure...
Karoly Lorentey [Sun, 10 Jul 2005 20:44:37 +0000 (20:44 +0000)]
At long last, fix annoying SELECTED_FRAME crashes after unexpected connection failures.  Yay!

* src/xdisp.c (select_frame_for_redisplay): Add xassert for FRAME_LIVE_P.
  (unwind_redisplay): Don't restore previous frame if it has been deleted.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-379

18 years agoFix compilation error in src/term.c.
Karoly Lorentey [Sun, 10 Jul 2005 20:35:39 +0000 (20:35 +0000)]
Fix compilation error in src/term.c.

* src/term.c (term_init): Move maybe_fatal declaration to top-level to
  prevent complaints from GCC 4.0.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-378

18 years agoMerged from miles@gnu.org--gnu-2005 (patch 474)
Karoly Lorentey [Sun, 10 Jul 2005 19:26:29 +0000 (19:26 +0000)]
Merged from miles@gnu.org--gnu-2005 (patch 474)

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-377

18 years agoMerged from miles@gnu.org--gnu-2005 (patch 470-473)
Karoly Lorentey [Sun, 10 Jul 2005 19:23:59 +0000 (19:23 +0000)]
Merged from miles@gnu.org--gnu-2005 (patch 470-473)

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-470
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-471
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-472
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-473
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-376

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

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

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

18 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).

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

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

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

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

18 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

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

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

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

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

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

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

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

18 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).

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

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

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

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

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

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

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

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

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

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

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

18 years agoHandle and document that `delete-frame' may call functions in `delete-frame-functions...
Karoly Lorentey [Wed, 6 Jul 2005 01:41:56 +0000 (01:41 +0000)]
Handle and document that `delete-frame' may call functions in `delete-frame-functions' twice.

* src/frame.c (syms_of_frame): Add warning to `delete-frame-functions' description.

* lisp/frame.el (terminal-handle-delete-frame): Check that the frame is alive.
* lisp/server.el (server-handle-delete-frame): Ditto.  Remove bogus comment.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-375

18 years agoSmall enhancements.
Karoly Lorentey [Wed, 6 Jul 2005 00:42:58 +0000 (00:42 +0000)]
Small enhancements.

* lisp/international/mule-cmds.el (set-locale-environment): Use
  server-getenv, not getenv.

* lisp/server.el (server-handle-delete-frame): Add note on possible race
  condition.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-374

18 years agoImplement rudimentary Lisp-level terminal parameters.
Karoly Lorentey [Wed, 6 Jul 2005 00:41:41 +0000 (00:41 +0000)]
Implement rudimentary Lisp-level terminal parameters.

* lisp/frame.el (terminal-id, terminal-parameters, terminal-parameter)
  (set-terminal-parameter, terminal-handle-delete-frame): New functions.
  (delete-frame-functions): Add to `delete-frame-functions' hook.
  (terminal-parameter-alist): New variable.

* lisp/international/encoded-kb.el (saved-input-mode): Delete variable.
  (encoded-kbd-setup-display): Store the saved input method as a terminal
  parameter.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-373

18 years agoMerged from miles@gnu.org--gnu-2005 (patch 469)
Karoly Lorentey [Tue, 5 Jul 2005 22:22:24 +0000 (22:22 +0000)]
Merged from miles@gnu.org--gnu-2005 (patch 469)

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-469
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-372

18 years agoMerged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)
Karoly Lorentey [Tue, 5 Jul 2005 22:12:55 +0000 (22:12 +0000)]
Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-449
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-450
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-451
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-452
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-453
   Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix.

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-454
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-455
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-456
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-457
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-459
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-460
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-461
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-462
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-463
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-464
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-465
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-466
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-467
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-468
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-83
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-84
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-85
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-86
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-87
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-371

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

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

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

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

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

18 years agoAdd support for Darwin (with much debugging help from Samuel Lauber
Lute Kamstra [Tue, 5 Jul 2005 08:14:42 +0000 (08:14 +0000)]
Add support for Darwin (with much debugging help from Samuel Lauber
<sam124@operamail.com>).
(battery-status-function, battery-echo-area-format)
(battery-mode-line-format): Add support for pmset on Darwin.
(battery-load-low, battery-load-critical): New user options.
(battery-pmset): New function.

18 years agoFix spelling.
Lute Kamstra [Tue, 5 Jul 2005 07:45:22 +0000 (07:45 +0000)]
Fix spelling.

18 years agoUpdate FSF's address.
Lute Kamstra [Tue, 5 Jul 2005 00:35:10 +0000 (00:35 +0000)]
Update FSF's address.

18 years agoUpdate FSF's address.
Lute Kamstra [Mon, 4 Jul 2005 23:32:44 +0000 (23:32 +0000)]
Update FSF's address.

18 years agoUpdate FSF's address.
Lute Kamstra [Mon, 4 Jul 2005 23:08:52 +0000 (23:08 +0000)]
Update FSF's address.

18 years ago(lisp-mode-variables): Prevent adaptive
Stefan Monnier [Mon, 4 Jul 2005 20:13:45 +0000 (20:13 +0000)]
(lisp-mode-variables): Prevent adaptive
filling from using prefix when filling a single-line docstring.

18 years agoRemove useless eval-when-compile.
Stefan Monnier [Mon, 4 Jul 2005 18:54:30 +0000 (18:54 +0000)]
Remove useless eval-when-compile.

18 years ago(archive-lzh-ogm): Reorder save excursion/restriction.
Stefan Monnier [Mon, 4 Jul 2005 18:47:07 +0000 (18:47 +0000)]
(archive-lzh-ogm): Reorder save excursion/restriction.

18 years agoUpdate FSF's address.
Lute Kamstra [Mon, 4 Jul 2005 17:55:18 +0000 (17:55 +0000)]
Update FSF's address.

18 years agoUpdate FSF's address.
Lute Kamstra [Mon, 4 Jul 2005 16:49:24 +0000 (16:49 +0000)]
Update FSF's address.

18 years agoUpdate FSF's address.
Lute Kamstra [Mon, 4 Jul 2005 15:47:28 +0000 (15:47 +0000)]
Update FSF's address.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 4 Jul 2005 15:16:26 +0000 (15:16 +0000)]
*** empty log message ***

18 years ago(Standard Hooks): Add occur-hook.
Richard M. Stallman [Mon, 4 Jul 2005 15:16:16 +0000 (15:16 +0000)]
(Standard Hooks): Add occur-hook.

18 years agoLeading space replaced by TABS.
Carsten Dominik [Mon, 4 Jul 2005 15:08:45 +0000 (15:08 +0000)]
Leading space replaced by TABS.
        (org-recalc-marks, org-table-rotate-recalc-marks)
        (org-table-get-specials): Treat "^" and "_" marks.
        (org-table-justify-field-maybe): Optional argument NEW.
        (org-table-eval-formula): Parsing of the format simplified.  New
        modes C,I.  Honor the %= parameter in the current table.  Avoid
        unnecessary re-align by using the NEW argument to
        `org-table-justify-field-maybe'.
        (org-calc-default-modes): Default for date-format mimicks
        org-mode.
        (org-agenda, org-timeline): Quote argument in
        `org-agenda-redo-command'.

18 years agoUpdate FSF's address.
Lute Kamstra [Mon, 4 Jul 2005 14:42:45 +0000 (14:42 +0000)]
Update FSF's address.

18 years ago(org-file-apps-defaults-gnu): Renamed from org-file-apps-defaults-linux.
Richard M. Stallman [Mon, 4 Jul 2005 14:24:04 +0000 (14:24 +0000)]
(org-file-apps-defaults-gnu): Renamed from org-file-apps-defaults-linux.
(org-default-apps): Don't test system-type for `linux'.
(org-file-apps): Doc fix.

18 years agoImprove header Commentary section.
David Ponce [Mon, 4 Jul 2005 12:33:21 +0000 (12:33 +0000)]
Improve header Commentary section.
(tree-widget) [defgroup]
(tree-widget-image-enable, tree-widget-themes-directory)
(tree-widget-theme, tree-widget-image-properties-emacs)
(tree-widget-image-properties-xemacs, tree-widget-create-image)
(tree-widget-image-formats, tree-widget-control)
(tree-widget-empty-control, tree-widget-leaf-control
(tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
(tree-widget-handle, tree-widget-no-handle, tree-widget-p)
(tree-widget-keep, tree-widget-after-toggle-functions)
(tree-widget-open-node, tree-widget-close-node): Doc fix.
(tree-widget-open-control, tree-widget-close-control): Fix doc and
:help-echo message.
(tree-widget-set-theme): Doc fix.  Use `string-equal'.
(tree-widget-image-properties): Doc fix.  Clearer implementation.
(tree-widget--cursors): New constant.
(tree-widget-lookup-image): New function split from
`tree-widget-find-image'.  Clearer implementation.
(tree-widget-find-image): Use it.
(tree-widget-button-keymap): Use `set-keymap-parent'.
(tree-widget) [define-widget]: Use `widget-children-value-delete'.
Define the sub-widgets here.
(tree-widget-node): Check that :node is not a tree-widget.
(tree-widget-get-super, tree-widget-open-control)
(tree-widget-close-control, tree-widget-empty-control)
(tree-widget-leaf-control, tree-widget-guide)
(tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
(tree-widget-no-handle, tree-widget-value-delete)
(tree-widget-map): Remove.
(tree-widget-children-value-save): Doc fix.  Simplified.
(tree-widget-value-create): Update according to previous changes.

18 years ago*** empty log message ***
David Ponce [Mon, 4 Jul 2005 12:31:54 +0000 (12:31 +0000)]
*** empty log message ***

18 years agoMoved to obsolete
Jan Djärv [Mon, 4 Jul 2005 10:06:56 +0000 (10:06 +0000)]
Moved to obsolete

18 years agoMoved from ../international.
Jan Djärv [Mon, 4 Jul 2005 10:06:32 +0000 (10:06 +0000)]
Moved from ../international.

18 years ago(prolog-eof-string): Doc fixes.
Juanma Barranquero [Mon, 4 Jul 2005 09:42:58 +0000 (09:42 +0000)]
(prolog-eof-string): Doc fixes.
(prolog-indent-level): Fix typo in docstring.

18 years ago(Info-history, Info-history-forward, Info-history-list,
Juanma Barranquero [Mon, 4 Jul 2005 09:36:02 +0000 (09:36 +0000)]
(Info-history, Info-history-forward, Info-history-list,
Info-speedbar-fetch-file-nodes): Doc fixes.

18 years agoAdd arch tagline
Miles Bader [Mon, 4 Jul 2005 07:46:29 +0000 (07:46 +0000)]
Add arch tagline

18 years agoVersion 3.13
Carsten Dominik [Mon, 4 Jul 2005 06:39:47 +0000 (06:39 +0000)]
Version 3.13

18 years ago*** empty log message ***
Carsten Dominik [Mon, 4 Jul 2005 06:30:20 +0000 (06:30 +0000)]
*** empty log message ***

18 years agoAdd arch tagline
Miles Bader [Mon, 4 Jul 2005 05:14:41 +0000 (05:14 +0000)]
Add arch tagline

18 years agoRemove spurious entry and damn timezones.
Juanma Barranquero [Mon, 4 Jul 2005 04:07:03 +0000 (04:07 +0000)]
Remove spurious entry and damn timezones.

18 years ago(vhdl-testbench): Fix typo in docstring.
Juanma Barranquero [Mon, 4 Jul 2005 04:00:00 +0000 (04:00 +0000)]
(vhdl-testbench): Fix typo in docstring.

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 4 Jul 2005 03:51:52 +0000 (03:51 +0000)]
*** empty log message ***

18 years ago(two-column): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:46:45 +0000 (03:46 +0000)]
(two-column): Finish `defgroup' description with period.

18 years ago(texinfo): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:45:56 +0000 (03:45 +0000)]
(texinfo): Finish `defgroup' description with period.
(texinfo-insert-quote): "?\ " -> "?\s".

18 years ago(tex-file, tex-run, tex-view): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:44:33 +0000 (03:44 +0000)]
(tex-file, tex-run, tex-view): Finish `defgroup' description with period.
(tex-insert-quote, latex-find-indent): "?\ " -> "?\s".

18 years ago(table-hooks): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:41:55 +0000 (03:41 +0000)]
(table-hooks): Finish `defgroup' description with period.
(table-insert, table-shorten-cell, table--generate-source-scan-lines,
table-delete-row, *table--cell-delete-char, table--spacify-frame,
table--horizontally-shift-above-and-below, table--cell-insert-char,
table--cell-blank-str, table--fill-region-strictly): "?\ " -> "?\s".

18 years ago(sgml): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:37:24 +0000 (03:37 +0000)]
(sgml): Finish `defgroup' description with period.
(html-imenu-index, sgml-attributes, sgml-auto-attributes): "?\ " -> "?\s".

18 years ago(org): Fix typo in docstring.
Juanma Barranquero [Mon, 4 Jul 2005 03:34:51 +0000 (03:34 +0000)]
(org): Fix typo in docstring.

18 years ago(makeinfo): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:30:49 +0000 (03:30 +0000)]
(makeinfo): Finish `defgroup' description with period.

18 years ago(enriched): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:29:48 +0000 (03:29 +0000)]
(enriched): Finish `defgroup' description with period.

18 years ago(bibtex, bibtex-autokey): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:29:01 +0000 (03:29 +0000)]
(bibtex, bibtex-autokey): Finish `defgroup' description with period.
(bibtex-mode): "?\ " -> "?\s".

18 years ago(tcl): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:27:17 +0000 (03:27 +0000)]
(tcl): Finish `defgroup' description with period.
(tcl-comment-indent, tcl-quote): "?\ " -> "?\s".

18 years ago(SQL): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:25:26 +0000 (03:25 +0000)]
(SQL): Finish `defgroup' description with period.
(sql-copy-column): "?\ " -> "?\s".

18 years ago(sh, sh-script): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:24:03 +0000 (03:24 +0000)]
(sh, sh-script): Finish `defgroup' description with period.
(sh-maybe-here-document): "?\ " -> "?\s".

18 years ago(scheme): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:22:03 +0000 (03:22 +0000)]
(scheme): Finish `defgroup' description with period.
(scheme-mode-syntax-table): "?\ " -> "?\s".

18 years ago(python): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:20:48 +0000 (03:20 +0000)]
(python): Finish `defgroup' description with period.
(inferior-python-mode): "?\ " -> "?\s".

18 years ago(prolog): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:18:35 +0000 (03:18 +0000)]
(prolog): Finish `defgroup' description with period.

18 years ago(pascal): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:17:55 +0000 (03:17 +0000)]
(pascal): Finish `defgroup' description with period.

18 years ago(idlwave): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:16:59 +0000 (03:16 +0000)]
(idlwave): Finish `defgroup' description with period.

18 years agoFix brainos.
Juanma Barranquero [Mon, 4 Jul 2005 03:11:31 +0000 (03:11 +0000)]
Fix brainos.

18 years ago(executable): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:05:17 +0000 (03:05 +0000)]
(executable): Finish `defgroup' description with period.
(executable-set-magic): "?\ " -> "?\s".

18 years ago(etags): Finish `defgroup' description with period.
Juanma Barranquero [Mon, 4 Jul 2005 03:03:30 +0000 (03:03 +0000)]
(etags): Finish `defgroup' description with period.