bpt/emacs.git
17 years ago(occur-engine): buffer-undo-list binding moved...
Chong Yidong [Thu, 8 Mar 2007 15:17:42 +0000 (15:17 +0000)]
(occur-engine): buffer-undo-list binding moved...
(occur-1): ...to here.

17 years ago* replace.el (occur-engine): buffer-undo-list binding moved...
Chong Yidong [Thu, 8 Mar 2007 15:17:34 +0000 (15:17 +0000)]
* replace.el (occur-engine): buffer-undo-list binding moved...
(occur-1): ...to here.

17 years ago** alinsoar@voila.fr, Mar 5: EVAL and partial-completion-mode
Chong Yidong [Thu, 8 Mar 2007 14:51:20 +0000 (14:51 +0000)]
** alinsoar@voila.fr, Mar 5: EVAL and partial-completion-mode
Fixed.

17 years ago(PC-bindings): Rebind M-TAB in read-expression-map.
Chong Yidong [Thu, 8 Mar 2007 14:50:59 +0000 (14:50 +0000)]
(PC-bindings): Rebind M-TAB in read-expression-map.

17 years ago* complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
Chong Yidong [Thu, 8 Mar 2007 14:50:53 +0000 (14:50 +0000)]
* complete.el (PC-bindings): Rebind M-TAB in read-expression-map.

17 years ago** alinsoar@voila.fr, Mar 5: EVAL and mouse selection in *Completions*
Chong Yidong [Thu, 8 Mar 2007 14:43:40 +0000 (14:43 +0000)]
** alinsoar@voila.fr, Mar 5: EVAL and mouse selection in *Completions*
Fixed.

17 years ago(minibuffer-completing-symbol): New var.
Chong Yidong [Thu, 8 Mar 2007 14:43:08 +0000 (14:43 +0000)]
(minibuffer-completing-symbol): New var.
(eval-expression): Use it.
(completion-setup-function): Don't bind completion-base-size when
completing a symbol in the minibuffer.

17 years ago* simple.el (minibuffer-completing-symbol): New var.
Chong Yidong [Thu, 8 Mar 2007 14:42:49 +0000 (14:42 +0000)]
* simple.el (minibuffer-completing-symbol): New var.
(eval-expression): Use it.
(completion-setup-function): Don't bind completion-base-size when
completing a symbol in the minibuffer.

17 years ago(Ftry_completion): Don't short circuit if completion-ignore-case is
Chong Yidong [Thu, 8 Mar 2007 14:34:11 +0000 (14:34 +0000)]
(Ftry_completion): Don't short circuit if completion-ignore-case is
non-nil.

17 years ago* minibuf.c (Ftry_completion): Don't short circuit if
Chong Yidong [Thu, 8 Mar 2007 14:34:03 +0000 (14:34 +0000)]
* minibuf.c (Ftry_completion): Don't short circuit if
completion-ignore-case is non-nil.

17 years ago** bojohan+news@dd.chalmers.se, Feb 22: change to try-completion behavior
Chong Yidong [Thu, 8 Mar 2007 14:33:52 +0000 (14:33 +0000)]
** bojohan+news@dd.chalmers.se, Feb 22: change to try-completion behavior
Fixed.

17 years ago(gdb): Pop up current GUD buffer if user
Nick Roberts [Thu, 8 Mar 2007 08:19:28 +0000 (08:19 +0000)]
(gdb): Pop up current GUD buffer if user
tries to start a second session in graphical mode.

17 years ago*** empty log message ***
Nick Roberts [Thu, 8 Mar 2007 08:18:29 +0000 (08:18 +0000)]
*** empty log message ***

17 years agoFix read-only prompt problem in isearch
Miles Bader [Wed, 7 Mar 2007 18:48:33 +0000 (18:48 +0000)]
Fix read-only prompt problem in isearch

`isearch-process-search-multibyte-characters' would signal an error if
minibuffer-prompt-properties contained a `read-only t' property.

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

