bpt/emacs.git
17 years agoMinor fixes.
Robert J. Chassell [Sat, 4 Nov 2006 19:09:13 +0000 (19:09 +0000)]
Minor fixes.
Replace all tabs with eight spaces each so printed text looks correct.
Remove extraneous comma in a printed node name produced by `ref'.
(insert-buffer): Add a missing beginning parenthesis.
(beginning-of-buffer): Add `beginning of' to note about accessible portion.
(narrow Exercise): Write closing parenthesis at end of correct paragraph.
(zap-to-char): Remove extraneous `a' from first sentence.
(Complete zap-to-char): Remove two extraneous sentences.
(zap-to-char body): Move sentences on documentation two nodes earlier.
(Lisp macro): Add definition of `unless' macro.
(last-command & this-command): Remove comment that `we have not yet
seen' the @code{eq} function.
(kill-append function): Reformat `kill-append' function definition so
it prints well.
(kill-new function): Indent the sentence beginning `notice'.  Replace
`the same as' with `similar to'.  Repair typo.  Remove obsolete
references to `yank' and `yank-pop.  End section with a note that `we
will digress into C.'

17 years ago(rmail-redecode-body): New optional argument RAW.
Eli Zaretskii [Sat, 4 Nov 2006 15:39:33 +0000 (15:39 +0000)]
(rmail-redecode-body): New optional argument RAW.
Don't encode body if RAW is non-nil, or if the old encoding is identical to the
new encoding, or if the body contains only eight-bit-* characters.

17 years agoReplace 22.0.100 with 22.1.100.
Robert J. Chassell [Sat, 4 Nov 2006 14:49:12 +0000 (14:49 +0000)]
Replace 22.0.100 with 22.1.100.
(defcustom): Note that the value set by defconst is a variable.
(Buffer Size & Locations): Parenthetical remark about evaluation.
(Finding More): Change text to include C sources by inference.

17 years agoFix typo.
Romain Francoise [Sat, 4 Nov 2006 14:47:54 +0000 (14:47 +0000)]
Fix typo.

17 years ago(bootstrap-clean-before): Use new target `bootstrap-clean' in the leim
Romain Francoise [Sat, 4 Nov 2006 14:44:13 +0000 (14:44 +0000)]
(bootstrap-clean-before): Use new target `bootstrap-clean' in the leim
subdirectory.

17 years ago(bootstrap-clean): New target.
Romain Francoise [Sat, 4 Nov 2006 14:43:58 +0000 (14:43 +0000)]
(bootstrap-clean): New target.

17 years ago*** empty log message ***
Juanma Barranquero [Sat, 4 Nov 2006 12:52:13 +0000 (12:52 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 4 Nov 2006 12:23:03 +0000 (12:23 +0000)]
*** empty log message ***

17 years ago(w32_createwindow): Remove code for handling -geometry command line option and
Eli Zaretskii [Sat, 4 Nov 2006 12:21:29 +0000 (12:21 +0000)]
(w32_createwindow): Remove code for handling -geometry command line option and
`initial-frame-alist' which is superfluous after the last change to
`w32_createwindow'.

17 years agoDocument problems with Cygwin builds of GCC 3.4.4.
Eli Zaretskii [Sat, 4 Nov 2006 12:11:21 +0000 (12:11 +0000)]
Document problems with Cygwin builds of GCC 3.4.4.

17 years ago(../src/$(BLD)/temacs.exe): Create as temporary file if it doesn't already
Eli Zaretskii [Sat, 4 Nov 2006 12:00:20 +0000 (12:00 +0000)]
(../src/$(BLD)/temacs.exe): Create as temporary file if it doesn't already
exist.

17 years ago*** empty log message ***
Romain Francoise [Sat, 4 Nov 2006 11:56:14 +0000 (11:56 +0000)]
*** empty log message ***

17 years agoFix faces.el log entry.
Eli Zaretskii [Sat, 4 Nov 2006 11:12:58 +0000 (11:12 +0000)]
Fix faces.el log entry.

17 years ago(faces-sample-overlay, describe-face): Revert last changes.
Eli Zaretskii [Sat, 4 Nov 2006 11:02:27 +0000 (11:02 +0000)]
(faces-sample-overlay, describe-face): Revert last changes.
(faces-sample-overlay): Remove variable.
(describe-face): Insert sample text in the face being described.

17 years ago(whitespace-indent-regexp): Make this match any multiples of eight spaces near
Eli Zaretskii [Sat, 4 Nov 2006 10:34:56 +0000 (10:34 +0000)]
(whitespace-indent-regexp): Make this match any multiples of eight spaces near
the beginning of a line.
(whitespace-buffer): Use `remove-overlays' instead of
`whitespace-unhighlight-the-space' and `overlay-recenter' to speed up overlay
handling.
(whitespace-buffer-leading, whitespace-buffer-trailing): Make these functions
highlight the text removed by `whitespace-buffer-leading-cleanup' and
`whitespace-buffer-trailing-cleanup' respectively.
(whitespace-buffer-search): Use `with-local-quit'.  Move `format' out of loop
to speed up scanning larger buffers.
(whitespace-unhighlight-the-space): Remove `remove-hook' since that function is
never added to a hook.
(whitespace-spacetab-regexp, whitespace-ateol-regexp)
(whitespace-buffer-leading-cleanup)
(whitespace-refresh-rescan-list): Fix docstrings.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 4 Nov 2006 07:07:04 +0000 (07:07 +0000)]
*** empty log message ***

17 years ago* w32proc.c: (sys_wait) Only wait for processes with fd<0.
Chong Yidong [Sat, 4 Nov 2006 03:37:40 +0000 (03:37 +0000)]
* w32proc.c: (sys_wait) Only wait for processes with fd<0.
  Others should be handled by sys_select instead. Fixes problems
  with (progn (start-process "" nil "ls") (call-process "ls"))

17 years ago* configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
Chong Yidong [Sat, 4 Nov 2006 03:28:27 +0000 (03:28 +0000)]
* configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.

17 years ago* xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
Chong Yidong [Sat, 4 Nov 2006 03:21:40 +0000 (03:21 +0000)]
* xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
avoid gcc 2.95 error.

17 years ago* gtkutil.c (update_frame_tool_bar): If icon image is invalid and
Chong Yidong [Sat, 4 Nov 2006 03:08:35 +0000 (03:08 +0000)]
* gtkutil.c (update_frame_tool_bar): If icon image is invalid and
wicon is null, insert an empty button.

17 years ago2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
Kim F. Storm [Sat, 4 Nov 2006 00:48:31 +0000 (00:48 +0000)]
2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>

* allout.el (allout-during-yank-processing): Cue for inhibiting
aberrance processing during yanks.
(allout-doublecheck-at-and-shallower): Reduce the limit to reduce
the amount of yanked topics that can be aberrant.
(allout-do-doublecheck): Encapsulate this multiply-used recipe in
a function, and supplement with inihibition of doublechecking
during yanks.
(allout-beginning-of-line, allout-next-heading)
(allout-previous-heading, allout-goto-prefix-doublechecked)
(allout-back-to-current-heading, allout-next-visible-heading)
(allout-next-sibling): Use new allout-do-doublecheck function.
(allout-next-sibling): Ensure we made progress when returning
other than nil.
(allout-rebullet-heading): Preserve text property annotations
indicating the text was hidden, if it was.
(allout-kill-line): Remove any added was-hidden annotations.
(allout-kill-topic): Remove any added was-hidden annotations.
(allout-annotate-hidden): Inhibit adding was-hidden text
properties to the undo list.
(allout-deannotate-hidden): New function to remove was-hidden
annotation.
(allout-hide-by-annotation): Use new allout-deannotate-hidden.
(allout-remove-exposure-annotation): Replaced by
allout-deannotate-hidden.
(allout-yank-processing): Signal that yank processing is happening
with allout-during-yank-processing.  Also, wrap
allout-unprotected's closer to the text changes, for easier
debugging.  We need to inhibit-field-text-motion explicitly, in
lieu of the encompassing allout-unprotected.
(outlineify-sticky): Adjust criteria for triggering new outline
decorations to presence or absence of any topics, not just a topic
at the beginning of the buffer.

17 years ago*** empty log message ***
Kim F. Storm [Sat, 4 Nov 2006 00:48:05 +0000 (00:48 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 3 Nov 2006 16:31:08 +0000 (16:31 +0000)]
*** empty log message ***

17 years ago(initialize_sockets): Don't initialize Winsock more than once.
Juanma Barranquero [Fri, 3 Nov 2006 16:24:53 +0000 (16:24 +0000)]
(initialize_sockets): Don't initialize Winsock more than once.

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 3 Nov 2006 15:50:42 +0000 (15:50 +0000)]
*** empty log message ***

17 years agoReword comment.
Juanma Barranquero [Fri, 3 Nov 2006 15:43:58 +0000 (15:43 +0000)]
Reword comment.

17 years ago(table--row-column-insertion-point-p): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:13:38 +0000 (15:13 +0000)]
(table--row-column-insertion-point-p): Use "non-nil" in docstrings.

17 years ago(org-copy-subtree): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:12:46 +0000 (15:12 +0000)]
(org-copy-subtree): Use "non-nil" in docstrings.

17 years ago(flyspell-check-tex-math-command): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:11:44 +0000 (15:11 +0000)]
(flyspell-check-tex-math-command): Use "non-nil" in docstrings.

17 years ago(ada-find-in-ali): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:11:15 +0000 (15:11 +0000)]
(ada-find-in-ali): Use "non-nil" in docstrings.

17 years ago(eudc-expansion-overwrites-query): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:10:41 +0000 (15:10 +0000)]
(eudc-expansion-overwrites-query): Use "non-nil" in docstrings.

17 years ago(rsf-scanning-messages-now): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:10:16 +0000 (15:10 +0000)]
(rsf-scanning-messages-now): Use "non-nil" in docstrings.

17 years ago(find-function-noselect, find-function, find-variable-noselect, find-variable,
Juanma Barranquero [Fri, 3 Nov 2006 15:09:49 +0000 (15:09 +0000)]
(find-function-noselect, find-function, find-variable-noselect, find-variable,
find-definition-noselect, find-face-definition): Use "non-nil" in docstrings.

17 years ago(checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:08:44 +0000 (15:08 +0000)]
(checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings.

17 years ago(widget-image-enable): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:08:02 +0000 (15:08 +0000)]
(widget-image-enable): Use "non-nil" in docstrings.

17 years ago(speedbar-generic-list-tag-p): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:07:29 +0000 (15:07 +0000)]
(speedbar-generic-list-tag-p): Use "non-nil" in docstrings.

17 years ago(expand-pos): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:06:55 +0000 (15:06 +0000)]
(expand-pos): Use "non-nil" in docstrings.

17 years ago(custom-unlispify-menu-entries, custom-unlispify-tag-names,
Juanma Barranquero [Fri, 3 Nov 2006 15:06:26 +0000 (15:06 +0000)]
(custom-unlispify-menu-entries, custom-unlispify-tag-names,
custom-prompt-variable): Use "non-nil" in docstrings.

17 years ago(bs--show-all, bs--redisplay): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 15:05:44 +0000 (15:05 +0000)]
(bs--show-all, bs--redisplay): Use "non-nil" in docstrings.

17 years ago*** empty log message ***
Ramprasad B [Fri, 3 Nov 2006 14:38:12 +0000 (14:38 +0000)]
*** empty log message ***

17 years ago(nnsoup-always-save): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 14:37:25 +0000 (14:37 +0000)]
(nnsoup-always-save): Use "non-nil" in docstrings.

17 years agoInstalled [mark@mcs.vuw.ac.nz: sort-columns fails on NetBSD] patch
Ramprasad B [Fri, 3 Nov 2006 14:33:38 +0000 (14:33 +0000)]
Installed [mark@mcs.vuw.ac.nz: sort-columns fails on NetBSD] patch

17 years ago(nndiary-reminders): Use "non-nil" in docstrings.
Juanma Barranquero [Fri, 3 Nov 2006 14:33:11 +0000 (14:33 +0000)]
(nndiary-reminders): Use "non-nil" in docstrings.

17 years ago(gnus-diary-delay-format-function): Use "non-nil" in docstring.
Juanma Barranquero [Fri, 3 Nov 2006 14:32:22 +0000 (14:32 +0000)]
(gnus-diary-delay-format-function): Use "non-nil" in docstring.

17 years ago*** empty log message ***
Ramprasad B [Fri, 3 Nov 2006 14:16:35 +0000 (14:16 +0000)]
*** empty log message ***

17 years agoInstalled [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch
Ramprasad B [Fri, 3 Nov 2006 14:10:50 +0000 (14:10 +0000)]
Installed [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch

17 years agoInstalled [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch
Ramprasad B [Fri, 3 Nov 2006 13:54:32 +0000 (13:54 +0000)]
Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch

17 years agoAdd Tip to speed up copy/kill for remote X session.
Kim F. Storm [Fri, 3 Nov 2006 09:24:40 +0000 (09:24 +0000)]
Add Tip to speed up copy/kill for remote X session.

17 years ago* xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
Jan Djärv [Fri, 3 Nov 2006 08:58:39 +0000 (08:58 +0000)]
* xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
 window.

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 3 Nov 2006 00:24:26 +0000 (00:24 +0000)]
*** empty log message ***

17 years ago(server-auth-key): Remove. Replace by a process-property.
Stefan Monnier [Thu, 2 Nov 2006 23:46:14 +0000 (23:46 +0000)]
(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.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 2 Nov 2006 23:10:57 +0000 (23:10 +0000)]
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

17 years ago(url-http-handle-authentication): If there are several authentication
Magnus Henoch [Thu, 2 Nov 2006 23:06:20 +0000 (23:06 +0000)]
(url-http-handle-authentication): If there are several authentication
headers, use the first with a supported method.

17 years ago** david.reitter@gmail.com, Oct 16: url-retrieve may cause hang
Chong Yidong [Thu, 2 Nov 2006 22:13:22 +0000 (22:13 +0000)]
** david.reitter@gmail.com, Oct 16: url-retrieve may cause hang
Fixed.

17 years ago(Fkill_emacs): Fix typo in docstring.
Juanma Barranquero [Thu, 2 Nov 2006 16:15:28 +0000 (16:15 +0000)]
(Fkill_emacs): Fix typo in docstring.

17 years ago*** empty log message ***
Juanma Barranquero [Thu, 2 Nov 2006 13:04:47 +0000 (13:04 +0000)]
*** empty log message ***

17 years agoWhen called with no arguments (not even a filter), show help instead of
Juanma Barranquero [Thu, 2 Nov 2006 11:52:15 +0000 (11:52 +0000)]
When called with no arguments (not even a filter), show help instead of
blindingly dumping every single ChangeLog available.  Doc fix.  Update version.

17 years ago* emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
Robert J. Chassell [Thu, 2 Nov 2006 11:27:45 +0000 (11:27 +0000)]
* emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
of extraneous quotation mark to rotate-yank-pointer.

17 years ago* emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition
Robert J. Chassell [Thu, 2 Nov 2006 11:26:40 +0000 (11:26 +0000)]
* 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.

17 years ago[WINDOWSNT]: Define HAVE_INET_SOCKETS.
Juanma Barranquero [Thu, 2 Nov 2006 09:55:33 +0000 (09:55 +0000)]
[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.

17 years ago(org-mode-map): No longer copy `outline-mode-map' explicitly
Carsten Dominik [Thu, 2 Nov 2006 08:41:57 +0000 (08:41 +0000)]
(org-mode-map): No longer copy `outline-mode-map' explicitly
  - this is already done by `define-derived-mode'.

