1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

93421 Commits

Author SHA1 Message Date
Chong Yidong
d3d8944e13 * lisp/dired-aux.el (dired-hide-all): Mark arg as ignored. 2010-01-20 11:40:47 -05:00
Kenichi Handa
a4cf170db5 from trunk 2010-01-20 13:01:04 +09:00
Glenn Morris
79c08ece63 Remove file that only works with CVS, and isn't really needed with
Bazaar (given the in-built revision options of bzr diff).
2010-01-19 19:49:35 -08:00
Glenn Morris
e073d74aaa (tab-always-indent): Fix custom-type. 2010-01-19 19:46:23 -08:00
Kenichi Handa
4d1e6632e7 Fix ccl encoding of unibyte source. 2010-01-20 11:33:52 +09:00
Alan Mackenzie
1fdede8fa5 Redate and reposition log entry. 2010-01-19 22:27:24 +00:00
Alan Mackenzie
8ee04f3a4f 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.
2010-01-19 22:10:19 +00:00
Jan Djärv
bc4b76f12a Merge from trunk 2010-01-19 15:54:57 +01:00
Jan Djärv
67477f30cb 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.
2010-01-19 15:54:13 +01:00
Alan Mackenzie
eeff0f4859 Suppress spurious second invocation of before-change-functions 2010-01-19 13:16:01 +00:00
Alan Mackenzie
f7247f5dfc no message 2010-01-19 11:43:25 +00:00
Stephen Leake
6a47c86a18 * 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.
2010-01-19 00:10:57 +01:00
Juanma Barranquero
e90d57c003 Fix typos. 2010-01-18 21:24:43 +01:00
Óscar Fuentes
2acfb95436 ido.el: Consider the possibility of buffer names changing after kill-buffer. 2010-01-18 20:34:55 +01:00
Chong Yidong
244b023e52 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.
2010-01-18 11:29:00 -05:00
Juanma Barranquero
07e606735e Fix typos. 2010-01-18 05:44:36 +01:00
Juanma Barranquero
db9e401b3b Fix typos in docstrings, error messages, etc. 2010-01-18 05:39:40 +01:00
Juanma Barranquero
33972e8014 Fix typos in comments. 2010-01-18 04:58:35 +01:00
Juanma Barranquero
14f17fc8ff Fix typo in texinfo file. 2010-01-18 04:54:24 +01:00
Kenichi Handa
b723580811 Add bug number. 2010-01-18 10:07:25 +09:00
Chong Yidong
f53a65903c * message.el (message-setup-1): Prefer to save message-reply-buffer as a buffer. 2010-01-17 18:49:27 -05:00
Chong Yidong
9295137d69 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.
2010-01-17 18:34:53 -05:00
Chong Yidong
b1ea379790 * 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).
2010-01-17 18:33:55 -05:00
Chong Yidong
d738d18b5c * elisp.texi: Remove duplicate edition information (Bug#5407). 2010-01-17 17:24:49 -05:00
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