bpt/emacs.git
14 years agoregex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
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.

14 years ago(vc-path): Mark as obsolete.
Dan Nicolaescu [Tue, 26 Jan 2010 07:22:25 +0000 (23:22 -0800)]
(vc-path): Mark as obsolete.

14 years agoFix erc reconnection via non-default connectors (Bug#4958).
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.

14 years ago(vc-annotate-revision-at-line): Compare file
Dan Nicolaescu [Mon, 25 Jan 2010 09:04:59 +0000 (01:04 -0800)]
(vc-annotate-revision-at-line): Compare file
names too.

14 years agoMerge from trunk
Jan Djärv [Mon, 25 Jan 2010 07:45:12 +0000 (08:45 +0100)]
Merge from trunk

14 years agoTypo fix.
Jan Djärv [Mon, 25 Jan 2010 07:43:29 +0000 (08:43 +0100)]
Typo fix.

14 years agoxfns.c (Fx_create_frame): If frame height i stoo big, try
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.

14 years ago(vc-bzr-print-log): Use the more compact --line option
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.

14 years agomerge
Mark A. Hershberger [Mon, 25 Jan 2010 05:03:35 +0000 (00:03 -0500)]
merge

14 years agoworking version of vc-bzr-revision-table
Mark A. Hershberger [Mon, 25 Jan 2010 05:02:10 +0000 (00:02 -0500)]
working version of vc-bzr-revision-table

14 years agomerge conflict
Mark A. Hershberger [Mon, 25 Jan 2010 04:52:26 +0000 (23:52 -0500)]
merge conflict

14 years ago(vc-git-dir-status-goto-stage): Pass --relative to the
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).

14 years agoTry and fix bug#788, hopefully for real this time.
Stefan Monnier [Mon, 25 Jan 2010 02:52:03 +0000 (21:52 -0500)]
Try and fix bug#788, hopefully for real this time.

14 years agoUse png_sig_cmp to allow linking with libpng 1.4.0.
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.

14 years agoRemove support for adding --signoff on commit.
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.

14 years ago(xterm-maybe-set-dark-background-mode): Rename
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.

14 years agoAdd the aliases bug-emacs and bug-gnumacs.
Glenn Morris [Sun, 24 Jan 2010 20:28:50 +0000 (12:28 -0800)]
Add the aliases bug-emacs and bug-gnumacs.

14 years ago* keymap.c (shadow_lookup): Add `remap' arg.
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.

14 years ago(aelement): Fix typo in previous.
Glenn Morris [Sun, 24 Jan 2010 03:58:14 +0000 (19:58 -0800)]
(aelement): Fix typo in previous.

14 years agoSmall fixes.
Glenn Morris [Sat, 23 Jan 2010 23:25:25 +0000 (15:25 -0800)]
Small fixes.

14 years agoFix some details of previous change.
Glenn Morris [Sat, 23 Jan 2010 23:18:58 +0000 (15:18 -0800)]
Fix some details of previous change.

14 years agoUpdate X-Debbugs-CC details.
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.

14 years ago* emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541).
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).

14 years ago* url-util.el: Require url-vars (Bug#5459).
Chong Yidong [Sat, 23 Jan 2010 22:50:13 +0000 (17:50 -0500)]
* url-util.el: Require url-vars (Bug#5459).

14 years ago* emacs-lisp/assoc.el (aelement): Doc fix.
Chong Yidong [Sat, 23 Jan 2010 22:46:32 +0000 (17:46 -0500)]
* emacs-lisp/assoc.el (aelement): Doc fix.

14 years ago* emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450).
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).

14 years agoAccount for utmp.h availability.
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).

14 years agoFix bug#5435: ada-mode; pragma parameter list indented incorrectly.
Stephen Leake [Sat, 23 Jan 2010 12:42:22 +0000 (13:42 +0100)]
Fix bug#5435: ada-mode; pragma parameter list indented incorrectly.

14 years ago* mail/rmail.el: Update autoload checksum.
Juanma Barranquero [Sat, 23 Jan 2010 12:38:02 +0000 (13:38 +0100)]
* mail/rmail.el: Update autoload checksum.

14 years agoTweak docstring and comment.
Stephen Leake [Sat, 23 Jan 2010 12:34:52 +0000 (13:34 +0100)]
Tweak docstring and comment.

14 years ago* net/tramp-smb.el (tramp-smb-conf): New defcustom.
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.

14 years ago* xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs 22.
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.

14 years ago* net/tramp-imap.el (top): Autoload needed packages.
Michael Albinus [Fri, 22 Jan 2010 21:19:50 +0000 (22:19 +0100)]
* net/tramp-imap.el (top): Autoload needed packages.

14 years ago* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
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.

14 years ago* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
Chong Yidong [Fri, 22 Jan 2010 16:32:31 +0000 (11:32 -0500)]
* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).

14 years agoFix bug #5447, whereby loading C:/foo.el.gz on MS-Windows would fail.
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.

14 years agoMake string pointer args point to const as in other string allocation functions.
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.

14 years agoFix bug #5303 in `load' on MS-Windows, whereby load-file would fail
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.

