]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years ago(Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
YAMAMOTO Mitsuharu [Fri, 19 May 2006 09:11:47 +0000 (09:11 +0000)]
(Fx_focus_frame): Don't check dpyinfo->x_focus_frame.

18 years ago(gif_load): Allocate Lisp string first.
YAMAMOTO Mitsuharu [Fri, 19 May 2006 09:11:30 +0000 (09:11 +0000)]
(gif_load): Allocate Lisp string first.

18 years ago(x_set_border_width): Remove #ifndef MAC_OS.
YAMAMOTO Mitsuharu [Fri, 19 May 2006 09:11:14 +0000 (09:11 +0000)]
(x_set_border_width): Remove #ifndef MAC_OS.

18 years ago(SOME_MACHINE_LISP): Add fringe.elc.
YAMAMOTO Mitsuharu [Fri, 19 May 2006 09:10:48 +0000 (09:10 +0000)]
(SOME_MACHINE_LISP): Add fringe.elc.

18 years ago(mac-bytes-to-digits): Remove function.
YAMAMOTO Mitsuharu [Fri, 19 May 2006 09:09:37 +0000 (09:09 +0000)]
(mac-bytes-to-digits): Remove function.
(mac-handle-toolbar-switch-mode): Use coercion instead of it.

18 years ago(add-to-diary-list): Fix typo in previous doc fix.
Glenn Morris [Fri, 19 May 2006 08:42:50 +0000 (08:42 +0000)]
(add-to-diary-list): Fix typo in previous doc fix.

18 years ago(diary-bahai-date)
Glenn Morris [Fri, 19 May 2006 08:24:51 +0000 (08:24 +0000)]
(diary-bahai-date)
(list-bahai-diary-entries, mark-bahai-diary-entries)
(mark-bahai-calendar-date-pattern): Not interactive.
(add-to-diary-list): New optional arg LITERAL.  Doc fix.
(diary-entries-list): Change format of 4th element in each entry.
(diary-list-entries): Use add-to-diary-list.
(diary-goto-entry): Handle the case where the buffer visiting the
diary has been killed.
(fancy-diary-display): Add 'locator to button rather than 'marker.
Only generate temp-face when there are marks to apply.
(list-sexp-diary-entries): Pass literal to add-to-diary-list.
(diary-fancy-date-pattern): New variable.
(diary-time-regexp): Doc fix.
(diary-anniversary, diary-time): New faces.
(fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
diary-time-regexp.  Add font-lock-multiline property where needed.
Use new faces diary-anniversary and diary-time.
(diary-fancy-font-lock-fontify-region-function): New function, to
handle multiline font-lock pattern in fancy diary.
(fancy-diary-display-mode): Set font-lock-fontify-region-function.
(diary-font-lock-keywords): Tweak time regexp.  Use new face
diary-time.

18 years ago*** empty log message ***
Glenn Morris [Fri, 19 May 2006 08:24:21 +0000 (08:24 +0000)]
*** empty log message ***

18 years ago(Digression concerning error): Fix typo.
Thien-Thi Nguyen [Fri, 19 May 2006 05:57:07 +0000 (05:57 +0000)]
(Digression concerning error): Fix typo.

18 years ago(mik): Table corrected.
Kenichi Handa [Fri, 19 May 2006 04:25:54 +0000 (04:25 +0000)]
(mik): Table corrected.

18 years ago*** empty log message ***
Stefan Monnier [Fri, 19 May 2006 03:31:44 +0000 (03:31 +0000)]
*** empty log message ***

18 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 18 May 2006 23:59:14 +0000 (23:59 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 102)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-287

18 years ago(wid-edit): Require.
Reiner Steib [Thu, 18 May 2006 17:50:53 +0000 (17:50 +0000)]
(wid-edit): Require.
(defun-gmm): Renamed from `gmm-defun-compat'.
(gmm-image-search-load-path): Use it.
(gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.

18 years ago* config.in: Regenerated (HAVE_ALSA).
Jan Djärv [Thu, 18 May 2006 17:06:55 +0000 (17:06 +0000)]
* config.in: Regenerated (HAVE_ALSA).

* sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
(alsa_configure, alsa_close, alsa_choose_format, alsa_write)
(snd_error_quiet, alsa_init): New functions.
(vox_init): Return 0 if unable to open device.
(Fplay_sound_internal): Test for alsa first and use vox (oss) as
a fallback.
(struct sound_device): Add period_size.
(wav_play, au_play): Use period_size if set.

* Makefile.in (CFLAGS_SOUND): New flags for ALSA
(ALL_CFLAGS): Add CFLAGS_SOUND

18 years ago* sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
Jan Djärv [Thu, 18 May 2006 17:06:01 +0000 (17:06 +0000)]
* sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
(alsa_configure, alsa_close, alsa_choose_format, alsa_write)
(snd_error_quiet, alsa_init): New functions.
(vox_init): Return 0 if unable to open device.
(Fplay_sound_internal): Test for alsa first and use vox (oss) as
a fallback.
(struct sound_device): Add period_size.
(wav_play, au_play): Use period_size if set.

18 years ago* Makefile.in (CFLAGS_SOUND): New flags for ALSA
Jan Djärv [Thu, 18 May 2006 17:05:36 +0000 (17:05 +0000)]
* Makefile.in (CFLAGS_SOUND): New flags for ALSA
 (ALL_CFLAGS): Add CFLAGS_SOUND

18 years ago* config.in: Regenerated (HAVE_ALSA).
Jan Djärv [Thu, 18 May 2006 17:04:59 +0000 (17:04 +0000)]
* config.in: Regenerated (HAVE_ALSA).

18 years ago* configure.in: Add check for ALSA.
Jan Djärv [Thu, 18 May 2006 16:59:12 +0000 (16:59 +0000)]
* configure.in: Add check for ALSA.
 * configure: Regenerate.

18 years ago* configure: Regenerate.
Jan Djärv [Thu, 18 May 2006 16:58:44 +0000 (16:58 +0000)]
* configure: Regenerate.

18 years ago* configure.in: Add check for ALSA.
Jan Djärv [Thu, 18 May 2006 16:58:16 +0000 (16:58 +0000)]
* configure.in: Add check for ALSA.

18 years ago(grep-find): Don't check grep-find-command
Kim F. Storm [Thu, 18 May 2006 14:39:09 +0000 (14:39 +0000)]
(grep-find): Don't check grep-find-command
before running command (breaks non-interactive usage).

18 years ago*** empty log message ***
Kim F. Storm [Thu, 18 May 2006 14:38:57 +0000 (14:38 +0000)]
*** empty log message ***

18 years ago(cvs-fileinfo-pp): Insert trailing newline.
Thien-Thi Nguyen [Thu, 18 May 2006 12:09:16 +0000 (12:09 +0000)]
(cvs-fileinfo-pp): Insert trailing newline.

18 years ago(cvs-make-cvs-buffer): Specify
Thien-Thi Nguyen [Thu, 18 May 2006 12:07:10 +0000 (12:07 +0000)]
(cvs-make-cvs-buffer): Specify
extra newline for ewoc's header and footer.
(cvs-update-header): Update initial header recognition.
Append newline to final header and footer values.

18 years ago(ewoc--adjust): New func.
Thien-Thi Nguyen [Thu, 18 May 2006 12:04:40 +0000 (12:04 +0000)]
(ewoc--adjust): New func.
(ewoc--insert-new-node): Don't insert trailing newline.
Instead, adjust succesor nodes' start markers.
(ewoc--refresh-node): Delete all text from current node's start
marker to the next one's; adjust successor nodes' start markers.
(ewoc--create): Doc fixes.
(ewoc--refresh): Don't insert newline.
(ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.

18 years ago(Fcall_process): Reject encoding arguments by
Kenichi Handa [Thu, 18 May 2006 02:20:39 +0000 (02:20 +0000)]
(Fcall_process): Reject encoding arguments by
ascii-incompatible coding systems (e.g. utf-16).

18 years ago(Qascii_incompatible): New variable.
Kenichi Handa [Thu, 18 May 2006 02:19:01 +0000 (02:19 +0000)]
(Qascii_incompatible): New variable.
(syms_of_coding): Setup Qascii_incompatible.
(setup_coding_system): Be sure to initialize coding->common_flags.
Check `ascii-incompatible' property of the coding system.

18 years ago(CODING_ASCII_INCOMPATIBLE_MASK): New macro.
Kenichi Handa [Thu, 18 May 2006 02:17:39 +0000 (02:17 +0000)]
(CODING_ASCII_INCOMPATIBLE_MASK): New macro.

18 years ago*** empty log message ***
Richard M. Stallman [Wed, 17 May 2006 22:54:44 +0000 (22:54 +0000)]
*** empty log message ***

18 years ago(file-name-extension): Doc fix.
Richard M. Stallman [Wed, 17 May 2006 22:54:35 +0000 (22:54 +0000)]
(file-name-extension): Doc fix.

18 years agoComment change.
Richard M. Stallman [Wed, 17 May 2006 22:53:23 +0000 (22:53 +0000)]
Comment change.

18 years ago(better_font_p): Any font beats no font.
Richard M. Stallman [Wed, 17 May 2006 22:51:07 +0000 (22:51 +0000)]
(better_font_p): Any font beats no font.
(best_matching_font): Simplify based on above change.

18 years ago(display_tool_bar_line): Eliminate x_before variable.
Kim F. Storm [Wed, 17 May 2006 22:37:25 +0000 (22:37 +0000)]
(display_tool_bar_line): Eliminate x_before variable.

18 years ago(Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
Richard M. Stallman [Wed, 17 May 2006 22:26:51 +0000 (22:26 +0000)]
(Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.

18 years ago(Diff Mode): Mention C-x `.
Richard M. Stallman [Wed, 17 May 2006 22:24:59 +0000 (22:24 +0000)]
(Diff Mode): Mention C-x `.

18 years ago(display_tool_bar_line): Restore entire tool-bar geometry when
Kim F. Storm [Wed, 17 May 2006 22:24:13 +0000 (22:24 +0000)]
(display_tool_bar_line): Restore entire tool-bar geometry when
backtracking in case last image doesn't fit on line.

(display_tool_bar_line): Don't adjust tool-bar height by more than
height of one frame default line.  From: MIYOSHI Masanori.

18 years ago(Minibuffer History): Clarify.
Richard M. Stallman [Wed, 17 May 2006 22:23:17 +0000 (22:23 +0000)]
(Minibuffer History): Clarify.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 17 May 2006 22:22:29 +0000 (22:22 +0000)]
*** empty log message ***

18 years ago(Regexp Special): Clarify nested regexp warning.
Richard M. Stallman [Wed, 17 May 2006 22:17:09 +0000 (22:17 +0000)]
(Regexp Special): Clarify nested regexp warning.

18 years ago(shell-dirtrack-mode): Make it into a proper minor mode, so
Stefan Monnier [Wed, 17 May 2006 21:57:25 +0000 (21:57 +0000)]
(shell-dirtrack-mode): Make it into a proper minor mode, so
we can explicitly enable/disable rather than toggle.
(shell-mode): Use it.
(shell-cd): Don't try to reproduce what `cd' does.

18 years ago(ido-read-internal): Use only nondirectory part of default item.
Kim F. Storm [Wed, 17 May 2006 21:25:59 +0000 (21:25 +0000)]
(ido-read-internal): Use only nondirectory part of default item.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 17 May 2006 21:25:47 +0000 (21:25 +0000)]
*** empty log message ***

18 years ago(ewoc-map, ewoc-invalidate): Compute PP before looping.
Thien-Thi Nguyen [Wed, 17 May 2006 10:38:15 +0000 (10:38 +0000)]
(ewoc-map, ewoc-invalidate): Compute PP before looping.

18 years ago(ewoc-data): Add docstring.
Thien-Thi Nguyen [Wed, 17 May 2006 06:12:44 +0000 (06:12 +0000)]
(ewoc-data): Add docstring.
(ewoc-nth): Doc fix.

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 16 May 2006 20:41:26 +0000 (20:41 +0000)]
*** empty log message ***

18 years ago(auto-coding-alist): Add .lha to files read with no-conversion.
Eli Zaretskii [Tue, 16 May 2006 18:36:30 +0000 (18:36 +0000)]
(auto-coding-alist): Add .lha to files read with no-conversion.

18 years ago(auto-mode-alist): Add .lha files to archive file extensions.
Eli Zaretskii [Tue, 16 May 2006 18:33:31 +0000 (18:33 +0000)]
(auto-mode-alist): Add .lha files to archive file extensions.

18 years ago(archive-arc-summarize, archive-lzh-summarize): Convert csize to integer when
Eli Zaretskii [Tue, 16 May 2006 18:28:40 +0000 (18:28 +0000)]
(archive-arc-summarize, archive-lzh-summarize): Convert csize to integer when
computing offsets within the compressed archive file.

18 years ago(add-to-history): Add KEEP-ALL arg and align functionality
Kim F. Storm [Tue, 16 May 2006 11:19:39 +0000 (11:19 +0000)]
(add-to-history): Add KEEP-ALL arg and align functionality
with read-from-minibuffer.

18 years ago(handle_one_xevent): Check that f is not NULL before
Kim F. Storm [Tue, 16 May 2006 10:54:48 +0000 (10:54 +0000)]
(handle_one_xevent): Check that f is not NULL before
calling x_kill_gs_process.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 16 May 2006 10:54:37 +0000 (10:54 +0000)]
*** empty log message ***

