bpt/emacs.git
14 years ago* minibuffer.el (read-file-name): Check for repeat before putting
Chong Yidong [Sun, 18 Oct 2009 22:25:36 +0000 (22:25 +0000)]
* minibuffer.el (read-file-name): Check for repeat before putting
a default argument in file-name-history (Bug#4657).

* emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
read syntax (Bug#4737).

* textmodes/sgml-mode.el (sgml-delete-tag): Use
sgml-looking-back-at.

14 years agoWhitespace.
Juanma Barranquero [Sun, 18 Oct 2009 19:47:38 +0000 (19:47 +0000)]
Whitespace.

14 years ago* textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
Chong Yidong [Sun, 18 Oct 2009 04:06:32 +0000 (04:06 +0000)]
* textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
(html-tag-alist, html-tag-help): Add descriptions for undocumented
entries and make note of obsolete tags.

14 years agoRemove leftover table unibyte_to_multibyte_table.
Stefan Monnier [Sun, 18 Oct 2009 03:08:32 +0000 (03:08 +0000)]
Remove leftover table unibyte_to_multibyte_table.
* character.c (unibyte_to_multibyte_table): Remove.
(Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
* charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
* character.h (UNIBYTE_TO_CHAR): New macro.
(MAKE_CHAR_MULTIBYTE): Use it.
(unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
* xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
(message_dolog, set_message_1):
* search.c (Freplace_match):
* editfns.c (Fcompare_buffer_substrings):
* fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
(concat):
* insdel.c (copy_text, count_size_as_multibyte):
Use ASCII_CHAR_P and BYTE8_TO_CHAR.
* term.c (produce_glyphs):
* syntax.c (skip_chars): Use BYTE8_TO_CHAR.
* regex.c (RE_CHAR_TO_MULTIBYTE):
* cmds.c (internal_self_insert):
* buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.

14 years agoI spell gud.
Glenn Morris [Sun, 18 Oct 2009 02:17:57 +0000 (02:17 +0000)]
I spell gud.

14 years ago(internal_self_insert): `c' is already in "multibyte" form.
Stefan Monnier [Sun, 18 Oct 2009 02:08:52 +0000 (02:08 +0000)]
(internal_self_insert): `c' is already in "multibyte" form.

14 years ago(ange-ftp-file-size): Use unwind-protect.
Stefan Monnier [Sun, 18 Oct 2009 00:46:49 +0000 (00:46 +0000)]
(ange-ftp-file-size): Use unwind-protect.

14 years ago(compile-last): Ensure GREP_OPTIONS is null before calling
Glenn Morris [Sun, 18 Oct 2009 00:34:47 +0000 (00:34 +0000)]
(compile-last): Ensure GREP_OPTIONS is null before calling
grep, so that binary files (eg international/uni-bidi.el) can match.
Remove test for "UnicodeData" files, since it is hopefully unnecesary
now, and in any case the file header format has changed.

14 years ago(flyspell-large-region, flyspell-word)
Glenn Morris [Sat, 17 Oct 2009 22:43:13 +0000 (22:43 +0000)]
(flyspell-large-region, flyspell-word)
(flyspell-get-word, flyspell-large-region)
(flyspell-auto-correct-previous-word): Doc/error message fixes.

14 years ago* Makefile.in (ELCFILES): Add ede/shell.
Chong Yidong [Sat, 17 Oct 2009 14:28:44 +0000 (14:28 +0000)]
* Makefile.in (ELCFILES): Add ede/shell.

14 years ago* puresize.h (BASE_PURESIZE): Increase to 1310000.
Dan Nicolaescu [Sat, 17 Oct 2009 07:13:44 +0000 (07:13 +0000)]
* puresize.h (BASE_PURESIZE): Increase to 1310000.

* term/common-win.el (x-colors): Purecopy it.

14 years ago(tar-data-swapped-p): Make the assertion a bit more
Stefan Monnier [Sat, 17 Oct 2009 04:36:11 +0000 (04:36 +0000)]
(tar-data-swapped-p): Make the assertion a bit more
permissive for when the buffer is empty.
(tar-header-block-tokenize): Decode the username and groupname.
(tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).

14 years ago* cedet/srecode/srt.el:
Chong Yidong [Sat, 17 Oct 2009 04:18:31 +0000 (04:18 +0000)]
* cedet/srecode/srt.el:
* cedet/srecode/compile.el:
* cedet/semantic/mru-bookmark.el:
* cedet/semantic/debug.el:
* cedet/semantic/complete.el:
* cedet/semantic/analyze.el: Require CL when compiling.

* cedet/semantic/scope.el
(semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
tmpscope so that the regular scope will continue to work.

* cedet/semantic/idle.el (semantic-idle-tag-highlight): Use
semantic-idle-summary-highlight-face as the highlighting.

* emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
contains multibyte characters, choose first applicable coding
system automatically.

* cedet/ede/project-am.el (project-run-target): New method.
(project-run-target): New method.

* cedet/ede.el (ede-target): Add run target menu item.
(ede-project, ede-minor-keymap): Add ede-run-target binding.
(ede-run-target): New function.
(ede-target::project-run-target): New method.

* cedet/ede/proj.el (project-run-target): New method.

* cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
(ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
Add :rules.
(ede-proj-target-makefile-shared-object): Only libtool compilers
now available.  Add linkers for libtool.
(ede-cc-linker-libtool, ede-g++-linker-libtool): New.
(ede-proj-makefile-target-name): Always use .la extension.

* cedet/ede/proj-prog.el (project-run-target): New method.

* cedet/ede/proj-obj.el (ede-cc-linker): Rename from
ede-gcc-linker.
(ede-g++-linker): Change Change link lines.

* cedet/ede/pmake.el (ede-pmake-insert-variable-shared): When
searching for old variables, go to the end of the buffer and
search backward from there.
(ede-proj-makefile-automake-insert-subdirs)
(ede-proj-makefile-automake-insert-extradist): New methods.
(ede-proj-makefile-create): Use them.

* cedet/ede/pconf.el (ede-proj-configure-test-required-file):
Force FILE to expand to the current target.  Use file-exists-p to
check that it exists.

* cedet/ede/linux.el (ede-linux-version): Don't call "head".
(ede-linux-load): Wrap dir in file-name-as-directory.  Set
:version slot.

* cedet/ede/files.el (ede-get-locator-object): When enabling
locate, do so on "top".

* cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
file-name-as-directory during compare.
(ede-emacs-version): Return Emacs/XEmacs differentiator.  Get
version number from different places.  Don't call egrep.
(ede-emacs-load): Set :version slot.  Call file-name-as-directory
to set the directory.

* cedet/ede/shell.el: New file.

* cedet/inversion.el (inversion-decoders): Allow for stray . in
alpha/beta variants.

14 years ago(select-safe-coding-system): If the file
Stefan Monnier [Sat, 17 Oct 2009 03:59:45 +0000 (03:59 +0000)]
(select-safe-coding-system): If the file
has a coding cookie, use it regardless of any other setting (bug#4712).

14 years ago(semantic-grammar--lex-delim-spec): All errors should have messages.
Glenn Morris [Sat, 17 Oct 2009 03:16:38 +0000 (03:16 +0000)]
(semantic-grammar--lex-delim-spec): All errors should have messages.

14 years ago(foldout-mouse-swallow-events): Replace obsolete form of sit-for.
Glenn Morris [Sat, 17 Oct 2009 03:15:53 +0000 (03:15 +0000)]
(foldout-mouse-swallow-events): Replace obsolete form of sit-for.

14 years ago(gs-load-image): Replace obsolete forms of sit-for, sleep-for.
Glenn Morris [Sat, 17 Oct 2009 03:15:13 +0000 (03:15 +0000)]
(gs-load-image): Replace obsolete forms of sit-for, sleep-for.

14 years ago(dired-ls-F-marks-symlinks, dired-keep-marker-rename)
Glenn Morris [Sat, 17 Oct 2009 03:13:51 +0000 (03:13 +0000)]
(dired-ls-F-marks-symlinks, dired-keep-marker-rename)
(dired-keep-marker-copy, dired-keep-marker-hardlink)
(dired-keep-marker-symlink, dired-dwim-target)
(dired-copy-preserve-time): Do not autoload these defcustoms.

14 years ago(rmail-write-region-annotate): Prevent viewing different
Glenn Morris [Sat, 17 Oct 2009 03:11:54 +0000 (03:11 +0000)]
(rmail-write-region-annotate): Prevent viewing different
messages from messing up the file coding.  (Bug#4623)

14 years agoJari Aalto <jari.aalto at cante.net>
Glenn Morris [Sat, 17 Oct 2009 03:10:10 +0000 (03:10 +0000)]
Jari Aalto  <jari.aalto at cante.net>

(flyspell-get-word): Make `following' argument optional, since that is
how it is documented, and this is often called with a nil argument.  (Bug#4577)
(flyspell-external-point-words, flyspell-auto-correct-word)
(flyspell-correct-word-before-point, flyspell-word-search-forward)
(flyspell-word-search-backward): Remove nil argument in calls to
flyspell-get-word, since it is not needed now.

14 years agoJari Aalto <jari.aalto at cante.net>
Glenn Morris [Sat, 17 Oct 2009 03:09:25 +0000 (03:09 +0000)]
Jari Aalto  <jari.aalto at cante.net>

(ispell-get-decoded-string): Give an error if no match is found for
the current dictionary.  (Bug#4578)

14 years agoUlrich Mueller <ulm at gentoo.org>
Glenn Morris [Sat, 17 Oct 2009 03:08:56 +0000 (03:08 +0000)]
Ulrich Mueller  <ulm at gentoo.org>

(doctor-adverbp): Exclude some nouns. (Bug#4565)

14 years ago* buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
Juanma Barranquero [Sat, 17 Oct 2009 02:35:35 +0000 (02:35 +0000)]
* buffer.c (Fbuffer_name): Doc fix.  (Bug#4728)

14 years ago(Magic File Names): Add @vindex file-name-handler-alist,
Kevin Ryde [Fri, 16 Oct 2009 23:33:46 +0000 (23:33 +0000)]
(Magic File Names): Add @vindex file-name-handler-alist,
in particular so `info-lookup-symbol' can find its docs.

14 years ago(x_produce_glyphs): Fix typos in comments.
Eli Zaretskii [Fri, 16 Oct 2009 19:01:21 +0000 (19:01 +0000)]
(x_produce_glyphs): Fix typos in comments.

14 years ago(rcirc-authenticate): Simplify previous change.
Glenn Morris [Fri, 16 Oct 2009 16:03:33 +0000 (16:03 +0000)]
(rcirc-authenticate): Simplify previous change.

14 years ago(ange-ftp-send-cmd): Handle `size' like `mdtm'.
Stefan Monnier [Fri, 16 Oct 2009 15:20:51 +0000 (15:20 +0000)]
(ange-ftp-send-cmd): Handle `size' like `mdtm'.
(ange-ftp-file-size): New function.
(ange-ftp-file-attributes): Use it.

14 years ago* net/tramp-smb.el (tramp-smb-version): New defvar.
Michael Albinus [Fri, 16 Oct 2009 14:36:13 +0000 (14:36 +0000)]
* net/tramp-smb.el (tramp-smb-version): New defvar.
(tramp-smb-maybe-open-connection): Use it, in order to avoid
repeated checks.

14 years agowhitespace.
Glenn Morris [Fri, 16 Oct 2009 06:50:00 +0000 (06:50 +0000)]
whitespace.

14 years ago(define-obsolete-variable-alias): Doc fix.
Glenn Morris [Fri, 16 Oct 2009 06:48:24 +0000 (06:48 +0000)]
(define-obsolete-variable-alias): Doc fix.
Maybe copy some custom properties from old to new name.  (Bug#4706)

14 years ago* subr.el (error, sit-for, start-process-shell-command)
Juanma Barranquero [Fri, 16 Oct 2009 05:03:56 +0000 (05:03 +0000)]
* subr.el (error, sit-for, start-process-shell-command)
  (start-file-process-shell-command): Set the calling convention
  after the function definition.

14 years ago*** empty log message ***
Juanma Barranquero [Fri, 16 Oct 2009 04:32:23 +0000 (04:32 +0000)]
*** empty log message ***

14 years ago(error, sit-for, start-process-shell-command)
Stefan Monnier [Fri, 16 Oct 2009 03:21:18 +0000 (03:21 +0000)]
(error, sit-for, start-process-shell-command)
(start-file-process-shell-command): Use the new
set-advertised-calling-convention feature.

14 years agoDon't set LIB_STANDARD and START_FILES under __Apple__.
Adrian Robert [Fri, 16 Oct 2009 03:12:35 +0000 (03:12 +0000)]
Don't set LIB_STANDARD and START_FILES under __Apple__.

14 years ago* nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
Adrian Robert [Fri, 16 Oct 2009 03:09:48 +0000 (03:09 +0000)]
* nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
    still needed under Tiger.

    * nsterm.m (EmacsView-conversationIdentifier): Arg is long.

    * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
    __Apple__.

    * m/intel386.h: Remove DARWIN_OS/_LP64 special case.

14 years agoRemove DARWIN_OS/_LP64 special case.
Adrian Robert [Fri, 16 Oct 2009 03:09:09 +0000 (03:09 +0000)]
Remove DARWIN_OS/_LP64 special case.

14 years ago(NS_HAVE_NSINTEGER): Back out and augment with CGFloat, still needed under Tiger.
Adrian Robert [Fri, 16 Oct 2009 03:09:06 +0000 (03:09 +0000)]
(NS_HAVE_NSINTEGER): Back out and augment with CGFloat, still needed under Tiger.

14 years ago(EmacsView-conversationIdentifier): Arg is long.
Adrian Robert [Fri, 16 Oct 2009 03:09:02 +0000 (03:09 +0000)]
(EmacsView-conversationIdentifier): Arg is long.

14 years ago(NS_HAVE_NSINTEGER): Back out previous change. (*-apple-darwin*): Add x86_64 archite...
Adrian Robert [Fri, 16 Oct 2009 03:08:41 +0000 (03:08 +0000)]
(NS_HAVE_NSINTEGER): Back out previous change.  (*-apple-darwin*): Add x86_64 architecture.

14 years ago* variables.texi (Constant Variables): Distinguish from defconst
Chong Yidong [Fri, 16 Oct 2009 02:20:29 +0000 (02:20 +0000)]
* variables.texi (Constant Variables): Distinguish from defconst
variables.
(Defining Variables): Add cindex.

14 years ago(ucs-normalize-version): Changed to 1.2.
Kenichi Handa [Fri, 16 Oct 2009 00:48:52 +0000 (00:48 +0000)]
(ucs-normalize-version): Changed to 1.2.
(check-range): Adjusted for Unicode 5.2.

14 years ago(menu-bar-file-menu): Convert `separator-exit'
Juri Linkov [Thu, 15 Oct 2009 22:23:11 +0000 (22:23 +0000)]
(menu-bar-file-menu): Convert `separator-exit'
to the `menu-item' format.

14 years ago* os.texi (Time of Day): Clarify that the microsecond part is
Chong Yidong [Thu, 15 Oct 2009 20:44:36 +0000 (20:44 +0000)]
* os.texi (Time of Day): Clarify that the microsecond part is
ignored (Bug#4637).

14 years ago* net/tramp-smb.el (tramp-smb-errors): Add error messages.
Michael Albinus [Thu, 15 Oct 2009 13:17:19 +0000 (13:17 +0000)]
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
(tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
parameter.
(tramp-smb-handle-add-name-to-file)
(tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
(tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
(tramp-smb-handle-file-attributes)
(tramp-smb-do-file-attributes-with-stat)
(tramp-smb-handle-file-local-copy)
(tramp-smb-handle-insert-directory)
(tramp-smb-handle-make-directory)
(tramp-smb-handle-make-directory-internal)
(tramp-smb-handle-make-symbolic-link)
(tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
(tramp-smb-handle-write-region, tramp-smb-get-file-entries)
(tramp-smb-maybe-open-connection): Apply the changed parameters.
(tramp-smb-read-file-entry): Read Disk names in compressed format.
Handle long file names.
(tramp-smb-get-cifs-capabilities): Check, whether the connection
process is running.
(tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
Read share names with "-g" option.

14 years ago* net/tramp.el (tramp-replace-environment-variables): Do not fail
Michael Albinus [Thu, 15 Oct 2009 13:15:16 +0000 (13:15 +0000)]
* net/tramp.el (tramp-replace-environment-variables): Do not fail
if the environment variable does not exist.

14 years ago* .gitignore: Add echolisp.tmp.
Juanma Barranquero [Thu, 15 Oct 2009 10:18:17 +0000 (10:18 +0000)]
* .gitignore: Add echolisp.tmp.

14 years ago(print_object): Escape a symbol like "2E10" too.
Kenichi Handa [Thu, 15 Oct 2009 07:22:27 +0000 (07:22 +0000)]
(print_object): Escape a symbol like "2E10" too.

14 years agoRyan Yeske <rcyeske at gmail.com>
Glenn Morris [Thu, 15 Oct 2009 06:50:34 +0000 (06:50 +0000)]
Ryan Yeske  <rcyeske at gmail.com>

(rcirc-view-log-file): New command.
(rcirc-track-minor-mode-map): Remove C-c ` binding.
(rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be specified.

14 years agoRegenerate.
Glenn Morris [Thu, 15 Oct 2009 06:31:51 +0000 (06:31 +0000)]
Regenerate.

14 years agoConvert comments about autoloads into autoload comments.
Glenn Morris [Thu, 15 Oct 2009 06:18:02 +0000 (06:18 +0000)]
Convert comments about autoloads into autoload comments.
(No-ops so long as file is dumped.)

14 years ago(print_help_and_exit): Fix bug report instructions.
Glenn Morris [Thu, 15 Oct 2009 06:11:57 +0000 (06:11 +0000)]
(print_help_and_exit): Fix bug report instructions.

14 years ago(w32-batch-update-autoloads): Take autoload-make-program from the
Glenn Morris [Thu, 15 Oct 2009 06:10:45 +0000 (06:10 +0000)]
(w32-batch-update-autoloads): Take autoload-make-program from the
second command-line argument.

14 years ago(autoloads, $(lisp)/calendar/cal-loaddefs.el)
Glenn Morris [Thu, 15 Oct 2009 06:10:10 +0000 (06:10 +0000)]
(autoloads, $(lisp)/calendar/cal-loaddefs.el)
($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
w32-batch-update-autoloads.

14 years ago(autoload-make-program): New variable.
Glenn Morris [Thu, 15 Oct 2009 06:09:52 +0000 (06:09 +0000)]
(autoload-make-program): New variable.
(batch-update-autoloads): Handle autoload-excludes on windows-nt.

See discussion:
http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00243.html

14 years ago(echolisp): New rule.
Glenn Morris [Thu, 15 Oct 2009 06:04:11 +0000 (06:04 +0000)]
(echolisp): New rule.
(clean): Delete echolisp.tmp.

14 years ago(rmail-cease-edit): Give an error if the end of the headers cannot be
Glenn Morris [Thu, 15 Oct 2009 06:00:20 +0000 (06:00 +0000)]
(rmail-cease-edit): Give an error if the end of the headers cannot be
located.  Simplify, subtracting superflous save-excursions.
(See http://lists.gnu.org/archive/html/bug-gnu-emacs/2009-10/msg00182.html)

14 years agoReplace completion-base-size by completion-base-position to fix bugs
Stefan Monnier [Thu, 15 Oct 2009 01:50:17 +0000 (01:50 +0000)]
Replace completion-base-size by completion-base-position to fix bugs
such as (bug#4699).
* simple.el (completion-base-position): New var.
(completion-base-size): Mark as obsolete.
(choose-completion): Make it work for mouse events as well.
Pass the new base-position to choose-completion-string.
(choose-completion-guess-base-position): New function, extracted from
choose-completion-delete-max-match.
(choose-completion-delete-max-match): Use it.  Make obsolete.
(choose-completion-string): Use the new base-position info.
(completion-root-regexp): Delete.
(completion-setup-function): Preserve completion-base-position.
Eliminate obsolete base-size manipulation.
* minibuffer.el (display-completion-list): Don't mess with base-size.
(minibuffer-completion-help): Set completion-base-position instead.
* mouse.el (mouse-choose-completion): Redefine as a mere alias to
choose-completion.
* textmodes/bibtex.el (bibtex-complete):
* emacs-lisp/crm.el (crm--choose-completion-string):
Adjust to new calling convention.
* complete.el (partial-completion-mode): Use minibufferp to avoid
bumping into incompatible change to choose-completion-string-functions.
* ido.el (ido-choose-completion-string): Make its calling convention
more permissive.
* comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
base-size manipulation.
(comint-dynamic-list-input-ring): Use dotimes and push.
* iswitchb.el (iswitchb-completion-help): Remove dead-code call to
fundamental-mode.  Use `or'.

14 years agoMulti-isearch functions instead of commands.
Juri Linkov [Wed, 14 Oct 2009 21:56:37 +0000 (21:56 +0000)]
Multi-isearch functions instead of commands.

14 years ago(multi-isearch-next-buffer-from-list)
Juri Linkov [Wed, 14 Oct 2009 21:51:42 +0000 (21:51 +0000)]
(multi-isearch-next-buffer-from-list)
(multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)

14 years ago(compile-onefile): Load `bytecomp' rather than `bytecomp.el'.
Stefan Monnier [Wed, 14 Oct 2009 15:13:44 +0000 (15:13 +0000)]
(compile-onefile): Load `bytecomp' rather than `bytecomp.el'.

14 years ago(completion-pcm--merge-completions): Make sure the
Stefan Monnier [Wed, 14 Oct 2009 15:10:09 +0000 (15:10 +0000)]
(completion-pcm--merge-completions): Make sure the
string we return is all made up of text from the completions rather
than part from the completions and part from the input (bug#4219).

14 years ago(ido-everywhere): Use define-minor-mode.
Stefan Monnier [Wed, 14 Oct 2009 14:53:36 +0000 (14:53 +0000)]
(ido-everywhere): Use define-minor-mode.

14 years ago(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.
Stefan Monnier [Wed, 14 Oct 2009 14:49:13 +0000 (14:49 +0000)]
(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.

14 years ago* trouble.texi (DEL Does Not Delete): Fix typo.
Juanma Barranquero [Wed, 14 Oct 2009 14:29:31 +0000 (14:29 +0000)]
* trouble.texi (DEL Does Not Delete): Fix typo.

14 years ago(vc-git-dir-extra-headers): Set the branch name
Dan Nicolaescu [Wed, 14 Oct 2009 06:28:00 +0000 (06:28 +0000)]
(vc-git-dir-extra-headers): Set the branch name
correctly in the detached head case.
(vc-git-print-log): Remove unused binding.

14 years ago* config.guess, config.sub: Updated from master source.
Dan Nicolaescu [Wed, 14 Oct 2009 06:10:19 +0000 (06:10 +0000)]
* config.guess, config.sub: Updated from master source.

14 years ago(vc-responsible-backend): When a directory is passed for
Dan Nicolaescu [Wed, 14 Oct 2009 06:08:47 +0000 (06:08 +0000)]
(vc-responsible-backend): When a directory is passed for
for registration create a VC repository if no backend is
responsible for the directory argument.
(vc-deduce-fileset): Tell vc-responsible-backend to register.

14 years ago* vc.el: Move comments about RCS and SCCS ...
Dan Nicolaescu [Wed, 14 Oct 2009 06:00:51 +0000 (06:00 +0000)]
* vc.el: Move comments about RCS and SCCS ...
* vc-rcs.el:
* vc-sccs.el: ... here, respectively.

14 years ago(completion--file-name-table): Return nil if there's
Stefan Monnier [Wed, 14 Oct 2009 03:05:06 +0000 (03:05 +0000)]
(completion--file-name-table): Return nil if there's
no file completion, even if substitute-in-file-name changed
the string (bug#4708).

14 years ago(read-file-local-variable-value): Don't filter out
Juri Linkov [Tue, 13 Oct 2009 22:35:44 +0000 (22:35 +0000)]
(read-file-local-variable-value): Don't filter out
minor modes from mode name completion (bug#4664).

14 years agoAdjust acknowledgement in last changelog entry.
Adrian Robert [Tue, 13 Oct 2009 19:50:43 +0000 (19:50 +0000)]
Adjust acknowledgement in last changelog entry.

14 years ago* international/mule-cmds.el (ucs-names): Remove exclusion of
Juanma Barranquero [Tue, 13 Oct 2009 07:45:18 +0000 (07:45 +0000)]
* international/mule-cmds.el (ucs-names): Remove exclusion of
  "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).

14 years ago*** empty log message ***
Kenichi Handa [Tue, 13 Oct 2009 05:17:40 +0000 (05:17 +0000)]
*** empty log message ***

14 years agoRegenerated.
Kenichi Handa [Tue, 13 Oct 2009 05:03:59 +0000 (05:03 +0000)]
Regenerated.

14 years agofix a typo in the last patch
Sam Steingold [Tue, 13 Oct 2009 02:59:19 +0000 (02:59 +0000)]
fix a typo in the last patch

14 years ago* bs.el (bs-mode): Fix last change. (`revert-buffer-function'
Juanma Barranquero [Tue, 13 Oct 2009 01:13:08 +0000 (01:13 +0000)]
* bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
  should be automatically buffer-local, but isn't.)

14 years agoAdd space after casts in last change.
Adrian Robert [Tue, 13 Oct 2009 01:05:18 +0000 (01:05 +0000)]
Add space after casts in last change.

14 years ago* dbusbind.c (dbus-method-return-internal)
Adrian Robert [Tue, 13 Oct 2009 01:04:07 +0000 (01:04 +0000)]
* dbusbind.c (dbus-method-return-internal)
(dbus-method-error-internal): Use long format in printf, and cast
argument.

* font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
in printf, and cast argument.

* process.c (list_processes_1): Use long format in printf, and
cast argument.

14 years ago(list_processes_1): Use long format in printf, and cast argument.
Adrian Robert [Tue, 13 Oct 2009 01:03:46 +0000 (01:03 +0000)]
(list_processes_1): Use long format in printf, and cast argument.

14 years ago(font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument.
Adrian Robert [Tue, 13 Oct 2009 01:03:38 +0000 (01:03 +0000)]
(font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument.

14 years ago(dbus-method-return-internal, dbus-method-error-internal): Use long format in printf...
Adrian Robert [Tue, 13 Oct 2009 01:03:29 +0000 (01:03 +0000)]
(dbus-method-return-internal, dbus-method-error-internal): Use long format in printf, and cast argument.

14 years ago(compilation-mode-font-lock-keywords): Do not prepend "^ *" to
Sam Steingold [Mon, 12 Oct 2009 21:04:15 +0000 (21:04 +0000)]
(compilation-mode-font-lock-keywords): Do not prepend "^ *" to
non-anchored patterns, like the perl one (bug#3928).

14 years ago(compilation-next-error-function): Fix the
Sam Steingold [Mon, 12 Oct 2009 20:42:45 +0000 (20:42 +0000)]
(compilation-next-error-function): Fix the
timestamps if the buffer has been visited before

14 years ago(tramp-smb-do-file-attributes-with-stat): Let-bind `size'.
Glenn Morris [Mon, 12 Oct 2009 07:02:59 +0000 (07:02 +0000)]
(tramp-smb-do-file-attributes-with-stat): Let-bind `size'.

14 years ago* proced.el (proced-unload-function): New function.
Juanma Barranquero [Mon, 12 Oct 2009 04:59:04 +0000 (04:59 +0000)]
* proced.el (proced-unload-function): New function.

14 years ago* bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
Juanma Barranquero [Mon, 12 Oct 2009 04:57:46 +0000 (04:57 +0000)]
* bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
  (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.  Doc fix.

14 years ago* menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
Juanma Barranquero [Mon, 12 Oct 2009 00:52:23 +0000 (00:52 +0000)]
* menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.

14 years ago* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
Adrian Robert [Mon, 12 Oct 2009 00:45:10 +0000 (00:45 +0000)]
* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.

14 years ago(NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
Adrian Robert [Mon, 12 Oct 2009 00:38:28 +0000 (00:38 +0000)]
(NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.

14 years ago* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
Adrian Robert [Mon, 12 Oct 2009 00:36:20 +0000 (00:36 +0000)]
* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.

14 years ago* config.in (NS_HAVE_NSINTEGER): Drop.
Adrian Robert [Mon, 12 Oct 2009 00:35:54 +0000 (00:35 +0000)]
* config.in (NS_HAVE_NSINTEGER): Drop.

14 years ago2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
Adrian Robert [Mon, 12 Oct 2009 00:28:30 +0000 (00:28 +0000)]
2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
Changes for 64-bit compile under Snow Leopard.

* nsfns.m (xw-color-values): Use CGFloat where appropriate.

* nsfont.m (ns_char_width): Replace deprecated call (suggested by
Erik Charlebois).
(ns_findfonts, nsfont_list_family): Use long format in printf, and
cast argument.
(nsfont_open): Use ns_char_width() everywhere.
(ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where
appropriate.

* nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.

* nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
where appropriate.

* nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
where appropriate.
(EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use
stringWithUTF8String.
(EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.

* nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add
formal protocol mention to inheritance.
[NS_HAVE_NSINTEGER]: Drop conditional and contents.

* nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.  Fix
printf format.
(ns_query_color): Use CGFloat where appropriate.
(EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
(EmacsScroller-mouseDown:) Use long format in printf, and cast
argument.

14 years ago* nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix
Adrian Robert [Mon, 12 Oct 2009 00:27:52 +0000 (00:27 +0000)]
* nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.  Fix
printf format.
(ns_query_color): Use CGFloat where appropriate.
(EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
(EmacsScroller-mouseDown:) Use long format in printf, and cast
argument.

14 years ago* nsfont.m (ns_char_width): Replace deprecated call (suggested by
Adrian Robert [Mon, 12 Oct 2009 00:27:28 +0000 (00:27 +0000)]
* nsfont.m (ns_char_width): Replace deprecated call (suggested by
Erik Charlebois).
(ns_findfonts, nsfont_list_family): Use long format in printf, and
cast argument.
(nsfont_open): Use ns_char_width() everywhere.
(ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where
appropriate.

14 years ago* nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
Adrian Robert [Mon, 12 Oct 2009 00:27:13 +0000 (00:27 +0000)]
* nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
where appropriate.
(EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use
stringWithUTF8String.
(EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.

14 years ago(EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to...
Adrian Robert [Mon, 12 Oct 2009 00:26:45 +0000 (00:26 +0000)]
(EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to inheritance.  [NS_HAVE_NSINTEGER]: Drop conditional and contents.

14 years ago(EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat where appropriate.
Adrian Robert [Mon, 12 Oct 2009 00:26:41 +0000 (00:26 +0000)]
(EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat where appropriate.

14 years ago(xw-color-values): Use CGFloat where appropriate.
Adrian Robert [Mon, 12 Oct 2009 00:26:38 +0000 (00:26 +0000)]
(xw-color-values): Use CGFloat where appropriate.

14 years ago(read-file-local-variable-value):
Juri Linkov [Sun, 11 Oct 2009 23:53:22 +0000 (23:53 +0000)]
(read-file-local-variable-value):
Provide default value only for bound variables.

14 years agoFix last change.
Michael Albinus [Sun, 11 Oct 2009 15:01:27 +0000 (15:01 +0000)]
Fix last change.