bpt/emacs.git
15 years ago* xterm.c (x_update_window_begin, x_new_focus_frame)
Chong Yidong [Sun, 28 Jun 2009 15:32:20 +0000 (15:32 +0000)]
* xterm.c (x_update_window_begin, x_new_focus_frame)
(x_scroll_bar_handle_click, handle_one_xevent)
(handle_one_xevent, XTread_socket, x_focus_on_frame)
(x_make_frame_visible, x_make_frame_invisible)
(x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
code chunks that are now obsolete.

15 years ago* dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
Michael Albinus [Sun, 28 Jun 2009 15:22:37 +0000 (15:22 +0000)]
* dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
xd_symbol_to_dbus_type.  With Solaris 2.11, it was said to compile
for hours, when optimzation is enabled.
(xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
(xd_read_message): Make them static.

15 years ago* help-fns.el (describe-function-1): Correctly locate adviced
Chong Yidong [Sun, 28 Jun 2009 05:06:56 +0000 (05:06 +0000)]
* help-fns.el (describe-function-1): Correctly locate adviced
functions in hyperlink (Bug#2438).

15 years ago* files.el (trash-directory): Change default to nil.
Chong Yidong [Sun, 28 Jun 2009 04:54:06 +0000 (04:54 +0000)]
* files.el (trash-directory): Change default to nil.
(move-file-to-trash): If trash-directory is nil and
system-move-file-to-trash is unbound, perform freedesktop-style
trashing.

* NEWS: Document change.

15 years agoMinor revisions.
Glenn Morris [Sun, 28 Jun 2009 01:42:03 +0000 (01:42 +0000)]
Minor revisions.

15 years ago(global-auto-revert-non-file-buffers, global-auto-revert-mode): Doc fixes.
Glenn Morris [Sun, 28 Jun 2009 00:52:23 +0000 (00:52 +0000)]
(global-auto-revert-non-file-buffers, global-auto-revert-mode): Doc fixes.

15 years agoMinor language tweaks.
Glenn Morris [Sun, 28 Jun 2009 00:47:58 +0000 (00:47 +0000)]
Minor language tweaks.

15 years ago(defstruct): Fix :conc-name spec.
Johan Bockgård [Sat, 27 Jun 2009 22:09:39 +0000 (22:09 +0000)]
(defstruct): Fix :conc-name spec.

15 years ago* term.c (turn_on_face): Allow simultaneously bold and dim
Chong Yidong [Sat, 27 Jun 2009 21:27:51 +0000 (21:27 +0000)]
* term.c (turn_on_face): Allow simultaneously bold and dim
terminal faces (Bug#3530).

15 years ago* faces.el (x-handle-named-frame-geometry): Ensure that we have
Chong Yidong [Sat, 27 Jun 2009 20:44:03 +0000 (20:44 +0000)]
* faces.el (x-handle-named-frame-geometry): Ensure that we have
opened an X connection before calling x-get-resource (Bug#3194).

15 years ago* frame.c (x_get_arg): Check if dpyinfo is non-NULL.
Chong Yidong [Sat, 27 Jun 2009 19:50:50 +0000 (19:50 +0000)]
* frame.c (x_get_arg): Check if dpyinfo is non-NULL.

15 years ago* play/doctor.el: Remove reference to obsolete website.
Chong Yidong [Sat, 27 Jun 2009 04:21:14 +0000 (04:21 +0000)]
* play/doctor.el: Remove reference to obsolete website.
(make-doctor-variables): Correct grammar mistake (Bug#2633).

15 years ago* xdisp.c (mouse_face_from_buffer_pos): Fix detection of
Chong Yidong [Sat, 27 Jun 2009 03:50:23 +0000 (03:50 +0000)]
* xdisp.c (mouse_face_from_buffer_pos): Fix detection of
truncation glyphs (Bug#3686).

15 years agoRestore netbsd on mips, mipsel, mipseb.
Glenn Morris [Sat, 27 Jun 2009 02:42:05 +0000 (02:42 +0000)]
Restore netbsd on mips, mipsel, mipseb.

15 years agoTrim to just the stuff applicable to netbsd, since the other platforms
Glenn Morris [Sat, 27 Jun 2009 02:40:34 +0000 (02:40 +0000)]
Trim to just the stuff applicable to netbsd, since the other platforms
have been removed.

15 years agoRestore file.
Glenn Morris [Sat, 27 Jun 2009 02:39:28 +0000 (02:39 +0000)]
Restore file.

15 years agoRemove find-file-not-found-hook VC method. (Bug#2757)
Dan Nicolaescu [Fri, 26 Jun 2009 23:53:55 +0000 (23:53 +0000)]
Remove find-file-not-found-hook VC method.  (Bug#2757)
* vc-hooks.el (vc-file-not-found-hook)
(vc-default-find-file-not-found-hook): Remove functions.
(find-file-not-found-functions): Do not add vc-file-not-found-hook.
* vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
* vc.el:
* vc-hg.el:
* vc-git.el: Do not mention find-file-not-found-hook VC method.

15 years ago(--enable-checking): New option.
Dan Nicolaescu [Fri, 26 Jun 2009 23:41:43 +0000 (23:41 +0000)]
(--enable-checking): New option.

15 years agonsterm.m (keydown): avoid infinite loop
David Reitter [Fri, 26 Jun 2009 18:37:41 +0000 (18:37 +0000)]
nsterm.m (keydown): avoid infinite loop

15 years ago* redisplay-testsuite.el: New file.
Chong Yidong [Fri, 26 Jun 2009 14:42:43 +0000 (14:42 +0000)]
* redisplay-testsuite.el: New file.

15 years ago(get_adstyle_property): Call font_intern_prop with 1 as
Kenichi Handa [Fri, 26 Jun 2009 06:16:07 +0000 (06:16 +0000)]
(get_adstyle_property): Call font_intern_prop with 1 as
the arg FORCE_SYMBOL.

15 years agoFix last entry.
Chong Yidong [Thu, 25 Jun 2009 14:28:32 +0000 (14:28 +0000)]
Fix last entry.

15 years agoispell.el: Add `ispell-looking-back' XEmacs compatibility function for `looking-back'
Agustín Martín [Thu, 25 Jun 2009 11:25:09 +0000 (11:25 +0000)]
ispell.el: Add `ispell-looking-back' XEmacs compatibility function for `looking-back'

flyspell.el (sgml-mode-flyspell-verify): Use `ispell-looking-back'

15 years ago(fontset_find_font): When a usable rfont_def is found
Kenichi Handa [Thu, 25 Jun 2009 08:02:34 +0000 (08:02 +0000)]
(fontset_find_font): When a usable rfont_def is found
in a fallback font-group, make it the first element of the group.

15 years ago* display.texi (Window Systems): Add ns to the list.
Chong Yidong [Wed, 24 Jun 2009 20:54:51 +0000 (20:54 +0000)]
* display.texi (Window Systems): Add ns to the list.

15 years ago* NEWS: Add new connection methods of Tramp.
Michael Albinus [Wed, 24 Jun 2009 19:21:22 +0000 (19:21 +0000)]
* NEWS: Add new connection methods of Tramp.

15 years ago*** empty log message ***
Michael Albinus [Wed, 24 Jun 2009 19:20:49 +0000 (19:20 +0000)]
*** empty log message ***

15 years ago* emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
Chong Yidong [Wed, 24 Jun 2009 14:27:47 +0000 (14:27 +0000)]
* emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).

15 years agoRe-generated.
Kenichi Handa [Wed, 24 Jun 2009 13:04:25 +0000 (13:04 +0000)]
Re-generated.

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

15 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'.

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

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

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

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

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

15 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

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

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

15 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".

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

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

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

15 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'.

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

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

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

15 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

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

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

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

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

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

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

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

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

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

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

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

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

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

15 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'.

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

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

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

15 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'.

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

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

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

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

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

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

15 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/>

15 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/).

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

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

15 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)

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

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

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

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

15 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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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