1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

66742 Commits

Author SHA1 Message Date
Juanma Barranquero
373ed13578 (find-function-noselect, find-function, find-variable-noselect, find-variable,
find-definition-noselect, find-face-definition): Use "non-nil" in docstrings.
2006-11-03 15:09:49 +00:00
Juanma Barranquero
c67c14f32e (checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings. 2006-11-03 15:08:44 +00:00
Juanma Barranquero
80b709bce1 (widget-image-enable): Use "non-nil" in docstrings. 2006-11-03 15:08:02 +00:00
Juanma Barranquero
8728dbdd32 (speedbar-generic-list-tag-p): Use "non-nil" in docstrings. 2006-11-03 15:07:29 +00:00
Juanma Barranquero
4656ce7b84 (expand-pos): Use "non-nil" in docstrings. 2006-11-03 15:06:55 +00:00
Juanma Barranquero
10cb6e7b96 (custom-unlispify-menu-entries, custom-unlispify-tag-names,
custom-prompt-variable): Use "non-nil" in docstrings.
2006-11-03 15:06:26 +00:00
Juanma Barranquero
aaf08d6bb1 (bs--show-all, bs--redisplay): Use "non-nil" in docstrings. 2006-11-03 15:05:44 +00:00
Ramprasad B
c62d85beb7 *** empty log message *** 2006-11-03 14:38:12 +00:00
Juanma Barranquero
06856b12e9 (nnsoup-always-save): Use "non-nil" in docstrings. 2006-11-03 14:37:25 +00:00
Ramprasad B
e7cd761fab Installed [mark@mcs.vuw.ac.nz: sort-columns fails on NetBSD] patch 2006-11-03 14:33:38 +00:00
Juanma Barranquero
67cb63df8b (nndiary-reminders): Use "non-nil" in docstrings. 2006-11-03 14:33:11 +00:00
Juanma Barranquero
a444822589 (gnus-diary-delay-format-function): Use "non-nil" in docstring. 2006-11-03 14:32:22 +00:00
Ramprasad B
255fc2905e *** empty log message *** 2006-11-03 14:16:35 +00:00
Ramprasad B
01c7d38339 Installed [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch 2006-11-03 14:10:50 +00:00
Ramprasad B
030d1efecb Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch 2006-11-03 13:54:32 +00:00
Kim F. Storm
3443198806 Add Tip to speed up copy/kill for remote X session. 2006-11-03 09:24:40 +00:00
Jan Djärv
45a26c4279 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
window.
2006-11-03 08:58:39 +00:00
Juanma Barranquero
e101e71804 *** empty log message *** 2006-11-03 00:24:26 +00:00
Stefan Monnier
757e168190 (server-auth-key): Remove. Replace by a process-property.
(server-start): Don't remove the file of the previous process, but
instead clear out the place for the new file.
(server-start): Set the :auth-key property.
(server-process-filter): Use the :auth-key property.
2006-11-02 23:46:14 +00:00
Miles Bader
b193caa336 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 161-162)

   - Update from CVS

2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (article-hide-boring-headers): Fetch date from
   gnus-original-article-buffer to avoid problems with localized date
   strings.

2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/html2text.el (html2text-format-tags): Avoid infloop on open tags.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-495
2006-11-02 23:10:57 +00:00
Magnus Henoch
8917392a52 (url-http-handle-authentication): If there are several authentication
headers, use the first with a supported method.
2006-11-02 23:06:20 +00:00
Chong Yidong
1a858672d8 ** david.reitter@gmail.com, Oct 16: url-retrieve may cause hang
Fixed.
2006-11-02 22:13:22 +00:00
Juanma Barranquero
b224de9ba9 (Fkill_emacs): Fix typo in docstring. 2006-11-02 16:15:28 +00:00
Juanma Barranquero
4418616bf3 *** empty log message *** 2006-11-02 13:04:47 +00:00
Juanma Barranquero
43983eb155 When called with no arguments (not even a filter), show help instead of
blindingly dumping every single ChangeLog available.  Doc fix.  Update version.
2006-11-02 11:52:15 +00:00
Robert J. Chassell
82306b14c3 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
of extraneous quotation mark to rotate-yank-pointer.
2006-11-02 11:27:45 +00:00
Robert J. Chassell
45ddadc02d * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
of extraneous quotation mark to rotate-yank-pointer.
        Reset edition-number to 3.02 and update-date to 2006 November 2.
2006-11-02 11:26:40 +00:00
Juanma Barranquero
1e7823d061 [WINDOWSNT]: Define HAVE_INET_SOCKETS.
[!WINDOWSNT]: Include <netinet/in.h> if available.
[HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
(IOCTL, IOCTL_BOOL_ARG): Remove.
(set_tcp_socket): Don't set the socket in blocking mode.  Remove c_arg.
2006-11-02 09:55:33 +00:00
Carsten Dominik
98644ad4a0 (org-mode-map): No longer copy `outline-mode-map' explicitly
- this is already done by `define-derived-mode'.
2006-11-02 08:41:57 +00:00
Carsten Dominik
661ca46f27 *** empty log message *** 2006-11-02 08:40:56 +00:00
YAMAMOTO Mitsuharu
73da71f926 2006-11-02 Nozomu Ando <nand@mac.com>
* unexmacosx.c (mach_header, segment_command, vm_region, section)
	[_LP64]: New defines.
	(VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT)
	(MH_MAGIC) [_LP64]: Redefine.
	(delta): Remove variable.
	(curr_file_offset, pagesize): New variables.
	(ROUNDUP_TO_PAGE_BOUNDARY): New macro.
	(data_segment_old_fileoff): Initialize explicitly.
	(print_region, unexec_regions_recorder, print_load_command_name)
	(copy_segment, copy_data_segment): Use long format in printf.
	(MAX_UNEXEC_REGIONS): Increase to 400.
	(unexec_regions_recorder): Don't warn too many regions here.
	(find_emacs_zone_regions): Warn too many regions here.
	(print_load_command_name) [_LP64]: Show correct load command name.
	(copy_segment, copy_data_segment): Use variable `curr_file_offset'.
	Show starting virtual memory address.  Don't show ending file offset.
	(copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA.
	(dump_it): Use new local variable `linkedit_delta' and pass to them.
	Error if trying to handle multiple DATA segments.
	(unexec): Initialize variable `pagesize'.
2006-11-02 04:37:35 +00:00
Juanma Barranquero
95eefb3510 (server-visit-files): Use `when'.
(server-process-filter): When authentication fails, send error message to
client.  Wrap `process-send-region' in `ignore-errors' instead of
`condition-case', and remove misleading comment.
2006-11-02 01:31:39 +00:00
Juri Linkov
0a81bd34a4 Fix unbalanced quotes. 2006-11-01 23:44:51 +00:00
Juri Linkov
356d75b6c8 Fix unbalanced quotes. 2006-11-01 23:30:41 +00:00
Juri Linkov
ac65be043c *** empty log message *** 2006-11-01 23:23:18 +00:00
Juri Linkov
0609f48041 Fix unbalanced quotes. 2006-11-01 23:23:08 +00:00
Juri Linkov
cadc14ec8a (Word Search): Document incremental word search. 2006-11-01 23:17:22 +00:00
Juri Linkov
a9b9303c47 (yank): Doc fix. 2006-11-01 23:11:08 +00:00
Stefan Monnier
b7621225b4 Try and fit within 80 columns.
(server-start): Make the auth file unreadable by other users.
2006-11-01 21:37:11 +00:00
Juanma Barranquero
ebc20ca09c *** empty log message *** 2006-11-01 20:25:51 +00:00
Juanma Barranquero
1d632ccfe8 (Fcatch): Doc fix. 2006-11-01 20:23:44 +00:00
Juanma Barranquero
b73ea44bb7 [WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editor
(otherwise .BAT scripts can't run).
2006-11-01 19:26:14 +00:00
Magnus Henoch
8ea882655e (url-http-create-request): Use buffer-locale equivalents of
dynamically bound variables.
2006-11-01 15:16:22 +00:00
Chong Yidong
5c79f850e1 * battery.el (battery-linux-proc-acpi): Prevent range error when
`full-capacity' is 0.
2006-11-01 14:24:37 +00:00
Robert J. Chassell
6a3f3de849 Removed Info files wrongly committed. 2006-10-31 21:49:55 +00:00
Robert J. Chassell
b096c3a92d * emacs-lisp-intro.texi: Remove version reference for X colors.
Document `='.  Remove mention that :eval was new in 21. Updated
	instance's edition-number to 3.01.
2006-10-31 18:07:16 +00:00
Robert J. Chassell
6c850af4a1 * eintr-3: updated `Introduction to Programming in Emacs Lisp' 2006-10-31 18:05:16 +00:00
Robert J. Chassell
70468157b3 * eintr-2: updated `Introduction to Programming in Emacs Lisp' 2006-10-31 18:04:34 +00:00
Robert J. Chassell
7a01c12996 * eintr-1: updated `Introduction to Programming in Emacs Lisp' 2006-10-31 18:03:48 +00:00
Robert J. Chassell
6440b7ece4 * eintr: updated `Introduction to Programming in Emacs Lisp' 2006-10-31 18:03:03 +00:00