]>
git.eshelyaron.com Git - emacs.git/log
Glenn Morris [Thu, 28 Jan 2010 05:54:48 +0000 (21:54 -0800)]
* vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
Glenn Morris [Thu, 28 Jan 2010 05:19:23 +0000 (21:19 -0800)]
(log-edit-strip-single-file-name): Add missing :safe, :group, and
:version tags.
Glenn Morris [Thu, 28 Jan 2010 05:15:52 +0000 (21:15 -0800)]
Add some details of bzr's --fixes option.
Jason Rumney [Wed, 27 Jan 2010 16:22:16 +0000 (00:22 +0800)]
Fix typos, check for negative ASCII characters.
Jason Rumney [Wed, 27 Jan 2010 13:59:13 +0000 (21:59 +0800)]
Use Unicode for console keyboard input on Windows.
w32inevt.c (w32_kbd_patch_key): Save the unicode character.
(key_event): Use unicode for characters 128 and higher.
Kenichi Handa [Wed, 27 Jan 2010 05:28:39 +0000 (14:28 +0900)]
Fix src/ChangeLog.
Kenichi Handa [Wed, 27 Jan 2010 05:23:52 +0000 (14:23 +0900)]
from trunk
Kenichi Handa [Wed, 27 Jan 2010 05:17:35 +0000 (14:17 +0900)]
regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
Glenn Morris [Wed, 27 Jan 2010 04:12:26 +0000 (20:12 -0800)]
Add a quick-start guide.
Add details of what happens when a bug is closed.
Chong Yidong [Wed, 27 Jan 2010 04:08:41 +0000 (23:08 -0500)]
Fix rename-file to handle directory renaming properly (Bug#3353).
* fileio.c (Frename_file): Call copy-directory and delete-directory
for directories, in order to handle cross-device renaming.
Stephen Berman [Wed, 27 Jan 2010 04:00:54 +0000 (20:00 -0800)]
Fix bug#5477.
Stephen Berman <stephen.berman at gmx.net>:
(diary-unhide-everything): Handle narrowed buffers.
Chong Yidong [Wed, 27 Jan 2010 03:36:36 +0000 (22:36 -0500)]
* lisp/files.el (delete-directory): Fix typo in last change.
Chong Yidong [Wed, 27 Jan 2010 03:17:23 +0000 (22:17 -0500)]
Fix delete-directory recursion behavior for trashing (Bug#5436).
* files.el (delete-directory): Handle moving to trash without first doing recursion (Bug#5436).
Dan Nicolaescu [Tue, 26 Jan 2010 07:22:25 +0000 (23:22 -0800)]
(vc-path): Mark as obsolete.
Chong Yidong [Mon, 25 Jan 2010 18:49:23 +0000 (13:49 -0500)]
Fix erc reconnection via non-default connectors (Bug#4958).
* erc-backend.el (erc-session-connector): New var.
(erc-server-reconnect): Use it to reconnect via old connector (Bug#4958).
* erc.el (erc-determine-parameters): Save erc-server-connect-function to erc-session-connector.
Dan Nicolaescu [Mon, 25 Jan 2010 09:04:59 +0000 (01:04 -0800)]
(vc-annotate-revision-at-line): Compare file
names too.
Jan Djärv [Mon, 25 Jan 2010 07:45:12 +0000 (08:45 +0100)]
Merge from trunk
Jan Djärv [Mon, 25 Jan 2010 07:43:29 +0000 (08:43 +0100)]
Typo fix.
Jan Djärv [Mon, 25 Jan 2010 07:43:10 +0000 (08:43 +0100)]
xfns.c (Fx_create_frame): If frame height i stoo big, try
sizes 24 and 10. Bug #3643.
Dan Nicolaescu [Mon, 25 Jan 2010 06:03:23 +0000 (22:03 -0800)]
(vc-bzr-print-log): Use the more compact --line option
for the short log.
(vc-bzr-log-view-mode): Adjust regexp for the above change.
Mark A. Hershberger [Mon, 25 Jan 2010 05:03:35 +0000 (00:03 -0500)]
merge
Mark A. Hershberger [Mon, 25 Jan 2010 05:02:10 +0000 (00:02 -0500)]
working version of vc-bzr-revision-table
Mark A. Hershberger [Mon, 25 Jan 2010 04:52:26 +0000 (23:52 -0500)]
merge conflict
Eric Hanchrow [Mon, 25 Jan 2010 04:46:40 +0000 (20:46 -0800)]
(vc-git-dir-status-goto-stage): Pass --relative to the
diff-index command. This requires at least git-1.5.5. (Bug#1589).
Stefan Monnier [Mon, 25 Jan 2010 02:52:03 +0000 (21:52 -0500)]
Try and fix bug#788, hopefully for real this time.
Chong Yidong [Sun, 24 Jan 2010 23:03:13 +0000 (18:03 -0500)]
Use png_sig_cmp to allow linking with libpng 1.4.0.
* image.c (png_load): Use png_sig_cmp instead of the obsolete png_check_sig, which has been removed in libpng 1.4.
Dan Nicolaescu [Sun, 24 Jan 2010 21:23:17 +0000 (13:23 -0800)]
Remove support for adding --signoff on commit.
Future support will use an incompatible generic mechanism.
* vc-git.el (vc-git-add-signoff): Remove variable.
(vc-git-toggle-signoff): Remove function.
(vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
Dan Nicolaescu [Sun, 24 Jan 2010 21:08:53 +0000 (13:08 -0800)]
(xterm-maybe-set-dark-background-mode): Rename
from xterm-set-background-mode. Return t if the background mode
was set.
(terminal-init-xterm): Move tty-set-up-initial-frame-faces
earlier, call it again in case the background mode has changed.
Glenn Morris [Sun, 24 Jan 2010 20:28:50 +0000 (12:28 -0800)]
Add the aliases bug-emacs and bug-gnumacs.
Stefan Monnier [Sun, 24 Jan 2010 08:42:22 +0000 (03:42 -0500)]
* keymap.c (shadow_lookup): Add `remap' arg.
(describe_map, describe_vector): Update calls to shadow_lookup.
(Fwhere_is_internal): Fix up handling of `remapped_sequences' and
`remapped' so this flag is applicable to `sequence'. Be careful to
perform remapping during shadow_lookup check of remapped_equences.
Glenn Morris [Sun, 24 Jan 2010 03:58:14 +0000 (19:58 -0800)]
(aelement): Fix typo in previous.
Glenn Morris [Sat, 23 Jan 2010 23:25:25 +0000 (15:25 -0800)]
Small fixes.
Glenn Morris [Sat, 23 Jan 2010 23:18:58 +0000 (15:18 -0800)]
Fix some details of previous change.
Glenn Morris [Sat, 23 Jan 2010 23:11:24 +0000 (15:11 -0800)]
Update X-Debbugs-CC details.
Remove Mail-Followup-To, since it is no longer set.
Mention replacement of addresses in new reports.
Mention bazaar --fixes.
Mention debbugs-submit administrivia setting.
Mention how to test Debbugs changes.
Chong Yidong [Sat, 23 Jan 2010 23:05:16 +0000 (18:05 -0500)]
* emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541).
Chong Yidong [Sat, 23 Jan 2010 22:50:13 +0000 (17:50 -0500)]
* url-util.el: Require url-vars (Bug#5459).
Chong Yidong [Sat, 23 Jan 2010 22:46:32 +0000 (17:46 -0500)]
* emacs-lisp/assoc.el (aelement): Doc fix.
Chong Yidong [Sat, 23 Jan 2010 22:44:03 +0000 (17:44 -0500)]
* emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450).
Chong Yidong [Sat, 23 Jan 2010 22:15:22 +0000 (17:15 -0500)]
Account for utmp.h availability.
* configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
this header file).
* filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
lacks this header file).
Stephen Leake [Sat, 23 Jan 2010 12:42:22 +0000 (13:42 +0100)]
Fix bug#5435: ada-mode; pragma parameter list indented incorrectly.
Juanma Barranquero [Sat, 23 Jan 2010 12:38:02 +0000 (13:38 +0100)]
* mail/rmail.el: Update autoload checksum.
Stephen Leake [Sat, 23 Jan 2010 12:34:52 +0000 (13:34 +0100)]
Tweak docstring and comment.
Michael Albinus [Sat, 23 Jan 2010 11:02:28 +0000 (12:02 +0100)]
* net/tramp-smb.el (tramp-smb-conf): New defcustom.
(tramp-smb-maybe-open-connection): Use it.
YAMAMOTO Mitsuharu [Sat, 23 Jan 2010 05:20:38 +0000 (14:20 +0900)]
* xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs 22.
Michael Albinus [Fri, 22 Jan 2010 21:19:50 +0000 (22:19 +0100)]
* net/tramp-imap.el (top): Autoload needed packages.
Stefan Monnier [Fri, 22 Jan 2010 16:43:54 +0000 (11:43 -0500)]
* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
just because we see "encoding: 8bit".
* mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
Chong Yidong [Fri, 22 Jan 2010 16:32:31 +0000 (11:32 -0500)]
* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
Eli Zaretskii [Fri, 22 Jan 2010 10:23:25 +0000 (12:23 +0200)]
Fix bug #5447, whereby loading C:/foo.el.gz on MS-Windows would fail.
jka-compr.el (jka-compr-load): If load-file is not in load-history,
try its file-truename version.
YAMAMOTO Mitsuharu [Fri, 22 Jan 2010 09:10:04 +0000 (18:10 +0900)]
Make string pointer args point to const as in other string allocation functions.
* lisp.h (make_pure_string): String pointer arg now points to const.
* alloc.c (find_string_data_in_pure, make_pure_string): String pointer
args now point to const.
Eli Zaretskii [Fri, 22 Jan 2010 08:44:50 +0000 (10:44 +0200)]
Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail
for files like C:/the-file.el in root directory of any drive.
lread.c (Fload): Don't treat files without .elc extension as
byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
them.
Alan Mackenzie [Thu, 21 Jan 2010 21:45:01 +0000 (21:45 +0000)]
Fix a situation where deletion of a cpp construct throws an error.
Chong Yidong [Thu, 21 Jan 2010 14:03:10 +0000 (09:03 -0500)]
Fix sgml-maybe-name-self (Bug#5380).
* textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
process last-command-event, as it is now decoded first (Bug#5380).
Stephen Leake [Thu, 21 Jan 2010 12:25:54 +0000 (13:25 +0100)]
Fix bug#5435.
Katsumi Yamaoka [Thu, 21 Jan 2010 09:05:08 +0000 (09:05 +0000)]
(Score File Format): Fix typo.
Glenn Morris [Thu, 21 Jan 2010 04:37:44 +0000 (20:37 -0800)]
(Bugs): Fix PROBLEMS keybinding.
Chong Yidong [Wed, 20 Jan 2010 17:14:37 +0000 (12:14 -0500)]
* lisp/term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
Chong Yidong [Wed, 20 Jan 2010 16:42:50 +0000 (11:42 -0500)]
* lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.
Chong Yidong [Wed, 20 Jan 2010 16:40:47 +0000 (11:40 -0500)]
* lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.
Kenichi Handa [Wed, 20 Jan 2010 04:01:04 +0000 (13:01 +0900)]
from trunk
Glenn Morris [Wed, 20 Jan 2010 03:49:35 +0000 (19:49 -0800)]
Remove file that only works with CVS, and isn't really needed with
Bazaar (given the in-built revision options of bzr diff).
Glenn Morris [Wed, 20 Jan 2010 03:46:23 +0000 (19:46 -0800)]
(tab-always-indent): Fix custom-type.
Kenichi Handa [Wed, 20 Jan 2010 02:33:52 +0000 (11:33 +0900)]
Fix ccl encoding of unibyte source.
Alan Mackenzie [Tue, 19 Jan 2010 22:27:24 +0000 (22:27 +0000)]
Redate and reposition log entry.
Alan Mackenzie [Tue, 19 Jan 2010 22:10:19 +0000 (22:10 +0000)]
Fix bug#5395: typing '#' in an empty C buffer throws "args out of range".
* progmodes/cc-defs.el: (c-set-cpp-delimiters, c-clear-cpp-delimiters):
Check for EOB playing the role of delimiter.
Mark A. Hershberger [Tue, 19 Jan 2010 19:39:22 +0000 (14:39 -0500)]
replace references to obsolete c-subword-mode
Jan Djärv [Tue, 19 Jan 2010 14:54:57 +0000 (15:54 +0100)]
Merge from trunk
Jan Djärv [Tue, 19 Jan 2010 14:54:13 +0000 (15:54 +0100)]
Store settings in xft-settings for debug purposes.
(apply_xft_settings): Save settings in Vxft_settings
for debug purpose.
(syms_of_xsettings): Declare xft-settings.
Alan Mackenzie [Tue, 19 Jan 2010 13:16:01 +0000 (13:16 +0000)]
Suppress spurious second invocation of before-change-functions
Alan Mackenzie [Tue, 19 Jan 2010 11:43:25 +0000 (11:43 +0000)]
no message
Stephen Leake [Mon, 18 Jan 2010 23:10:57 +0000 (00:10 +0100)]
* ada-mode.el: Really fix bug#5400 (comment in 2010-01-17T19:15:32Z!lekktu@gmail.com was erroneous).
(ada-matching-decl-start-re): Move into ada-goto-decl-start.
(ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
changed. Delete RECURSIVE parameter; never used. Improve doc string.
Improve comments in "is" portion. Handle null procedure declaration.
(ada-move-to-end): Improve doc string.
Juanma Barranquero [Mon, 18 Jan 2010 20:24:43 +0000 (21:24 +0100)]
Fix typos.
Óscar Fuentes [Mon, 18 Jan 2010 19:34:55 +0000 (20:34 +0100)]
ido.el: Consider the possibility of buffer names changing after kill-buffer.
Chong Yidong [Mon, 18 Jan 2010 16:29:00 +0000 (11:29 -0500)]
Doc fix for current-time-string and date-to-time (Bug#5408)
* src/editfns.c (Fcurrent_time_string): Doc fix.
* lisp/calendar/time-date.el (date-to-time): Doc fix.
Juanma Barranquero [Mon, 18 Jan 2010 04:44:36 +0000 (05:44 +0100)]
Fix typos.
Juanma Barranquero [Mon, 18 Jan 2010 04:39:40 +0000 (05:39 +0100)]
Fix typos in docstrings, error messages, etc.
Juanma Barranquero [Mon, 18 Jan 2010 03:58:35 +0000 (04:58 +0100)]
Fix typos in comments.
Juanma Barranquero [Mon, 18 Jan 2010 03:54:24 +0000 (04:54 +0100)]
Fix typo in texinfo file.
Kenichi Handa [Mon, 18 Jan 2010 01:07:25 +0000 (10:07 +0900)]
Add bug number.
Chong Yidong [Sun, 17 Jan 2010 23:49:27 +0000 (18:49 -0500)]
* message.el (message-setup-1): Prefer to save message-reply-buffer as a buffer.
Chong Yidong [Sun, 17 Jan 2010 23:34:53 +0000 (18:34 -0500)]
Fix handling of arbitrary YANK-ACTION functions from compose-mail.
* mail/sendmail.el (mail-yank-original): Set the mark if the
specified function for yanking does not do it.
Chong Yidong [Sun, 17 Jan 2010 23:33:55 +0000 (18:33 -0500)]
* message.el (message-mail): Just pass yank-action on to message-setup.
(message-setup): Handle (FUN . ARGS) form of yank-action.
(message-with-reply-buffer, message-widen-reply)
(message-yank-original): Handle non-buffer values of
message-reply-buffer (Bug#4080).
Chong Yidong [Sun, 17 Jan 2010 22:24:49 +0000 (17:24 -0500)]
* elisp.texi: Remove duplicate edition information (Bug#5407).
Dan Nicolaescu [Sun, 17 Jan 2010 21:31:25 +0000 (13:31 -0800)]
(with-vc-properties): Deal with directory arguments. (Bug#5298)
Dan Nicolaescu [Sun, 17 Jan 2010 20:36:21 +0000 (12:36 -0800)]
(vc-dir-resynch-file): Update the vc-dir header when
resyncing a directory.
Chong Yidong [Sun, 17 Jan 2010 19:50:24 +0000 (14:50 -0500)]
Minor Semantic and EIEIO manual fixes.
* semantic.texi: Add Richard Y. Kim credit.
* eieio.texi (Making New Objects): Fix typo (Bug#5406).
Stephen Leake [Sun, 17 Jan 2010 19:15:32 +0000 (20:15 +0100)]
* progmodes/ada-mode.el: Fix bug#1920, bug#5400.
(ada-ident-re): Delete ., allow multibyte characters.
(ada-goto-label-re): New; matches goto labels.
(ada-block-label-re): New; matches block labels.
(ada-label-re): New; matches both.
(ada-named-block-re): Deleted; callers changed to use
`ada-block-label-re' instead.
(ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
Use `ada-block-label-re'.
(ada-indent-on-previous-lines): Improve handling of goto labels.
(ada-get-indent-block-start): Special-case block label.
(ada-get-indent-label): Split into `ada-indent-block-label' and
`ada-indent-goto-label'.
(ada-goto-stmt-start, ada-goto-next-non-ws): Optionally ignore goto labels.
(ada-goto-next-word): Simplify.
(ada-indent-newline-indent-conditional): Insert newline before
trying to fix indentation; doc fix.
Michael Albinus [Sun, 17 Jan 2010 12:15:25 +0000 (13:15 +0100)]
* tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
SXEmacs 22 to the supported systems. New item for hung ssh sessions.
Jay Belanger [Sun, 17 Jan 2010 05:08:35 +0000 (23:08 -0600)]
Give `calc-command-flags' an initial value.
Glenn Morris [Sun, 17 Jan 2010 03:24:31 +0000 (19:24 -0800)]
(Reporting Bugs): Don't mention format of repository.
Glenn Morris [Sun, 17 Jan 2010 03:20:08 +0000 (19:20 -0800)]
(Bugs): Make "Emacs repository" less specific, and the URL for same
more specific.
Glenn Morris [Sun, 17 Jan 2010 03:11:09 +0000 (19:11 -0800)]
(Latest version of Emacs): The repository is now Bazaar.
Glenn Morris [Sun, 17 Jan 2010 03:03:59 +0000 (19:03 -0800)]
Edit some notes/ files to replace `cvs' with `bzr', or something general.
Glenn Morris [Sun, 17 Jan 2010 02:54:35 +0000 (18:54 -0800)]
(semantic-idle-work-for-one-buffer): Doc fix.
Juanma Barranquero [Sun, 17 Jan 2010 02:25:53 +0000 (03:25 +0100)]
Fix typos in docstrings.
Juanma Barranquero [Sun, 17 Jan 2010 02:24:22 +0000 (03:24 +0100)]
Fix typos in comments.
Juanma Barranquero [Sun, 17 Jan 2010 02:22:44 +0000 (03:22 +0100)]
Fix typos in info documentation.
Chong Yidong [Sat, 16 Jan 2010 22:24:05 +0000 (17:24 -0500)]
Fix return value of nxml-extend-after-change-region.
* nxml/nxml-mode.el (nxml-extend-after-change-region): Never return t (Bug#3898).
Chong Yidong [Sat, 16 Jan 2010 21:38:47 +0000 (16:38 -0500)]
* lisp/ChangeLog: Mark last change as tiny.
Chong Yidong [Sat, 16 Jan 2010 21:37:46 +0000 (16:37 -0500)]
* vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
can parse the output of the external commands (Bug#5279).
Chong Yidong [Sat, 16 Jan 2010 21:20:43 +0000 (16:20 -0500)]
* emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)