17 years ago(PC-bindings): Remap lisp-complete-symbol to
Kim F. Storm [Wed, 7 Mar 2007 15:08:46 +0000 (15:08 +0000)]
(PC-bindings): Remap lisp-complete-symbol to
PC-lisp-complete-symbol instead of binding M-TAB in global-map.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 7 Mar 2007 15:08:34 +0000 (15:08 +0000)]
*** empty log message ***

17 years ago(PC-do-completion): Delete duplicates in the list of possible completions.
Michaël Cadilhac [Wed, 7 Mar 2007 12:50:23 +0000 (12:50 +0000)]
(PC-do-completion): Delete duplicates in the list of possible completions.

17 years ago(ses-mode): Doc fix.
Glenn Morris [Wed, 7 Mar 2007 08:46:02 +0000 (08:46 +0000)]
(ses-mode): Doc fix.

17 years agoFix typo.
Glenn Morris [Wed, 7 Mar 2007 08:38:28 +0000 (08:38 +0000)]
Fix typo.

17 years ago(XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scroll
YAMAMOTO Mitsuharu [Wed, 7 Mar 2007 08:13:47 +0000 (08:13 +0000)]
(XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scroll
bar if its width is smaller than that of Aqua small scroll bar.

17 years ago(mac_set_scroll_bar_width, mac_frame_parm_handlers):
YAMAMOTO Mitsuharu [Wed, 7 Mar 2007 08:13:28 +0000 (08:13 +0000)]
(mac_set_scroll_bar_width, mac_frame_parm_handlers):
Undo 2006-03-06 changes.

17 years ago(read_minibuf): Bind inhibit-read-only a bit longer so as
Stefan Monnier [Wed, 7 Mar 2007 02:13:26 +0000 (02:13 +0000)]
(read_minibuf): Bind inhibit-read-only a bit longer so as
to handle correctly prompts with read-only property.

17 years ago*** empty log message ***
David Kastrup [Tue, 6 Mar 2007 23:43:59 +0000 (23:43 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 6 Mar 2007 20:07:18 +0000 (20:07 +0000)]
*** empty log message ***

17 years ago(New in Emacs 22): Don't say "now" too much. Add MH-E to
Romain Francoise [Tue, 6 Mar 2007 19:45:22 +0000 (19:45 +0000)]
(New in Emacs 22): Don't say "now" too much.  Add MH-E to
new packages, and mention Gnus update.

17 years ago* sound.c (wav_play): Check header->data_length to see how much we
Jan Djärv [Tue, 6 Mar 2007 12:15:33 +0000 (12:15 +0000)]
* sound.c (wav_play): Check header->data_length to see how much we
shall read.
(alsa_period_size): Convert ALSA period size in frames to bytes.
(alsa_write): Return if frames is zero.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 6 Mar 2007 09:34:19 +0000 (09:34 +0000)]
*** empty log message ***

17 years ago(isearch-message-prefix): Undo 2007-03-01 change.
Kim F. Storm [Tue, 6 Mar 2007 09:19:54 +0000 (09:19 +0000)]
(isearch-message-prefix): Undo 2007-03-01 change.

17 years ago*** empty log message ***
Kenichi Handa [Tue, 6 Mar 2007 06:11:10 +0000 (06:11 +0000)]
*** empty log message ***

17 years ago(Vselection_coding_system): Documentation improved.
Kenichi Handa [Tue, 6 Mar 2007 06:11:01 +0000 (06:11 +0000)]
(Vselection_coding_system): Documentation improved.

17 years ago(x-select-utf8-or-ctext): Improve the strategy.
Kenichi Handa [Tue, 6 Mar 2007 05:50:48 +0000 (05:50 +0000)]
(x-select-utf8-or-ctext): Improve the strategy.

17 years ago*** empty log message ***
Glenn Morris [Tue, 6 Mar 2007 05:35:41 +0000 (05:35 +0000)]
*** empty log message ***

17 years ago(completion-setup-function): Improve last fix so it doesn't
Stefan Monnier [Tue, 6 Mar 2007 02:18:05 +0000 (02:18 +0000)]
(completion-setup-function): Improve last fix so it doesn't
set it to a relative directory name either.

17 years agoInitialize some vars.
Vinicius Jose Latorre [Mon, 5 Mar 2007 23:44:56 +0000 (23:44 +0000)]
Initialize some vars.

17 years ago** yamaoka@jpl.org, Feb 21: custom bug
Chong Yidong [Mon, 5 Mar 2007 22:39:23 +0000 (22:39 +0000)]
** yamaoka@jpl.org, Feb 21: custom bug
Fixed, confirmed by bug reporter.

17 years ago** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
Chong Yidong [Mon, 5 Mar 2007 22:37:53 +0000 (22:37 +0000)]
** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
Seems to be a windows bug.

17 years ago** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
Chong Yidong [Mon, 5 Mar 2007 22:14:02 +0000 (22:14 +0000)]
** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
It actually does.

** Failure to build on Solaris.  Did reverting Jan's change bring back the old bug?
No: the change was not completely reverted, only the part the caused
the new problem.

17 years ago*** empty log message ***
Nick Roberts [Mon, 5 Mar 2007 22:09:13 +0000 (22:09 +0000)]
*** empty log message ***

17 years ago(reb-re-syntax): Fix custom type.
Richard M. Stallman [Mon, 5 Mar 2007 20:27:34 +0000 (20:27 +0000)]
(reb-re-syntax): Fix custom type.

17 years ago(pcomplete-show-completions): Improve last change, so
Stefan Monnier [Mon, 5 Mar 2007 19:57:10 +0000 (19:57 +0000)]
(pcomplete-show-completions): Improve last change, so
as not to use an invisible window and to create a window if none exist.

17 years ago(python-send-command): Restart proc if necessary.
Stefan Monnier [Mon, 5 Mar 2007 19:57:03 +0000 (19:57 +0000)]
(python-send-command): Restart proc if necessary.
(python-proc): Simplify.

17 years ago(find-file-noselect): No error if file no longer exists.
Richard M. Stallman [Mon, 5 Mar 2007 18:46:36 +0000 (18:46 +0000)]
(find-file-noselect): No error if file no longer exists.
Display a message and avoid other questions.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 5 Mar 2007 18:39:31 +0000 (18:39 +0000)]
*** empty log message ***

17 years agoMark tiny change.
Chong Yidong [Mon, 5 Mar 2007 17:33:05 +0000 (17:33 +0000)]
Mark tiny change.

17 years ago(pcomplete-show-completions): Search all frames for completions
Chong Yidong [Mon, 5 Mar 2007 17:32:38 +0000 (17:32 +0000)]
(pcomplete-show-completions): Search all frames for completions
buffer.

17 years ago* pcomplete.el (pcomplete-show-completions): Search all frames for
Chong Yidong [Mon, 5 Mar 2007 17:32:19 +0000 (17:32 +0000)]
* pcomplete.el (pcomplete-show-completions): Search all frames for
completions buffer.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 5 Mar 2007 17:17:39 +0000 (17:17 +0000)]
*** empty log message ***

