bpt/emacs.git
14 years agoRe-generated.
Kenichi Handa [Wed, 24 Jun 2009 13:04:25 +0000 (13:04 +0000)]
Re-generated.

14 years agoFor the UNICODE format files, do reverse sort
Kenichi Handa [Wed, 24 Jun 2009 13:02:50 +0000 (13:02 +0000)]
For the UNICODE format files, do reverse sort
and don't compact the map.  This is to prefer the first one in the
duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).

14 years ago* net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
Michael Albinus [Wed, 24 Jun 2009 05:12:51 +0000 (05:12 +0000)]
* net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
but `filename'.

14 years ago(fontset_get_font_group): Return 0 if no font-group is
Kenichi Handa [Wed, 24 Jun 2009 04:24:18 +0000 (04:24 +0000)]
(fontset_get_font_group): Return 0 if no font-group is
set for C.
(fontset_font): Record the availability of a font for C both in
the realized fontset of the current one and the default one.

14 years agoWarn if subdir does not exist in source.
Glenn Morris [Wed, 24 Jun 2009 03:50:25 +0000 (03:50 +0000)]
Warn if subdir does not exist in source.
(nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
(nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
No longer make links.

14 years agoYavor Doganov <yavor at gnu.org>
Glenn Morris [Wed, 24 Jun 2009 03:47:07 +0000 (03:47 +0000)]
Yavor Doganov  <yavor at gnu.org>

(tempdir): Don't create directories preferences.gorm and
preferences.nib, they are no longer required.

14 years ago(mm-dissect-buffer): Use message-fetch-field instead of mail-fetch-field to
Katsumi Yamaoka [Tue, 23 Jun 2009 22:38:22 +0000 (22:38 +0000)]
(mm-dissect-buffer): Use message-fetch-field instead of mail-fetch-field to
fetch Content-Description header in order to exclude newlines.

14 years agoReformat 2009-06-23 ChangeLog entry.
Chong Yidong [Tue, 23 Jun 2009 14:14:13 +0000 (14:14 +0000)]
Reformat 2009-06-23 ChangeLog entry.

14 years agoAdd `text-scale-set' function
Miles Bader [Tue, 23 Jun 2009 08:27:58 +0000 (08:27 +0000)]
Add `text-scale-set' function

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

14 years agoTrivial header format fixes.
Glenn Morris [Tue, 23 Jun 2009 07:44:08 +0000 (07:44 +0000)]
Trivial header format fixes.

14 years ago(pcomplete/rpm): Doc fix.
Glenn Morris [Tue, 23 Jun 2009 07:43:17 +0000 (07:43 +0000)]
(pcomplete/rpm): Doc fix.

14 years ago(mode-line-modified): Fix case of "Buffer is modified".
Glenn Morris [Tue, 23 Jun 2009 07:39:40 +0000 (07:39 +0000)]
(mode-line-modified): Fix case of "Buffer is modified".

14 years ago(ispell-local-dictionary): Doc fix.
Glenn Morris [Tue, 23 Jun 2009 07:38:25 +0000 (07:38 +0000)]
(ispell-local-dictionary): Doc fix.

14 years agoMinor header format fixes.
Glenn Morris [Tue, 23 Jun 2009 07:34:28 +0000 (07:34 +0000)]
Minor header format fixes.
(gud-remove, gud-break): Update declarations.

14 years ago(calendar-time-zone-daylight-rules): Simplify Persian conditionals.
Glenn Morris [Tue, 23 Jun 2009 07:30:25 +0000 (07:30 +0000)]
(calendar-time-zone-daylight-rules): Simplify Persian conditionals.

14 years ago(calc-graph-plot): Avoid assignment to free variable `filename'.
Glenn Morris [Tue, 23 Jun 2009 07:28:19 +0000 (07:28 +0000)]
(calc-graph-plot): Avoid assignment to free variable `filename'.

14 years ago(comint-insert-input): Doc fix.
Glenn Morris [Tue, 23 Jun 2009 07:25:12 +0000 (07:25 +0000)]
(comint-insert-input): Doc fix.

14 years ago(ELCFILES): Fix typo in previous change.
Glenn Morris [Tue, 23 Jun 2009 07:21:22 +0000 (07:21 +0000)]
(ELCFILES): Fix typo in previous change.

14 years ago(child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
Dan Nicolaescu [Tue, 23 Jun 2009 07:09:58 +0000 (07:09 +0000)]
(child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
conditional, it is always defined on AIX.

14 years agoAdd the `recenter-redisplay' variable, and make `recenter' use it.
Miles Bader [Tue, 23 Jun 2009 07:07:45 +0000 (07:07 +0000)]
Add the `recenter-redisplay' variable, and make `recenter' use it.

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