17 years ago*** empty log message ***
Carsten Dominik [Thu, 2 Nov 2006 08:40:56 +0000 (08:40 +0000)]
*** empty log message ***

17 years ago2006-11-02 Nozomu Ando <nand@mac.com>
YAMAMOTO Mitsuharu [Thu, 2 Nov 2006 04:37:35 +0000 (04:37 +0000)]
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'.

17 years ago(server-visit-files): Use `when'.
Juanma Barranquero [Thu, 2 Nov 2006 01:31:39 +0000 (01:31 +0000)]
(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.

17 years agoFix unbalanced quotes.
Juri Linkov [Wed, 1 Nov 2006 23:44:51 +0000 (23:44 +0000)]
Fix unbalanced quotes.

17 years agoFix unbalanced quotes.
Juri Linkov [Wed, 1 Nov 2006 23:30:41 +0000 (23:30 +0000)]
Fix unbalanced quotes.

17 years ago*** empty log message ***
Juri Linkov [Wed, 1 Nov 2006 23:23:18 +0000 (23:23 +0000)]
*** empty log message ***

17 years agoFix unbalanced quotes.
Juri Linkov [Wed, 1 Nov 2006 23:23:08 +0000 (23:23 +0000)]
Fix unbalanced quotes.

17 years ago(Word Search): Document incremental word search.
Juri Linkov [Wed, 1 Nov 2006 23:17:22 +0000 (23:17 +0000)]
(Word Search): Document incremental word search.

17 years ago(yank): Doc fix.
Juri Linkov [Wed, 1 Nov 2006 23:11:08 +0000 (23:11 +0000)]
(yank): Doc fix.

17 years agoTry and fit within 80 columns.
Stefan Monnier [Wed, 1 Nov 2006 21:37:11 +0000 (21:37 +0000)]
Try and fit within 80 columns.
(server-start): Make the auth file unreadable by other users.

17 years ago*** empty log message ***
Juanma Barranquero [Wed, 1 Nov 2006 20:25:51 +0000 (20:25 +0000)]
*** empty log message ***

17 years ago(Fcatch): Doc fix.
Juanma Barranquero [Wed, 1 Nov 2006 20:23:44 +0000 (20:23 +0000)]
(Fcatch): Doc fix.

17 years ago[WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editor
Juanma Barranquero [Wed, 1 Nov 2006 19:26:14 +0000 (19:26 +0000)]
[WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editor
(otherwise .BAT scripts can't run).

17 years ago(url-http-create-request): Use buffer-locale equivalents of
Magnus Henoch [Wed, 1 Nov 2006 15:16:22 +0000 (15:16 +0000)]
(url-http-create-request): Use buffer-locale equivalents of
dynamically bound variables.

17 years ago* battery.el (battery-linux-proc-acpi): Prevent range error when
Chong Yidong [Wed, 1 Nov 2006 14:24:37 +0000 (14:24 +0000)]
* battery.el (battery-linux-proc-acpi): Prevent range error when
`full-capacity' is 0.