14 years agoFix a situation where deletion of a cpp construct throws an error.
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.

14 years agoFix sgml-maybe-name-self (Bug#5380).
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).

14 years agoFix bug#5435.
Stephen Leake [Thu, 21 Jan 2010 12:25:54 +0000 (13:25 +0100)]
Fix bug#5435.

14 years ago(Score File Format): Fix typo.
Katsumi Yamaoka [Thu, 21 Jan 2010 09:05:08 +0000 (09:05 +0000)]
(Score File Format): Fix typo.

14 years ago(Bugs): Fix PROBLEMS keybinding.
Glenn Morris [Thu, 21 Jan 2010 04:37:44 +0000 (20:37 -0800)]
(Bugs): Fix PROBLEMS keybinding.

14 years ago* lisp/term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
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).

14 years ago* lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.
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.

14 years ago* lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.
Chong Yidong [Wed, 20 Jan 2010 16:40:47 +0000 (11:40 -0500)]
* lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.

14 years agofrom trunk
Kenichi Handa [Wed, 20 Jan 2010 04:01:04 +0000 (13:01 +0900)]
from trunk

14 years agoRemove file that only works with CVS, and isn't really needed with
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).

14 years ago(tab-always-indent): Fix custom-type.
Glenn Morris [Wed, 20 Jan 2010 03:46:23 +0000 (19:46 -0800)]
(tab-always-indent): Fix custom-type.

14 years agoFix ccl encoding of unibyte source.
Kenichi Handa [Wed, 20 Jan 2010 02:33:52 +0000 (11:33 +0900)]
Fix ccl encoding of unibyte source.

14 years agoRedate and reposition log entry.
Alan Mackenzie [Tue, 19 Jan 2010 22:27:24 +0000 (22:27 +0000)]
Redate and reposition log entry.

14 years agoFix bug#5395: typing '#' in an empty C buffer throws "args out of range".
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.

14 years agoreplace references to obsolete c-subword-mode
Mark A. Hershberger [Tue, 19 Jan 2010 19:39:22 +0000 (14:39 -0500)]
replace references to obsolete c-subword-mode

14 years agoMerge from trunk
Jan Djärv [Tue, 19 Jan 2010 14:54:57 +0000 (15:54 +0100)]
Merge from trunk

14 years agoStore settings in xft-settings for debug purposes.
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.

14 years agoSuppress spurious second invocation of before-change-functions
Alan Mackenzie [Tue, 19 Jan 2010 13:16:01 +0000 (13:16 +0000)]
Suppress spurious second invocation of before-change-functions

14 years agono message
Alan Mackenzie [Tue, 19 Jan 2010 11:43:25 +0000 (11:43 +0000)]
no message

14 years ago* ada-mode.el: Really fix bug#5400 (comment in 2010-01-17T19:15:32Z!lekktu@gmail...
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.

14 years agoFix typos.
Juanma Barranquero [Mon, 18 Jan 2010 20:24:43 +0000 (21:24 +0100)]
Fix typos.

14 years agoido.el: Consider the possibility of buffer names changing after kill-buffer.
Ó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.

