1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 07:31:13 -08:00
Commit graph

93396 commits

Author SHA1 Message Date
Dan Nicolaescu
7902c120cb (with-vc-properties): Deal with directory arguments. (Bug#5298) 2010-01-17 13:31:25 -08:00
Dan Nicolaescu
4d0bbcb62a (vc-dir-resynch-file): Update the vc-dir header when
resyncing a directory.
2010-01-17 12:36:21 -08:00
Chong Yidong
607d436922 Minor Semantic and EIEIO manual fixes.
* semantic.texi: Add Richard Y. Kim credit.
* eieio.texi (Making New Objects): Fix typo (Bug#5406).
2010-01-17 14:50:24 -05:00
Stephen Leake
0b702bc14d * 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.
2010-01-17 20:15:32 +01:00
Michael Albinus
3d1bfa99c9 * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
SXEmacs	22 to the supported systems.  New item for hung ssh sessions.
2010-01-17 13:15:25 +01:00
Jay Belanger
05287c4978 Give `calc-command-flags' an initial value. 2010-01-16 23:08:35 -06:00
Glenn Morris
b9f978f044 (Reporting Bugs): Don't mention format of repository. 2010-01-16 19:24:31 -08:00
Glenn Morris
f19bc38de8 (Bugs): Make "Emacs repository" less specific, and the URL for same
more specific.
2010-01-16 19:20:08 -08:00
Glenn Morris
6fbf7a75a5 (Latest version of Emacs): The repository is now Bazaar. 2010-01-16 19:11:09 -08:00
Glenn Morris
bd9776d13f Edit some notes/ files to replace cvs' with bzr', or something general. 2010-01-16 19:03:59 -08:00
Glenn Morris
44e82a0bd6 (semantic-idle-work-for-one-buffer): Doc fix. 2010-01-16 18:54:35 -08:00
Juanma Barranquero
4963739e1d Fix typos in docstrings. 2010-01-17 03:25:53 +01:00
Juanma Barranquero
66aa4eb37d Fix typos in comments. 2010-01-17 03:24:22 +01:00
Juanma Barranquero
16c3428ade Fix typos in info documentation. 2010-01-17 03:22:44 +01:00
Chong Yidong
116bd1ee3b Fix return value of nxml-extend-after-change-region.
* nxml/nxml-mode.el (nxml-extend-after-change-region): Never return t (Bug#3898).
2010-01-16 17:24:05 -05:00
Chong Yidong
2784cd7a6b * lisp/ChangeLog: Mark last change as tiny. 2010-01-16 16:38:47 -05:00
Chong Yidong
d4efdaea76 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
can parse the output of the external commands (Bug#5279).
2010-01-16 16:37:46 -05:00
Chong Yidong
bbdc98eff1 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274) 2010-01-16 16:20:43 -05:00
Chong Yidong
abd5cfe880 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix. 2010-01-16 15:50:23 -05:00
Glenn Morris
4572d05251 Update with Miles's advice on how to commit. 2010-01-16 12:24:08 -08:00
Chong Yidong
617364feb7 * xterm.c (event_handler_gdk): Block input (Bug#5037). 2010-01-16 15:20:32 -05:00
Glenn Morris
82b52e0dfd Rename from cvslogs to commits. 2010-01-16 12:18:30 -08:00
Chong Yidong
c7dc1ac114 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267). 2010-01-16 15:04:29 -05:00
Chong Yidong
4fe22cdf59 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).
2010-01-16 14:28:59 -05:00
Eli Zaretskii
f5700c5e7e Reformat copyright line. 2010-01-16 06:58:42 -05:00
Andreas Schwab
e118d2be3b Update $(lisp) and $(shortlisp) to match changes in loadup.el
* Makefile.in (lisp, shortlisp): Update.
2010-01-16 10:40:57 +01:00
Stefan Monnier
523ae620e8 (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'.
2010-01-15 23:49:37 -05:00
Mario Lang
045b9da787 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.
2010-01-15 18:51:50 -08:00
Jan Djärv
f0d138880a 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.
2010-01-15 18:04:14 +01:00
Chong Yidong
6554a5df3a * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
to mairix-search to suppress threading (Bug#5342).
2010-01-15 11:55:43 -05:00
Kenichi Handa
67f6e72bd3 from trunk 2010-01-15 21:40:13 +09:00
Kenichi Handa
ca4f0e9a63 international/mule-cmds.el (canonicalize-coding-system-name): Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX". 2010-01-15 21:35:31 +09:00
Kenichi Handa
fa0cff43e8 from trunk 2010-01-15 14:13:05 +09:00
Kenichi Handa
cc320f07d4 xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed. 2010-01-15 14:09:50 +09:00
Glenn Morris
56a03f46b8 Fix Bug#5311.
* log-view.el (top-level): Require 'wid-edit.  (Bug#5311)

* wid-edit.el (widget-keymap): Doc fix.
2010-01-14 19:59:04 -08:00
Glenn Morris
1db3226b1a (vc-svn-print-log): Use --limit rather than -l since the
former seems to be more widely accepted by various svn versions.
2010-01-14 19:54:36 -08:00
Glenn Morris
52b76c5ff4 Some more pointless updates. 2010-01-14 19:51:48 -08:00
Glenn Morris
c30667d47d Add log entry for new gdb icons. 2010-01-14 19:49:47 -08:00
Chong Yidong
7ffdf101fb Fix Qnone definition in NS files.
* nsterm.m (Qnone): Define here.
* nsfns.m (Qnone): Move definition to nsterm.m.
2010-01-14 20:46:53 -05:00
Nick Roberts
becbbaa713 Add icons for reverse debugging. (3rd attempt). 2010-01-15 11:26:27 +13:00
Juanma Barranquero
d1f18ec092 Fix typos in docstrings. 2010-01-14 19:59:31 +01:00
Juanma Barranquero
80cd4bb402 Fix typo in error message. 2010-01-14 19:49:53 +01:00
Juanma Barranquero
c2dd191063 Fix typos in template docstrings. 2010-01-14 19:45:02 +01:00
Juanma Barranquero
5a89f0a793 Fix typos in comments. 2010-01-14 19:37:23 +01:00
Juanma Barranquero
b643362c6c Fix typos in ChangeLogs and NEWS files. 2010-01-14 19:29:36 +01:00
Juanma Barranquero
9c23ca4755 Fix bug#5313: editing files in hexl-mode corrupts file
* hexl.el (hexl-printable-character): Fix check of `hexl-iso',
  which is always a string.
2010-01-14 15:37:13 +01:00
Juanma Barranquero
8794c483ae Simplify previous change. 2010-01-14 14:14:24 +01:00
Stephen Leake
95005d39eb Default ada_project_path to $ADA_PROJECT_PATH. 2010-01-14 14:12:05 +01:00
Stephen Leake
80e18d20ec * progmodes/ada-mode.el: Override narrow-to-defun' with ada-narrow-to-defun'. 2010-01-14 13:57:07 +01:00
Stephen Leake
fb0d15459c * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
(ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
  (ada-get-current-indent, ada-imenu-generic-expression)
  (ada-which-function): Check for it.
2010-01-14 13:52:37 +01:00