]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years agoAdd arch tagline
Miles Bader [Mon, 18 Aug 2008 04:59:13 +0000 (04:59 +0000)]
Add arch tagline

16 years agomail/: Add new (temporary) libaries for which to test Rmail/mbox such
Paul Reilly [Mon, 18 Aug 2008 04:51:28 +0000 (04:51 +0000)]
mail/: Add new (temporary) libaries for which to test Rmail/mbox such
that Rmail/babyl is not affected.  This creates a facility/feature
called "pmail" (analagous to "rmail") that can be used independently
from Rmail for testing purposes.  The plan is to replace the "rmail"
files eventually and remove "pmail" entirely at that point.  In the
interim, interested developers can use either Rmail or Pmail or both
(which is not recommended for the casual User or the faint of heart).

16 years ago(recenter-top-bottom): Determine top and bottom positions using
Chong Yidong [Mon, 18 Aug 2008 03:46:51 +0000 (03:46 +0000)]
(recenter-top-bottom): Determine top and bottom positions using
scroll-margin instead of scroll-conservatively.

16 years ago* window.el (recenter-top-bottom): Determine top and bottom
Chong Yidong [Mon, 18 Aug 2008 03:45:54 +0000 (03:45 +0000)]
* window.el (recenter-top-bottom): Determine top and bottom
positions using scroll-margin instead of scroll-conservatively.

16 years agoproced.el (proced-send-signal): Use beginning-of-line.
Roland Winkler [Mon, 18 Aug 2008 01:01:59 +0000 (01:01 +0000)]
proced.el (proced-send-signal): Use beginning-of-line.