14 years agoDon't dereference NULL upon failed malloc and realloc.
Jim Meyering [Tue, 23 Jun 2009 06:49:20 +0000 (06:49 +0000)]
Don't dereference NULL upon failed malloc and realloc.

* src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc
and xrealloc (not malloc and realloc), so subsequent heap pointer
dereferences are guaranteed to be valid.

14 years ago(movemail.o): Don't pass -Demacs, unused.
Dan Nicolaescu [Tue, 23 Jun 2009 06:45:39 +0000 (06:45 +0000)]
(movemail.o): Don't pass -Demacs, unused.

14 years agoAdd arch tagline
Miles Bader [Tue, 23 Jun 2009 06:44:04 +0000 (06:44 +0000)]
Add arch tagline

14 years ago* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
Dan Nicolaescu [Tue, 23 Jun 2009 06:35:40 +0000 (06:35 +0000)]
* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
Add an optional argument for the backend, use it instead of
calling vc-backend.
(vc-mode-line): Add an optional argument for the backend.  Pass
the backend to vc-state and vc-working-revision.  Move code for
special handling for vc-state being a buffer to ...

* vc-rcs.el (vc-rcs-find-file-hook):
* vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.

* vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
(vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
vc-stay-local-p and vc-mode-line calls.

* vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
(vc-cvs-diff, vc-cvs-annotate-command)
(vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
(vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
vc-mode-line calls.

* vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
direct comparison.
(vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
backend when calling vc-mode-line.
(vc-register): Do not create a closure for calling the vc register
function, call it directly.

14 years ago(elp-output-insert-symname): Add a link face to make it obvious item
Dan Nicolaescu [Tue, 23 Jun 2009 05:54:33 +0000 (05:54 +0000)]
(elp-output-insert-symname): Add a link face to make it obvious item
can be clicked.

14 years ago(main): Call init_font ().
Kenichi Handa [Tue, 23 Jun 2009 05:53:56 +0000 (05:53 +0000)]
(main): Call init_font ().

14 years ago(Vfont_log): Extern it.
Kenichi Handa [Tue, 23 Jun 2009 05:53:28 +0000 (05:53 +0000)]
(Vfont_log): Extern it.
(FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.

14 years ago(font_sort_entities, font_list_entities)
Kenichi Handa [Tue, 23 Jun 2009 05:52:59 +0000 (05:52 +0000)]
(font_sort_entities, font_list_entities)
(font_matching_entity, font_open_entity)
(font_close_object): Change font_add_log to FONT_ADD_LOG.
(Vfont_log): Delete static.
(font_log_env_checked): Delete this variable.
(font_add_log): Don't check font_log_env_checked.
(font_deferred_log): Check Vfont_log.
(init_font): New function.

14 years agoChange font_add_log to FONT_ADD_LOG.
Kenichi Handa [Tue, 23 Jun 2009 05:51:00 +0000 (05:51 +0000)]
Change font_add_log to FONT_ADD_LOG.

14 years ago(vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
Dan Nicolaescu [Tue, 23 Jun 2009 05:48:18 +0000 (05:48 +0000)]
(vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.

14 years ago(fontset_font): Call FONT_DEFERRED_LOG.
Kenichi Handa [Tue, 23 Jun 2009 05:47:46 +0000 (05:47 +0000)]
(fontset_font): Call FONT_DEFERRED_LOG.
(face_for_char): Don't call font_deferred_log here.
(font_for_char): Likewise.

14 years ago(korean-key-bindings): Change the binding of F9 to
Kenichi Handa [Tue, 23 Jun 2009 02:13:45 +0000 (02:13 +0000)]
(korean-key-bindings): Change the binding of F9 to
hangul-to-hanja-conversion.  Bind Hangul_Hanja to the same command.

14 years ago(hangul-to-hanja-conversion): When it is called
Kenichi Handa [Tue, 23 Jun 2009 02:11:35 +0000 (02:11 +0000)]
(hangul-to-hanja-conversion): When it is called
while korean input method is off, convert the following character.

14 years ago* trampver.texi: Update release number. Set default value of
Michael Albinus [Mon, 22 Jun 2009 21:40:24 +0000 (21:40 +0000)]
* trampver.texi: Update release number.  Set default value of
`emacsgvfs'.

14 years ago* tramp.texi (History): Add GVFS support.
Michael Albinus [Mon, 22 Jun 2009 21:39:28 +0000 (21:39 +0000)]
* tramp.texi (History): Add GVFS support.
(External methods): Precise `rsync' description.  Add `dav', `davs' and
`obex' methods.  Add 'tramp-gvfs-methods' option.
(Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
forms.
(Remote Programs): Introduce `tramp-own-remote-path'.
(Remote processes): New subsection "Running remote programs that create
local X11 windows".
(Frequently Asked Questions): Improve code for disabling vc.

14 years ago* net/trampver.el: Update release number. Make version check fit
Michael Albinus [Mon, 22 Jun 2009 21:09:25 +0000 (21:09 +0000)]
* net/trampver.el: Update release number.  Make version check fit
for SXEmacs 22.

14 years ago* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add
Michael Albinus [Mon, 22 Jun 2009 21:08:29 +0000 (21:08 +0000)]
* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add
handler for `dired-uncache'.
(tramp-smb-handle-file-local-copy): Cleanup in case of error.

14 years ago* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
Michael Albinus [Mon, 22 Jun 2009 21:07:52 +0000 (21:07 +0000)]
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
for `dired-uncache'.

14 years ago* net/tramp-compat.el (tramp-compat-split-string)
Michael Albinus [Mon, 22 Jun 2009 21:07:27 +0000 (21:07 +0000)]
* net/tramp-compat.el (tramp-compat-split-string)
(tramp-compat-process-running-p): New defuns.

14 years ago* net/tramp-cmds.el (tramp-bug): Recommend
Michael Albinus [Mon, 22 Jun 2009 21:06:49 +0000 (21:06 +0000)]
* net/tramp-cmds.el (tramp-bug): Recommend
`tramp-cleanup-all-connections' in the bug mail.

14 years ago* net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
Michael Albinus [Mon, 22 Jun 2009 21:05:54 +0000 (21:05 +0000)]
* net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
when a loading of a package fails.  Completion function for rsync
is `tramp-completion-function-alist-ssh'.
(all): Replace all calls of `split-string' and
`tramp-split-string' by `tramp-compat-split-string'.
(tramp-default-method): Use `tramp-compat-process-running-p'.
(tramp-default-proxies-alist): Allow also Lisp forms.
(tramp-remote-path): Add choice "Private Directories".
(tramp-wrong-passwd-regexp): Remove "Tramp connection closed"
option.
(tramp-domain-regexp): Allow also "-", "_" and ".".
(tramp-end-of-output): Remove newlines, and add "$" at the end.
(tramp-file-name-handler-alist): Add handler for `dired-uncache'.
(tramp-debug-message): Insert header line in debug buffer.
(tramp-handle-directory-files-and-attributes-with-stat): Care
about filenames with spaces, or starting with "-".
(tramp-handle-dired-uncache): New defun.
(tramp-handle-insert-directory): Don't flush the directory from
cache, this is handled by `dired-uncache' now.
(tramp-handle-insert-file-contents): Improve error handling.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Quote `tramp-end-of-output'.
(tramp-action-password): Improve trace message.
(tramp-check-for-regexp): Both echoes must be present, before
removing.
(tramp-open-connection-setup-interactive-shell): Trace coding
system.
(tramp-compute-multi-hops): Eval cons cells of
`tramp-default-proxies-alist'.
(tramp-maybe-open-connection): Use the same command pattern for
first hop and further hops.
(tramp-wait-for-output): Remove handling of newlines.
(tramp-get-remote-path): Handle also `tramp-own-remote-path'.
(tramp-split-string): Remove function.  It is handled in
tramp-compat now.

14 years ago* net/tramp-gvfs.el: New package.
Michael Albinus [Mon, 22 Jun 2009 21:04:49 +0000 (21:04 +0000)]
* net/tramp-gvfs.el: New package.

14 years ago* Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
Michael Albinus [Mon, 22 Jun 2009 21:02:55 +0000 (21:02 +0000)]
* Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.

14 years agoFix typos.
Juanma Barranquero [Mon, 22 Jun 2009 15:52:32 +0000 (15:52 +0000)]
Fix typos.

14 years agoautomatically handle .xz suffix (XZ-compressed files), too
Jim Meyering [Mon, 22 Jun 2009 14:53:11 +0000 (14:53 +0000)]
automatically handle .xz suffix (XZ-compressed files), too

* jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
XZ is the successor to LZMA: <http://tukaani.org/xz/>

14 years agoPull further modified changes from Dmitry's repository (http://sphinx.net.ru/hg...
Nick Roberts [Mon, 22 Jun 2009 10:57:52 +0000 (10:57 +0000)]
Pull further  modified changes from Dmitry's repository (sphinx.net.ru/hg/gdb-mi/).

14 years ago*** empty log message ***
Nick Roberts [Mon, 22 Jun 2009 10:57:06 +0000 (10:57 +0000)]
*** empty log message ***

14 years agoMention adding branch commits to emacs-diffs.
Glenn Morris [Mon, 22 Jun 2009 07:06:29 +0000 (07:06 +0000)]
Mention adding branch commits to emacs-diffs.

14 years ago(dir-locals-collect-mode-variables): Allow for any number of `mode'
Glenn Morris [Mon, 22 Jun 2009 07:02:04 +0000 (07:02 +0000)]
(dir-locals-collect-mode-variables): Allow for any number of `mode'
and `eval' entries.  (Bug#3430)

14 years agoUnindent and refill some doc-strings.
Glenn Morris [Mon, 22 Jun 2009 06:41:50 +0000 (06:41 +0000)]
Unindent and refill some doc-strings.

14 years agoFix comment typo.
Glenn Morris [Mon, 22 Jun 2009 06:39:46 +0000 (06:39 +0000)]
Fix comment typo.
Add arch-tag.

14 years agoFix attribution for fadr.el.
Glenn Morris [Mon, 22 Jun 2009 06:36:49 +0000 (06:36 +0000)]
Fix attribution for fadr.el.

14 years ago(ELCFILES): Add fadr.elc.
Glenn Morris [Mon, 22 Jun 2009 06:35:04 +0000 (06:35 +0000)]
(ELCFILES): Add fadr.elc.

14 years ago(appt-make-list): Fix off-by-one error caused by
Glenn Morris [Mon, 22 Jun 2009 06:29:59 +0000 (06:29 +0000)]
(appt-make-list): Fix off-by-one error caused by
differing behavior of \n and ^ in strings.  (Bug#3385)

14 years agoRemove leading "*" from defcustom docs.
Glenn Morris [Mon, 22 Jun 2009 06:27:00 +0000 (06:27 +0000)]
Remove leading "*" from defcustom docs.
Refill.

14 years ago(lisp-indent-offset): Fix safe-local-variable property.
Glenn Morris [Mon, 22 Jun 2009 06:24:32 +0000 (06:24 +0000)]
(lisp-indent-offset): Fix safe-local-variable property.
(lisp-indent-function): Make it a defcustom.

14 years ago* xterm.c (xg_default_icon_file): New variable.
Chong Yidong [Mon, 22 Jun 2009 04:09:14 +0000 (04:09 +0000)]
* xterm.c (xg_default_icon_file): New variable.
(syms_of_xterm): Initialize it to the Emacs SVG icon file.
(x_bitmap_icon): Under GTK, use xg_default_icon_file.

14 years agoChange width and height to 48 pixels, similar to Gnome svg icons.
Chong Yidong [Mon, 22 Jun 2009 03:40:49 +0000 (03:40 +0000)]
Change width and height to 48 pixels, similar to Gnome svg icons.

14 years ago* w32term.c (x_draw_glyph_string): Use the glyph string's width
Chong Yidong [Mon, 22 Jun 2009 02:01:56 +0000 (02:01 +0000)]
* w32term.c (x_draw_glyph_string): Use the glyph string's width
rather than its background_width for drawing the overline and
underline (Bug#489).

* xterm.c (x_draw_glyph_string): Use the glyph string's width
rather than its background_width for drawing the overline and
underline (Bug#489).

14 years ago* xdisp.c (Qbefore_string, Qafter_string): Add externs.
Chong Yidong [Mon, 22 Jun 2009 01:53:11 +0000 (01:53 +0000)]
* xdisp.c (Qbefore_string, Qafter_string): Add externs.
(load_overlay_strings): Remove externs.
(fast_find_position): Function deleted.
(mouse_face_from_buffer_pos): New function, based on
fast_find_position.  Correctly handle before-strings,
display-strings, and after-strings (Bug#1220).
(note_mouse_highlight): Use mouse_face_from_buffer_pos.

14 years agoAdd "Branch for 23.1" ChangeLog entry.
Chong Yidong [Sun, 21 Jun 2009 14:35:26 +0000 (14:35 +0000)]
Add "Branch for 23.1" ChangeLog entry.

14 years ago* xdisp.c (IT_DISPLAYING_WHITESPACE): Define for
Chong Yidong [Sun, 21 Jun 2009 14:28:27 +0000 (14:28 +0000)]
* xdisp.c (IT_DISPLAYING_WHITESPACE): Define for
!HAVE_WINDOW_SYSTEM.
(move_it_in_display_line_to, move_it_in_display_line_to)
(display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.

14 years ago(w32_initialize): Add necessary casts to last change.
Jason Rumney [Sun, 21 Jun 2009 13:16:21 +0000 (13:16 +0000)]
(w32_initialize): Add necessary casts to last change.

14 years ago* progmodes/gdb-ui.el: Replace with ...
Nick Roberts [Sun, 21 Jun 2009 12:08:53 +0000 (12:08 +0000)]
* progmodes/gdb-ui.el: Replace with ...
* progmodes/gdb-ui.el: ... this file.
* progmodes/gud.el: Modify for gdb-mi.el.
* fadr.el: New file.

14 years ago*** empty log message ***
Nick Roberts [Sun, 21 Jun 2009 12:07:34 +0000 (12:07 +0000)]
*** empty log message ***

14 years agoBump version to 23.1.50.
Chong Yidong [Sun, 21 Jun 2009 04:46:07 +0000 (04:46 +0000)]
Bump version to 23.1.50.

14 years agoPut "temporary note" back in for Emacs 23.2.
Chong Yidong [Sun, 21 Jun 2009 04:42:46 +0000 (04:42 +0000)]
Put "temporary note" back in for Emacs 23.2.

14 years ago(keyboard_codepage): New static variable.
Jason Rumney [Sun, 21 Jun 2009 03:34:19 +0000 (03:34 +0000)]
(keyboard_codepage): New static variable.
(w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
(w32_read_socket) [WM_CHAR]: Use it to decode character
input (bug#3237).
(w32_initialize): Initialize it.
(codepage_for_locale): New function.

14 years ago(lisp-indent-function): Add doc string.
Glenn Morris [Sun, 21 Jun 2009 01:39:43 +0000 (01:39 +0000)]
(lisp-indent-function): Add doc string.

14 years ago(lisp-indent-defun-method, common-lisp-indent-function): Add doc strings.
Glenn Morris [Sun, 21 Jun 2009 01:16:55 +0000 (01:16 +0000)]
(lisp-indent-defun-method, common-lisp-indent-function): Add doc strings.

14 years ago(status_message): Pass Faset index argument as a lisp object, so as to work
Ken Raeburn [Sat, 20 Jun 2009 23:23:55 +0000 (23:23 +0000)]
(status_message): Pass Faset index argument as a lisp object, so as to work
with USE_LISP_UNION_TYPE.

14 years agoBump version number to 23.0.95.
Chong Yidong [Fri, 19 Jun 2009 17:10:49 +0000 (17:10 +0000)]
Bump version number to 23.0.95.

14 years agoRegenerate.
Chong Yidong [Fri, 19 Jun 2009 17:10:15 +0000 (17:10 +0000)]
Regenerate.

14 years agoRemove +++ and --- lines; minor copyedits.
Chong Yidong [Fri, 19 Jun 2009 17:09:32 +0000 (17:09 +0000)]
Remove +++ and --- lines; minor copyedits.

14 years agoRegenerate.
Chong Yidong [Fri, 19 Jun 2009 16:21:12 +0000 (16:21 +0000)]
Regenerate.

14 years agoReference bug number in last Changelog entry
Chong Yidong [Fri, 19 Jun 2009 14:24:07 +0000 (14:24 +0000)]
Reference bug number in last Changelog entry

14 years ago* font-core.el (turn-on-font-lock-if-desired): Correctly handle
Chong Yidong [Fri, 19 Jun 2009 14:22:39 +0000 (14:22 +0000)]
* font-core.el (turn-on-font-lock-if-desired): Correctly handle
the case where font-lock-global-modes is a list that doesn't begin
with `not'.

14 years agoFix typos.
Juanma Barranquero [Fri, 19 Jun 2009 13:45:19 +0000 (13:45 +0000)]
Fix typos.

14 years agoUpdate version and date for pending pretest.
Jason Rumney [Fri, 19 Jun 2009 13:06:02 +0000 (13:06 +0000)]
Update version and date for pending pretest.

14 years ago(Ffind_coding_systems_region_internal): Cache checked characters.
YAMAMOTO Mitsuharu [Fri, 19 Jun 2009 08:39:44 +0000 (08:39 +0000)]
(Ffind_coding_systems_region_internal): Cache checked characters.

14 years agoFix previous change, sigh.
Glenn Morris [Fri, 19 Jun 2009 03:08:54 +0000 (03:08 +0000)]
Fix previous change, sigh.

14 years ago(open-network-stream): Doc fix.
Glenn Morris [Fri, 19 Jun 2009 03:06:40 +0000 (03:06 +0000)]
(open-network-stream): Doc fix.

14 years ago* international/fontset.el (setup-default-fontset):
Juanma Barranquero [Fri, 19 Jun 2009 01:51:07 +0000 (01:51 +0000)]
* international/fontset.el (setup-default-fontset):
  Fix typo in previous change.

14 years ago(setup-default-fontset): Add a spec of non-OTF unicode font for Thai.
Kenichi Handa [Fri, 19 Jun 2009 00:58:51 +0000 (00:58 +0000)]
(setup-default-fontset): Add a spec of non-OTF unicode font for Thai.

14 years agoAdd coding: utf-8 cookie.
Kenichi Handa [Fri, 19 Jun 2009 00:45:43 +0000 (00:45 +0000)]
Add coding: utf-8 cookie.

14 years agoFix typo.
Chong Yidong [Thu, 18 Jun 2009 18:47:58 +0000 (18:47 +0000)]
Fix typo.

14 years ago* language/korean.el (korean-cp949): New coding system. Set cp949
Chong Yidong [Thu, 18 Jun 2009 17:53:33 +0000 (17:53 +0000)]
* language/korean.el (korean-cp949): New coding system.  Set cp949
as an alias to it.

14 years ago* pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings format
Chong Yidong [Thu, 18 Jun 2009 17:47:48 +0000 (17:47 +0000)]
* pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings format
used by GnuPG 2.0.11.

14 years ago(decode_coding_iso_2022): Check MSB of bytes more rigidly.
Kenichi Handa [Thu, 18 Jun 2009 10:29:51 +0000 (10:29 +0000)]
(decode_coding_iso_2022): Check MSB of bytes more rigidly.

14 years ago(redisplay_internal): Check that the frame is still
Andreas Schwab [Thu, 18 Jun 2009 09:49:05 +0000 (09:49 +0000)]
(redisplay_internal): Check that the frame is still
live after redisplay of its windows.
(redisplay_windows): Check that the window is still live.

14 years agoCancel the unexpected changes.
Kenichi Handa [Thu, 18 Jun 2009 07:21:49 +0000 (07:21 +0000)]
Cancel the unexpected changes.

14 years ago(setup-korean-environment-internal, exit-korean-environment): Cancel
Kenichi Handa [Thu, 18 Jun 2009 07:18:55 +0000 (07:18 +0000)]
(setup-korean-environment-internal, exit-korean-environment): Cancel
the previous unexpected changes.

14 years ago(dir-locals-set-directory-class): Make mtime argument
Glenn Morris [Thu, 18 Jun 2009 06:54:47 +0000 (06:54 +0000)]
(dir-locals-set-directory-class): Make mtime argument
optional, since it is always unneeded in the non-file case.  (Bug#3577)

14 years ago("Korean"): Fix `documentation' property of this language environment.
Kenichi Handa [Thu, 18 Jun 2009 01:15:43 +0000 (01:15 +0000)]
("Korean"): Fix `documentation' property of this language environment.

14 years ago(korean-key-bindings): Add binding for key Hangul.
Kenichi Handa [Thu, 18 Jun 2009 01:02:45 +0000 (01:02 +0000)]
(korean-key-bindings): Add binding for key Hangul.

14 years ago(hangul-im-keymap): Add binding of key Hangul_Hanja.
Kenichi Handa [Thu, 18 Jun 2009 01:00:28 +0000 (01:00 +0000)]
(hangul-im-keymap): Add binding of key Hangul_Hanja.

14 years ago* progmodes/compile.el (compilation-error-regexp-alist-alist):
Chong Yidong [Wed, 17 Jun 2009 16:33:41 +0000 (16:33 +0000)]
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Comment out 2007-07-25 change adding support for Maven error
messages; this regexp is too slow on long lines (Bug#3441).

14 years ago* progmodes/ruby-mode.el (ruby-parse-partial, ruby-font-lock-keywords): Support overl...
Chong Yidong [Wed, 17 Jun 2009 15:16:17 +0000 (15:16 +0000)]
* progmodes/ruby-mode.el (ruby-parse-partial, ruby-font-lock-keywords): Support overloadable negative operators (Bug#3587).

14 years ago* files.el (save-some-buffers-action-alist): Fix last change (Bug#3578).
Chong Yidong [Wed, 17 Jun 2009 15:06:25 +0000 (15:06 +0000)]
* files.el (save-some-buffers-action-alist): Fix last change (Bug#3578).

14 years ago(Language Environments): Add @anchor{Describe Language Environment}.
Kenichi Handa [Wed, 17 Jun 2009 07:32:58 +0000 (07:32 +0000)]
(Language Environments): Add @anchor{Describe Language Environment}.
(Charsets): Change @xref to @pxref.