18 years ago(Minibuffer History): Update add-to-history.
Kim F. Storm [Tue, 16 May 2006 10:52:14 +0000 (10:52 +0000)]
(Minibuffer History): Update add-to-history.

18 years ago(byte-compile-warnings-safe-p): New
Reiner Steib [Tue, 16 May 2006 10:05:09 +0000 (10:05 +0000)]
(byte-compile-warnings-safe-p): New
function.
(byte-compile-warnings): Fix safe-local-variable property.

18 years ago2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
Reiner Steib [Tue, 16 May 2006 10:01:32 +0000 (10:01 +0000)]
2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>

* allout.el (allout-show-bodies, allout-old-style-prefixes)
(allout-stylish-prefixes, allout-numbered-bullet)
(allout-file-xref-bullet, allout-use-hanging-indents): Use simple
predicates to qualify `safe-local-variable' property, when
available, else use equivalent lambda.
(allout-current-topic-collapsed-p): Do the right thing regarding
trailing blank lines.

18 years ago(server-start): Only create a directory if needed.
Stefan Monnier [Tue, 16 May 2006 06:53:01 +0000 (06:53 +0000)]
(server-start): Only create a directory if needed.
(server-edit, server-unload-hook): server-start => server-mode.
(kill-emacs-hook): Cleanup upon exit.

18 years agoTrivial typo.
Stefan Monnier [Tue, 16 May 2006 03:35:46 +0000 (03:35 +0000)]
Trivial typo.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-283
Miles Bader [Tue, 16 May 2006 00:10:43 +0000 (00:10 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-283

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 101)

   - Update from CVS

18 years agoAdd coding cookie.
Reiner Steib [Mon, 15 May 2006 18:01:51 +0000 (18:01 +0000)]
Add coding cookie.

18 years ago(hexlify-buffer): Encode process arguments manually.
Stefan Monnier [Mon, 15 May 2006 16:05:40 +0000 (16:05 +0000)]
(hexlify-buffer): Encode process arguments manually.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Miles Bader [Mon, 15 May 2006 11:20:16 +0000 (11:20 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Creator:  Michael Olson <mwolson@gnu.org>

Update etc/MORE.STUFF.

* etc/MORE.STUFF: Update URL for Planner Mode and add description.
  Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.

18 years ago(gud-tooltip-tips): Add missing argument to
Nick Roberts [Mon, 15 May 2006 11:17:47 +0000 (11:17 +0000)]
(gud-tooltip-tips): Add missing argument to
call to gdb-tooltip-print.

18 years ago*** empty log message ***
Nick Roberts [Mon, 15 May 2006 11:17:07 +0000 (11:17 +0000)]
*** empty log message ***

18 years ago(dired-guess-shell-gnutar): On GNU and GNU/Linux
Romain Francoise [Mon, 15 May 2006 08:52:17 +0000 (08:52 +0000)]
(dired-guess-shell-gnutar): On GNU and GNU/Linux
systems, default to "tar" since those systems probably have GNU
tar.

18 years ago(Explicit Encoding): Fix typo (encoding<->decoding).
Kenichi Handa [Mon, 15 May 2006 05:57:05 +0000 (05:57 +0000)]
(Explicit Encoding): Fix typo (encoding<->decoding).

18 years ago*** empty log message ***
Kenichi Handa [Mon, 15 May 2006 05:56:50 +0000 (05:56 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Romain Francoise [Mon, 15 May 2006 05:40:39 +0000 (05:40 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 14 May 2006 22:52:37 +0000 (22:52 +0000)]
*** empty log message ***

18 years ago(Creating Buffers): Cleanup.
Richard M. Stallman [Sun, 14 May 2006 22:52:15 +0000 (22:52 +0000)]
(Creating Buffers): Cleanup.

18 years ago(Visiting Functions): Rewrite in find-file-noselect.
Richard M. Stallman [Sun, 14 May 2006 22:50:09 +0000 (22:50 +0000)]
(Visiting Functions): Rewrite in find-file-noselect.

18 years ago(Fnext_single_char_property_change)
Richard M. Stallman [Sun, 14 May 2006 21:55:34 +0000 (21:55 +0000)]
(Fnext_single_char_property_change)
(Fprevious_single_char_property_change):
Don't allow returning value beyond LIMIT in any cases.
(Fnext_char_property_change, Fprevious_char_property_change): Doc fix.

18 years ago(get_local_map): Abort if POSITION outside BEGV, ZV.
Richard M. Stallman [Sun, 14 May 2006 21:53:45 +0000 (21:53 +0000)]
(get_local_map): Abort if POSITION outside BEGV, ZV.

18 years ago(desktop-missing-file-warning): Fix docstring.
Lars Hansen [Sun, 14 May 2006 20:26:37 +0000 (20:26 +0000)]
(desktop-missing-file-warning): Fix docstring.
(desktop-restore-file-buffer): Correct question asked on missing file.

18 years ago* xterm.c (handle_one_xevent): Check that f is not NULL before
Jan Djärv [Sun, 14 May 2006 11:26:20 +0000 (11:26 +0000)]
* xterm.c (handle_one_xevent): Check that f is not NULL before
 calling _XEditResCheckMessages.

18 years ago(handle_one_xevent): Fix crash in 2006-03-24 change.
Kim F. Storm [Sun, 14 May 2006 00:30:46 +0000 (00:30 +0000)]
(handle_one_xevent): Fix crash in 2006-03-24 change.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 14 May 2006 00:30:25 +0000 (00:30 +0000)]
*** empty log message ***

18 years ago(c-forward-subword, c-backward-subword):
Kim F. Storm [Sun, 14 May 2006 00:19:13 +0000 (00:19 +0000)]
(c-forward-subword, c-backward-subword):
Add CUA move property.

18 years ago(x_set_border_width): Fix error message to say "frame", not "window".
Eli Zaretskii [Sat, 13 May 2006 18:32:00 +0000 (18:32 +0000)]
(x_set_border_width): Fix error message to say "frame", not "window".

18 years ago* custom.el (custom-push-theme): Load the variable before checking
Chong Yidong [Sat, 13 May 2006 16:16:43 +0000 (16:16 +0000)]
* custom.el (custom-push-theme): Load the variable before checking
its `standard-value'.