16 years ago(proced-signal-list): Add POSIX 1003.1-2001 signals.
Roland Winkler [Mon, 18 Aug 2008 00:47:12 +0000 (00:47 +0000)]
(proced-signal-list): Add POSIX 1003.1-2001 signals.
(proced-mode-map): Add tooltips for menus.  Use radio buttons for
listing types.
(proced-log-buffer): New variable.
(proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate
on region if transient-mark-mode is turned on and the region is
active.
(proced-omit-processes): Renamed from proced-hide-processes to
avoid key clash with describe-mode (bound to h).  Search for
marked processes starting from point-min.
(proced-header-space): Removed.
(proced-send-signal): Handle errors.  Operate on current process
if no process is marked.
(proced-why): New command.
(proced-log, proced-log-summary): New functions.
(proced-help): Use proced-why.

16 years ago(bibtex-entry-format): Mark as safe.
Roland Winkler [Mon, 18 Aug 2008 00:39:22 +0000 (00:39 +0000)]
(bibtex-entry-format): Mark as safe.
(bibtex-autokey-year-title-separator): Fix doscstring.

16 years agoRemove dead code.
Chong Yidong [Sun, 17 Aug 2008 23:48:30 +0000 (23:48 +0000)]
Remove dead code.
(handle_invisible_prop, next_overlay_string): Defer call to
setup_for_ellipsis.
(handle_stop, set_iterator_to_next): Call setup_for_ellipsis.

16 years ago* xdisp.c: Remove dead code.
Chong Yidong [Sun, 17 Aug 2008 23:48:21 +0000 (23:48 +0000)]
* xdisp.c: Remove dead code.
(handle_invisible_prop, next_overlay_string): Defer call to
setup_for_ellipsis.
(handle_stop, set_iterator_to_next): Call setup_for_ellipsis.

16 years ago* net/xesam.el (xesam-vendor, xesam-notify-function): New local
Michael Albinus [Sun, 17 Aug 2008 20:03:05 +0000 (20:03 +0000)]
* net/xesam.el (xesam-vendor, xesam-notify-function): New local
variables.
(xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
(xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
(xesam-new-search): Initialize `xesam-vendor'.

16 years agoClarify description of word-wrapping changes.
Chong Yidong [Sun, 17 Aug 2008 15:12:59 +0000 (15:12 +0000)]
Clarify description of word-wrapping changes.

16 years agoConsolidate nextstep port items.
Chong Yidong [Sun, 17 Aug 2008 15:04:30 +0000 (15:04 +0000)]
Consolidate nextstep port items.

16 years agoChecked regs.texi
Chong Yidong [Sun, 17 Aug 2008 14:56:13 +0000 (14:56 +0000)]
Checked regs.texi

16 years ago(Registers): Clarify valid register names.
Chong Yidong [Sun, 17 Aug 2008 14:55:43 +0000 (14:55 +0000)]
(Registers): Clarify valid register names.
(RegPos): Note that buffer is saved and restored too.
(RegText): Note that mark is reactivated/deactivated.
(RegConfig): Xref to Windows node.

16 years ago* regs.texi (Registers): Clarify valid register names.
Chong Yidong [Sun, 17 Aug 2008 14:55:33 +0000 (14:55 +0000)]
* regs.texi (Registers): Clarify valid register names.
(RegPos): Note that buffer is saved and restored too.
(RegText): Note that mark is reactivated/deactivated.
(RegConfig): Xref to Windows node.

16 years agoetags.c: improve collapsing multiple slashes in file names.
Francesco Potortì [Sat, 16 Aug 2008 23:59:03 +0000 (23:59 +0000)]
etags.c: improve collapsing multiple slashes in file names.

16 years ago(main): Use canonicalize_filename on tags file name.
Francesco Potortì [Sat, 16 Aug 2008 23:57:41 +0000 (23:57 +0000)]
(main): Use canonicalize_filename on tags file name.
(relative_filename): Revert 3.85: do not collapse slashes here.
(absolute_dirname): Remove useless call to canonicalize_filename.
(canonicalize_filename): Collapse multiple slashes here.

16 years agoCompressed files are supported using gzip and bzip2.
Francesco Potortì [Sat, 16 Aug 2008 23:09:36 +0000 (23:09 +0000)]
Compressed files are supported using gzip and bzip2.

16 years ago(Inserting Text): Provide command name for C-q.
Chong Yidong [Sat, 16 Aug 2008 17:59:50 +0000 (17:59 +0000)]
(Inserting Text): Provide command name for C-q.

16 years ago* basic.texi (Inserting Text): Provide command name for C-q.
Chong Yidong [Sat, 16 Aug 2008 17:59:35 +0000 (17:59 +0000)]
* basic.texi (Inserting Text): Provide command name for C-q.

16 years agoenable-recursive-minibuffers change need not be mentioned in the manual.
Chong Yidong [Sat, 16 Aug 2008 17:42:42 +0000 (17:42 +0000)]
enable-recursive-minibuffers change need not be mentioned in the manual.

16 years agokilling.texi checked
Chong Yidong [Sat, 16 Aug 2008 14:41:19 +0000 (14:41 +0000)]
killing.texi checked

16 years ago(Killing): Copyedit. Define read-only text.
Chong Yidong [Sat, 16 Aug 2008 14:38:58 +0000 (14:38 +0000)]
(Killing): Copyedit.  Define read-only text.
(Deletion): DEL and C-d were already explained in Erasing; xref there.
(Killing by Lines): Copyedit.
(Other Kill Commands): Move M-w description here.
(Yanking): Move M-w to Other Kill Commands.
(Kill Ring): Also mention saving text in registers.  Link to Text
Properties in elisp manual.
(Accumulating Text): Copyedit.
(CUA Bindings): Shift selection is now the default.

16 years ago* killing.texi (Killing): Copyedit. Define read-only text.
Chong Yidong [Sat, 16 Aug 2008 14:36:02 +0000 (14:36 +0000)]
* killing.texi (Killing): Copyedit.  Define read-only text.
(Deletion): DEL and C-d were already explained in Erasing; xref there.
(Killing by Lines): Copyedit.
(Other Kill Commands): Move M-w description here.
(Yanking): Move M-w to Other Kill Commands.
(Kill Ring): Also mention saving text in registers.  Link to Text
Properties in elisp manual.
(Accumulating Text): Copyedit.
(CUA Bindings): Shift selection is now the default.

16 years ago(lookup_derived_face): Properly handle possible zero
Chong Yidong [Fri, 15 Aug 2008 21:32:48 +0000 (21:32 +0000)]
(lookup_derived_face): Properly handle possible zero
return value of get_lface_attributes.
(merge_faces): Don't tell lookup_derived_face to signal an error
if face is not found.

16 years ago* xfaces.c (lookup_derived_face): Properly handle possible zero
Chong Yidong [Fri, 15 Aug 2008 21:32:01 +0000 (21:32 +0000)]
* xfaces.c (lookup_derived_face): Properly handle possible zero
return value of get_lface_attributes.
(merge_faces): Don't tell lookup_derived_face to signal an error
if face is not found.

16 years ago(Fdirectory_files): Doc fix.
Chong Yidong [Fri, 15 Aug 2008 20:17:12 +0000 (20:17 +0000)]
(Fdirectory_files): Doc fix.

16 years ago* dired.c (Fdirectory_files): Doc fix.
Chong Yidong [Fri, 15 Aug 2008 20:17:02 +0000 (20:17 +0000)]
* dired.c (Fdirectory_files): Doc fix.

16 years ago(make_process): Initialize kill_without_query struct member.
Chong Yidong [Fri, 15 Aug 2008 20:09:32 +0000 (20:09 +0000)]
(make_process): Initialize kill_without_query struct member.

16 years ago* process.c (make_process): Initialize kill_without_query struct
Chong Yidong [Fri, 15 Aug 2008 20:09:19 +0000 (20:09 +0000)]
* process.c (make_process): Initialize kill_without_query struct
member.

16 years ago(w32_system_process_attributes) [_MSC_VER < 1300]: Alternative calculation
Eli Zaretskii [Fri, 15 Aug 2008 17:36:48 +0000 (17:36 +0000)]
(w32_system_process_attributes) [_MSC_VER < 1300]: Alternative calculation
of totphys for Visual Studio 6.

16 years ago[_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
Eli Zaretskii [Fri, 15 Aug 2008 17:08:58 +0000 (17:08 +0000)]
[_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.

16 years ago(CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
Eli Zaretskii [Fri, 15 Aug 2008 16:00:19 +0000 (16:00 +0000)]
(CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
(equal_sid, get_length_sid, copy_sid): New wrapper functions.
(w32_cached_id, w32_add_to_cache): New functions.
(get_name_and_id): Look account names in the cache before calling
lookup_account_sid.
(g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid): New
initialization flags.
(globals_of_w32): Initialize them to zero.
(w32_system_process_attributes): Use w32_cached_id and w32_add_to_cache.

16 years ago(stat): Only root directory passed to GetDriveType.
Eli Zaretskii [Fri, 15 Aug 2008 13:54:14 +0000 (13:54 +0000)]
(stat): Only root directory passed to GetDriveType.

16 years ago(_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX): Rename from
Eli Zaretskii [Fri, 15 Aug 2008 12:49:09 +0000 (12:49 +0000)]
(_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX): Rename from
_MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.  All users changed.

16 years ago(eshell-ls-files): List one per line in a pipeline, unless at the end
Glenn Morris [Fri, 15 Aug 2008 06:55:43 +0000 (06:55 +0000)]
(eshell-ls-files): List one per line in a pipeline, unless at the end
of the pipeline.  (Bug#699).

16 years ago(eshell-do-pipelines): Indicate the last command in a pipeline.
Glenn Morris [Fri, 15 Aug 2008 06:55:11 +0000 (06:55 +0000)]
(eshell-do-pipelines): Indicate the last command in a pipeline.

16 years agoImprove whitespace information.
Vinicius Jose Latorre [Fri, 15 Aug 2008 00:48:55 +0000 (00:48 +0000)]
Improve whitespace information.

16 years ago(choose-completion): Try reselecting completion-reference-buffer.
Chong Yidong [Fri, 15 Aug 2008 00:30:44 +0000 (00:30 +0000)]
(choose-completion): Try reselecting completion-reference-buffer.

16 years ago* simple.el (choose-completion): Try reselecting
Chong Yidong [Fri, 15 Aug 2008 00:30:21 +0000 (00:30 +0000)]
* simple.el (choose-completion): Try reselecting
  completion-reference-buffer.

16 years ago* minibuffer.el (display-completion-list): Revert last change.
Chong Yidong [Fri, 15 Aug 2008 00:11:17 +0000 (00:11 +0000)]
* minibuffer.el (display-completion-list): Revert last change.
Only default base-size to zero if completing in the minibuffer.

* emacs-lisp/lisp.el (lisp-complete-symbol): Revert last change.

16 years ago(display-completion-list): Revert last change. Only default base-size
Chong Yidong [Fri, 15 Aug 2008 00:10:03 +0000 (00:10 +0000)]
(display-completion-list): Revert last change.  Only default base-size
to zero if completing in the minibuffer.

16 years agoRevert last change.
Chong Yidong [Fri, 15 Aug 2008 00:06:12 +0000 (00:06 +0000)]
Revert last change.

16 years ago(completion-boundaries): Doc fix.
Chong Yidong [Thu, 14 Aug 2008 23:44:41 +0000 (23:44 +0000)]
(completion-boundaries): Doc fix.
(display-completion-list): New arg BASE-SIZE, to specify an
overriding base-size.

16 years ago(completion-base-size): Doc fix.
Chong Yidong [Thu, 14 Aug 2008 23:44:29 +0000 (23:44 +0000)]
(completion-base-size): Doc fix.

16 years ago(lisp-complete-symbol): Supply match-size to display-completion-list.
Chong Yidong [Thu, 14 Aug 2008 23:44:14 +0000 (23:44 +0000)]
(lisp-complete-symbol): Supply match-size to display-completion-list.

16 years ago* minibuffer.el (completion-boundaries): Doc fix.
Chong Yidong [Thu, 14 Aug 2008 23:43:53 +0000 (23:43 +0000)]
* minibuffer.el (completion-boundaries): Doc fix.
(display-completion-list): New arg BASE-SIZE, to specify an
overriding base-size.

* simple.el (completion-base-size): Doc fix.

* emacs-lisp/lisp.el (lisp-complete-symbol): Supply match-size to
display-completion-list.

16 years ago* vc-dispatcher.el (vc-do-command): Let asynchronous processes run
Michael Albinus [Thu, 14 Aug 2008 19:28:44 +0000 (19:28 +0000)]
* vc-dispatcher.el (vc-do-command): Let asynchronous processes run
also for remote directories.

16 years ago(Fread_char, Fread_char_exclusive): If no character event is read
Chong Yidong [Thu, 14 Aug 2008 19:24:54 +0000 (19:24 +0000)]
(Fread_char, Fread_char_exclusive): If no character event is read
before timeout is reached, return nil, rather than converting to a
number.

16 years ago* lread.c (Fread_char, Fread_char_exclusive): If no character
Chong Yidong [Thu, 14 Aug 2008 19:24:36 +0000 (19:24 +0000)]
* lread.c (Fread_char, Fread_char_exclusive): If no character
event is read before timeout is reached, return nil, rather than
converting to a number.

16 years ago*** empty log message ***
Jay Belanger [Thu, 14 Aug 2008 19:21:09 +0000 (19:21 +0000)]
*** empty log message ***

16 years agoRemove version numbering.
Jay Belanger [Thu, 14 Aug 2008 19:17:59 +0000 (19:17 +0000)]
Remove version numbering.

16 years ago*** empty log message ***
Jay Belanger [Thu, 14 Aug 2008 18:35:22 +0000 (18:35 +0000)]
*** empty log message ***

16 years ago(calc-version): Remove.
Jay Belanger [Thu, 14 Aug 2008 18:35:08 +0000 (18:35 +0000)]
(calc-version): Remove.

16 years ago(calc-version): Remove function.
Jay Belanger [Thu, 14 Aug 2008 18:34:41 +0000 (18:34 +0000)]
(calc-version): Remove function.

16 years ago(report-calc-bug): Remove version number.
Jay Belanger [Thu, 14 Aug 2008 18:34:05 +0000 (18:34 +0000)]
(report-calc-bug): Remove version number.
calc-stuff (calc-version): Remove function.
calc.el (calc-version): Remove.

16 years ago(calc-keypad-show-input): Remove version number.
Jay Belanger [Thu, 14 Aug 2008 18:33:41 +0000 (18:33 +0000)]
(calc-keypad-show-input): Remove version number.

16 years ago(calc-full-help): Remove version number.
Jay Belanger [Thu, 14 Aug 2008 18:33:07 +0000 (18:33 +0000)]
(calc-full-help): Remove version number.

16 years agoRemove autoloading of calc-version.
Jay Belanger [Thu, 14 Aug 2008 18:32:40 +0000 (18:32 +0000)]
Remove autoloading of calc-version.

16 years ago(easy-menu-add): Don't precompute keybindings
Stefan Monnier [Thu, 14 Aug 2008 17:42:21 +0000 (17:42 +0000)]
(easy-menu-add): Don't precompute keybindings
since those precomputed values aren't used any more.
(easy-menu-precalculate-equivalent-keybindings): Obsolete.

16 years ago(with-help-window): Return last value in BODY.
Martin Rudalics [Thu, 14 Aug 2008 05:51:24 +0000 (05:51 +0000)]
(with-help-window): Return last value in BODY.

16 years ago* net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
Michael Albinus [Thu, 14 Aug 2008 05:03:18 +0000 (05:03 +0000)]
* net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
notify function of the URL.
(xesam-new-search): Encode special characters in the query string.

16 years ago(use_dialog_box): Doc fix.
Chong Yidong [Thu, 14 Aug 2008 01:14:37 +0000 (01:14 +0000)]
(use_dialog_box): Doc fix.

16 years agoFix last change.
Chong Yidong [Thu, 14 Aug 2008 01:14:28 +0000 (01:14 +0000)]
Fix last change.

16 years ago* fns.c (syms_of_fns): Doc fix.
Chong Yidong [Thu, 14 Aug 2008 01:14:08 +0000 (01:14 +0000)]
* fns.c (syms_of_fns): Doc fix.

16 years agoUndefine HAVE_RES_INIT, which appears to be harmful on OS X.
Chong Yidong [Thu, 14 Aug 2008 00:51:41 +0000 (00:51 +0000)]
Undefine HAVE_RES_INIT, which appears to be harmful on OS X.

16 years ago* s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful on
Chong Yidong [Thu, 14 Aug 2008 00:51:20 +0000 (00:51 +0000)]
* s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful on
OS X.

16 years ago(Qns_parse_geometry): New var.
Chong Yidong [Wed, 13 Aug 2008 23:43:22 +0000 (23:43 +0000)]
(Qns_parse_geometry): New var.
(Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.

16 years ago* frame.c (Qns_parse_geometry): New var.
Chong Yidong [Wed, 13 Aug 2008 23:40:17 +0000 (23:40 +0000)]
* frame.c (Qns_parse_geometry): New var.
(Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.

16 years ago(ns-parse-geometry): Rename from x-parse-geometry.
Chong Yidong [Wed, 13 Aug 2008 23:40:02 +0000 (23:40 +0000)]
(ns-parse-geometry): Rename from x-parse-geometry.

16 years ago* term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
Chong Yidong [Wed, 13 Aug 2008 23:39:51 +0000 (23:39 +0000)]
* term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.

16 years ago(tramp-handle-shell-command): Handle output going
Andreas Schwab [Wed, 13 Aug 2008 19:33:36 +0000 (19:33 +0000)]
(tramp-handle-shell-command): Handle output going
to current buffer like shell-command.  Don't disable undo.

16 years ago(tramp-handle-shell-command): Correctly handle
Andreas Schwab [Wed, 13 Aug 2008 19:09:10 +0000 (19:09 +0000)]
(tramp-handle-shell-command): Correctly handle
output going to current buffer.  Don't disable undo.

16 years ago(eshell/which): Handle the case where no description is found.
Glenn Morris [Wed, 13 Aug 2008 03:12:49 +0000 (03:12 +0000)]
(eshell/which): Handle the case where no description is found.

16 years ago(c-emacs-features): argumentative-bod-function: bind mark-ring to avoid
Alan Mackenzie [Tue, 12 Aug 2008 20:00:18 +0000 (20:00 +0000)]
(c-emacs-features): argumentative-bod-function: bind mark-ring to avoid
accumulating a spurious mark.

16 years ago(Change Log): Mention next-error is available.
Teodor Zlatanov [Tue, 12 Aug 2008 19:59:41 +0000 (19:59 +0000)]
(Change Log): Mention next-error is available.

16 years ago*** empty log message ***
Alan Mackenzie [Tue, 12 Aug 2008 19:55:45 +0000 (19:55 +0000)]
*** empty log message ***

16 years agoDelete trailing whitespace.
Chong Yidong [Tue, 12 Aug 2008 19:41:18 +0000 (19:41 +0000)]
Delete trailing whitespace.

16 years ago(visual-line--saved-state): New var.
Chong Yidong [Tue, 12 Aug 2008 19:39:50 +0000 (19:39 +0000)]
(visual-line--saved-state): New var.
(visual-line-mode): Save local values of variables, and restore
them when visual-line-mode is disabled.

16 years ago* simple.el (visual-line--saved-state): New var.
Chong Yidong [Tue, 12 Aug 2008 19:38:05 +0000 (19:38 +0000)]
* simple.el (visual-line--saved-state): New var.
(visual-line-mode): Save local values of variables, and restore
them when visual-line-mode is disabled.

16 years ago(ldap-search-internal): Tweak URL regexp.
Chong Yidong [Tue, 12 Aug 2008 18:35:18 +0000 (18:35 +0000)]
(ldap-search-internal): Tweak URL regexp.

16 years ago* net/ldap.el (ldap-search-internal): Tweak URL regexp.
Chong Yidong [Tue, 12 Aug 2008 18:35:06 +0000 (18:35 +0000)]
* net/ldap.el (ldap-search-internal): Tweak URL regexp.

16 years agoMerge from gnus--devo--0
Miles Bader [Tue, 12 Aug 2008 16:01:05 +0000 (16:01 +0000)]
Merge from gnus--devo--0

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

16 years agoMerge from emacs--rel--22
Miles Bader [Tue, 12 Aug 2008 15:54:59 +0000 (15:54 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 287-293)

   - Update from CVS: src/term.c (syms_of_term): Fix last change.
   - Update from CVS

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

16 years ago(beginning-of-defun): Doc fix.
Chong Yidong [Mon, 11 Aug 2008 21:38:17 +0000 (21:38 +0000)]
(beginning-of-defun): Doc fix.

16 years ago(c-emacs-features): Check beginning-of-defun-raw instead of
Chong Yidong [Mon, 11 Aug 2008 21:38:04 +0000 (21:38 +0000)]
(c-emacs-features): Check beginning-of-defun-raw instead of
beginning-of-defun, and avoid moving point during the test.

16 years ago* progmodes/cc-defs.el (c-emacs-features): Check
Chong Yidong [Mon, 11 Aug 2008 21:37:52 +0000 (21:37 +0000)]
* progmodes/cc-defs.el (c-emacs-features): Check
beginning-of-defun-raw instead of beginning-of-defun, and avoid
moving point during the test.

* emacs-lisp/lisp.el (beginning-of-defun): Doc fix.

16 years ago(x_produce_glyphs): Handle the case when font has no space character
Chong Yidong [Mon, 11 Aug 2008 18:50:49 +0000 (18:50 +0000)]
(x_produce_glyphs): Handle the case when font has no space character
in calculating tabs.

16 years ago* xdisp.c (x_produce_glyphs): Handle the case when font has no
Chong Yidong [Mon, 11 Aug 2008 18:50:33 +0000 (18:50 +0000)]
* xdisp.c (x_produce_glyphs): Handle the case when font has no
space character in calculating tabs.

16 years ago*** empty log message ***
Dan Nicolaescu [Mon, 11 Aug 2008 16:02:25 +0000 (16:02 +0000)]
*** empty log message ***

16 years ago(bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
Dan Nicolaescu [Mon, 11 Aug 2008 02:21:08 +0000 (02:21 +0000)]
(bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.

16 years ago(x-parse-geometry): Doc fix.
Glenn Morris [Mon, 11 Aug 2008 01:24:31 +0000 (01:24 +0000)]
(x-parse-geometry): Doc fix.

16 years agoAdd declarations for builds without X.
Glenn Morris [Mon, 11 Aug 2008 01:23:07 +0000 (01:23 +0000)]
Add declarations for builds without X.

16 years agoFix previous change.
Glenn Morris [Mon, 11 Aug 2008 01:19:29 +0000 (01:19 +0000)]
Fix previous change.

16 years ago(do-applescript): Fix declaration.
Glenn Morris [Mon, 11 Aug 2008 01:18:53 +0000 (01:18 +0000)]
(do-applescript): Fix declaration.

16 years ago*** empty log message ***
Glenn Morris [Mon, 11 Aug 2008 00:54:34 +0000 (00:54 +0000)]
*** empty log message ***

16 years ago(hangul3-input-method-jong): Fix array indexing bug.
Kenichi Handa [Sun, 10 Aug 2008 23:58:30 +0000 (23:58 +0000)]
(hangul3-input-method-jong): Fix array indexing bug.

16 years ago(mh-variant-set): Fix typo.
Bill Wohler [Sun, 10 Aug 2008 23:22:53 +0000 (23:22 +0000)]
(mh-variant-set): Fix typo.

16 years ago(Getting Started): Rename variant mu-mh to gnu-mh and be explicit
Bill Wohler [Sun, 10 Aug 2008 23:18:37 +0000 (23:18 +0000)]
(Getting Started): Rename variant mu-mh to gnu-mh and be explicit
about GNU mailutils MH elsewhere (with thanks to Darel Henman) (closes
SF #1768928).

16 years ago(mh-pick-regexp-builder): Rename variant mu-mh to gnu-mh and be
Bill Wohler [Sun, 10 Aug 2008 23:14:09 +0000 (23:14 +0000)]
(mh-pick-regexp-builder): Rename variant mu-mh to gnu-mh and be
explicit about GNU mailutils MH in docstrings (with thanks to Darel
Henman) (closes SF #1768928).