bpt/emacs.git
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.

14 years ago* maintaining.texi (VC Directory Commands): Mention stashes and shelves.
Glenn Morris [Fri, 16 Apr 2010 02:35:59 +0000 (19:35 -0700)]
* maintaining.texi (VC Directory Commands): Mention stashes and shelves.

14 years ago* doc/emacs/ChangeLog: Fix typo.
Glenn Morris [Thu, 15 Apr 2010 17:17:01 +0000 (10:17 -0700)]
* doc/emacs/ChangeLog: Fix typo.

14 years ago* etc/NEWS: Remove duplicate entry.
Glenn Morris [Thu, 15 Apr 2010 07:56:31 +0000 (00:56 -0700)]
* etc/NEWS: Remove duplicate entry.

14 years agoMention Dired VC diff and log in manual.
Glenn Morris [Thu, 15 Apr 2010 07:54:06 +0000 (00:54 -0700)]
Mention Dired VC diff and log in manual.

* dired.texi (Misc Dired Features): Mention VC diff and log.
* maintaining.texi (Old Revisions, VC Change Log):
Mention that diff and log work in Dired buffers.

14 years ago* info.texi (Search Index): Mention Emacs's Info-virtual-index.
Glenn Morris [Thu, 15 Apr 2010 07:34:28 +0000 (00:34 -0700)]
* info.texi (Search Index): Mention Emacs's Info-virtual-index.

14 years ago* help.texi (Help Summary): Mention M-x info-finder.
Glenn Morris [Thu, 15 Apr 2010 07:25:20 +0000 (00:25 -0700)]
* help.texi (Help Summary): Mention M-x info-finder.

14 years agoNEWS markup.
Glenn Morris [Thu, 15 Apr 2010 07:19:06 +0000 (00:19 -0700)]
NEWS markup.

* etc/NEWS: bookmark-bmenu-search, mpc, image-mode-maybe do not need
  manual entries.  GDB changes, Semantic, EDE, EIEIO have them.

14 years ago* ack.texi (Acknowledgments): Add mpc.el
Glenn Morris [Thu, 15 Apr 2010 07:06:25 +0000 (00:06 -0700)]
* ack.texi (Acknowledgments): Add mpc.el

14 years ago* etc/NEWS: Minor mark-up and typo fixes.
Glenn Morris [Thu, 15 Apr 2010 02:20:33 +0000 (19:20 -0700)]
* etc/NEWS: Minor mark-up and typo fixes.

14 years agoDocument new commands for manipulating local variable lists.
Glenn Morris [Thu, 15 Apr 2010 02:05:36 +0000 (19:05 -0700)]
Document new commands for manipulating local variable lists.

* custom.texi (Specifying File Variables, Directory Variables):
Document new commands for manipulating local variable lists.

14 years agoFix @deffn without category.
Juri Linkov [Wed, 14 Apr 2010 22:41:21 +0000 (01:41 +0300)]
Fix @deffn without category.

* abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
for `abbrev-insert'.

* buffers.texi (Indirect Buffers): Add category `Command'
to @deffn of `clone-indirect-buffer'.

* windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
for `next-window' and `previous-window'.  Add category `Command'
to @deffn of `pop-to-buffer'.

14 years ago* ido.el (ido-file-internal): Fix 2009-12-02 change.
Chong Yidong [Wed, 14 Apr 2010 17:32:50 +0000 (13:32 -0400)]
* ido.el (ido-file-internal): Fix 2009-12-02 change.

14 years ago* progmodes/grep.el (grep-compute-defaults): Fix handling of host
Chong Yidong [Wed, 14 Apr 2010 15:33:42 +0000 (11:33 -0400)]
* progmodes/grep.el (grep-compute-defaults): Fix handling of host
default settings (Bug#5928).

14 years ago* admin/notes/bugtracker: Minor updates.
Glenn Morris [Wed, 14 Apr 2010 02:36:48 +0000 (19:36 -0700)]
* admin/notes/bugtracker: Minor updates.

14 years agoRevert 2009-12-03T16:02:10Z!acm@muc.de (enhance c-parse-state) and 2010-02-04T21...
Alan Mackenzie [Tue, 13 Apr 2010 09:15:14 +0000 (09:15 +0000)]
Revert 2009-12-03T16:02:10Z!acm@muc.de (enhance c-parse-state) and 2010-02-04T21:15:37Z!acm@muc.de (< and > handling).
[These enhancements were not sufficiently stable at the time of releasing
a pretest.]

14 years ago* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).
Adrian Robert [Tue, 13 Apr 2010 08:56:08 +0000 (11:56 +0300)]
* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).

