bpt/emacs.git
13 years ago* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier [Wed, 9 Jun 2010 14:31:12 +0000 (10:31 -0400)]
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Check `object's type before accessing its guts.

13 years ago* lisp/emacs-lisp/advice.el (ad-compile-function):
Stefan Monnier [Wed, 9 Jun 2010 01:18:31 +0000 (21:18 -0400)]
* lisp/emacs-lisp/advice.el (ad-compile-function):
Define warning-suppress-types before we let-bind it.

Fixes: debbugs:6275

13 years ago* lisp/vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
Stefan Monnier [Wed, 9 Jun 2010 01:12:53 +0000 (21:12 -0400)]
* lisp/vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
declare it, make it buffer-local, and permanent-local.
(vc-resynch-window): Adjust name.
* lisp/vc-hooks.el (vc-find-file-hook): Adjust name.

Fixes: debbugs:6324

13 years ago* minibuf.c (Fall_completions): Add more checks.
Andreas Schwab [Tue, 8 Jun 2010 19:42:10 +0000 (21:42 +0200)]
* minibuf.c (Fall_completions): Add more checks.

13 years ago* minibuf.c (Fall_completions): Add more checks.
Andreas Schwab [Tue, 8 Jun 2010 17:56:21 +0000 (19:56 +0200)]
* minibuf.c (Fall_completions): Add more checks.

13 years ago* minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
Juanma Barranquero [Tue, 8 Jun 2010 16:53:11 +0000 (18:53 +0200)]
* minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).

13 years ago* lisp/net/rcirc.el: Add support for password authentication.
Jonathan Rockway [Mon, 7 Jun 2010 21:20:44 +0000 (17:20 -0400)]
* lisp/net/rcirc.el: Add support for password authentication.
(rcirc-server-alist): Add :password keyword.
(rcirc): Ask for a password, or get it from the server's alist.
(rcirc-connect): Add password argument.  Pass it to server.

13 years ago* net/dbus.el: Fix typos and declare function.
Juanma Barranquero [Sat, 5 Jun 2010 20:36:27 +0000 (22:36 +0200)]
* net/dbus.el: Fix typos and declare function.

13 years ago* term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6332).
Chong Yidong [Fri, 4 Jun 2010 16:15:51 +0000 (12:15 -0400)]
* term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6332).

13 years agoAdd bug number
Andreas Schwab [Thu, 3 Jun 2010 22:52:38 +0000 (00:52 +0200)]
Add bug number

13 years ago* process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
Andreas Schwab [Thu, 3 Jun 2010 22:47:35 +0000 (00:47 +0200)]
* process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
address.

13 years agoFix to semantic-lex-spp-table-write-slot-value (Bug#6324).
Eric M. Ludlam [Thu, 3 Jun 2010 17:17:50 +0000 (13:17 -0400)]
Fix to semantic-lex-spp-table-write-slot-value (Bug#6324).

* cedet/semantic/lex-spp.el
(semantic-lex-spp-table-write-slot-value): Instead of erroring on
invalid values during save, just save a nil (Bug#6324).

13 years agoFix typos.
Juanma Barranquero [Thu, 3 Jun 2010 15:34:35 +0000 (17:34 +0200)]
Fix typos.

13 years agoClose bug#6336.
Glenn Morris [Thu, 3 Jun 2010 06:07:39 +0000 (23:07 -0700)]
Close bug#6336.
* lisp/desktop.el (desktop-clear-preserve-buffers): Add "*Warnings*" buffer.

13 years agoBetter doc fix for Bug#6283.
Chong Yidong [Wed, 2 Jun 2010 17:26:31 +0000 (13:26 -0400)]
Better doc fix for Bug#6283.

searching.texi (Regexp Special): Remove obsolete information
about matching non-ASCII characters, and suggest using char
classes (Bug#6283).

13 years agosearching.texi (Regexp Special): Replace "octal 377" with "#o377" (Bug#6283).
Chong Yidong [Wed, 2 Jun 2010 17:14:01 +0000 (13:14 -0400)]
searching.texi (Regexp Special): Replace "octal 377" with "#o377" (Bug#6283).

13 years ago* lisp/vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
Dan Nicolaescu [Wed, 2 Jun 2010 04:54:55 +0000 (21:54 -0700)]
* lisp/vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
Backport from trunk.

13 years ago* lisp/vc-bzr.el (vc-bzr-revision-completion-table): Apply
Stefan Monnier [Tue, 1 Jun 2010 02:06:09 +0000 (22:06 -0400)]
* lisp/vc-bzr.el (vc-bzr-revision-completion-table): Apply
`file-directory-p' to the filename part rather than to the whole text.