17 years agoRemoved Info files wrongly committed.
Robert J. Chassell [Tue, 31 Oct 2006 21:49:55 +0000 (21:49 +0000)]
Removed Info files wrongly committed.

17 years ago* emacs-lisp-intro.texi: Remove version reference for X colors.
Robert J. Chassell [Tue, 31 Oct 2006 18:07:16 +0000 (18:07 +0000)]
* 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.

17 years ago* eintr-3: updated `Introduction to Programming in Emacs Lisp'
Robert J. Chassell [Tue, 31 Oct 2006 18:05:16 +0000 (18:05 +0000)]
* eintr-3: updated `Introduction to Programming in Emacs Lisp'

17 years ago* eintr-2: updated `Introduction to Programming in Emacs Lisp'
Robert J. Chassell [Tue, 31 Oct 2006 18:04:34 +0000 (18:04 +0000)]
* eintr-2: updated `Introduction to Programming in Emacs Lisp'

17 years ago* eintr-1: updated `Introduction to Programming in Emacs Lisp'
Robert J. Chassell [Tue, 31 Oct 2006 18:03:48 +0000 (18:03 +0000)]
* eintr-1: updated `Introduction to Programming in Emacs Lisp'

17 years ago* eintr: updated `Introduction to Programming in Emacs Lisp'
Robert J. Chassell [Tue, 31 Oct 2006 18:03:03 +0000 (18:03 +0000)]
* eintr: updated `Introduction to Programming in Emacs Lisp'