14 years ago* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).
Adrian Robert [Tue, 13 Apr 2010 06:01:46 +0000 (09:01 +0300)]
* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).

14 years agoReverse 2009-12-03T16:02:10Z!acm@muc.de "Enhance `c-parse-state' to run efficiently in
Alan Mackenzie [Mon, 12 Apr 2010 18:58:52 +0000 (18:58 +0000)]
Reverse 2009-12-03T16:02:10Z!acm@muc.de "Enhance `c-parse-state' to run efficiently in
\"brace desserts\".".

14 years agoReverse change 2010-02-04T21:15:37Z!acm@muc.de: "Change strategy for marking < and...
Alan Mackenzie [Mon, 12 Apr 2010 15:15:07 +0000 (15:15 +0000)]
Reverse change 2010-02-04T21:15:37Z!acm@muc.de: "Change strategy for marking < and > as template
delimiters: mark them strictly in matching pairs."

14 years agoReverse 2010-02-25T21:21:25Z!acm@muc.de:
Alan Mackenzie [Mon, 12 Apr 2010 14:59:56 +0000 (14:59 +0000)]
Reverse 2010-02-25T21:21:25Z!acm@muc.de:
"  (i) Remove any hard syntax-table properties for <, > inserted by C-y.
  (ii) Remove category text props, not syntax-table ones in unmarking <, >.
".

14 years agoReverse 2010-03-01T11:31:42Z!acm@muc.de: "Fix bug #5649: 23.1.92; Indentation problem...
Alan Mackenzie [Mon, 12 Apr 2010 14:55:18 +0000 (14:55 +0000)]
Reverse 2010-03-01T11:31:42Z!acm@muc.de: "Fix bug #5649: 23.1.92; Indentation problems in C mode.".

14 years agoReverse 2010-03-01T17:46:36Z!acm@muc.de "Correct buggy patch 2010-03-01T11:31:42Z...
Alan Mackenzie [Mon, 12 Apr 2010 14:48:07 +0000 (14:48 +0000)]
Reverse 2010-03-01T17:46:36Z!acm@muc.de "Correct buggy patch 2010-03-01T11:31:42Z!acm@muc.de to cc-engine.el.".

14 years agoUndo 2010-03-15T01:38:28Z!yamaoka@jpl.org "Fix off-by-one error. Fixes bug #5747."
Alan Mackenzie [Mon, 12 Apr 2010 14:34:09 +0000 (14:34 +0000)]
Undo 2010-03-15T01:38:28Z!yamaoka@jpl.org "Fix off-by-one error.  Fixes bug #5747."

14 years agoUse openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819.
YAMAMOTO Mitsuharu [Sat, 10 Apr 2010 10:31:01 +0000 (19:31 +0900)]
Use openpty for allocating pty on Darwin.  Fix Bug#726 and Bug#5819.

* s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
(PTY_OPEN): New defines.  Use openpty (Bug#726, Bug#5819).

14 years agoFix bug ref in previous.
Glenn Morris [Sat, 10 Apr 2010 02:14:47 +0000 (19:14 -0700)]
Fix bug ref in previous.

14 years agoClose bug#1835.
Glenn Morris [Sat, 10 Apr 2010 02:12:03 +0000 (19:12 -0700)]
Close bug#1835.

* progmodes/fortran.el (fortran-match-and-skip-declaration):
New function.
(fortran-font-lock-keywords-3): Use it.  (Bug#1835)

14 years agoDoc fix related to Contributing.
Glenn Morris [Fri, 9 Apr 2010 01:20:45 +0000 (18:20 -0700)]
Doc fix related to Contributing.

* trouble.texi (Contributing): Add cindex entry.
Mention etc/CONTRIBUTE.

14 years agoframe.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
YAMAMOTO Mitsuharu [Thu, 8 Apr 2010 00:43:57 +0000 (09:43 +0900)]
frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.

14 years agoFix resizing for X and non-Gtk+ build. Bug #5848.
Jan Djärv [Wed, 7 Apr 2010 16:34:31 +0000 (18:34 +0200)]
Fix resizing for X and non-Gtk+ build.  Bug #5848.

* frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
FRAME_LINE_TO_PIXEL_Y.

* xterm.c (x_set_window_size_1): Don't add border_width/height to
pixelwidth/height.

14 years agomerge trunk
Kenichi Handa [Wed, 7 Apr 2010 06:08:27 +0000 (15:08 +0900)]
merge trunk

14 years agoFix previous change of *-composable-pattern).
Kenichi Handa [Wed, 7 Apr 2010 04:36:25 +0000 (13:36 +0900)]
Fix previous change of *-composable-pattern).