17 years ago** lennart.borgman@gmail.com, Feb 27: How to set and save a defcustom
Chong Yidong [Mon, 5 Mar 2007 15:16:52 +0000 (15:16 +0000)]
** lennart.borgman@gmail.com, Feb 27: How to set and save a defcustom
Fixed.

17 years ago(customize-save-variable): Clear customized-value property (saved
Chong Yidong [Mon, 5 Mar 2007 15:16:08 +0000 (15:16 +0000)]
(customize-save-variable): Clear customized-value property (saved
values are now put in theme-value property).
(customize-set-variable): Doc fix.

17 years ago* cus-edit.el (customize-save-variable): Clear customized-value
Chong Yidong [Mon, 5 Mar 2007 15:15:51 +0000 (15:15 +0000)]
* cus-edit.el (customize-save-variable): Clear customized-value
property (saved values are now put in theme-value property).
(customize-set-variable): Doc fix.

17 years ago(PC-do-completion): If completion-ignore-case is non-nil, replace
Chong Yidong [Mon, 5 Mar 2007 14:55:05 +0000 (14:55 +0000)]
(PC-do-completion): If completion-ignore-case is non-nil, replace
field with completion string before exiting.

17 years ago* complete.el (PC-do-completion): If completion-ignore-case is
Chong Yidong [Mon, 5 Mar 2007 14:54:56 +0000 (14:54 +0000)]
* complete.el (PC-do-completion): If completion-ignore-case is
non-nil, replace field with completion string before exiting.

17 years ago** Failure to build on Solaris. Did reverting Jan's change
Chong Yidong [Mon, 5 Mar 2007 14:30:55 +0000 (14:30 +0000)]
** Failure to build on Solaris.  Did reverting Jan's change
bring back the old bug?
No.

** daniel@bigwalter.net, Feb 25: Echoing of keys and process I/O
Cannot be reproduced.

** Failure to detect strerror on Red Hat GNU/Linux jjd@vegas.jjd.com, Mar 2.
This was apparently a user error in using configure.

17 years ago(struct mac_output): New member `internal_border_width'.
YAMAMOTO Mitsuharu [Mon, 5 Mar 2007 08:19:03 +0000 (08:19 +0000)]
(struct mac_output): New member `internal_border_width'.

17 years ago(x_scroll_bar_create, XTread_socket): Replace #if
YAMAMOTO Mitsuharu [Mon, 5 Mar 2007 08:18:36 +0000 (08:18 +0000)]
(x_scroll_bar_create, XTread_socket): Replace #if
USE_TOOLKIT_SCROLL_BARS with #ifdef USE_TOOLKIT_SCROLL_BARS.
(x_set_window_size): Call SET_FRAME_GARBAGED.  Clear window if
internal border width has changed.

17 years ago*** empty log message ***
Glenn Morris [Mon, 5 Mar 2007 08:01:01 +0000 (08:01 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Glenn Morris [Mon, 5 Mar 2007 07:50:52 +0000 (07:50 +0000)]
*** empty log message ***

17 years agoFix previous change.
Kenichi Handa [Mon, 5 Mar 2007 07:00:16 +0000 (07:00 +0000)]
Fix previous change.

17 years ago* net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
Michael Albinus [Mon, 5 Mar 2007 06:41:59 +0000 (06:41 +0000)]
* net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
Append its extension to the resulting temporary file name.
(tramp-handle-file-local-copy, tramp-handle-write-region): Apply
it.

* net/tramp-smb.el (tramp-smb-handle-file-local-copy)
(tramp-smb-handle-write-region): Apply it.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 5 Mar 2007 03:21:41 +0000 (03:21 +0000)]
*** empty log message ***

17 years ago(calculate-lisp-indent): Redo previous change.
Richard M. Stallman [Mon, 5 Mar 2007 03:20:58 +0000 (03:20 +0000)]
(calculate-lisp-indent): Redo previous change.

17 years ago(diff-mode): Doc fix.
Richard M. Stallman [Mon, 5 Mar 2007 03:14:25 +0000 (03:14 +0000)]
(diff-mode): Doc fix.

17 years ago(File Local Variables): Update enable-local-variables values.
Richard M. Stallman [Mon, 5 Mar 2007 03:13:41 +0000 (03:13 +0000)]
(File Local Variables): Update enable-local-variables values.

17 years ago*** empty log message ***
Kenichi Handa [Mon, 5 Mar 2007 01:46:07 +0000 (01:46 +0000)]
*** empty log message ***

17 years agoSet category `l' (latin) for more
Kenichi Handa [Mon, 5 Mar 2007 01:45:04 +0000 (01:45 +0000)]
Set category `l' (latin) for more
characters.

17 years agoCorrectly associate tiny changes with their authors.
Kim F. Storm [Sun, 4 Mar 2007 23:45:28 +0000 (23:45 +0000)]
Correctly associate tiny changes with their authors.
Change "tiny patch" to "tiny change".

17 years ago(authors-aliases): Add alias.
Kim F. Storm [Sun, 4 Mar 2007 23:42:46 +0000 (23:42 +0000)]
(authors-aliases): Add alias.

17 years ago*** empty log message ***
Kim F. Storm [Sun, 4 Mar 2007 23:42:07 +0000 (23:42 +0000)]
*** empty log message ***

17 years ago(authors-aliases): Add alias.
Kim F. Storm [Sun, 4 Mar 2007 22:23:39 +0000 (22:23 +0000)]
(authors-aliases): Add alias.

17 years ago*** empty log message ***
Kim F. Storm [Sun, 4 Mar 2007 22:23:19 +0000 (22:23 +0000)]
*** empty log message ***

17 years ago(hs-minor-mode): Turn mode off and show all when switching major mode.
Glenn Morris [Sun, 4 Mar 2007 20:51:17 +0000 (20:51 +0000)]
(hs-minor-mode): Turn mode off and show all when switching major mode.
(hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
(hs-block-start-mdata-select, hs-block-end-regexp)
(hs-forward-sexp-func, hs-adjust-block-beginning): Do not make
these variables permanent-local.

17 years ago*** empty log message ***
Glenn Morris [Sun, 4 Mar 2007 20:50:54 +0000 (20:50 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 4 Mar 2007 18:29:07 +0000 (18:29 +0000)]
*** empty log message ***

17 years agoWhitespace change.
Richard M. Stallman [Sun, 4 Mar 2007 18:28:49 +0000 (18:28 +0000)]
Whitespace change.

17 years ago(Fdisplay_buffer): Doc fix.
Richard M. Stallman [Sun, 4 Mar 2007 18:27:10 +0000 (18:27 +0000)]
(Fdisplay_buffer): Doc fix.

17 years ago(Safe File Variables): Minor correction.
Richard M. Stallman [Sun, 4 Mar 2007 18:26:37 +0000 (18:26 +0000)]
(Safe File Variables): Minor correction.

17 years ago(Control Parsing): Minor clarification.
Richard M. Stallman [Sun, 4 Mar 2007 18:25:58 +0000 (18:25 +0000)]
(Control Parsing): Minor clarification.

17 years ago(Formatting Strings): Clarify width, precision, flags.
Richard M. Stallman [Sun, 4 Mar 2007 18:25:36 +0000 (18:25 +0000)]
(Formatting Strings): Clarify width, precision, flags.

17 years ago(Sequence Functions): Move string-bytes away, add xref.
Richard M. Stallman [Sun, 4 Mar 2007 18:21:03 +0000 (18:21 +0000)]
(Sequence Functions): Move string-bytes away, add xref.

17 years ago(Text Representations): Move string-bytes here.
Richard M. Stallman [Sun, 4 Mar 2007 18:20:37 +0000 (18:20 +0000)]
(Text Representations): Move string-bytes here.

17 years ago(Major Mode Conventions): Fundamental mode is exception.
Richard M. Stallman [Sun, 4 Mar 2007 18:20:15 +0000 (18:20 +0000)]
(Major Mode Conventions): Fundamental mode is exception.

17 years ago(Basic Completion): Minor clarification.
Richard M. Stallman [Sun, 4 Mar 2007 18:19:45 +0000 (18:19 +0000)]
(Basic Completion): Minor clarification.

17 years ago(The Mark): Clarify existence vs activation of mark. Other cleanup.
Richard M. Stallman [Sun, 4 Mar 2007 18:19:05 +0000 (18:19 +0000)]
(The Mark): Clarify existence vs activation of mark. Other cleanup.

17 years ago(Finding Overlays): Write better example.
Richard M. Stallman [Sun, 4 Mar 2007 18:00:37 +0000 (18:00 +0000)]
(Finding Overlays): Write better example.

17 years ago(Eval During Compile): Clarify putting macros in eval-when-compile.
Richard M. Stallman [Sun, 4 Mar 2007 17:55:23 +0000 (17:55 +0000)]
(Eval During Compile): Clarify putting macros in eval-when-compile.

17 years ago(cperl-mode): Modify cperl-compilation-error-regexp-alist by appending.
Richard M. Stallman [Sun, 4 Mar 2007 17:53:41 +0000 (17:53 +0000)]
(cperl-mode): Modify cperl-compilation-error-regexp-alist by appending.

17 years ago(edebug-kill-buffer): New function.
Richard M. Stallman [Sun, 4 Mar 2007 17:53:03 +0000 (17:53 +0000)]
(edebug-kill-buffer): New function.
(edebug-mode): Add the hook.
(edebug-recursive-edit): Remove the hook on exiting.

17 years ago(type-break-get-previous-time): Handle end-of-file errors specially
Richard M. Stallman [Sun, 4 Mar 2007 17:50:46 +0000 (17:50 +0000)]
(type-break-get-previous-time): Handle end-of-file errors specially
so they don't get reported wrong in .emacs.

17 years ago(fancy-splash-text): Clarify text.
Richard M. Stallman [Sun, 4 Mar 2007 17:49:56 +0000 (17:49 +0000)]
(fancy-splash-text): Clarify text.

17 years ago(beginning-of-buffer, end-of-buffer):
Richard M. Stallman [Sun, 4 Mar 2007 17:48:56 +0000 (17:48 +0000)]
(beginning-of-buffer, end-of-buffer):
Avoid treating plain C-u like numeric arg.

(completion-setup-function): Don't set default-directory to nil.

17 years ago(shell-dirstack-query): Doc fix.
Richard M. Stallman [Sun, 4 Mar 2007 17:47:19 +0000 (17:47 +0000)]
(shell-dirstack-query): Doc fix.

17 years ago(mouse-drag-mode-line-1, mouse-drag-vertical-line):
Richard M. Stallman [Sun, 4 Mar 2007 17:46:23 +0000 (17:46 +0000)]
(mouse-drag-mode-line-1, mouse-drag-vertical-line):
Don't select the window -- pass it to primitives instead.

17 years ago(minibuffer-prompt): Use medium blue by default.
Richard M. Stallman [Sun, 4 Mar 2007 17:44:42 +0000 (17:44 +0000)]
(minibuffer-prompt): Use medium blue by default.

17 years ago* NEWS (fontification): Mention that the new default for
David Kastrup [Sun, 4 Mar 2007 08:41:08 +0000 (08:41 +0000)]
* NEWS (fontification): Mention that the new default for
jit-lock-stealth-time is now nil.

* jit-lock.el (jit-lock-stealth-time): Change default to nil.
Preserve 16 as default value for "seconds" when customizing.

17 years ago(org-self-insert-command)
Carsten Dominik [Sun, 4 Mar 2007 07:38:20 +0000 (07:38 +0000)]
(org-self-insert-command)
(orgtbl-self-insert-command, org-delete-char)
(org-delete-backward-char): Set the `flyspell-delayed' property.

17 years ago*** empty log message ***
Carsten Dominik [Sun, 4 Mar 2007 07:37:15 +0000 (07:37 +0000)]
*** empty log message ***

17 years agoFix typo.
Chong Yidong [Sat, 3 Mar 2007 22:04:37 +0000 (22:04 +0000)]
Fix typo.

17 years ago* international/mule.el (find-auto-coding): Don't search for
Chong Yidong [Sat, 3 Mar 2007 22:03:32 +0000 (22:03 +0000)]
* international/mule.el (find-auto-coding): Don't search for
line-ending characters past the end of the tail.

17 years ago(find-auto-coding): Don't search for line-ending characters past the
Chong Yidong [Sat, 3 Mar 2007 22:03:04 +0000 (22:03 +0000)]
(find-auto-coding): Don't search for line-ending characters past the
end of the tail.

17 years agoDon't clear out LIB_X11_LIB, since XFT_LIBS does not include -lX11 on
Chong Yidong [Sat, 3 Mar 2007 21:50:54 +0000 (21:50 +0000)]
Don't clear out LIB_X11_LIB, since XFT_LIBS does not include -lX11 on
Solaris.