bpt/emacs.git
14 years agoSimplify last change.
Andreas Schwab [Sun, 28 Jun 2009 20:25:49 +0000 (20:25 +0000)]
Simplify last change.

14 years ago(send_process): Keep decoded string in a local
Andreas Schwab [Sun, 28 Jun 2009 20:12:20 +0000 (20:12 +0000)]
(send_process): Keep decoded string in a local
variable and protect it from GC.  (Bug#3521)

14 years ago* xdisp.c (start_display, handle_face_prop)
Chong Yidong [Sun, 28 Jun 2009 20:01:28 +0000 (20:01 +0000)]
* xdisp.c (start_display, handle_face_prop)
(move_it_vertically_backward, cursor_row_fully_visible_p)
(redisplay_window, try_window_id, produce_image_glyph): Delete
some #ifdef-ed out code chunks that are now obsolete.

14 years ago(create_tty_output) [MSDOS]: #ifdef away.
Eli Zaretskii [Sun, 28 Jun 2009 19:07:16 +0000 (19:07 +0000)]
(create_tty_output) [MSDOS]: #ifdef away.
(tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.

14 years ago* verilog-mode.el (verilog-beg-of-statement)
Dan Nicolaescu [Sun, 28 Jun 2009 17:52:45 +0000 (17:52 +0000)]
* verilog-mode.el (verilog-beg-of-statement)
(verilog-endcomment-reason-re): Support unique case and priority
case.
(verilog-basic-complete-re): Support localparam lineup.
(verilog-beg-of-statement-1): Fix for robustness, unique case.
(verilog-set-auto-endcomments): Fix for unique case, always_comb
commenting.
(verilog-leap-to-case-head): Now support *nested* unique &
priority case statements.
(verilog-auto-lineup): Make just declarations the default (as it
had been).
(verilog-leap-to-case-head): Support priority/unique case
statements.
(verilog-auto-lineup): Rework to give users radio buttons to
select the various styles of automatic lineup
(verilog-error-regexp-alist): Rework to support the XEmacs style
of error regular expressions from compilers, lint tools &
simulators.  Note that GNU Emacs has made it impossible for a mode
to load such things.
(electric-verilog-terminate-line, verilog-indent-declaration)
(verilog-auto-wiure): Rework for radio button selection of
auto-lineup selection of specification of auto lineup.
(verilog-beg-of-statement-1): Redesign to support proper operation
in additional code, based on testing with auto-lineup.
(verilog-calculate-indent, assignments & declarations)
(verilog-backward-token): Enhance to support auto-lineup of
assignments & declarations.
(verilog-in-directive-p, verilog-at-struct-p): New function for
easy test of whether we are.
(verilog-pretty-declarations, verilog-pretty-expr): Massive rework
to support safe execution at almost anyline.
(verilog-calc-1): Properly support indenting deep inside generate
blocks.
(verilog-init-font) Remove definition & use of verilog-init-font,
as it is redundant with font-lock-defaults.
(verilog-mode): Alter the definition of verilog-font-lock-defualts
to avoid circular calls if syntax-ppss is a function (as is the
case now in 22.x GNU Emacs) as that function would sometimes call
itself, leading to (nearly) infinite recursion
(verilog-ovm-begin-re, verilog-ovm-end-re)
(verilog-ovm-statement-re, verilog-leap-to-head)
(verilog-backward-token): Add support for OVM macros.  Some are
complete statements, and others open and close scopes like begin
and end.
(verilog-defun-level-not-generate-re, verilog-defun-level-re)
(verilog-defun-level-generate-only-re): Really fix the defun-list
compilation issue
(verilog-calc-1) (verilog-beg-of-statement): Enhance support for
coverpoint, constraint and cross statements
(verilog-defun-level-list, verilog-generate-defun-level-list)
(verilog-all-defun-level-list): Redo these specifications - it is
too hard to support eval-when compile aggregation of lists also
built at when-compile time.
(verilog-defun-level-list): Place defconsts of variables used in
building regular expressions which are built in eval-when-compile
bodies in the same eval-when-compile body to facilitate compile
without load.
(verilog-beg-block-re-ordered): Support indenting
virtual/protected tasks and functions.
(verilog-defun-level-list,verilog-in-generate-region-p)
(verilog-backward-ws&directives, verilog-calc-1): Speed up
indentation of some module items (generate items).
(verilog-forward-sexp, verilog-leap-to-head): Support stepping
across virtual/protected tasks and functions.

* verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort): Allow
sorting AUTOARG lists.  Suggested by Andrea Fedeli.
(verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
in concatenations.  Reported by Yishay Belkind.
(verilog-auto-ascii-enum): Support one-hot state machines in
AUTOASCIIENUM.  Suggested by Lloyd Gomez.
(verilog-auto-inst, verilog-auto-inst-port): Include interface
modport in AUTOINST and add vl-modport for users.  Reported by
David Rogoff.
(verilog-auto-inout-module, verilog-auto-inst)
(verilog-decls-get-interfaces, verilog-insert-definition)
(verilog-insert-one-definition, verilog-read-decls)
(verilog-read-sub-decls, verilog-read-sub-decls-sig)
(verilog-sig-modport, verilog-signals-combine-bus)
(verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
Suggested by David Rogoff.
(verilog-repair-open-comma): Fix non-insertion of comma when
`DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
(verilog-make-width-expression): Simplify [A-1:0] expression
widths to just {A{1'b0}}.
(verilog-mode): Cleanup checkdoc warnings.
(verilog-auto-inout-module, verilog-signals-matching-dir-re): Add
third optional regexp to AUTOINOUTMODULE to allow selecting only
inputs/outputs or data type.  Suggested by Vasu Kandadi.
(next-error-last-buffer): Fix byte-compiler warning.
(verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
(verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
or shell command text during AUTO expansion.  Suggested by Tad
Truex.
(verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
(verilog-read-sub-decls-sig, verilog-symbol-detick-text): Fix
dotted nets {a.b,c.d} and excaped identifiers being mis-included
in AUTOINOUT. Reported by Matthew Lovell.
(verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
causing use of <= assignments.  Reported by Alex Reed.
(verilog-read-decls): Fix triand, trior, wand, wor to be
recognized by AUTOWIRE.  Reported by Spencer Isaacson.
(verilog-extended-complete-re): Support import "DPI-C" functions.
(verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
y[a+1:a+1]" to not include a in reset list.  Reported by Dan
Dever.
(verilog-insert-date, verilog-insert-year)
(verilog-sk-header-tmpl): Fix verilog-header inserting error on
Windows systems.  Reported by Michael Potts.
(verilog-read-module-name): Fix AUTOINST when the child module
declaration's name is a tick define. Reported by Elliot Mednick.
(verilog-read-decls): Fix V2K parameter bit subscripts getting
passed to next parameter's definition. Reported by Bruce T.
(verilog-read-decls): Fix detecting "parameter int" when using
AUTOINSTPARAM.  Reported by Bruce T.
(verilog-goto-defun): Fix goto not finding modules unless first
perform a verilog-auto expansion. Suggested by Lawrence Butcher.
(verilog-mode): Expand -f flag arguments on entry to mode so
verilog-goto-defun will work.  Reported by Lawrence Butcher.
(verilog-getopt): Expand environment variables in -f file
arguments.  Suggested by Lawrence Butcher.
(verilog-set-define): Fix "Symbol's value as variable is void"
when reading enumerations.
(verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
Suggested by Stephen Peltan.
(verilog-read-defines): Fix reading of enumerations in include
files.  Reported by Steve Peltan.

14 years ago* files.el (trash-directory): Fix defcustom type.
Chong Yidong [Sun, 28 Jun 2009 16:09:46 +0000 (16:09 +0000)]
* files.el (trash-directory): Fix defcustom type.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

14 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

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

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

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

14 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'

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

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

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

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

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

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.