bpt/emacs.git
16 years ago(sgml-html-meta-auto-coding-function): Make sure the search limit is ahead.
Stefan Monnier [Tue, 12 Feb 2008 21:21:02 +0000 (21:21 +0000)]
(sgml-html-meta-auto-coding-function): Make sure the search limit is ahead.

16 years agoFix broken indentation.
Stefan Monnier [Tue, 12 Feb 2008 21:20:05 +0000 (21:20 +0000)]
Fix broken indentation.
(tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
Use with-current-buffer.

16 years ago(hexl-mode): Don't make `font-lock-defaults' buffer-local;
Juanma Barranquero [Tue, 12 Feb 2008 17:29:07 +0000 (17:29 +0000)]
(hexl-mode): Don't make `font-lock-defaults' buffer-local;
it is already automatically buffer-local.

16 years ago(byte-compile-lapcode): Use
Kenichi Handa [Tue, 12 Feb 2008 11:25:01 +0000 (11:25 +0000)]
(byte-compile-lapcode): Use
unibyte-string instead of string-make-unibyte.

16 years agoReverted wrong changes to rmail.el.
Bastien Guerry [Tue, 12 Feb 2008 07:13:29 +0000 (07:13 +0000)]
Reverted wrong changes to rmail.el.

16 years ago2008-02-11 Drew Adams <drew.adams@oracle.com>
Bastien Guerry [Tue, 12 Feb 2008 07:10:49 +0000 (07:10 +0000)]
2008-02-11 Drew Adams  <drew.adams@oracle.com>

* help.el (describe-key): Joined some split lines to facilitate
filling.
* help-fns.el (describe-function-1): Fill text of overlong lines.

16 years ago(AUTOGENEL): Remove charprop.el and uni-*.el.
Kenichi Handa [Tue, 12 Feb 2008 06:25:06 +0000 (06:25 +0000)]
(AUTOGENEL): Remove charprop.el and uni-*.el.

16 years ago(read_avail_input): Call Fdelete_terminal.
Stefan Monnier [Tue, 12 Feb 2008 04:05:29 +0000 (04:05 +0000)]
(read_avail_input): Call Fdelete_terminal.

16 years ago(Fdelete_frame): Call Fdelete_terminal.
Stefan Monnier [Tue, 12 Feb 2008 04:03:17 +0000 (04:03 +0000)]
(Fdelete_frame): Call Fdelete_terminal.

16 years ago(tramp-compat-file-attributes): Add comment.
Stefan Monnier [Tue, 12 Feb 2008 03:46:03 +0000 (03:46 +0000)]
(tramp-compat-file-attributes): Add comment.

16 years ago(doc-view-display): Change file arg to buffer arg, so it
Stefan Monnier [Tue, 12 Feb 2008 02:41:55 +0000 (02:41 +0000)]
(doc-view-display): Change file arg to buffer arg, so it
works also for buffers w/o buffer-file-name.  Update callers.
(doc-view-clone-buffer-hook): New fun.
(doc-view-mode): Use it for indirect clones.
Mark the overlays with the `doc-view' property so they can be recognized.

16 years ago(clone-indirect-buffer-hook): New hook.
Stefan Monnier [Tue, 12 Feb 2008 02:25:10 +0000 (02:25 +0000)]
(clone-indirect-buffer-hook): New hook.
(clone-indirect-buffer): Run it.

16 years agoEasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode.
Michael Olson [Tue, 12 Feb 2008 01:24:20 +0000 (01:24 +0000)]
EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 12 Feb 2008 01:18:35 +0000 (01:18 +0000)]
*** empty log message ***

16 years ago* isearch.el:
Bastien Guerry [Tue, 12 Feb 2008 00:50:44 +0000 (00:50 +0000)]
* isearch.el:
(isearch-fail): New face.
(isearch-message): Highlight failure part of input.

16 years ago(checkgcc): Move "del junk.o" to here, and make it conditional on existence
Eli Zaretskii [Mon, 11 Feb 2008 21:18:06 +0000 (21:18 +0000)]
(checkgcc): Move "del junk.o" to here, and make it conditional on existence
of junk.o.  If %nocygwin% is already set to Y, skip to chkapiN instead of
chkapi.
(chkapi): Move "rm -f junk.c junk.o" to here.
(chkapiN): New label.

16 years ago(ibuffer-header-line-format): New var.
Stefan Monnier [Mon, 11 Feb 2008 18:39:22 +0000 (18:39 +0000)]
(ibuffer-header-line-format): New var.
(ibuffer-mode): Set it instead of header-line-format.
(ibuffer-update): Use it to set header-line-format.

16 years ago(clone_per_buffer_values, reset_buffer_local_variables)
Stefan Monnier [Mon, 11 Feb 2008 17:56:13 +0000 (17:56 +0000)]
(clone_per_buffer_values, reset_buffer_local_variables)
(Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.

16 years ago(mark_buffer): Comment fix to clarify the status of Lisp fields.
Stefan Monnier [Mon, 11 Feb 2008 17:54:46 +0000 (17:54 +0000)]
(mark_buffer): Comment fix to clarify the status of Lisp fields.

16 years ago(struct buffer): Comment fix to clarify the status of Lisp fields.
Stefan Monnier [Mon, 11 Feb 2008 17:54:15 +0000 (17:54 +0000)]
(struct buffer): Comment fix to clarify the status of Lisp fields.

16 years ago(ucs-insert): Inherit surrounding properties like self-insert-command.
Stefan Monnier [Mon, 11 Feb 2008 17:40:11 +0000 (17:40 +0000)]
(ucs-insert): Inherit surrounding properties like self-insert-command.

16 years agoAdd many doc strings.
Richard M. Stallman [Mon, 11 Feb 2008 17:36:03 +0000 (17:36 +0000)]
Add many doc strings.

16 years ago(read_key_sequence): Don't pass args with side effects to AREF,
Juanma Barranquero [Mon, 11 Feb 2008 11:31:13 +0000 (11:31 +0000)]
(read_key_sequence): Don't pass args with side effects to AREF,
it fails when compiling with -DENABLE_CHECKING.

16 years ago(push_submenu_start, push_submenu_end, push_left_right_boundary, push_menu_pane,
Juanma Barranquero [Mon, 11 Feb 2008 11:28:35 +0000 (11:28 +0000)]
(push_submenu_start, push_submenu_end, push_left_right_boundary, push_menu_pane,
push_menu_item): Don't pass args with side effects to AREF, it fails when
compiling with -DENABLE_CHECKING.

16 years agoAdded note about line ends of lisp/international uni-*.el files.
Jason Rumney [Mon, 11 Feb 2008 10:10:46 +0000 (10:10 +0000)]
Added note about line ends of lisp/international uni-*.el files.

16 years agoRegenerated.
Jason Rumney [Mon, 11 Feb 2008 09:53:56 +0000 (09:53 +0000)]
Regenerated.

16 years agoRemove unidata-gen related rules.
Jason Rumney [Mon, 11 Feb 2008 09:18:19 +0000 (09:18 +0000)]
Remove unidata-gen related rules.

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

16 years ago(${lispsource}international/charprop.el): Delete
Kenichi Handa [Mon, 11 Feb 2008 05:34:40 +0000 (05:34 +0000)]
(${lispsource}international/charprop.el): Delete
this target.

16 years agoNew file.
Kenichi Handa [Mon, 11 Feb 2008 05:33:28 +0000 (05:33 +0000)]
New file.

16 years ago*** empty log message ***
Kenichi Handa [Mon, 11 Feb 2008 05:30:24 +0000 (05:30 +0000)]
*** empty log message ***

16 years ago(boyer_moore): Fix incorrect synching of the trunk and
Kenichi Handa [Mon, 11 Feb 2008 05:25:24 +0000 (05:25 +0000)]
(boyer_moore): Fix incorrect synching of the trunk and
emacs-unicode-2.

16 years ago(Fdelete_frame): Fix stupid typo.
Stefan Monnier [Mon, 11 Feb 2008 05:25:15 +0000 (05:25 +0000)]
(Fdelete_frame): Fix stupid typo.

16 years ago(compilation-error-regexp-alist-alist): Shorten some names.
Glenn Morris [Mon, 11 Feb 2008 04:11:00 +0000 (04:11 +0000)]
(compilation-error-regexp-alist-alist): Shorten some names.

16 years agoffap-rfc-directories.
Glenn Morris [Mon, 11 Feb 2008 04:08:36 +0000 (04:08 +0000)]
ffap-rfc-directories.

16 years ago(ffap-rfc-directories): Add :version.
Glenn Morris [Mon, 11 Feb 2008 04:07:14 +0000 (04:07 +0000)]
(ffap-rfc-directories): Add :version.

16 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Mon, 11 Feb 2008 04:06:27 +0000 (04:06 +0000)]
Kevin Ryde  <user42 at zip.com.au>

(ffap-rfc-directories): New variable.
(ffap-rfc): Look in those dirs before offering ffap-rfc-path.

16 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Mon, 11 Feb 2008 04:03:25 +0000 (04:03 +0000)]
Kevin Ryde  <user42 at zip.com.au>

(completion-list-mode): Show full completion-list-mode-map in the docstring.

16 years agoTypo.
Glenn Morris [Mon, 11 Feb 2008 03:59:12 +0000 (03:59 +0000)]
Typo.

16 years agoChris Moore <christopher.ian.moore at gmail.com>
Glenn Morris [Mon, 11 Feb 2008 03:57:53 +0000 (03:57 +0000)]
Chris Moore  <christopher.ian.moore at gmail.com>

(jka-compr-compression-info-list): Handle .svgz files, and backup files of same.

16 years ago(Fdelete_terminal): Clean up the `force' path.
Stefan Monnier [Mon, 11 Feb 2008 03:51:39 +0000 (03:51 +0000)]
(Fdelete_terminal): Clean up the `force' path.

16 years ago*** empty log message ***
Glenn Morris [Mon, 11 Feb 2008 03:29:34 +0000 (03:29 +0000)]
*** empty log message ***

16 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Mon, 11 Feb 2008 03:21:08 +0000 (03:21 +0000)]
Kevin Ryde  <user42 at zip.com.au>

(Info-next-reference, Info-prev-reference)
(Info-try-follow-nearest-node): Move to and follow https:// links too.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 11 Feb 2008 02:22:13 +0000 (02:22 +0000)]
*** empty log message ***

16 years ago(vc-prefix-key): Remove (undo 2008-02-06 patch).
Sam Steingold [Mon, 11 Feb 2008 00:54:35 +0000 (00:54 +0000)]
(vc-prefix-key): Remove (undo 2008-02-06 patch).

16 years ago(Equality Predicates): No longer talk about "two" functions.
Glenn Morris [Mon, 11 Feb 2008 00:50:40 +0000 (00:50 +0000)]
(Equality Predicates): No longer talk about "two" functions.

16 years agoLawrence Mitchell <wence at gmx.li> (tiny change)
Glenn Morris [Mon, 11 Feb 2008 00:49:15 +0000 (00:49 +0000)]
Lawrence Mitchell <wence at gmx.li>  (tiny change)

(Equality Predicates): Add defun for equal-including-properties.

16 years agoRegenerate.
Glenn Morris [Mon, 11 Feb 2008 00:30:48 +0000 (00:30 +0000)]
Regenerate.

16 years agoAdd emacs-startup-time, emacs-uptime.
Glenn Morris [Mon, 11 Feb 2008 00:29:11 +0000 (00:29 +0000)]
Add emacs-startup-time, emacs-uptime.

16 years ago(emacs-uptime): New function.
Glenn Morris [Mon, 11 Feb 2008 00:28:31 +0000 (00:28 +0000)]
(emacs-uptime): New function.

16 years ago(emacs-startup-time): New variable.
Glenn Morris [Mon, 11 Feb 2008 00:24:16 +0000 (00:24 +0000)]
(emacs-startup-time): New variable.
(command-line): Set emacs-startup-time.

16 years agoEasyPG: Remove epg-package-info and epa-setup
Michael Olson [Mon, 11 Feb 2008 00:02:41 +0000 (00:02 +0000)]
EasyPG: Remove epg-package-info and epa-setup

16 years ago(rmail-nonignored-headers): Allow to be nil.
Bastien Guerry [Sun, 10 Feb 2008 22:10:09 +0000 (22:10 +0000)]
(rmail-nonignored-headers): Allow to be nil.
(rmail-clear-headers): Don't check `rmail-nonignored-headers' when
it is nil.

16 years agoEasyPG: Rename epa-mail-minor-mode to epa-global-mail-mode.
Michael Olson [Sun, 10 Feb 2008 21:59:27 +0000 (21:59 +0000)]
EasyPG: Rename epa-mail-minor-mode to epa-global-mail-mode.

16 years ago* frame.c (Qnoelisp): New symbol.
Stefan Monnier [Sun, 10 Feb 2008 21:56:38 +0000 (21:56 +0000)]
* frame.c (Qnoelisp): New symbol.
(syms_of_frame): Initialize it.
(Fdelete_frame): Use it to distinguish a mere `force' passed from
someharmles Elisp code, from a strong `force' from x_connection_closed.
* frame.h (Qnoelisp): Declare.
* xterm.c (x_connection_closed): Pass `noelisp'.

16 years agoEasyPG: Implement some suggestions from emacs-devel.
Michael Olson [Sun, 10 Feb 2008 20:57:47 +0000 (20:57 +0000)]
EasyPG: Implement some suggestions from emacs-devel.

16 years agoEasyPG: Improve NEWS entry.
Michael Olson [Sun, 10 Feb 2008 20:51:42 +0000 (20:51 +0000)]
EasyPG: Improve NEWS entry.

16 years ago* net/dbus.el: Remove `no-byte-compile' cookie.
Michael Albinus [Sun, 10 Feb 2008 20:45:35 +0000 (20:45 +0000)]
* net/dbus.el: Remove `no-byte-compile' cookie.
(dbus-call-method, dbus-register-signal, dbus-debug)
(dbus-registered-functions-table): Declare them with
`declare-function' or `defvar', respectively.
(top): Don't assert any longer.  Require 'cl when compiling.
Apply `ignore-errors' but `dbus-ignore-errors'.

16 years ago(struct Lisp_Misc_Any, struct Lisp_Marker)
Stefan Monnier [Sun, 10 Feb 2008 20:09:38 +0000 (20:09 +0000)]
(struct Lisp_Misc_Any, struct Lisp_Marker)
(struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
(struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
rather than `int' for the type of `type'.

16 years ago*** empty log message ***
Richard M. Stallman [Sun, 10 Feb 2008 20:06:03 +0000 (20:06 +0000)]
*** empty log message ***

16 years agoUndo previous change.
Dan Nicolaescu [Sun, 10 Feb 2008 19:24:48 +0000 (19:24 +0000)]
Undo previous change.

16 years ago(diff-add-change-log-entries-other-window): Use
Dan Nicolaescu [Sun, 10 Feb 2008 18:38:05 +0000 (18:38 +0000)]
(diff-add-change-log-entries-other-window): Use
add-change-log-entry.

16 years ago* s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
Dan Nicolaescu [Sun, 10 Feb 2008 17:01:47 +0000 (17:01 +0000)]
* s/gnu-linux.h: Remove support for non-ELF and linux-1.x.

* Makefile.in (GNUC): Remove support for gcc-1.x.

16 years agoRemove bogus merge relicts from previous commit.
Reiner Steib [Sun, 10 Feb 2008 14:08:03 +0000 (14:08 +0000)]
Remove bogus merge relicts from previous commit.

16 years ago(ASET): Use AREF, not ASLOT.
Richard M. Stallman [Sun, 10 Feb 2008 14:01:52 +0000 (14:01 +0000)]
(ASET): Use AREF, not ASLOT.

16 years ago`cp-supported-codepages' is not used in mm-util.el anymore.
Reiner Steib [Sun, 10 Feb 2008 13:10:48 +0000 (13:10 +0000)]
`cp-supported-codepages' is not used in mm-util.el anymore.

16 years ago(mm-codepage-setup): If cp-supported-codepages isn't
Reiner Steib [Sun, 10 Feb 2008 13:08:48 +0000 (13:08 +0000)]
(mm-codepage-setup): If cp-supported-codepages isn't
fbound (Emacs 23 unicode), signal an error.

16 years ago(ASET): Check bounds.
Stefan Monnier [Sun, 10 Feb 2008 03:20:40 +0000 (03:20 +0000)]
(ASET): Check bounds.

16 years ago(compilation-next-error): Add clarifying comment.
Stefan Monnier [Sun, 10 Feb 2008 03:16:06 +0000 (03:16 +0000)]
(compilation-next-error): Add clarifying comment.

16 years agoAdd todo entries.
Stefan Monnier [Sun, 10 Feb 2008 03:06:54 +0000 (03:06 +0000)]
Add todo entries.

16 years ago(Equality Predicates): Mention equal-including-properties.
Glenn Morris [Sun, 10 Feb 2008 02:23:05 +0000 (02:23 +0000)]
(Equality Predicates): Mention equal-including-properties.

16 years ago(mode-name): Doc fix.
Glenn Morris [Sun, 10 Feb 2008 02:14:20 +0000 (02:14 +0000)]
(mode-name): Doc fix.

16 years ago*** empty log message ***
Glenn Morris [Sun, 10 Feb 2008 02:07:09 +0000 (02:07 +0000)]
*** empty log message ***

16 years ago`mode-name' is no longer guaranteed to be a string.
Glenn Morris [Sun, 10 Feb 2008 02:06:57 +0000 (02:06 +0000)]
`mode-name' is no longer guaranteed to be a string.

16 years ago*** empty log message ***
Glenn Morris [Sun, 10 Feb 2008 02:02:52 +0000 (02:02 +0000)]
*** empty log message ***

16 years ago(find-word-boundary-function-table): Add missing entry for this
Glenn Morris [Sun, 10 Feb 2008 02:01:47 +0000 (02:01 +0000)]
(find-word-boundary-function-table): Add missing entry for this
unicode change, in approximately the right place (after the end of
emacs-unicode branch, before the start of emacs-unicode-2).

16 years agoRegenerate.
Jason Rumney [Sat, 9 Feb 2008 23:15:54 +0000 (23:15 +0000)]
Regenerate.

16 years ago* button.el (button-map):
Jason Rumney [Sat, 9 Feb 2008 22:48:06 +0000 (22:48 +0000)]
* button.el (button-map):
* wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.

16 years ago* epa.el (epa-faces, epa):
Dan Nicolaescu [Sat, 9 Feb 2008 21:59:34 +0000 (21:59 +0000)]
* epa.el (epa-faces, epa):
* epa-file.el (epa-file):
* epg-config.el (epg): Add :version.

16 years ago* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
Dan Nicolaescu [Sat, 9 Feb 2008 18:03:10 +0000 (18:03 +0000)]
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
dealing with obsolete variables.

* fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
(main): Replace MAIL_PROGRAM_NAME with its value.

* src/Makefile.in:
* src/emacs.c:
* src/gmalloc.c:
* src/keyboard.c:
* src/lisp.h:
* src/m/ibm370aix.h:
* src/process.c:
* src/regex.c:
* src/s/hpux.h:
* src/sysdep.c:
* src/sysselect.h:
* src/systty.h:
* src/unexec.c:
* src/w32term.c:
* src/xsmfns.c:
* src/xterm.c: Remove code that deals with obsolete variables.

* s/msdos.h (DONT_NEED_ENVIRON): Don't define.

* ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
nothing else needs it anymore.

16 years ago(Windows Fonts): Use a @table for describing font properties.
Eli Zaretskii [Sat, 9 Feb 2008 14:06:47 +0000 (14:06 +0000)]
(Windows Fonts): Use a @table for describing font properties.

16 years agoMake vc-diff-internal messages consistent across many cases.
Thien-Thi Nguyen [Sat, 9 Feb 2008 12:32:57 +0000 (12:32 +0000)]
Make vc-diff-internal messages consistent across many cases.

(vc-exec-after): Append CODE to previous fragments.
(vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
take MESSAGES instead of VERBOSE; use it when non-nil.
(vc-diff-internal): Compute messages once; use them;
update call to vc-diff-finish.

16 years ago(FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table instead of
Eli Zaretskii [Sat, 9 Feb 2008 10:53:10 +0000 (10:53 +0000)]
(FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table instead of
unibyte_char_to_multibyte.

16 years ago(dontCopy): Do not rename admin/unidata/Makefile.
Eli Zaretskii [Sat, 9 Feb 2008 09:51:11 +0000 (09:51 +0000)]
(dontCopy): Do not rename admin/unidata/Makefile.

16 years ago(lisp): New variable.
Eli Zaretskii [Sat, 9 Feb 2008 09:29:03 +0000 (09:29 +0000)]
(lisp): New variable.
(EMACSLOADPATH): Use $(lisp).  Add lisp/international and lisp/emacs-lisp.

16 years ago* Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete
Dan Nicolaescu [Sat, 9 Feb 2008 07:42:06 +0000 (07:42 +0000)]
* Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete
variable.

* s/gnu-linux.h: Remove commented out code.

* unexec.c: Remove references to obsolete variable
COFF_ENCAPSULATE.

* Makefile.in: Update what RMS says about using autoconf.
(C_COMPILER):
(COFF_ENCAPSULATE):
(MAKE_PARALLEL): Remove obsolete variable.
(C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1):
(C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
(C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.

16 years ago*** empty log message ***
Dan Nicolaescu [Sat, 9 Feb 2008 07:07:53 +0000 (07:07 +0000)]
*** empty log message ***

16 years agonet/tramp.el (tramp-process-sentinel): Avoid error when process buffer killed.
Michael Olson [Sat, 9 Feb 2008 05:52:07 +0000 (05:52 +0000)]
net/tramp.el (tramp-process-sentinel): Avoid error when process buffer killed.

16 years ago(rcirc-omit-mode): Suppress invisibility ellipsis
Miles Bader [Sat, 9 Feb 2008 03:52:59 +0000 (03:52 +0000)]
(rcirc-omit-mode): Suppress invisibility ellipsis

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

16 years agoAdd arch tagline
Miles Bader [Sat, 9 Feb 2008 02:29:02 +0000 (02:29 +0000)]
Add arch tagline

16 years ago*** empty log message ***
Glenn Morris [Fri, 8 Feb 2008 20:55:11 +0000 (20:55 +0000)]
*** empty log message ***

16 years agowoman-locale.
Glenn Morris [Fri, 8 Feb 2008 20:44:48 +0000 (20:44 +0000)]
woman-locale.

16 years ago(woman-locale): New defcustom.
Glenn Morris [Fri, 8 Feb 2008 20:43:50 +0000 (20:43 +0000)]
(woman-locale): New defcustom.
(woman-expand-locale, woman-manpath-add-locales): New functions.
(woman-manpath): Call woman-manpath-add-locales.  Bump :version.

16 years ago(locale-translate): New function, with old code extracted from
Glenn Morris [Fri, 8 Feb 2008 20:43:16 +0000 (20:43 +0000)]
(locale-translate): New function, with old code extracted from
set-locale-environment.
(set-locale-environment): Use locale-translate.  Set woman-locale.

16 years ago(check-info-dir): New target.
Glenn Morris [Fri, 8 Feb 2008 20:29:53 +0000 (20:29 +0000)]
(check-info-dir): New target.

16 years ago(pgg-display-output-buffer): Declare as function.
Glenn Morris [Fri, 8 Feb 2008 20:27:28 +0000 (20:27 +0000)]
(pgg-display-output-buffer): Declare as function.

16 years ago*** empty log message ***
Glenn Morris [Fri, 8 Feb 2008 20:22:17 +0000 (20:22 +0000)]
*** empty log message ***

16 years ago(selection-coding-system): Make it a defcustom, and add the properties
Glenn Morris [Fri, 8 Feb 2008 20:16:52 +0000 (20:16 +0000)]
(selection-coding-system): Make it a defcustom, and add the properties
from cus-start.el.  Bump :version.

16 years ago(selection-coding-system): Remove, since it's now defined in select.el
Glenn Morris [Fri, 8 Feb 2008 20:12:26 +0000 (20:12 +0000)]
(selection-coding-system): Remove, since it's now defined in select.el
rather than in xselect.c.

16 years agoRemove entries covered by new font backend.
Jason Rumney [Fri, 8 Feb 2008 17:30:55 +0000 (17:30 +0000)]
Remove entries covered by new font backend.