]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years ago*** empty log message ***
Glenn Morris [Sat, 10 Mar 2007 04:25:24 +0000 (04:25 +0000)]
*** empty log message ***

17 years agoAdd copyright disclaimer.
Glenn Morris [Sat, 10 Mar 2007 04:22:35 +0000 (04:22 +0000)]
Add copyright disclaimer.

17 years agoBit late for pre-pretest comment...
Glenn Morris [Sat, 10 Mar 2007 04:21:17 +0000 (04:21 +0000)]
Bit late for pre-pretest comment...

17 years ago*** empty log message ***
Glenn Morris [Sat, 10 Mar 2007 04:17:17 +0000 (04:17 +0000)]
*** empty log message ***

17 years ago(woman-change-fonts): Add a hack to deal with
Glenn Morris [Sat, 10 Mar 2007 04:12:44 +0000 (04:12 +0000)]
(woman-change-fonts): Add a hack to deal with
font-escape followed by "." at start of a line.
(woman2-IP): Add a hack to deal with consecutive requests.
(woman2-tagged-paragraph): Extend existing hack to handle "sp".

17 years ago*** empty log message ***
Kim F. Storm [Sat, 10 Mar 2007 01:54:30 +0000 (01:54 +0000)]
*** empty log message ***

17 years ago(redisplay_window): Don't automatically select a new window
Kim F. Storm [Sat, 10 Mar 2007 01:07:05 +0000 (01:07 +0000)]
(redisplay_window): Don't automatically select a new window
start for a contination line during mouse-click.

17 years ago(c-before-change): insert call of `save-match-data'.
Alan Mackenzie [Fri, 9 Mar 2007 23:11:15 +0000 (23:11 +0000)]
(c-before-change): insert call of `save-match-data'.

17 years ago*** empty log message ***
Alan Mackenzie [Fri, 9 Mar 2007 23:08:21 +0000 (23:08 +0000)]
*** empty log message ***

17 years ago(abbrev): Add `provide'.
Richard M. Stallman [Fri, 9 Mar 2007 22:02:50 +0000 (22:02 +0000)]
(abbrev): Add `provide'.

17 years agoSay explicitly this is not for Cygwin.
Richard M. Stallman [Fri, 9 Mar 2007 18:12:34 +0000 (18:12 +0000)]
Say explicitly this is not for Cygwin.

17 years ago(handle_one_xevent): Ignore buttons > 3 for the tool bar.
Jan Djärv [Fri, 9 Mar 2007 17:42:12 +0000 (17:42 +0000)]
(handle_one_xevent): Ignore buttons > 3 for the tool bar.

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Mar 2007 17:37:50 +0000 (17:37 +0000)]
*** empty log message ***

17 years ago(Fdescribe_buffer_bindings): Check that BUFFER is valid.
Juanma Barranquero [Fri, 9 Mar 2007 17:31:12 +0000 (17:31 +0000)]
(Fdescribe_buffer_bindings): Check that BUFFER is valid.

17 years ago** md5i@cs.cmu.edu, Feb 20: move-end-of-line in comint buffers
Chong Yidong [Fri, 9 Mar 2007 14:57:38 +0000 (14:57 +0000)]
** md5i@cs.cmu.edu, Feb 20: move-end-of-line in comint buffers
Postphoned to post Emacs 22.

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Mar 2007 14:56:23 +0000 (14:56 +0000)]
*** empty log message ***

17 years ago** bojohan+news@dd.chalmers.se, Feb 23: partial-completion
Chong Yidong [Fri, 9 Mar 2007 14:52:45 +0000 (14:52 +0000)]
** bojohan+news@dd.chalmers.se, Feb 23: partial-completion
Fixed by Martin Rudalic's 2007-03-09 checkin.

17 years agoFix typo.
Juanma Barranquero [Fri, 9 Mar 2007 14:52:22 +0000 (14:52 +0000)]
Fix typo.

17 years ago** simon.marshall@misys.com, Jan 12:
Chong Yidong [Fri, 9 Mar 2007 14:49:07 +0000 (14:49 +0000)]
** simon.marshall@misys.com, Jan 12:
  Font-lock decides function call is function declaration in C++
Fixed by acm's 2007-03-08 commit, fix confirmed.

17 years agoThere's no such thing as "Windows32" binaries.
Eli Zaretskii [Fri, 9 Mar 2007 14:38:54 +0000 (14:38 +0000)]
There's no such thing as "Windows32" binaries.
Say explicitly that the instructions here are not for Cygwin.

17 years ago(ange-ftp-try-passive-mode): Doc fix.
Thien-Thi Nguyen [Fri, 9 Mar 2007 09:15:21 +0000 (09:15 +0000)]
(ange-ftp-try-passive-mode): Doc fix.

17 years ago(PC-do-completion): Replace first call to try-completion with new
Glenn Morris [Fri, 9 Mar 2007 09:00:59 +0000 (09:00 +0000)]
(PC-do-completion): Replace first call to try-completion with new
PC-try-completion.

17 years ago(PC-try-completion): New function.
Martin Rudalics [Fri, 9 Mar 2007 07:30:29 +0000 (07:30 +0000)]
(PC-try-completion): New function.
(PC-do-completion, read-file-name-internal): Use it instead of
try-completion.

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 9 Mar 2007 02:01:47 +0000 (02:01 +0000)]
*** empty log message ***

17 years ago(syms_of_keyboard): Doc fix.
Richard M. Stallman [Thu, 8 Mar 2007 22:58:12 +0000 (22:58 +0000)]
(syms_of_keyboard): Doc fix.

17 years ago(c-partial-ws-p, c-unfind-type, c-trim-found-types): new functions.
Alan Mackenzie [Thu, 8 Mar 2007 21:52:30 +0000 (21:52 +0000)]
(c-partial-ws-p, c-unfind-type, c-trim-found-types): new functions.
An ad hoc attempt to remove stale tokens from the cache `c-found-types'.

17 years ago(c-unfind-enclosing-token, c-unfind-coalesced-tokens, c-before-change): new
Alan Mackenzie [Thu, 8 Mar 2007 21:50:51 +0000 (21:50 +0000)]
(c-unfind-enclosing-token, c-unfind-coalesced-tokens, c-before-change): new
functions;
(c-maybe-stale-found-type): new variable.
An ad hoc attempt to remove stale tokens from the cache `c-found-types'.

17 years ago*** empty log message ***
Alan Mackenzie [Thu, 8 Mar 2007 21:47:31 +0000 (21:47 +0000)]
*** empty log message ***

17 years ago(smerge-remove-props): Don't mark the buffer modified.
Stefan Monnier [Thu, 8 Mar 2007 20:12:55 +0000 (20:12 +0000)]
(smerge-remove-props): Don't mark the buffer modified.
(debug-ignored-errors): Add entry from smerge-match-conflict.

17 years ago(idlwave-do-context-help1): Don't visit special help topics for
J.D. Smith [Thu, 8 Mar 2007 18:31:13 +0000 (18:31 +0000)]
(idlwave-do-context-help1): Don't visit special help topics for
keywords.
(idlwave-help-assistant-command): Include ".exe" for ms-dos
etc. Assistant command.

17 years agoReplace "win32".
Richard M. Stallman [Thu, 8 Mar 2007 17:54:14 +0000 (17:54 +0000)]
Replace "win32".

17 years ago** rudalics@gmx.at, Feb 27: undo-information kept for *occur*
Chong Yidong [Thu, 8 Mar 2007 15:18:13 +0000 (15:18 +0000)]
** rudalics@gmx.at, Feb 27: undo-information kept for *occur*
Fixed.

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 ***