1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 00:50:44 -08:00
Commit graph

90510 commits

Author SHA1 Message Date
Glenn Morris
b6a44b279c (comint-insert-input): Doc fix. 2009-06-23 07:25:12 +00:00
Glenn Morris
f86ca715e1 (ELCFILES): Fix typo in previous change. 2009-06-23 07:21:22 +00:00
Dan Nicolaescu
2f686c8743 (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
conditional, it is always defined on AIX.
2009-06-23 07:09:58 +00:00
Miles Bader
666e158e38 Add the recenter-redisplay' variable, and make recenter' use it.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1604
2009-06-23 07:07:45 +00:00
Jim Meyering
c6da7cd2b6 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.
2009-06-23 06:49:20 +00:00
Dan Nicolaescu
f5f20f6c67 (movemail.o): Don't pass -Demacs, unused. 2009-06-23 06:45:39 +00:00
Miles Bader
a91a2316ad Add arch tagline 2009-06-23 06:44:04 +00:00
Dan Nicolaescu
77bf3f5452 * 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.
2009-06-23 06:35:40 +00:00
Dan Nicolaescu
2764748c42 (elp-output-insert-symname): Add a link face to make it obvious item
can be clicked.
2009-06-23 05:54:33 +00:00
Kenichi Handa
74d7542405 (main): Call init_font (). 2009-06-23 05:53:56 +00:00
Kenichi Handa
59314cafbe (Vfont_log): Extern it.
(FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
2009-06-23 05:53:28 +00:00
Kenichi Handa
652b9560dc (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.
2009-06-23 05:52:59 +00:00
Kenichi Handa
678dca3ddb Change font_add_log to FONT_ADD_LOG. 2009-06-23 05:51:00 +00:00
Dan Nicolaescu
f5a0b28161 (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions. 2009-06-23 05:48:18 +00:00
Kenichi Handa
b23bf85abc (fontset_font): Call FONT_DEFERRED_LOG.
(face_for_char): Don't call font_deferred_log here.
(font_for_char): Likewise.
2009-06-23 05:47:46 +00:00
Kenichi Handa
d4a885b2d7 (korean-key-bindings): Change the binding of F9 to
hangul-to-hanja-conversion.  Bind Hangul_Hanja to the same command.
2009-06-23 02:13:45 +00:00
Kenichi Handa
8000b1d55b (hangul-to-hanja-conversion): When it is called
while korean input method is off, convert the following character.
2009-06-23 02:11:35 +00:00
Michael Albinus
d6b951bbee * trampver.texi: Update release number. Set default value of
`emacsgvfs'.
2009-06-22 21:40:24 +00:00
Michael Albinus
c0de5d043e * 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.
2009-06-22 21:39:28 +00:00
Michael Albinus
e3610693bc * net/trampver.el: Update release number. Make version check fit
for SXEmacs 22.
2009-06-22 21:09:25 +00:00
Michael Albinus
fffba733ad * 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.
2009-06-22 21:08:29 +00:00
Michael Albinus
d904dc8652 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
for `dired-uncache'.
2009-06-22 21:07:52 +00:00
Michael Albinus
b41b828aac * net/tramp-compat.el (tramp-compat-split-string)
(tramp-compat-process-running-p): New defuns.
2009-06-22 21:07:27 +00:00
Michael Albinus
6fa5052f06 * net/tramp-cmds.el (tramp-bug): Recommend
`tramp-cleanup-all-connections' in the bug mail.
2009-06-22 21:06:49 +00:00
Michael Albinus
70c11b0be3 * 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.
2009-06-22 21:05:54 +00:00
Michael Albinus
eeb4465560 * net/tramp-gvfs.el: New package. 2009-06-22 21:04:49 +00:00
Michael Albinus
60cf2f3386 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc. 2009-06-22 21:02:55 +00:00
Juanma Barranquero
e0a28a3bec Fix typos. 2009-06-22 15:52:32 +00:00
Jim Meyering
13a3f37497 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/>
2009-06-22 14:53:11 +00:00
Nick Roberts
821ba844dc Pull further modified changes from Dmitry's repository (http://sphinx.net.ru/hg/gdb-mi/). 2009-06-22 10:57:52 +00:00
Nick Roberts
5242671e72 *** empty log message *** 2009-06-22 10:57:06 +00:00
Glenn Morris
e8ccb86904 Mention adding branch commits to emacs-diffs. 2009-06-22 07:06:29 +00:00
Glenn Morris
46253b3440 (dir-locals-collect-mode-variables): Allow for any number of `mode'
and `eval' entries.  (Bug#3430)
2009-06-22 07:02:04 +00:00
Glenn Morris
d5067810ac Unindent and refill some doc-strings. 2009-06-22 06:41:50 +00:00
Glenn Morris
c346e888d5 Fix comment typo.
Add arch-tag.
2009-06-22 06:39:46 +00:00
Glenn Morris
fca428feed Fix attribution for fadr.el. 2009-06-22 06:36:49 +00:00
Glenn Morris
97e181925b (ELCFILES): Add fadr.elc. 2009-06-22 06:35:04 +00:00
Glenn Morris
731a00fbd7 (appt-make-list): Fix off-by-one error caused by
differing behavior of \n and ^ in strings.  (Bug#3385)
2009-06-22 06:29:59 +00:00
Glenn Morris
c66cd0ff65 Remove leading "*" from defcustom docs.
Refill.
2009-06-22 06:27:00 +00:00
Glenn Morris
3fde45afdd (lisp-indent-offset): Fix safe-local-variable property.
(lisp-indent-function): Make it a defcustom.
2009-06-22 06:24:32 +00:00
Chong Yidong
ec7c992608 * 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.
2009-06-22 04:09:14 +00:00
Chong Yidong
303eb97f10 Change width and height to 48 pixels, similar to Gnome svg icons. 2009-06-22 03:40:49 +00:00
Chong Yidong
9a01ee3357 * 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).
2009-06-22 02:01:56 +00:00
Chong Yidong
8a668709c2 * 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.
2009-06-22 01:53:11 +00:00
Chong Yidong
7024347875 Add "Branch for 23.1" ChangeLog entry. 2009-06-21 14:35:26 +00:00
Chong Yidong
4d4c02d802 * 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.
2009-06-21 14:28:27 +00:00
Jason Rumney
46534e1efb (w32_initialize): Add necessary casts to last change. 2009-06-21 13:16:21 +00:00
Nick Roberts
91239a5211 * progmodes/gdb-ui.el: Replace with ...
* progmodes/gdb-ui.el: ... this file.
* progmodes/gud.el: Modify for gdb-mi.el.
* fadr.el: New file.
2009-06-21 12:08:53 +00:00
Nick Roberts
db2241a0b8 *** empty log message *** 2009-06-21 12:07:34 +00:00
Chong Yidong
d7ae78c031 Bump version to 23.1.50. 2009-06-21 04:46:07 +00:00