17 years agoinfo/eintr-3: Updated Info file to Third Edition for
Robert J. Chassell [Tue, 31 Oct 2006 17:00:54 +0000 (17:00 +0000)]
info/eintr-3: Updated Info file to Third Edition for
       `Introduction to Programming in Emacs Lisp'

17 years agoinfo/eintr-2: Updated Info file to Third Edition for
Robert J. Chassell [Tue, 31 Oct 2006 17:00:32 +0000 (17:00 +0000)]
info/eintr-2: Updated Info file to Third Edition for
       `Introduction to Programming in Emacs Lisp'

17 years agoinfo/eintr-1: Updated Info file to Third Edition for
Robert J. Chassell [Tue, 31 Oct 2006 17:00:13 +0000 (17:00 +0000)]
info/eintr-1: Updated Info file to Third Edition for
       `Introduction to Programming in Emacs Lisp'

17 years agoinfo/eintr: Updated Info file to Third Edition for
Robert J. Chassell [Tue, 31 Oct 2006 16:59:12 +0000 (16:59 +0000)]
info/eintr: Updated Info file to Third Edition for
       `Introduction to Programming in Emacs Lisp'

17 years ago* emacs-lisp-intro.texi: Revised text for kill-region,
Robert J. Chassell [Tue, 31 Oct 2006 16:46:53 +0000 (16:46 +0000)]
* emacs-lisp-intro.texi: Revised text for kill-region,
copy-region-as-kill, kill-append, kill-new, forward-sentence,
forward-paragraph, find-file, current-kill, yank, and yank-pop.
Removed INSTALL MANIFEST from the directory since those files are
now irrelevant.  Updated Info file in ../info.  Changed numbering
so is now Revised Third Edition and this instance's edition-number
is 3.00.  Did not update ISBN number.

