1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 15:40:47 -08:00
Commit graph

98448 commits

Author SHA1 Message Date
Deniz Dogan
ee6a57ab20 * lisp/net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
available.
(rcirc-ctcp-sender-PING): New function.
2011-02-09 01:22:01 +01:00
Tom Tromey
00b3c7ac85 Make globals.h a generated header
* configure: Rebuild.
	* configure.in (NS_OBJC_OBJ): New subst.
lib-src
	* make-docfile.c: Unconditionally include stdlib.h.
	(generate_globals): New global.
	(xrealloc): New function.
	(main): Handle '-g'.  Call start_globals, write_globals.
	(scan_file): Conditionally call put_filename.
	(start_globals): New function.
	(struct global): New.
	(num_globals, globals): New globals.
	(add_global, compare_globals, write_globals): New functions.
	(scan_c_file): Update for "-g".
	(scan_lisp_file): Fail if "-g".
	(enum global_type): New.
src
	* Makefile.in (NS_OBJC_OBJ): New variable.
	(base_obj): Rename from 'obj'.
	(obj): New variable.
	(globals.h, gl-stamp, $(obj)): New targets.
	(GLOBAL_SOURCES): New variable.
	* globals.h: Remove.
	* nsselect.m (Vselection_alist): Define.  Reverts part of
	2011-01-19T22:11:33Z!jan.h.d@swipnet.se.
	* buffer.c: Don't use "no_cell" for name of kill-buffer-hook's
	variable.
	* xselect.c (Vselection_alist): Define.  Reverts part of 2011-01-19T23:32:42Z!eggert@cs.ucla.edu.
2011-02-08 14:42:56 -07:00
Stefan Monnier
6ca94a0b49 * lisp/obsolete/pc-select.el: Rename from emulation/pc-select.el.
Remove the mark/nomark handling, and activate shift-select-mode instead.
* lisp/obsolete/pc-mode.el: Rename from emulation/pc-mode.el.

Fixes: debbugs:7940
2011-02-08 15:45:53 -05:00
Julien Danjou
756441ed82 message.el (message-options): Make message-options a local variable. 2011-02-08 12:03:14 +00:00
Kenichi Handa
8f3b2e120b font.c (Ffont_get): Do not cache :otf value. 2011-02-08 15:56:57 +09:00
Kenichi Handa
50c822bd67 update for autoloads 2011-02-08 15:54:37 +09:00
Lars Ingebrigtsen
b52daf3d93 nnimap.el (nnimap-update-info): Simplify split history test. 2011-02-07 22:49:38 +00:00
Jay Belanger
226590f8d1 calc/calc-units.el (math-logunits-quant): Add support for
non-logarithmic units.
2011-02-07 16:25:31 -06:00
Ken Manheimer
4ec28e14ba allout.el (allout-after-copy-or-kill-hook): New hook for extension-specific
processing of killed text.
(allout-mode): Include new allout-after-copy-or-kill-hook among mentioned
hooks.
(allout-kill-line) (allout-kill-topic): Ensure that processing after kill
happens even if barf-if-buffer-read-only is raised.  Include new
allout-after-copy-or-kill-hook among that subsequent processing.
(allout-deannotate-hidden): Actually remove the annotation text properties.
2011-02-07 15:43:36 -05:00
Eli Zaretskii
61c72b067b Regenerate lib/getopt_.h. 2011-02-07 21:15:02 +02:00
Ken Manheimer
dd0b691e6a * allout.el (allout-listify-exposed): Copy text sans text properties. 2011-02-07 13:58:17 -05:00
Ken Manheimer
3e2ee8896b (allout-listify-exposed): Copy text sans text properties. 2011-02-07 13:55:33 -05:00
Lars Ingebrigtsen
41d579ce4a nnimap.el (nnimap-update-info): Refactor slightly.
(nnimap-update-info): Tell Gnus whether there are any \Recent messages.
 (nnimap-update-info): Clean up slightly.
 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL characters.
 (nnimap-process-quirk): Renamed function to avoid collision.
 (nnimap-update-info): Fix macrology bug-out.
