1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

92295 Commits

Author SHA1 Message Date
Adrian Robert
39b8097fe9 Remove DARWIN_OS/_LP64 special case. 2009-10-16 03:09:09 +00:00
Adrian Robert
5cca5bf08f (NS_HAVE_NSINTEGER): Back out and augment with CGFloat, still needed under Tiger. 2009-10-16 03:09:06 +00:00
Adrian Robert
ca515f00ea (EmacsView-conversationIdentifier): Arg is long. 2009-10-16 03:09:02 +00:00
Adrian Robert
f5b30dc9b6 (NS_HAVE_NSINTEGER): Back out previous change. (*-apple-darwin*): Add x86_64 architecture. 2009-10-16 03:08:41 +00:00
Chong Yidong
2640fa86da * variables.texi (Constant Variables): Distinguish from defconst
variables.
(Defining Variables): Add cindex.
2009-10-16 02:20:29 +00:00
Kenichi Handa
73874eb74c (ucs-normalize-version): Changed to 1.2.
(check-range): Adjusted for Unicode 5.2.
2009-10-16 00:48:52 +00:00
Juri Linkov
03fb33cf75 (menu-bar-file-menu): Convert `separator-exit'
to the `menu-item' format.
2009-10-15 22:23:11 +00:00
Chong Yidong
edd6a7338f * os.texi (Time of Day): Clarify that the microsecond part is
ignored (Bug#4637).
2009-10-15 20:44:36 +00:00
Michael Albinus
4260b4027e * 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.
2009-10-15 13:17:19 +00:00
Michael Albinus
ec5145d684 * net/tramp.el (tramp-replace-environment-variables): Do not fail
if the environment variable does not exist.
2009-10-15 13:15:16 +00:00
Juanma Barranquero
b53f6df295 * .gitignore: Add echolisp.tmp. 2009-10-15 10:18:17 +00:00
Kenichi Handa
01a8d3fa97 (print_object): Escape a symbol like "2E10" too. 2009-10-15 07:22:27 +00:00
Glenn Morris
d7a0fd6fcd 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.
2009-10-15 06:50:34 +00:00
Glenn Morris
eac4b19656 Regenerate. 2009-10-15 06:31:51 +00:00
Glenn Morris
ac549fa5e4 Convert comments about autoloads into autoload comments.
(No-ops so long as file is dumped.)
2009-10-15 06:18:02 +00:00
Glenn Morris
5f54cae6cc (print_help_and_exit): Fix bug report instructions. 2009-10-15 06:11:57 +00:00
Glenn Morris
af9fb32fb8 (w32-batch-update-autoloads): Take autoload-make-program from the
second command-line argument.
2009-10-15 06:10:45 +00:00
Glenn Morris
5288ec68cd (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.
2009-10-15 06:10:10 +00:00
Glenn Morris
f86418900c (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
2009-10-15 06:09:52 +00:00
Glenn Morris
9fc3db2b6b (echolisp): New rule.
(clean): Delete echolisp.tmp.
2009-10-15 06:04:11 +00:00
Glenn Morris
0b44494a3c (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)
2009-10-15 06:00:20 +00:00
Stefan Monnier
d5e637154f 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'.
2009-10-15 01:50:17 +00:00
Juri Linkov
b0d6136e73 Multi-isearch functions instead of commands. 2009-10-14 21:56:37 +00:00
Juri Linkov
92f8bfc77b (multi-isearch-next-buffer-from-list)
(multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
2009-10-14 21:51:42 +00:00
Stefan Monnier
384ca163b3 (compile-onefile): Load bytecomp' rather than bytecomp.el'. 2009-10-14 15:13:44 +00:00
Stefan Monnier
681e0e7c02 (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).
2009-10-14 15:10:09 +00:00
Stefan Monnier
e78e280d7d (ido-everywhere): Use define-minor-mode. 2009-10-14 14:53:36 +00:00
Stefan Monnier
349b6bfe4e (list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies. 2009-10-14 14:49:13 +00:00
Juanma Barranquero
522ddc9f22 * trouble.texi (DEL Does Not Delete): Fix typo. 2009-10-14 14:29:31 +00:00
Dan Nicolaescu
52964e5474 (vc-git-dir-extra-headers): Set the branch name
correctly in the detached head case.
(vc-git-print-log): Remove unused binding.
2009-10-14 06:28:00 +00:00
Dan Nicolaescu
5ba6c2e1f0 * config.guess, config.sub: Updated from master source. 2009-10-14 06:10:19 +00:00
Dan Nicolaescu
b4e813cad1 (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.
2009-10-14 06:08:47 +00:00
Dan Nicolaescu
1043ce19c8 * vc.el: Move comments about RCS and SCCS ...
* vc-rcs.el:
* vc-sccs.el: ... here, respectively.
2009-10-14 06:00:51 +00:00
Stefan Monnier
40ba988259 (completion--file-name-table): Return nil if there's
no file completion, even if substitute-in-file-name changed
the string (bug#4708).
2009-10-14 03:05:06 +00:00
Juri Linkov
04e0f59b54 (read-file-local-variable-value): Don't filter out
minor modes from mode name completion (bug#4664).
2009-10-13 22:35:44 +00:00
Adrian Robert
c5959062a2 Adjust acknowledgement in last changelog entry. 2009-10-13 19:50:43 +00:00
Juanma Barranquero
314c8e2575 * international/mule-cmds.el (ucs-names): Remove exclusion of
"Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2009-10-13 07:45:18 +00:00
Kenichi Handa
5ccee76964 *** empty log message *** 2009-10-13 05:17:40 +00:00
Kenichi Handa
5c9b7d3697 Regenerated. 2009-10-13 05:03:59 +00:00
Sam Steingold
1d57e5e2e3 fix a typo in the last patch 2009-10-13 02:59:19 +00:00
Juanma Barranquero
1e7a80f247 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
should be automatically buffer-local, but isn't.)
2009-10-13 01:13:08 +00:00
Adrian Robert
bf85638240 Add space after casts in last change. 2009-10-13 01:05:18 +00:00
Adrian Robert
a95c81022e * 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.
2009-10-13 01:04:07 +00:00
Adrian Robert
fa24b11499 (list_processes_1): Use long format in printf, and cast argument. 2009-10-13 01:03:46 +00:00
Adrian Robert
c56c14a12f (font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument. 2009-10-13 01:03:38 +00:00
Adrian Robert
603f0bf0d9 (dbus-method-return-internal, dbus-method-error-internal): Use long format in printf, and cast argument. 2009-10-13 01:03:29 +00:00
Sam Steingold
0cd16af432 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
non-anchored patterns, like the perl one (bug#3928).
2009-10-12 21:04:15 +00:00
Sam Steingold
cd29f88b1d (compilation-next-error-function): Fix the
timestamps if the buffer has been visited before
2009-10-12 20:42:45 +00:00
Glenn Morris
37493a9884 (tramp-smb-do-file-attributes-with-stat): Let-bind `size'. 2009-10-12 07:02:59 +00:00
Juanma Barranquero
7422a4bb97 * proced.el (proced-unload-function): New function. 2009-10-12 04:59:04 +00:00