Paul Eggert
ee0d39381a
Merge from gnulib.
...
This incorporates:
2013-01-04 stdio: remove now-unnecessary stdio.c
2013-01-04 fprintftime: depend on stdio, not ignore-value
2013-01-04 fwrite: silence __wur only for older glibc versions
2013-01-04 fwrite: silence __wur without using inline
* lib/stdio.c: Remove.
* lib/stdio.in.h, lib/strftime.c: Update from gnulib.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2013-01-03 18:17:49 -08:00
Glenn Morris
342532db2b
* lisp/erc/erc-backend.el (312): Fix typo.
...
Fixes: debbugs:13235
2013-01-03 17:31:52 -08:00
Daiki Ueno
c2cf1829dd
* epg.el (epg--start): Ignore errors when /dev/fd/0 does not exist.
2013-01-04 08:56:51 +09:00
Glenn Morris
a8aa6c2d08
* lisp/mail/rmail.el (rmail-set-header-1): Handle multi-line headers
...
Ignore case.
Fixes: debbugs:13330
2013-01-03 11:41:59 -08:00
Glenn Morris
0d1f53adb0
Auto-commit of generated files.
2013-01-03 06:18:24 -05:00
Glenn Morris
a6d6c20b92
makefile-fill-paragraph tweak
...
* lisp/progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
Handle paragraph starting at beginning of buffer.
2013-01-03 00:23:10 -08:00
Glenn Morris
0a8bf3afca
Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.org
2013-01-02 18:37:57 -08:00
Glenn Morris
2036b4b8e0
* check-doc-strings: Update for CVS->bzr, moved lispref/ directory.
...
(Now it actually runs. Whether or not it does anything useful is
another matter...)
2013-01-02 18:36:29 -08:00
Glenn Morris
035cd74152
Remove some deleted files
2013-01-02 18:31:36 -08:00
Glenn Morris
f674f1d115
Remove some old admin/ files
...
(eg make-changelog-diff hasn't been updated since CVS days)
2013-01-02 18:29:46 -08:00
Glenn Morris
75e78d1e90
Tweak some lispref line breaks
...
* doc/lispref/processes.texi (System Processes):
* doc/lispref/syntax.texi (Syntax Table Functions):
Tweak some line breaks.
2013-01-02 18:23:39 -08:00
Glenn Morris
5f1a964798
* doc/lispref/searching.texi (Replacing Match): Fix xref.
2013-01-02 18:15:57 -08:00
Glenn Morris
7434641b9e
Regenerate PDF refcards
2013-01-02 18:11:33 -08:00
Glenn Morris
7d2707f957
Misc updates for admin/make-tarball.txt
2013-01-02 18:04:31 -08:00
Glenn Morris
66cf328d28
* admin/emacs-pretesters: Remove file.
2013-01-02 17:56:56 -08:00
Glenn Morris
1cbb9ed6ae
* doc/lispref/elisp.texi (DATE): Bump to Jan 2013.
2013-01-02 17:53:13 -08:00
Glenn Morris
65a4ae1158
Add 2013 to another copyright range
2013-01-02 17:49:08 -08:00
Glenn Morris
b8573968d8
Add 2013 to yet more FSF copyright years
2013-01-02 17:46:47 -08:00
Glenn Morris
f0ddbf7b7f
Add 2013 to more copyright years
2013-01-02 17:35:49 -08:00
Glenn Morris
ed5bdeb968
eval-after-load fix
...
* lisp/subr.el (eval-after-load): Don't purecopy the form, so that it
can be nconc'd later on; reverts 2009-11-11 change.
Fixes: debbugs:13331
2013-01-02 16:50:35 -08:00
Glenn Morris
ad235a8b88
defun fix for cl declarations + interactive forms
...
* lisp/emacs-lisp/byte-run.el (defun):
Place cl declarations after any interactive spec.
Fixes: debbugs:13265
2013-01-02 16:43:46 -08:00
Glenn Morris
13d6a1a417
Remove duplicate merged ChangeLog entries
2013-01-02 16:38:32 -08:00
Glenn Morris
9539d46584
Correct dates of merged ChangeLog entries
2013-01-02 11:02:05 -08:00
Paul Eggert
9ff99d22a0
Merge from gnulib.
2013-01-02 08:37:04 -08:00
Paul Eggert
09b8afb6c8
Update copyright dates to 2013.
2013-01-02 08:30:50 -08:00
Paul Eggert
0877d0dc24
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
2013-01-02 08:13:04 -08:00
Michael Albinus
aca3d51dfa
* net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
...
`error' call.
(tramp-do-copy-or-rename-file): Ignore errors when calling
`set-file-extended-attributes'.
* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add
handler for `file-acl'.
(tramp-smb-handle-file-acl): New defun.
2013-01-02 11:15:31 +01:00
Lars Magne Ingebrigtsen
9d9ffa1310
Merge changes made in Gnus master
...
lisp/gnus/gnus-msg.el: Don't do Gcc handling if Gnus isn't running
lisp/gnus/nnimap.el: Make nnimap treat \Deleted articles as \Read articles
2013-01-02 09:20:32 +00:00
Paul Eggert
71376d4b88
Simplify via eabs.
...
* dired.c (file_name_completion):
* doc.c (get_doc_string):
* floatfns.c (round2):
* font.c (font_score, font_delete_unmatched):
* fringe.c (compute_fringe_widths):
* lread.c (read_list):
* minibuf.c (Ftry_completion):
* term.c (tty_ins_del_lines):
* xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
Use eabs (x) rather than open-coding it as (x < 0 ? -x : x).
2013-01-01 23:57:00 -08:00
Jay Belanger
87e65f9680
* doc/misc/calc.texi (Free-Form Dates): Expand on the date reading
...
algorithm.
* lisp/calc/README: Mention ISO 8601 week-numbering dates.
2013-01-01 20:54:33 -06:00
Glenn Morris
d8fb8cce84
Auto-commit of loaddefs files.
2013-01-01 07:22:35 -05:00
Glenn Morris
0778f6f0c5
Auto-commit of generated files.
2013-01-01 07:18:20 -05:00
Glenn Morris
a616be859b
Auto-commit of loaddefs files.
2013-01-01 06:17:46 -05:00
Martin Rudalics
0aac98ac25
Don't run view-mode-hook twice when calling view-mode (Bug#13315).
...
* view.el (view-mode-enable): New argument run-view-mode-hook.
Run view-mode-hook only when it's non-nil (Bug#13315).
(view-mode-enter): Call view-mode-enable with run-view-mode-hook
argument t.
2013-01-01 12:02:14 +01:00
Paul Eggert
ab422c4d68
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
Juanma Barranquero
a19e68ea91
lib-src/makefile.w32-in (lisp1): Add macroexp.elc (bug#13320).
2013-01-01 09:58:46 +01:00
Andreas Schwab
5cebef2d18
* emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
...
defun. Don't check for DECL if DOCSTRING isn't a string.
(defun): Likewise.
2012-12-31 22:53:33 +01:00
Glenn Morris
5ee1772e2c
* eshell/em-cmpl.el (eshell-pcomplete): More thoroughly imitate pcomplete.
...
Fixes: debbugs:13293
2012-12-31 13:28:33 -08:00
Glenn Morris
4cddca3070
* files.el (parse-colon-path): Return nil for empty path elements.
...
Fixes: debbugs:13296
2012-12-31 13:20:07 -08:00
Fabián Ezequiel Gallina
6861432ebd
* progmodes/python.el (python-nav-end-of-statement): Rewrite in
...
order to improve efficiency (Based on Daniel Colascione's
<dancol@dancol.org> patch).
Fixes: debbugs:13182
2012-12-31 17:58:57 -03:00
Glenn Morris
08f592198a
* src/keymap.c (Fkey_description): Doc fix.
...
Fixes: debbugs:13323
2012-12-31 12:55:08 -08:00
Glenn Morris
22ff2cb8a4
Refer to "button" rather than "active field" in lispref
...
(cf 2005-12-22 change to doc/emacs/custom.texi)
* doc/lispref/customize.texi (Common Keywords, Type Keywords):
Replace "active field" with "button".
Fixes: debbugs:13310
2012-12-31 12:23:29 -08:00
Glenn Morris
b83a2ddd47
* lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2012-12-31 12:13:28 -08:00
Glenn Morris
9800c5b059
Add an xref, cindex to the lispref
...
* customize.texi (Common Keywords): Add xref.
* tips.texi (Library Headers): Add cindex.
Fixes: debbugs:13311
2012-12-31 12:06:43 -08:00
Fabián Ezequiel Gallina
5b63c74a17
* progmodes/python.el: Bump defgroup :version to 24.3.
2012-12-31 16:35:57 -03:00
Fabián Ezequiel Gallina
df4758b82e
Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and 2012-12-29T12:57:49Z!fgallina@gnu.org from trunk.
2012-12-31 16:27:20 -03:00
Andreas Schwab
bdcad781aa
Fixes: debbugs:13316
...
* emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
neither DOCSTRING nor DECL was given.
2012-12-31 20:15:32 +01:00
Eli Zaretskii
a7f1194834
Fix a bug with time zones on MS-Windows.
...
src/w32.c (unsetenv): Set up the string passed to _putenv
correctly. See
http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html
for the bug this caused.
2012-12-31 18:09:00 +02:00
Paul Eggert
fee0bd5f32
Use URLs, not Boston addresses, in copyright notices.
2012-12-31 07:34:32 -08:00
Jürgen Hötzel
1a82330cc5
* net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
...
(No device connected, invalid device name). (Bug #13299 )
2012-12-31 16:29:23 +01:00