13 years agoFix up changelog entry
Stefan Monnier [Mon, 31 May 2010 20:47:04 +0000 (16:47 -0400)]
Fix up changelog entry

13 years ago* lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.
Jonathan Marchand [Mon, 31 May 2010 20:26:56 +0000 (16:26 -0400)]
* lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.

Fixes: debbugs:6231

13 years ago* src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
Stefan Monnier [Mon, 31 May 2010 19:35:04 +0000 (15:35 -0400)]
* src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
of bug#6305).

13 years ago* lisp/man.el (Man-completion-table): Let the user type "-k ".
Stefan Monnier [Mon, 31 May 2010 16:16:02 +0000 (12:16 -0400)]
* lisp/man.el (Man-completion-table): Let the user type "-k ".

Fixes: debbugs:6319

13 years agoBackport from trunk: Fix bug#6298.
Drew Adams [Mon, 31 May 2010 15:24:46 +0000 (17:24 +0200)]
Backport from trunk: Fix bug#6298.

13 years agoFix for momentary-string-display (Bug#6238).
Juanma Barranquero [Mon, 31 May 2010 14:11:18 +0000 (10:11 -0400)]
Fix for momentary-string-display (Bug#6238).

* lisp/subr.el (momentary-string-display): Just use read-event to read
the exit event (Bug#6238).

13 years agosrc/ChangeLog: Fix typos.
Juanma Barranquero [Sun, 30 May 2010 23:09:32 +0000 (01:09 +0200)]
src/ChangeLog: Fix typos.

13 years agodoc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".
Juanma Barranquero [Sun, 30 May 2010 22:50:31 +0000 (00:50 +0200)]
doc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".

13 years ago* doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.
Stefan Monnier [Sun, 30 May 2010 21:18:35 +0000 (17:18 -0400)]
* doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.
(Programmed Completion): Document the new fourth method for boundaries.
* .bzrignore: Ignore new files from trunk, which appear if you use
colocated branches (i.e. "bzr switch").

13 years ago* ansi-color.el: Delete unused escape sequences (Bug#6085).
Chong Yidong [Sat, 29 May 2010 18:22:18 +0000 (14:22 -0400)]
* ansi-color.el: Delete unused escape sequences (Bug#6085).
(ansi-color-drop-regexp): New constant.
(ansi-color-apply, ansi-color-filter-region)
(ansi-color-apply-on-region): Delete unrecognized control sequences.
(ansi-color-apply): Build string list before calling concat.

13 years ago* xdisp.c (redisplay_window): After redisplay, check if point is
Chong Yidong [Thu, 27 May 2010 15:42:50 +0000 (11:42 -0400)]
* xdisp.c (redisplay_window): After redisplay, check if point is
still valid before setting it (Bug#6177).

13 years ago* progmodes/verilog-mode.el (verilog-type-font-keywords): Use
Chong Yidong [Thu, 27 May 2010 15:25:58 +0000 (11:25 -0400)]
* progmodes/verilog-mode.el (verilog-type-font-keywords): Use
font-lock-constant-face, not obsolete font-lock-reference-face.

* htmlfontify.el (hfy-face-resolve-face): New function.
(hfy-face-to-style): Use it (Bug#6279).

14 years ago* epa.el (epa--select-keys): Don't explicitly delete the window since
Stefan Monnier [Tue, 25 May 2010 17:53:37 +0000 (13:53 -0400)]
* epa.el (epa--select-keys): Don't explicitly delete the window since
that can fail (e.g. sole window in frame).  Use dedication instead.

14 years agoCEDET is not TODO any more
Stefan Monnier [Tue, 25 May 2010 00:57:43 +0000 (20:57 -0400)]
CEDET is not TODO any more

14 years ago* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Stefan Monnier [Mon, 24 May 2010 21:01:10 +0000 (17:01 -0400)]
* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Add delete-backward-char.

14 years agoBackport from trunk: close bug#6190.
enami tsugutomo [Fri, 21 May 2010 04:06:34 +0000 (21:06 -0700)]
Backport from trunk: close bug#6190.
* src/s/netbsd.h: If terminfo is found, use it in preference to termcap.

14 years agoDoc fix (Bug#6224).
Chong Yidong [Thu, 20 May 2010 14:50:32 +0000 (10:50 -0400)]
Doc fix (Bug#6224).

* keyboard.c (Vlast_command, Vkeyboard_translate_table)
(Voverriding_terminal_local_map, Vsystem_key_alist)
(Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).

14 years ago* url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
Stefan Monnier [Wed, 19 May 2010 15:23:53 +0000 (11:23 -0400)]
* url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
* editfns.c (Fbyte_to_string): New function.
* NEWS: Add sections for Emacs-23.3.

14 years ago* textmodes/fill.el (fill-region): Don't fill past the end.
Stefan Monnier [Wed, 19 May 2010 03:51:55 +0000 (23:51 -0400)]
* textmodes/fill.el (fill-region): Don't fill past the end.

Fixes: debbugs:6201

14 years agoStefan Monnier <monnier@iro.umontreal.ca>
Chong Yidong [Tue, 18 May 2010 20:51:12 +0000 (16:51 -0400)]
Stefan Monnier  <monnier@iro.umontreal.ca>

14 years ago* character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
Chong Yidong [Tue, 18 May 2010 18:01:10 +0000 (14:01 -0400)]
* character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
prevent stack overflow if number of arguments is too large
(Bug#6214).

14 years agoBackport from trunk: compute shortcuts in tmm.el.
Stefan Monnier [Tue, 11 May 2010 20:07:12 +0000 (16:07 -0400)]
Backport from trunk: compute shortcuts in tmm.el.
* tmm.el (tmm-prompt): Don't try to precompute bindings.
(tmm-get-keymap): Compute shortcuts since the cache is empty.

Fixes: debbugs:6171

14 years agoBackport from trunk: Fix bug #6126.
Eli Zaretskii [Tue, 11 May 2010 17:23:52 +0000 (20:23 +0300)]
Backport from trunk: Fix bug #6126.

 makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(SRC)/w32.h.
 w32fns.c: Include w32.h.
 (Fw32_shell_execute): Decode the error message before passing it
 to `error'.

14 years ago* src/ChangeLog: Remove tiny change marker from author with assignment.
Glenn Morris [Tue, 11 May 2010 15:48:29 +0000 (08:48 -0700)]
* src/ChangeLog: Remove tiny change marker from author with assignment.

14 years agoftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_USE_NEW_...
Kenichi Handa [Tue, 11 May 2010 11:15:29 +0000 (20:15 +0900)]
ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_USE_NEW_FEATURE.

14 years agoBackport from trunk: close bug#5857.
Miles Bader [Mon, 10 May 2010 00:37:59 +0000 (17:37 -0700)]
Backport from trunk: close bug#5857.
* configure.in: Get rid of "unix" pre-defined macro when
preprocessing Makefile.  (Bug#5857)  [Backport from trunk]

14 years agoBackport from trunk: Fix bug#5755.
Glenn Morris [Mon, 10 May 2010 00:30:08 +0000 (17:30 -0700)]
Backport from trunk: Fix bug#5755.
* desktop.el (desktop-save-buffer-p): Don't mistakenly include
all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]

14 years agoBump version to 23.2.50.
Chong Yidong [Sat, 8 May 2010 04:46:44 +0000 (00:46 -0400)]
Bump version to 23.2.50.

14 years agoBump version to 23.2.
Chong Yidong [Sat, 8 May 2010 03:28:26 +0000 (23:28 -0400)]
Bump version to 23.2.

14 years agoFix ChangeLog typo.
Chong Yidong [Fri, 7 May 2010 22:51:37 +0000 (18:51 -0400)]
Fix ChangeLog typo.

14 years ago* building.texi (GDB Graphical Interface): Remove misleading comparison
Chong Yidong [Fri, 7 May 2010 14:51:09 +0000 (10:51 -0400)]
* building.texi (GDB Graphical Interface): Remove misleading comparison
to an IDE (Bug#6128).

14 years ago* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake...
Chong Yidong [Wed, 5 May 2010 19:54:04 +0000 (15:54 -0400)]
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility.

14 years agoBump version to 23.1.97.
Chong Yidong [Tue, 4 May 2010 01:31:59 +0000 (21:31 -0400)]
Bump version to 23.1.97.

14 years agoFix typos (Bug#6094). From Štěpán Němec.
Chong Yidong [Mon, 3 May 2010 22:01:23 +0000 (18:01 -0400)]
Fix typos (Bug#6094).  From Štěpán Němec.

14 years agoVariable purecopying fix (Bug#6083).
Chong Yidong [Mon, 3 May 2010 01:55:01 +0000 (21:55 -0400)]
Variable purecopying fix (Bug#6083).

* international/mule.el (auto-coding-alist):  Only purecopy
car or each item, not the whole list (Bug#6083).

14 years agoAdd check for buggy version of GCC (Bug#6031).
Chong Yidong [Mon, 3 May 2010 01:42:50 +0000 (21:42 -0400)]
Add check for buggy version of GCC (Bug#6031).

* configure.in: Add check for buggy version of GCC (Bug#6031).
* configure: Regenerate
* etc/NEWS: Minor tweak to problem description.

14 years agoMake paragraph vars local for js-mode (Bug#6071).
Chong Yidong [Sun, 2 May 2010 15:15:29 +0000 (11:15 -0400)]
Make paragraph vars local for js-mode (Bug#6071).

* progmodes/js.el (js-mode): Make paragraph variables local before
calling c-setup-paragraph-variables (Bug#6071).

14 years agocomposite.el (compose-region, reference-point-alist): Fix typos in the doc
Eli Zaretskii [Sat, 1 May 2010 18:50:20 +0000 (21:50 +0300)]
composite.el (compose-region, reference-point-alist): Fix typos in the doc
 strings.

14 years agoFix for Bug#5984.
Andreas Schwab [Fri, 30 Apr 2010 16:00:48 +0000 (12:00 -0400)]
Fix for Bug#5984.

* composite.c (autocmp_chars): Save point as marker before calling
auto-composition-function.

* lisp.h (restore_point_unwind): Add prototype.

* fileio.c (restore_point_unwind): Remove static attribute.

14 years agoUse the proper form for gnuplot's set command
Alexander Klimov [Thu, 29 Apr 2010 02:38:12 +0000 (21:38 -0500)]
Use the proper form for gnuplot's set command

14 years ago* PROBLEMS: Document gcc-4.5 bug (Bug#6031).
Chong Yidong [Tue, 27 Apr 2010 15:36:16 +0000 (11:36 -0400)]
* PROBLEMS: Document gcc-4.5 bug (Bug#6031).

14 years ago* abbrev.el: Fix typos.
Juanma Barranquero [Mon, 26 Apr 2010 09:55:29 +0000 (11:55 +0200)]
* abbrev.el: Fix typos.

14 years agoRemove --- and +++ lines from NEWS file.
Chong Yidong [Sun, 25 Apr 2010 22:09:52 +0000 (18:09 -0400)]
Remove --- and +++ lines from NEWS file.

14 years ago* keymaps.texi (Menu Bar): Document :advertised-binding property.
Chong Yidong [Sun, 25 Apr 2010 21:50:34 +0000 (17:50 -0400)]
* keymaps.texi (Menu Bar): Document :advertised-binding property.

14 years agoDocument Emacs 23.2 changes.
Chong Yidong [Sun, 25 Apr 2010 21:21:51 +0000 (17:21 -0400)]
Document Emacs 23.2 changes.

* functions.texi (Obsolete Functions): Document
set-advertised-calling-convention.

* minibuf.texi (Basic Completion): Document completion-in-region.
(Programmed Completion): Document completion-annotate-function.

* commands.texi (Reading One Event): Document read-key.
(Distinguish Interactive): Document KIND arg to
called-interactively-p.  Delete obsolete interactive-p.

* elisp.texi (Top): Update node description.

* misc.texi (Printing): Document htmlfontify-buffer.

14 years agoFix the entry about eshell's su and sudo commands. bug#6021
Michael Albinus [Sun, 25 Apr 2010 06:34:03 +0000 (08:34 +0200)]
Fix the entry about eshell's su and sudo commands.  bug#6021

14 years ago* composite.el (find-composition): Doc fix.
Andreas Schwab [Sat, 24 Apr 2010 16:35:43 +0000 (18:35 +0200)]
* composite.el (find-composition): Doc fix.

14 years ago* progmodes/sql.el: Fix typos.
Juanma Barranquero [Sat, 24 Apr 2010 02:59:23 +0000 (04:59 +0200)]
* progmodes/sql.el: Fix typos.

14 years ago* info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
Juri Linkov [Fri, 23 Apr 2010 16:46:03 +0000 (19:46 +0300)]
* info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
property instead of `invisible' and `after-string' (bug#5998).

14 years agoFix typo in docstring.
Juri Linkov [Fri, 23 Apr 2010 16:35:57 +0000 (19:35 +0300)]
Fix typo in docstring.

14 years agoUse new features of libotf and m17n-lib if available.
Kenichi Handa [Fri, 23 Apr 2010 12:29:11 +0000 (21:29 +0900)]
Use new features of libotf and m17n-lib if available.

14 years agomerge trunk
Kenichi Handa [Fri, 23 Apr 2010 02:17:09 +0000 (11:17 +0900)]
merge trunk

14 years agoHELLO: Adjust Burmese for Unicode 5.2 encoding.
Kenichi Handa [Fri, 23 Apr 2010 02:14:40 +0000 (11:14 +0900)]
HELLO: Adjust Burmese for Unicode 5.2 encoding.

14 years ago* filecache.el: Fix typos in docstrings.
Juanma Barranquero [Fri, 23 Apr 2010 00:15:47 +0000 (02:15 +0200)]
* filecache.el: Fix typos in docstrings.

14 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Thu, 22 Apr 2010 23:41:53 +0000 (23:41 +0000)]
Synch with Gnus trunk:
;; I've committed this change to only the trunk by mistake, sorry,
;; but it should have been also in the branch.)
(message-generate-headers): Record insertion of optional headers as well.
Otherwise the check to prevent repeated insertion of optional headers
is a no-op.  By Andreas Seltenreich <seltenreich@gmx.de>.

14 years agolanguage/indian.el (gujarati-composable-pattern): Fix typo.
Kenichi Handa [Thu, 22 Apr 2010 04:59:50 +0000 (13:59 +0900)]
language/indian.el (gujarati-composable-pattern): Fix typo.

14 years agomerge trunk
Kenichi Handa [Thu, 22 Apr 2010 04:07:11 +0000 (13:07 +0900)]
merge trunk

14 years agolanguage/indian.el (gurmukhi-composable-pattern): Fix typo.
Kenichi Handa [Thu, 22 Apr 2010 04:05:26 +0000 (13:05 +0900)]
language/indian.el (gurmukhi-composable-pattern): Fix typo.

14 years agoMinor doc fix.
Glenn Morris [Wed, 21 Apr 2010 02:49:00 +0000 (19:49 -0700)]
Minor doc fix.

* calendar.texi (Displaying the Diary, Format of Diary File):
Fix external cross-references for TeX format output.

14 years agomerge trunk
Kenichi Handa [Wed, 21 Apr 2010 00:49:01 +0000 (09:49 +0900)]
merge trunk

14 years ago* files.el (copy-directory): Handle symlinks (Bug#5982).
Chong Yidong [Tue, 20 Apr 2010 22:28:26 +0000 (18:28 -0400)]
* files.el (copy-directory): Handle symlinks (Bug#5982).

14 years agoRevert 2009-10-12 change to compilation-next-error-function (Bug#5983).
Chong Yidong [Tue, 20 Apr 2010 16:04:05 +0000 (12:04 -0400)]
Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).

* progmodes/compile.el (compilation-next-error-function): Revert
2009-10-12 change (Bug#5983).

14 years agoFix hg envvar handling (Bug#5846).
Chong Yidong [Tue, 20 Apr 2010 15:57:54 +0000 (11:57 -0400)]
Fix hg envvar handling (Bug#5846).

* vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
(vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
(Bug#5846).

14 years agolanguage/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam...
Kenichi Handa [Tue, 20 Apr 2010 13:25:42 +0000 (22:25 +0900)]
language/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam-composable-pattern): Add two-part vowels to "v" (vowel sign).

14 years ago* emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
Glenn Morris [Tue, 20 Apr 2010 07:54:28 +0000 (00:54 -0700)]
* emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.

14 years ago* minibuffer.el (completion-at-point): Doc fix.
Glenn Morris [Tue, 20 Apr 2010 07:37:20 +0000 (00:37 -0700)]
* minibuffer.el (completion-at-point): Doc fix.

14 years agoBump version to 23.1.96.
Chong Yidong [Tue, 20 Apr 2010 01:29:37 +0000 (21:29 -0400)]
Bump version to 23.1.96.

14 years ago* ede.texi (EDE Mode): Refer to init file rather than `.emacs'. Note
Chong Yidong [Mon, 19 Apr 2010 14:38:53 +0000 (10:38 -0400)]
* ede.texi (EDE Mode): Refer to init file rather than `.emacs'.  Note
that Development menu is always available.
(Creating a project): Fix terminology.
(Add/Remove files): Fix typo.

14 years ago(completion-styles): Improve docstrings.
Stefan Monnier [Mon, 19 Apr 2010 13:17:40 +0000 (09:17 -0400)]
(completion-styles): Improve docstrings.

14 years ago* dired.c (Ffile_attributes): Fix typo in docstring.
Juanma Barranquero [Mon, 19 Apr 2010 03:06:29 +0000 (05:06 +0200)]
* dired.c (Ffile_attributes): Fix typo in docstring.

14 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Sun, 18 Apr 2010 23:24:22 +0000 (23:24 +0000)]
Synch with Gnus trunk:
2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
 * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
 the CVS repo.  Put the Git repo in the news section.
 * gnus-coding.texi (Gnus Maintainance Guide): Fixed title typo.
 Removed some mentions of CVS.  Mention the new Git repo.

2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
 * smime.el: Don't mention CVS.
 * nnrss.el (nnrss-fetch): Don't mention CVS.
 * nnir.el: Don't mention CVS.

14 years ago* programs.texi (Semantic): New node.
Chong Yidong [Sun, 18 Apr 2010 23:02:16 +0000 (19:02 -0400)]
* programs.texi (Semantic): New node.

* maintaining.texi (EDE): New node.

* emacs.texi: Update node listing.

* misc.texi (Gnus): Use the `C-h i' keybinding for info.

14 years agoBugfix for ede-proj-makefile-insert-variables.
Chong Yidong [Sun, 18 Apr 2010 21:40:10 +0000 (17:40 -0400)]
Bugfix for ede-proj-makefile-insert-variables.

* cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
destroy list before using it.

14 years agoFix the version number for added files.
Dan Nicolaescu [Sat, 17 Apr 2010 16:10:19 +0000 (09:10 -0700)]
Fix the version number for added files.
* vc-hg.el (vc-hg-working-revision): Check if the file is
registered after hg parent fails (Bug#5961).

14 years agoAdd some autoloads.
Glenn Morris [Sat, 17 Apr 2010 02:07:48 +0000 (19:07 -0700)]
Add some autoloads.

* htmlfontify.el (htmlfontify-buffer)
(htmlfontify-copy-and-link-dir): Autoload entry points.

14 years ago* etc/NEWS: Minor edits.
Glenn Morris [Sat, 17 Apr 2010 02:06:12 +0000 (19:06 -0700)]
* etc/NEWS: Minor edits.

14 years agoFix to vc-hg-annotate-extract-revision-at-line (Bug#5960).
Chong Yidong [Sat, 17 Apr 2010 00:28:19 +0000 (20:28 -0400)]
Fix to vc-hg-annotate-extract-revision-at-line (Bug#5960).

* vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
name relative to the project root (Bug#5960).

14 years ago* emacs.texi (Acknowledgments): Remove duplicate.
Glenn Morris [Fri, 16 Apr 2010 07:43:29 +0000 (00:43 -0700)]
* emacs.texi (Acknowledgments): Remove duplicate.

14 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Fri, 16 Apr 2010 03:26:07 +0000 (03:26 +0000)]
Synch with Gnus trunk:
(Score File Format): Fix typo.
(Mail Group Commands): Add index entry.
By Andreas Seltenreich <seltenreich@gmx.de>.

14 years ago* etc/NEWS: git version number issues don't need manual changes.
Glenn Morris [Fri, 16 Apr 2010 02:50:42 +0000 (19:50 -0700)]
* etc/NEWS: git version number issues don't need manual changes.

14 years agoImprove previous change.
Glenn Morris [Fri, 16 Apr 2010 02:45:26 +0000 (19:45 -0700)]
Improve previous change.

14 years ago* vc-git.el (vc-git-print-log): Doc fix.
Glenn Morris [Fri, 16 Apr 2010 02:39:22 +0000 (19:39 -0700)]
* vc-git.el (vc-git-print-log): Doc fix.