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'.
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
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.
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.
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*'.
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.
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.
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.
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.
(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.
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.
Reiner Steib [Fri, 12 May 2006 15:45:09 +0000 (15:45 +0000)]
2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
* allout.el: (allout-view-change-hook): Marked as being deprecated,
to be replaced by `allout-exposure-change-hook'.
(allout-exposure-change-hook): New, replacing
`allout-view-change-hook'.
(allout-flag-region): Run new hook `allout-exposure-change-hook',
in addition to `allout-view-change-hook'.
(allout-show-bodies, allout-old-style-prefixes)
(allout-stylish-prefixes, allout-use-hanging-indents): Quote the
lambda forms to prevent their showing up in variable help
presentations as inscrutable byte-compiled code.
(allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
Use string-or-null-p to qualify safe-local-variable values.
(allout-reindent-bodies): Use memq to qualify matches against
valid safe-local-variable values. Also, quote the lambda as above.
(allout-use-mode-specific-leader): Add missing candidate-value
symbols, use memq, and quote the lambda.
(allout-overlay-interior-modification-handler): Remove unused
variables `msg' and 'opened'.
(allout-hidden-p): Constrain invisibility consideration to allout's
invisibility spec, disregarding invisibility for other reasons.