18 years ago(desktop-save): Use with-temp-buffer.
Lars Hansen [Sat, 13 May 2006 13:32:10 +0000 (13:32 +0000)]
(desktop-save): Use with-temp-buffer.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 13 May 2006 10:52:41 +0000 (10:52 +0000)]
*** empty log message ***

18 years ago(Current Buffer): Document that with-temp-buffer disables undo.
Eli Zaretskii [Sat, 13 May 2006 10:52:20 +0000 (10:52 +0000)]
(Current Buffer): Document that with-temp-buffer disables undo.

18 years ago(Terminal-Specific): More accurate description of how Emacs searches for the
Eli Zaretskii [Sat, 13 May 2006 10:48:01 +0000 (10:48 +0000)]
(Terminal-Specific): More accurate description of how Emacs searches for the
terminal-specific libraries.

18 years ago(SOME_MACHINE_LISP): Add fringe.elc.
Eli Zaretskii [Sat, 13 May 2006 10:24:18 +0000 (10:24 +0000)]
(SOME_MACHINE_LISP): Add fringe.elc.

18 years ago(lisp1): Add fringe.elc.
Eli Zaretskii [Sat, 13 May 2006 10:19:36 +0000 (10:19 +0000)]
(lisp1): Add fringe.elc.

18 years ago(Displaying the Diary, Format of Diary File):
Glenn Morris [Sat, 13 May 2006 06:14:31 +0000 (06:14 +0000)]
(Displaying the Diary, Format of Diary File):
Refer to diary-view-entries, diary-list-entries,
diary-show-all-entries rather than obsolete aliases.