17 years agoRemoved INSTALL MANIFEST since those files are now irrelevant.
Robert J. Chassell [Tue, 31 Oct 2006 16:41:49 +0000 (16:41 +0000)]
Removed INSTALL MANIFEST since those files are now irrelevant.

17 years ago[WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
Juanma Barranquero [Tue, 31 Oct 2006 16:40:11 +0000 (16:40 +0000)]
[WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
(close_winsock): Declare as __cdecl.

17 years ago[!WINDOWSNT]: Include <fcntl.h> if available.
Juanma Barranquero [Tue, 31 Oct 2006 13:52:32 +0000 (13:52 +0000)]
[!WINDOWSNT]: Include <fcntl.h> if available.
(set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO to set the
socket in non-blocking mode.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 31 Oct 2006 11:07:10 +0000 (11:07 +0000)]
*** empty log message ***

17 years agoAdded an entry
Ramprasad B [Tue, 31 Oct 2006 09:59:48 +0000 (09:59 +0000)]
Added an entry

17 years agoInstalled describe-face sample text
Ramprasad B [Tue, 31 Oct 2006 09:54:01 +0000 (09:54 +0000)]
Installed describe-face sample text

17 years agoFixes to emacsclient.c for GNU/Linux.
Juanma Barranquero [Tue, 31 Oct 2006 09:08:24 +0000 (09:08 +0000)]
Fixes to emacsclient.c for GNU/Linux.
[!WINDOWSNT] <top level>: Include <netinet/in.h> and <sys/ioctl.h>.
(INVALID_SOCKET): Define.
(initialize_sockets): Put #endif at the right place.
(set_local_socket): Use progname, not argv[0].

17 years ago(create_apple_event_from_event_ref)
YAMAMOTO Mitsuharu [Tue, 31 Oct 2006 08:33:53 +0000 (08:33 +0000)]
(create_apple_event_from_event_ref)
(create_apple_event_from_drag_ref, xrm_merge_string_database)
(xrm_get_resource, xrm_get_preference_database): Add const
qualifier to arguments in externs.

17 years ago(mac_create_bitmap_from_bitmap_data): Make variable
YAMAMOTO Mitsuharu [Tue, 31 Oct 2006 08:32:56 +0000 (08:32 +0000)]
(mac_create_bitmap_from_bitmap_data): Make variable
`swap_nibbles' static const.
(atsu_get_text_layout_with_text_ptr): Make variables `lengths',
`tags', `sizes', `values' static const.
(mac_draw_string_common): Make variables `context' static.  Make
variables `tags', `sizes', and `values' static const.
(pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click)
(xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match)
(mac_to_x_fontname, parse_x_font_name, add_mac_font_name)
(mac_do_list_fonts, is_fully_specified_xlfd, do_grow_window)
(mac_store_event_ref_as_apple_event, mac_make_rdb): Add const
qualifier to arguments.
(xlfd_scalable_fields, keycode_to_xkeysym_table)
(fn_keycode_to_keycode_table): Make static const.
(mac_load_query_font): Make variables `tags', `sizes', `values',
`types', and `selectors' static const.
(mac_handle_command_event, mac_handle_window_event): Make
variables `names' and `types' static const.
(init_command_handler, install_window_handler): Make variables
`specs*' static const.
(mac_handle_font_event, mac_handle_text_input_event)
(mac_store_service_event): Make variables `names' and `types'
const.  Make variables `names_*' and `types_*' static const.

17 years ago(init_service_handler): Make variable `specs' static
YAMAMOTO Mitsuharu [Tue, 31 Oct 2006 08:32:25 +0000 (08:32 +0000)]
(init_service_handler): Make variable `specs' static
const.

17 years ago(install_menu_quit_handler): Make variable `typesList'
YAMAMOTO Mitsuharu [Tue, 31 Oct 2006 08:32:08 +0000 (08:32 +0000)]
(install_menu_quit_handler): Make variable `typesList'
static const.
(name_is_separator): Add const qualifier to arguments.

17 years ago(mac_color_map): Make static const.
YAMAMOTO Mitsuharu [Tue, 31 Oct 2006 08:31:50 +0000 (08:31 +0000)]
(mac_color_map): Make static const.
(mac_color_map_lookup): Add const qualifier to arguments.

17 years ago(create_apple_event_from_event_ref)
YAMAMOTO Mitsuharu [Tue, 31 Oct 2006 08:31:30 +0000 (08:31 +0000)]
(create_apple_event_from_event_ref)
(create_apple_event_from_drag_ref, skip_white_space, parse_comment)
(parse_include_file, parse_binding, parse_component)
(parse_resource_name, parse_value, parse_resource_line)
(xrm_merge_string_database, xrm_get_resource)
(xrm_get_preference_database): Add const qualifier to arguments.
[MAC_OSX] (sys_select): Make variable `context' static const.