]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years agoChanges from arch/CVS synchronization
Miles Bader [Thu, 2 Nov 2006 23:03:45 +0000 (23:03 +0000)]
Changes from arch/CVS synchronization

18 years ago(get_next_display_element): Set it->face_id for the
Kenichi Handa [Tue, 31 Oct 2006 05:07:21 +0000 (05:07 +0000)]
(get_next_display_element): Set it->face_id for the
first component of a composition.
(x_produce_glyphs): Check if the font is changed or not for
composition.

18 years agoMerge from emacs--devo--0
Miles Bader [Mon, 30 Oct 2006 08:54:41 +0000 (08:54 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 476-489)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 153-160)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-127

18 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 30 Oct 2006 08:47:46 +0000 (08:47 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 160)

   - Update from CVS

2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
   variables.
   (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
   (mm-charset-synonym-alist): Move some entries to
   mm-codepage-iso-8859-list.
   (mm-charset-synonym-alist, mm-charset-override-alist): Add
   iso-8859-8/windows-1255 and iso-8859-9/windows-1254.

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

18 years ago(revert-buffer): If a unibyte buffer is being reverted
Kenichi Handa [Mon, 30 Oct 2006 07:40:14 +0000 (07:40 +0000)]
(revert-buffer): If a unibyte buffer is being reverted
with a coding system for multibyte, set buffer multibyte before
calling insert-file-contents.

18 years ago(server-select-display): Use a dummy buffer to detect when
Stefan Monnier [Mon, 30 Oct 2006 07:29:37 +0000 (07:29 +0000)]
(server-select-display): Use a dummy buffer to detect when
the frame is later used.
(server-select-display): New function.
(server-process-filter): Use it to detect unused temp frames.

18 years ago(create-fontset-from-fontset-spec): Fix
Kenichi Handa [Mon, 30 Oct 2006 06:52:47 +0000 (06:52 +0000)]
(create-fontset-from-fontset-spec): Fix
script name handling.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 30 Oct 2006 06:52:04 +0000 (06:52 +0000)]
*** empty log message ***