18 years ago*** empty log message ***
Glenn Morris [Sat, 13 May 2006 06:14:20 +0000 (06:14 +0000)]
*** empty log message ***

18 years ago(include-other-diary-files, diary-mail-entries): Refer to
Glenn Morris [Sat, 13 May 2006 06:12:10 +0000 (06:12 +0000)]
(include-other-diary-files, diary-mail-entries): Refer to
diary-view-entries, diary-list-entries, diary-show-all-entries rather
than obsolete aliases.

18 years ago(calendar-mode-map, calendar-mouse-3-map): Refer to
Glenn Morris [Sat, 13 May 2006 06:11:29 +0000 (06:11 +0000)]
(calendar-mode-map, calendar-mouse-3-map): Refer to
diary-view-entries, diary-list-entries, diary-show-all-entries rather
than obsolete aliases.

18 years ago(appt-check, appt-make-list): Refer to
Glenn Morris [Sat, 13 May 2006 06:10:44 +0000 (06:10 +0000)]
(appt-check, appt-make-list): Refer to
diary-view-entries, diary-list-entries, diary-show-all-entries
rather than obsolete aliases.

18 years ago(calendar-mode-map): Refer to diary-show-all-entries rather than alias
Glenn Morris [Sat, 13 May 2006 05:32:29 +0000 (05:32 +0000)]
(calendar-mode-map): Refer to diary-show-all-entries rather than alias
show-all-diary-entries.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 12 May 2006 18:45:22 +0000 (18:45 +0000)]
*** empty log message ***