14 years agoDoc fix for current-time-string and date-to-time (Bug#5408)
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.

14 years agoFix typos.
Juanma Barranquero [Mon, 18 Jan 2010 04:44:36 +0000 (05:44 +0100)]
Fix typos.

14 years agoFix typos in docstrings, error messages, etc.
Juanma Barranquero [Mon, 18 Jan 2010 04:39:40 +0000 (05:39 +0100)]
Fix typos in docstrings, error messages, etc.

14 years agoFix typos in comments.
Juanma Barranquero [Mon, 18 Jan 2010 03:58:35 +0000 (04:58 +0100)]
Fix typos in comments.

14 years agoFix typo in texinfo file.
Juanma Barranquero [Mon, 18 Jan 2010 03:54:24 +0000 (04:54 +0100)]
Fix typo in texinfo file.

14 years agoAdd bug number.
Kenichi Handa [Mon, 18 Jan 2010 01:07:25 +0000 (10:07 +0900)]
Add bug number.

14 years ago* message.el (message-setup-1): Prefer to save message-reply-buffer as a buffer.
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.

14 years agoFix handling of arbitrary YANK-ACTION functions from compose-mail.
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.

14 years ago* message.el (message-mail): Just pass yank-action on to message-setup.
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).

14 years ago* elisp.texi: Remove duplicate edition information (Bug#5407).
Chong Yidong [Sun, 17 Jan 2010 22:24:49 +0000 (17:24 -0500)]
* elisp.texi: Remove duplicate edition information (Bug#5407).

14 years ago(with-vc-properties): Deal with directory arguments. (Bug#5298)
Dan Nicolaescu [Sun, 17 Jan 2010 21:31:25 +0000 (13:31 -0800)]
(with-vc-properties): Deal with directory arguments.  (Bug#5298)

14 years ago(vc-dir-resynch-file): Update the vc-dir header when
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.

14 years agoMinor Semantic and EIEIO manual fixes.
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).

14 years ago* progmodes/ada-mode.el: Fix bug#1920, bug#5400.
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.

14 years ago* tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
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.

14 years agoGive `calc-command-flags' an initial value.
Jay Belanger [Sun, 17 Jan 2010 05:08:35 +0000 (23:08 -0600)]
Give `calc-command-flags' an initial value.

14 years ago(Reporting Bugs): Don't mention format of repository.
Glenn Morris [Sun, 17 Jan 2010 03:24:31 +0000 (19:24 -0800)]
(Reporting Bugs): Don't mention format of repository.

14 years ago(Bugs): Make "Emacs repository" less specific, and the URL for same
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.

14 years ago(Latest version of Emacs): The repository is now Bazaar.
Glenn Morris [Sun, 17 Jan 2010 03:11:09 +0000 (19:11 -0800)]
(Latest version of Emacs): The repository is now Bazaar.

14 years agoEdit some notes/ files to replace `cvs' with `bzr', or something general.
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.

14 years ago(semantic-idle-work-for-one-buffer): Doc fix.
Glenn Morris [Sun, 17 Jan 2010 02:54:35 +0000 (18:54 -0800)]
(semantic-idle-work-for-one-buffer): Doc fix.

14 years agoFix typos in docstrings.
Juanma Barranquero [Sun, 17 Jan 2010 02:25:53 +0000 (03:25 +0100)]
Fix typos in docstrings.

14 years agoFix typos in comments.
Juanma Barranquero [Sun, 17 Jan 2010 02:24:22 +0000 (03:24 +0100)]
Fix typos in comments.

14 years agoFix typos in info documentation.
Juanma Barranquero [Sun, 17 Jan 2010 02:22:44 +0000 (03:22 +0100)]
Fix typos in info documentation.

14 years agoFix return value of nxml-extend-after-change-region.
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).

14 years ago* lisp/ChangeLog: Mark last change as tiny.
Chong Yidong [Sat, 16 Jan 2010 21:38:47 +0000 (16:38 -0500)]
* lisp/ChangeLog: Mark last change as tiny.

14 years ago* vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
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).

14 years ago* emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
Chong Yidong [Sat, 16 Jan 2010 21:20:43 +0000 (16:20 -0500)]
* emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)