14 years agoEdits to Persistent Mark node.
Chong Yidong [Tue, 6 Apr 2010 16:10:31 +0000 (12:10 -0400)]
Edits to Persistent Mark node.

* mark.texi (Persistent Mark): Copyedits.  Replace undo example with
query-replace (Bug#5774).

14 years agoRevert 2008-03-03 change (Bug#5821).
Chong Yidong [Tue, 6 Apr 2010 15:43:08 +0000 (11:43 -0400)]
Revert 2008-03-03 change (Bug#5821).

* textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
paragraph-separate (Bug#5821).

14 years ago* quail/vntelex.el: Fix "af" rule (Bug#5836).
Chong Yidong [Tue, 6 Apr 2010 15:32:15 +0000 (11:32 -0400)]
* quail/vntelex.el: Fix "af" rule (Bug#5836).

14 years agoPut breadcrumbs on overlay instead of inserting to buffer (bug#5809).
Juri Linkov [Mon, 5 Apr 2010 22:15:04 +0000 (01:15 +0300)]
Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).

* info.el (Info-find-node-2): Comment out code that skips
breadcrumbs line.
(Info-mouse-follow-link): New command.
(Info-link-keymap): New keymap.
(Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
Return a string with links instead of inserting breadcrumbs
to the Info buffer.
(Info-fontify-node): Comment out code that inserts breadcrumbs.
Instead of putting the `invisible' text property over the Info
header, make an overlay over the Info header with the `invisible'
property and `after-string' set to the string returned by
`Info-breadcrumbs'.

14 years agoFix crash on NextStep terminal (Bug#5837)
Chong Yidong [Mon, 5 Apr 2010 15:46:29 +0000 (11:46 -0400)]
Fix crash on NextStep terminal (Bug#5837)

* xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
terminal frames (Bug#5837).

14 years agoAdd a new entry for QWE
Francesc Rocher [Sun, 4 Apr 2010 10:42:05 +0000 (12:42 +0200)]
Add a new entry for QWE

14 years ago* help.el (help-window-setup-finish): Doc fix (Bug#5830).
Chong Yidong [Sat, 3 Apr 2010 23:40:20 +0000 (19:40 -0400)]
* help.el (help-window-setup-finish): Doc fix (Bug#5830).
Reported by monkey@sandpframing.com.

14 years agoAdd stubs for Windows, required after CVE-2010-0825 change.
Juanma Barranquero [Sat, 3 Apr 2010 02:16:16 +0000 (04:16 +0200)]
Add stubs for Windows, required after CVE-2010-0825 change.
* ntlib.c (getgid, getegid, setegid): New stubs.
* ntlib.h (getgid, getegid, setegid): Declare them.

14 years agoBump version to 23.1.95.
Chong Yidong [Sat, 3 Apr 2010 00:42:10 +0000 (20:42 -0400)]
Bump version to 23.1.95.

14 years agoFix permissions handling (CVE-2010-0825).
Chong Yidong [Fri, 2 Apr 2010 15:24:16 +0000 (11:24 -0400)]
Fix permissions handling (CVE-2010-0825).

* movemail.c (main): Check return values of setuid.  Avoid
possibility of symlink attack when movemail is setgid mail
(CVE-2010-0825).

14 years agoFix typos in semantic/imenu.el.
Juanma Barranquero [Fri, 2 Apr 2010 02:25:19 +0000 (04:25 +0200)]
Fix typos in semantic/imenu.el.
* cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
  (semantic-create-imenu-directory-index): Fix typos in docstrings.
  (semantic-imenu-goto-function): Reflow docstring.