18 years ago[iftex]: Replace @xref's to emacs-xtra with @inforef's.
Eli Zaretskii [Fri, 12 May 2006 18:44:58 +0000 (18:44 +0000)]
[iftex]: Replace @xref's to emacs-xtra with @inforef's.

18 years ago(Standard Hooks) [iftex]: Convert @xref's to emacs-xtra to @inforef's.
Eli Zaretskii [Fri, 12 May 2006 18:37:14 +0000 (18:37 +0000)]
(Standard Hooks) [iftex]: Convert @xref's to emacs-xtra to @inforef's.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 12 May 2006 18:23:44 +0000 (18:23 +0000)]
*** empty log message ***

18 years ago(Buffer Names): Add index entries for buffers whose names begin with a space.
Eli Zaretskii [Fri, 12 May 2006 18:23:23 +0000 (18:23 +0000)]
(Buffer Names): Add index entries for buffers whose names begin with a space.
(Creating Buffers): Document that undo is turned off in buffers whose names
begin with a space.

18 years ago(Undo): Document that undo is turned off in buffers whose names begin with
Eli Zaretskii [Fri, 12 May 2006 18:22:50 +0000 (18:22 +0000)]
(Undo): Document that undo is turned off in buffers whose names begin with
a space.

18 years ago(Visiting Functions, Reading from Files, Saving Buffers): Mention code and EOL
Eli Zaretskii [Fri, 12 May 2006 17:56:34 +0000 (17:56 +0000)]
(Visiting Functions, Reading from Files, Saving Buffers): Mention code and EOL
conversions by file I/O primitives and subroutines.

18 years ago* simple.el (line-move-finish): Fix last fix.
Chong Yidong [Fri, 12 May 2006 17:48:40 +0000 (17:48 +0000)]
* simple.el (line-move-finish): Fix last fix.

18 years ago(Visiting): Fix wording.
Eli Zaretskii [Fri, 12 May 2006 17:44:41 +0000 (17:44 +0000)]
(Visiting): Fix wording.

18 years agoFix last change.
Eli Zaretskii [Fri, 12 May 2006 17:41:17 +0000 (17:41 +0000)]
Fix last change.