14 years ago* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
Chong Yidong [Sat, 16 Jan 2010 20:50:23 +0000 (15:50 -0500)]
* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.

14 years agoUpdate with Miles's advice on how to commit.
Glenn Morris [Sat, 16 Jan 2010 20:24:08 +0000 (12:24 -0800)]
Update with Miles's advice on how to commit.

14 years ago* xterm.c (event_handler_gdk): Block input (Bug#5037).
Chong Yidong [Sat, 16 Jan 2010 20:20:32 +0000 (15:20 -0500)]
* xterm.c (event_handler_gdk): Block input (Bug#5037).

14 years agoRename from cvslogs to commits.
Glenn Morris [Sat, 16 Jan 2010 20:18:30 +0000 (12:18 -0800)]
Rename from cvslogs to commits.

14 years ago* emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
Chong Yidong [Sat, 16 Jan 2010 20:04:29 +0000 (15:04 -0500)]
* emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).

14 years agoCommand line arg processing fix (Bug#5392)
Chong Yidong [Sat, 16 Jan 2010 19:28:59 +0000 (14:28 -0500)]
Command line arg processing fix (Bug#5392)

* src/emacs.c (standard_args): Adjust arg priorities to reflect how
they are processed in startup.el.

* lisp/startup.el (command-line): Remove unused --icon-type arg.
Handle --display arg, passing it to command-line-1 (Bug#5392).

14 years agoReformat copyright line.
Eli Zaretskii [Sat, 16 Jan 2010 11:58:42 +0000 (06:58 -0500)]
Reformat copyright line.

14 years agoUpdate $(lisp) and $(shortlisp) to match changes in loadup.el
Andreas Schwab [Sat, 16 Jan 2010 09:40:57 +0000 (10:40 +0100)]
Update $(lisp) and $(shortlisp) to match changes in loadup.el

* Makefile.in (lisp, shortlisp): Update.

14 years ago(x_term_init): Instead of inhibiting GC while running Lisp
Stefan Monnier [Sat, 16 Jan 2010 04:49:37 +0000 (23:49 -0500)]
(x_term_init): Instead of inhibiting GC while running Lisp
code, link the new kboard into all_kboard before running Lisp code,
and protect the new terminal with GCPRO (Bug#5365).
(x_term_init): Remove unused var `atom'.
(x_delete_display, x_delete_terminal): Remove unused var `i'.

14 years agoMario Lang <mlang@delysid.org>: Remove some duplicated words.
Mario Lang [Sat, 16 Jan 2010 02:51:50 +0000 (18:51 -0800)]
Mario Lang <mlang@delysid.org>: Remove some duplicated words.

* cedet/ede/cpp-root.el (ede-cpp-root-project):
* cedet/ede/files.el (ede-expand-filename):
* cedet/ede/simple.el (ede-simple-project):
* cedet/semantic/complete.el (semantic-complete-read-tag-engine)
(semantic-complete-inline-tag-engine):
* cedet/semantic/db-el.el (semanticdb-equivalent-mode):
* cedet/semantic/db-global.el (semanticdb-equivalent-mode):
* cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
* cedet/semantic/db.el (semanticdb-equivalent-mode):
* cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
* cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
* emacs-lisp/chart.el (chart-translate-namezone):
* textmodes/artist.el (artist-compute-popup-menu-table):
Remove duplicated words in doc-strings.

* srecode/doc-cpp.srt, srecode/doc-default.srt:
* srecode/doc-java.srt: Remove duplicated words.

* ede.texi (ede-target):
* org.texi (Refiling notes): Remove duplicated words.

14 years agoTake desktop panels into account when sizing frames so they fit on the screen.
Jan Djärv [Fri, 15 Jan 2010 17:04:14 +0000 (18:04 +0100)]
Take desktop panels into account when sizing frames so they fit on the screen.

xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
(Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
to find out usable size of the desktop.  Don't make frames larger than
this. Bug #3643.

14 years ago* net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
Chong Yidong [Fri, 15 Jan 2010 16:55:43 +0000 (11:55 -0500)]
* net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
to mairix-search to suppress threading (Bug#5342).