2011-02-07 13:03:22 +00:00
Michael Albinus
1ff98217da * dbus.texi (Bus names): Adapt descriptions for
dbus-list-activatable-names and dbus-list-known-names.
2011-02-07 10:21:08 +01:00
Michael Albinus
07e52e08b0 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS. 2011-02-07 09:01:15 +01:00
Paul Eggert
b19beacc54 * image.c: conform to C89 pointer rules 2011-02-06 22:18:23 -08:00
Paul Eggert
c45e52762b * xml.c: conform to C89 pointer rules 2011-02-06 22:15:32 -08:00
Paul Eggert
3ce2f8ac4c * ralloc.c: conform to C89 pointer rules 2011-02-06 21:47:56 -08:00
Paul Eggert
efe0234f6a * xfont.c: conform to C89 pointer rules 2011-02-06 21:44:50 -08:00
Paul Eggert
7469ef5d1b * doprnt.c, indent.c, character.c: conform to C89 pointer rules 2011-02-06 21:42:15 -08:00
Paul Eggert
0ca76b1eac * callproc.c: conform to C89 pointer rules 2011-02-06 21:06:59 -08:00
Paul Eggert
400a67ffac * process.c: conform to C89 pointer rules 2011-02-06 21:02:02 -08:00
Paul Eggert
4a25e32a73 * lread.c: conform to C89 pointer rules 2011-02-06 20:48:38 -08:00
Paul Eggert
f1e5982419 * fns.c: conform to C89 pointer rules 2011-02-06 20:43:35 -08:00
Paul Eggert
a2db99828c * callint.c: conform to C89 pointer rules 2011-02-06 19:09:32 -08:00
Paul Eggert
e7f8264d90 * editfns.c: conform to C89 pointer rules 2011-02-06 18:51:10 -08:00
Paul Eggert
09125ef847 * print.c: conform to C89 pointer rules 2011-02-06 18:26:14 -08:00
Paul Eggert
57ace6d0d3 * data.c etc: conform to C89 pointer rules 2011-02-06 18:18:35 -08:00
Paul Eggert
cca94728b9 Merge: * alloc.c: conform to C89 pointer rules 2011-02-06 18:06:16 -08:00
Paul Eggert
9025684146 * alloc.c: conform to C89 pointer rules 2011-02-06 18:05:30 -08:00
Jay Belanger
ed98055eb1 Eliminate newline 2011-02-06 19:40:47 -06:00
Jay Belanger
2e78df6b3d calc.texi (Logarithmic Units): New section 2011-02-06 19:35:09 -06:00
Paul Eggert
a7e979a44e * search.c: conform to C89 pointer rules 2011-02-06 17:31:29 -08:00
Paul Eggert
47ce90e495 * casefiddle.c: conform to C89 pointer rules 2011-02-06 17:24:53 -08:00
Paul Eggert
4f043d0f4d * dired.c: conform to C89 pointer rules 2011-02-06 17:18:31 -08:00
Paul Eggert
ef0069e9b5 Merge: gnulib: allow multiple gnulib generated replacements to coexist 2011-02-06 17:03:27 -08:00
Paul Eggert
595785701d gnulib: allow multiple gnulib generated replacements to coexist
This defines a few preprocessor symbols that should not affect Emacs.
* lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
via "make sync-from-gnulib".
2011-02-06 17:01:26 -08:00
Jay Belanger
ec6ad6f20a calc/README: Add mention of logarithmic units.
calc/calc-help.el (calc-logunits-add): Rename from `calc-logunits-plus'.
(calc-logunits-sub): Rename from `calc-logunits-minus'.
(calc-logunits-mul): Rename from `calc-logunits-times'.
(calcFunc-lupoweradd): Rename from `calcFunc-lupowerplus'.
(calcFunc-lupowersub): Rename from `calcFunc-lupowerminus'.
(calcFunc-lupowermul): Rename from `calcFunc-lupowertimes'.
calc/calc-ext.el (calc-init-extensions): Change names of logarithmic
unit functions in autoloads.
2011-02-06 18:54:23 -06:00
Deniz Dogan
c5aff743c3 * lisp/net/rcirc.el (rcirc-handler-317): New function. (Bug#6507) 2011-02-07 01:12:17 +01:00
Jay Belanger
03925868ed Update ChangeLog 2011-02-06 16:44:01 -06:00
Jay Belanger
6f16beccf4 calc/calc.el (calc-logunits-field-reference) Renamed from
`calc-default-field-reference-level'.
(calc-logunits-power-reference): Renamed from `calc-default-power-reference-level' 

calc/calc-units.el (math-logunits-quant):  Renamed from `math-logunits-level'
(math-logunits-plus):  Renamed from math-logcombine.
(calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove functions.
(calcFunc-lufieldplus, calcFunc-lupowerplus, calcFunc-lufieldminus)
(calcFunc-lufieldminus,calc-logunits-plus calc-logunits-minus): New functions.
(calcFunc-fieldquant): Renamed from `calcFunc-fieldlevel'.
(calcFunc-powerquant): Renamed from `calcFunc-powerlevel'.
(calc-logunits-quantity): Renamed from `calc-level'.
(calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
(calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
(math-logunits-times, calcFunc-lufieldtimes, calcFunc-lupowertimes)
(calc-logunits-times, math-logunits-divide, calcFunc-lufielddiv)
(calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
New functions.

calc-help.el (calc-u-prefix-help): Removed "L" reference.
(calc-ul-prefix-help): Remove.
(calc-l-prefix-help): New function.
(calc-full-help): Add reference to `calc-l-prefix-help'.

calc-ext.el (calc-init-extensions): Update autoloads.
2011-02-06 16:42:14 -06:00
Lars Ingebrigtsen
76b8d9dd0e nntp.el (nntp-finish-retrieve-group-infos): Protect against the first part not returning any data.
proto-stream.el (open-protocol-stream): Document the return value.
2011-02-06 22:27:28 +00:00
Paul Eggert
e765a38829 gnulib: undo previous change 2011-02-06 14:13:03 -08:00
Paul Eggert
5976c3fe90 * fileio.c: conform to C89 pointer rules 2011-02-06 14:02:50 -08:00
Paul Eggert
637de37e96 * minibuf.c: conform to C89 pointer rules 2011-02-06 12:12:53 -08:00
Paul Eggert
01c9aa3af4 * keymap.c: conform to C89 pointer rules 2011-02-06 11:56:30 -08:00
Paul Eggert
b68864e5b9 * insdel.c: conform to C89 pointer rules 2011-02-06 11:44:36 -08:00
Chong Yidong
f8b351c190 Remove the check for non-ASCII in report-emacs-bug-hook (Bug#7925).
* mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
non-ASCII characters.
2011-02-06 10:04:31 -05:00
Julien Danjou
184469b7a0 message.el (message-setup-1): Handle message-generate-headers-first set to t. 2011-02-06 12:48:19 +00:00
Paul Eggert
847c082469 * keyboard.c: conform to C89 pointer rules 2011-02-06 01:03:25 -08:00