18 years ago(Qlatin): New variable.
Kenichi Handa [Mon, 30 Oct 2006 06:51:56 +0000 (06:51 +0000)]
(Qlatin): New variable.
(syms_of_fontset): Define it as a lisp symbol.
(Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for
ASCII.

18 years ago(WinMain): Process all recognized arguments, not just the first one.
Juanma Barranquero [Sun, 29 Oct 2006 22:47:15 +0000 (22:47 +0000)]
(WinMain): Process all recognized arguments, not just the first one.
Remove unused variable sec_desc.

18 years ago* configure: Regenerate using autoconf 2.59.
Chong Yidong [Sun, 29 Oct 2006 22:09:26 +0000 (22:09 +0000)]
* configure: Regenerate using autoconf 2.59.

18 years ago* ralloc.c (relinquish): Use a long for excess space counter to
Chong Yidong [Sun, 29 Oct 2006 21:54:18 +0000 (21:54 +0000)]
* ralloc.c (relinquish): Use a long for excess space counter to
handle 64-bit case correctly.

18 years ago* configure.in: Enable x86-64 OpenBSD compilation.
Chong Yidong [Sun, 29 Oct 2006 21:49:24 +0000 (21:49 +0000)]
* configure.in: Enable x86-64 OpenBSD compilation.

18 years ago* m/amdx86-64.h: Add defines for OpenBSD x86-64.
Chong Yidong [Sun, 29 Oct 2006 21:48:58 +0000 (21:48 +0000)]
* m/amdx86-64.h: Add defines for OpenBSD x86-64.

18 years ago* Makefile.in: Use relative paths to avoid advertising filesystem
Chong Yidong [Sun, 29 Oct 2006 21:36:17 +0000 (21:36 +0000)]
* Makefile.in: Use relative paths to avoid advertising filesystem
contents during compilation.

* makefile.w32-in: Likewise.

18 years ago* makefile.w32-in: Use relative paths to avoid advertising filesystem
Chong Yidong [Sun, 29 Oct 2006 21:33:23 +0000 (21:33 +0000)]
* makefile.w32-in: Use relative paths to avoid advertising filesystem
contents during compilation.

18 years ago* Makefile.in: Use relative paths to avoid advertising filesystem
Chong Yidong [Sun, 29 Oct 2006 21:31:19 +0000 (21:31 +0000)]
* Makefile.in: Use relative paths to avoid advertising filesystem
contents during compilation.

18 years ago(url-open-stream): Really use asynchronous connections (accidentally
Magnus Henoch [Sun, 29 Oct 2006 21:00:50 +0000 (21:00 +0000)]
(url-open-stream): Really use asynchronous connections (accidentally
disabled during debugging).

18 years ago*** empty log message ***
Juanma Barranquero [Sun, 29 Oct 2006 15:59:13 +0000 (15:59 +0000)]
*** empty log message ***

18 years agoChange maintainer, apply whitespace-clean, checkdoc. Minor improvements to many
Juanma Barranquero [Sun, 29 Oct 2006 15:29:57 +0000 (15:29 +0000)]
Change maintainer, apply whitespace-clean, checkdoc.  Minor improvements to many
doc strings.
(ada-mode-version): New function.
(ada-create-menu): Menu operations are available for all supported compilers.

18 years ago(with-parsed-tramp-file-name): Correct debug spec. Highlight as keyword.
Lars Hansen [Sun, 29 Oct 2006 12:55:35 +0000 (12:55 +0000)]
(with-parsed-tramp-file-name): Correct debug spec. Highlight as keyword.
(tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
Don't call tramp-method-out-of-band-p for local files.
(tramp-touch): Quote file name.

18 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 29 Oct 2006 07:36:46 +0000 (07:36 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 156-159)

   - Merge from emacs--devo--0
   - Update from CVS

2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-set-mode-line): Quote % in group name.

2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
   with Emacs 21 and XEmacs.

2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mm-view.el: Add interactive arg to html2text autoload.

2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.

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

18 years agoAdd arch tagline
Miles Bader [Sat, 28 Oct 2006 23:22:07 +0000 (23:22 +0000)]
Add arch tagline

18 years ago*** empty log message ***
Juanma Barranquero [Sat, 28 Oct 2006 22:09:25 +0000 (22:09 +0000)]
*** empty log message ***

18 years ago(Fdisplay_buffer): Fix typo in docstring.
Juanma Barranquero [Sat, 28 Oct 2006 22:03:51 +0000 (22:03 +0000)]
(Fdisplay_buffer): Fix typo in docstring.

18 years agoNew package cal-html.el.
Glenn Morris [Sat, 28 Oct 2006 22:02:20 +0000 (22:02 +0000)]
New package cal-html.el.

18 years agoAdd cal-html.el author.
Glenn Morris [Sat, 28 Oct 2006 22:01:18 +0000 (22:01 +0000)]
Add cal-html.el author.

18 years ago*** empty log message ***
Glenn Morris [Sat, 28 Oct 2006 22:01:09 +0000 (22:01 +0000)]
*** empty log message ***

18 years ago(Writing Calendar Files): Rename section (was "LaTeX Calendar").
Glenn Morris [Sat, 28 Oct 2006 21:59:56 +0000 (21:59 +0000)]
(Writing Calendar Files): Rename section (was "LaTeX Calendar").
Describe new package cal-html.

18 years ago(Top): Rename old node "LaTeX Calendar" to "Writing Calendar Files."
Glenn Morris [Sat, 28 Oct 2006 21:59:38 +0000 (21:59 +0000)]
(Top): Rename old node "LaTeX Calendar" to "Writing Calendar Files."

18 years ago(Acknowledgments): Add cal-html author.
Glenn Morris [Sat, 28 Oct 2006 21:59:15 +0000 (21:59 +0000)]
(Acknowledgments): Add cal-html author.

18 years ago(cal-html-cursor-month, cal-html-cursor-year): Add autoloads for this
Glenn Morris [Sat, 28 Oct 2006 21:53:34 +0000 (21:53 +0000)]
(cal-html-cursor-month, cal-html-cursor-year): Add autoloads for this
new package.
(calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.

18 years agoNew file, from: Anna M. Bigatti <bigatti at dima.unige.it>.
Glenn Morris [Sat, 28 Oct 2006 21:49:04 +0000 (21:49 +0000)]
New file, from:  Anna M. Bigatti <bigatti at dima.unige.it>.

18 years ago(url-http-parse-headers): Fix misplaced paren.
Magnus Henoch [Sat, 28 Oct 2006 14:51:40 +0000 (14:51 +0000)]
(url-http-parse-headers): Fix misplaced paren.

18 years ago* make-announcement (OLD): Remove LEIM references in announcement
Chong Yidong [Sat, 28 Oct 2006 14:18:04 +0000 (14:18 +0000)]
* make-announcement (OLD): Remove LEIM references in announcement
since it is now built-in.

18 years ago* emacs-lisp/authors.el (authors-aliases): Update.
Chong Yidong [Sat, 28 Oct 2006 14:16:29 +0000 (14:16 +0000)]
* emacs-lisp/authors.el (authors-aliases): Update.

18 years agoMake links to mac/make-package and
YAMAMOTO Mitsuharu [Sat, 28 Oct 2006 02:18:41 +0000 (02:18 +0000)]
Make links to mac/make-package and
mac/Emacs.app/Contents/Resources/Emacs.icns.

18 years ago(x_draw_glyph_string_foreground): Set background mode to TRANSPARENT before
Juanma Barranquero [Fri, 27 Oct 2006 22:37:48 +0000 (22:37 +0000)]
(x_draw_glyph_string_foreground): Set background mode to TRANSPARENT before
using overstrike to simulate bold faces.

18 years ago(best_matching_font): Fix logic to decide whether to use overstriking to
Juanma Barranquero [Fri, 27 Oct 2006 22:34:22 +0000 (22:34 +0000)]
(best_matching_font): Fix logic to decide whether to use overstriking to
simulate bold-face (it was reversed).

18 years agoBump version number to 22.0.90. emacs-pretest-22.0.90
Chong Yidong [Fri, 27 Oct 2006 15:47:36 +0000 (15:47 +0000)]
Bump version number to 22.0.90.

18 years agoRegenerate.
Chong Yidong [Fri, 27 Oct 2006 15:44:44 +0000 (15:44 +0000)]
Regenerate.

18 years ago* elisp.texi: Bump version number to 22.0.90.
Chong Yidong [Fri, 27 Oct 2006 15:43:18 +0000 (15:43 +0000)]
* elisp.texi: Bump version number to 22.0.90.

18 years ago* emacs.texi: Bump version number to 22.0.90.
Chong Yidong [Fri, 27 Oct 2006 15:42:50 +0000 (15:42 +0000)]
* emacs.texi: Bump version number to 22.0.90.

18 years ago* version.el (emacs-version): Bump version number to 22.0.90.
Chong Yidong [Fri, 27 Oct 2006 15:41:31 +0000 (15:41 +0000)]
* version.el (emacs-version): Bump version number to 22.0.90.

18 years ago* README: Bump version number to 22.0.90.
Chong Yidong [Fri, 27 Oct 2006 15:39:24 +0000 (15:39 +0000)]
* README: Bump version number to 22.0.90.

* AUTHORS: Regenerate.

* configure: Regenerate.

18 years ago* url.el (url-retrieve): Minor doc clarification.
Chong Yidong [Fri, 27 Oct 2006 14:46:59 +0000 (14:46 +0000)]
* url.el (url-retrieve):  Minor doc clarification.

18 years ago* url-http.el (url-http-mark-connection-as-free): Verify that
Chong Yidong [Fri, 27 Oct 2006 14:44:25 +0000 (14:44 +0000)]
* url-http.el (url-http-mark-connection-as-free): Verify that
connection is open before saving it.
(url-http-handle-authentication): Use url-retrieve-internal
instead of url-retrieve.
(url-http-parse-headers): Adapt to new callback interface.
(url-http): Handle non-blocking connections.
(url-http-async-sentinel): Create.

* url.el (url-retrieve): Update docstring for new callback interface.
Remove all code.
(url-retrieve-internal): Move code from url-retrieve here.

* url-gw.el (url-open-stream): Use a non-blocking socket for
`native' gateway method, if available.

18 years ago* progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
Chong Yidong [Fri, 27 Oct 2006 14:39:43 +0000 (14:39 +0000)]
* progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
New defvar.
(inferior-octave-resync-dirs): Check to see whether Octave has
built-in variables and set inferior-octave-has-built-in-variables.
Check inferior-octave-has-built-in-variables to decide whether to
send commands that set built-in variables or call functions to
change Octave's behavior.
Send "disp (pwd ())" to Octave instead of just "pwd".
(inferior-octave-startup): Send "more off" to Octave instead of
"page_screen_output = 0".

18 years agoDowncase nroff/troff/roff.
Richard M. Stallman [Fri, 27 Oct 2006 11:58:29 +0000 (11:58 +0000)]
Downcase nroff/troff/roff.
(Installation): Chapter deleted.  Some xrefs deleted.
(Background): woman doesn't advise man ;-).

18 years ago*** empty log message ***
Kenichi Handa [Fri, 27 Oct 2006 07:37:22 +0000 (07:37 +0000)]
*** empty log message ***

18 years ago(font_unparse_fcname): Pay attention to the case that
Kenichi Handa [Fri, 27 Oct 2006 07:37:13 +0000 (07:37 +0000)]
(font_unparse_fcname): Pay attention to the case that
some of font property is a null string.

18 years ago* emacs-lisp/cl-indent.el (lisp-indent-259): Fix last fix.
Chong Yidong [Fri, 27 Oct 2006 00:52:06 +0000 (00:52 +0000)]
* emacs-lisp/cl-indent.el (lisp-indent-259): Fix last fix.

18 years ago* emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
Chong Yidong [Thu, 26 Oct 2006 20:39:53 +0000 (20:39 +0000)]
* emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
pattern normally.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 26 Oct 2006 16:20:23 +0000 (16:20 +0000)]
*** empty log message ***

18 years ago* ada-mode.texi (Project files, Identifier completion)
Chong Yidong [Thu, 26 Oct 2006 14:30:51 +0000 (14:30 +0000)]
* ada-mode.texi (Project files, Identifier completion)
(Automatic Casing, Debugging, Using non-standard file names)
(Working Remotely): Fix typos.

18 years ago*** empty log message ***
Kenichi Handa [Thu, 26 Oct 2006 12:00:59 +0000 (12:00 +0000)]
*** empty log message ***

18 years agoInclude "composite.h".
Kenichi Handa [Thu, 26 Oct 2006 12:00:50 +0000 (12:00 +0000)]
Include "composite.h".
(encode_terminal_code): Output all components of composition.
Check the size of encode_terminal_src.
(produce_glyphs): For compostion, call produce_composite_glyph.
(append_composite_glyph, produce_composite_glyph): New functions.

18 years ago(terminal-composition-function): New function.
Kenichi Handa [Thu, 26 Oct 2006 11:34:09 +0000 (11:34 +0000)]
(terminal-composition-function): New function.
(terminal-composition-function-table): New variable.
(auto-compose-chars): If running on a terminal, use
terminal-composition-function-table.

18 years agoLoad "composite" after "international/characters".
Kenichi Handa [Thu, 26 Oct 2006 11:32:57 +0000 (11:32 +0000)]
Load "composite" after "international/characters".

18 years ago*** empty log message ***
Kenichi Handa [Thu, 26 Oct 2006 02:32:45 +0000 (02:32 +0000)]
*** empty log message ***

18 years agoDelete codes for setting up charset
Kenichi Handa [Thu, 26 Oct 2006 02:31:05 +0000 (02:31 +0000)]
Delete codes for setting up charset
property nospace-between-words.  Fix setting up of
char-width-table.  Don't make ethiopic and tibetan double column.

18 years ago(fill-find-break-point-function-table): Don't
Kenichi Handa [Thu, 26 Oct 2006 02:29:03 +0000 (02:29 +0000)]
(fill-find-break-point-function-table): Don't
setup it in defvar.
(fill-nospace-between-words-table): New variable.
(fill-delete-newlines): Check fill-nospace-between-words-table
instead of charset property nospcae-between-words.

18 years ago(mode-line-mode-menu): Remove bindings for global
Nick Roberts [Wed, 25 Oct 2006 20:05:53 +0000 (20:05 +0000)]
(mode-line-mode-menu): Remove bindings for global
minor modes (line/column number) as they are on the menubar.

18 years ago*** empty log message ***
Nick Roberts [Wed, 25 Oct 2006 20:04:23 +0000 (20:04 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 25 Oct 2006 16:08:36 +0000 (16:08 +0000)]
*** empty log message ***

18 years ago(x-handle-name-switch): Doc fix.
Juanma Barranquero [Wed, 25 Oct 2006 15:38:22 +0000 (15:38 +0000)]
(x-handle-name-switch): Doc fix.
(w32-standard-fontset-spec): Fix typo in docstring.

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 25 Oct 2006 10:12:20 +0000 (10:12 +0000)]
*** empty log message ***

18 years ago(midnight-buffer-display-time): Doc fix.
Juanma Barranquero [Wed, 25 Oct 2006 09:31:45 +0000 (09:31 +0000)]
(midnight-buffer-display-time): Doc fix.
(clean-buffer-list-kill-never-buffer-names): Add "*server*".

18 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 24 Oct 2006 10:42:21 +0000 (10:42 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 153-155)

   - Merge from emacs--devo--0
   - Update from CVS

2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
   names.

   * lisp/gnus/gnus-sum.el (gnus-select-newsgroup): Decode group name.

2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-headers-to-generate): Fix typo in docstring.

2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus.el (gnus-mime): Remove unused custom group.

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

18 years ago2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Mon, 23 Oct 2006 19:20:15 +0000 (19:20 +0000)]
2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-cmd.el (viper-prefix-arg-com): define gg as G0

* viper-ex.el (ex-read): quote file argument.

* ediff-diff.el (ediff-same-file-contents): expand file names.

* ediff-mult.el (ediff-append-custom-diff): quote shell file arguments.

18 years ago(Event Input Misc): Update unread-command-events.
Kim F. Storm [Mon, 23 Oct 2006 16:46:47 +0000 (16:46 +0000)]
(Event Input Misc): Update unread-command-events.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 23 Oct 2006 16:46:33 +0000 (16:46 +0000)]
*** empty log message ***

18 years agoRegenerate.
Andreas Schwab [Mon, 23 Oct 2006 15:35:40 +0000 (15:35 +0000)]
Regenerate.

18 years agoMake sure x_default_search_path is always set even
Andreas Schwab [Mon, 23 Oct 2006 15:28:18 +0000 (15:28 +0000)]
Make sure x_default_search_path is always set even
when x_libraries is empty, and look in .../share as well for each
library directory.

18 years ago* textmodes/flyspell.el (flyspell-check-region-doublons): Fix last
Chong Yidong [Mon, 23 Oct 2006 13:59:44 +0000 (13:59 +0000)]
* textmodes/flyspell.el (flyspell-check-region-doublons): Fix last
fix.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 23 Oct 2006 12:40:40 +0000 (12:40 +0000)]
*** empty log message ***

18 years ago(Finsert_file_contents): On replacing, temporarily bind
Kenichi Handa [Mon, 23 Oct 2006 12:40:32 +0000 (12:40 +0000)]
(Finsert_file_contents): On replacing, temporarily bind
buffer-file-name to Qnil before calling insert_from_buffer.

18 years ago(remember_mouse_glyph): Simplify last change.
Kim F. Storm [Mon, 23 Oct 2006 11:49:48 +0000 (11:49 +0000)]
(remember_mouse_glyph): Simplify last change.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 23 Oct 2006 11:25:03 +0000 (11:25 +0000)]
*** empty log message ***

18 years ago(font_unparse_fcname): Pay attention to the case that
Kenichi Handa [Mon, 23 Oct 2006 11:24:55 +0000 (11:24 +0000)]
(font_unparse_fcname): Pay attention to the case that
foundry is a null string.

18 years agoFix bug: sds@podval.org, Oct 18: crash in cvs head.
Kim F. Storm [Mon, 23 Oct 2006 10:02:31 +0000 (10:02 +0000)]
Fix bug: sds@podval.org, Oct 18: crash in cvs head.

18 years ago(remember_mouse_glyph): Don't crash if glyphs are not initialized.
Kim F. Storm [Mon, 23 Oct 2006 09:58:49 +0000 (09:58 +0000)]
(remember_mouse_glyph): Don't crash if glyphs are not initialized.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 23 Oct 2006 09:51:56 +0000 (09:51 +0000)]
*** empty log message ***

18 years ago(mode-line-mode-menu): List global minor modes
Nick Roberts [Mon, 23 Oct 2006 06:33:25 +0000 (06:33 +0000)]
(mode-line-mode-menu): List global minor modes
before local ones.

18 years ago*** empty log message ***
Nick Roberts [Mon, 23 Oct 2006 06:33:00 +0000 (06:33 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Kenichi Handa [Mon, 23 Oct 2006 06:20:14 +0000 (06:20 +0000)]
*** empty log message ***

18 years ago(global-auto-composition-mode): Make the initial
Kenichi Handa [Mon, 23 Oct 2006 06:20:04 +0000 (06:20 +0000)]
(global-auto-composition-mode): Make the initial
value not depend on emacs-basic-display.

18 years agoAdd: sds@podval.org, Oct 18: crash in cvs head.
Richard M. Stallman [Mon, 23 Oct 2006 05:15:03 +0000 (05:15 +0000)]
Add: sds@podval.org, Oct 18: crash in cvs head.

18 years ago(Expanding Abbrevs): Expansion happens only when Abbrev mode is enabled.
Richard M. Stallman [Mon, 23 Oct 2006 05:13:24 +0000 (05:13 +0000)]
(Expanding Abbrevs): Expansion happens only when Abbrev mode is enabled.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 23 Oct 2006 01:56:41 +0000 (01:56 +0000)]
*** empty log message ***

18 years agoDon't use charset property
Kenichi Handa [Mon, 23 Oct 2006 01:56:24 +0000 (01:56 +0000)]
Don't use charset property
`fill-find-break-point-function'.
(fill-find-break-point-function-table): New variable.
(fill-find-break-point): Lookup
fill-find-break-point-function-table.

18 years ago* emacs.py (eargs): Return expected _emacs_out string even if
Chong Yidong [Sun, 22 Oct 2006 23:03:09 +0000 (23:03 +0000)]
* emacs.py (eargs): Return expected _emacs_out string even if
errors occur.

18 years agoFix bug: Strange behavior of C-u in the presence of sit-for in p-c-h
Kim F. Storm [Sun, 22 Oct 2006 22:56:56 +0000 (22:56 +0000)]
Fix bug: Strange behavior of C-u in the presence of sit-for in p-c-h

18 years ago(Sets And Lists): Fix typos.
Nick Roberts [Sun, 22 Oct 2006 22:51:10 +0000 (22:51 +0000)]
(Sets And Lists): Fix typos.

18 years ago*** empty log message ***
Nick Roberts [Sun, 22 Oct 2006 22:50:17 +0000 (22:50 +0000)]
*** empty log message ***

18 years ago(add-to-list): Fix last change--optimize for no compare-fn.
Kim F. Storm [Sun, 22 Oct 2006 22:37:51 +0000 (22:37 +0000)]
(add-to-list): Fix last change--optimize for no compare-fn.

18 years ago(add-to-list): Optimize if compare-fn is `eq' or `eql'.
Kim F. Storm [Sun, 22 Oct 2006 22:32:53 +0000 (22:32 +0000)]
(add-to-list): Optimize if compare-fn is `eq' or `eql'.
(sit-for): If last command was a prefix arg, add the read-ahead
event to unread-command-events as (t . EVENT) so it will be added
to this-command-keys by read-key-sequence.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 22 Oct 2006 22:32:43 +0000 (22:32 +0000)]
*** empty log message ***

18 years ago(read_char): Make an element (t . EVENT) in
Kim F. Storm [Sun, 22 Oct 2006 22:25:03 +0000 (22:25 +0000)]
(read_char): Make an element (t . EVENT) in
unread-command-events add EVENT to the current command's key sequence.
(syms_of_keyboard) <unread-command-events>: Update doc.

18 years ago* textmodes/flyspell.el (flyspell-word): Skip past all previous
Chong Yidong [Sun, 22 Oct 2006 21:29:33 +0000 (21:29 +0000)]
* textmodes/flyspell.el (flyspell-word): Skip past all previous
whitespace when checking doublons.
(flyspell-check-region-doublons): Fix doublon regexp.
(flyspell-highlight-incorrect-region): Highlight doublons using
flyspell-duplicate face.