]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years ago(Active Keymaps): Make xref to lookup-key.
Nick Roberts [Sat, 30 Dec 2006 06:26:32 +0000 (06:26 +0000)]
(Active Keymaps): Make xref to lookup-key.

17 years ago*** empty log message ***
Nick Roberts [Sat, 30 Dec 2006 06:25:50 +0000 (06:25 +0000)]
*** empty log message ***

17 years ago(Fdefine_key): Doc fix.
Richard M. Stallman [Sat, 30 Dec 2006 06:25:06 +0000 (06:25 +0000)]
(Fdefine_key): Doc fix.

17 years agoRemoved spurious entry of 2006-12-24, duplicated on 2006-12-26.
Juanma Barranquero [Sat, 30 Dec 2006 02:00:28 +0000 (02:00 +0000)]
Removed spurious entry of 2006-12-24, duplicated on 2006-12-26.

17 years ago(magic-mode-alist): Detect image files with `image-type-auto-detected-p'
Juanma Barranquero [Sat, 30 Dec 2006 01:53:11 +0000 (01:53 +0000)]
(magic-mode-alist): Detect image files with `image-type-auto-detected-p'
instead of `image-type-from-buffer'.

17 years ago(image-type-header-regexps, image-type-from-data, image-type-from-buffer,
Juanma Barranquero [Sat, 30 Dec 2006 01:51:24 +0000 (01:51 +0000)]
(image-type-header-regexps, image-type-from-data, image-type-from-buffer,
image-type-from-file-header): Revert changes from 2006-12-26.
(image-type-auto-detectable): New variable.
(image-type-auto-detected-p): New function.

17 years ago(Bindat Spec): Clarify using field names in
Kim F. Storm [Sat, 30 Dec 2006 00:55:06 +0000 (00:55 +0000)]
(Bindat Spec): Clarify using field names in
length specifications.

17 years ago(dired-sort-other): Move test for dired-mode...
Nick Roberts [Fri, 29 Dec 2006 23:57:38 +0000 (23:57 +0000)]
(dired-sort-other): Move test for dired-mode...
(dired-sort-set-modeline): ...to here.

17 years ago*** empty log message ***
Nick Roberts [Fri, 29 Dec 2006 23:56:44 +0000 (23:56 +0000)]
*** empty log message ***

17 years ago(auto_resize_tool_bars_p): Replace with ...
Kim F. Storm [Fri, 29 Dec 2006 23:29:45 +0000 (23:29 +0000)]
(auto_resize_tool_bars_p): Replace with ...
(Vauto_resize_tool_bars): ... this.
(syms_of_xdisp): DEFVAR_LISP and initialize it.  Update doc string
to describe new value `grow-only', and use of C-l.
(display_tool_bar_line): Only use default face for border below
toolbar if not grow-only (to get acceptable visual appearence).
Explicitly set visible_height for empty toolbar lines.
(redisplay_tool_bar): Handle `grow-only' setting.  Check and clear
minimize_tool_bar_window_p flag.

17 years ago(Frecenter): Set minimize_tool_bar_window_p flag
Kim F. Storm [Fri, 29 Dec 2006 23:29:27 +0000 (23:29 +0000)]
(Frecenter): Set minimize_tool_bar_window_p flag
when called without arg to redraw with minimum toolbar height.
Update doc string.

17 years ago(struct frame): New member minimize_tool_bar_window_p.
Kim F. Storm [Fri, 29 Dec 2006 23:29:20 +0000 (23:29 +0000)]
(struct frame): New member minimize_tool_bar_window_p.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 29 Dec 2006 23:29:11 +0000 (23:29 +0000)]
*** empty log message ***

17 years ago(fill-comment-paragraph): Document 2006-12-24 change.
Michaël Cadilhac [Fri, 29 Dec 2006 21:39:47 +0000 (21:39 +0000)]
(fill-comment-paragraph): Document 2006-12-24 change.
Suggested by Stefan Monnier.

17 years agoFix last log entry.
Eli Zaretskii [Fri, 29 Dec 2006 19:45:55 +0000 (19:45 +0000)]
Fix last log entry.

17 years ago*** empty log message ***
Jason Rumney [Fri, 29 Dec 2006 16:48:21 +0000 (16:48 +0000)]
*** empty log message ***

17 years ago(TEMACS_EXTRA_LINK): Remove duplicated flags from DEBUG_LINK.
Jason Rumney [Fri, 29 Dec 2006 16:47:44 +0000 (16:47 +0000)]
(TEMACS_EXTRA_LINK): Remove duplicated flags from DEBUG_LINK.
(DEBUG_LINK): Remove -debugtype:both

17 years ago(umask): Do not define in msvc8.
Jason Rumney [Fri, 29 Dec 2006 15:58:08 +0000 (15:58 +0000)]
(umask): Do not define in msvc8.

17 years ago(tzname): Do not define in msvc8.
Jason Rumney [Fri, 29 Dec 2006 14:49:25 +0000 (14:49 +0000)]
(tzname): Do not define in msvc8.

17 years ago(regerror): Change parameter name err_code.
Jason Rumney [Fri, 29 Dec 2006 14:32:52 +0000 (14:32 +0000)]
(regerror): Change parameter name err_code.

17 years ago(bindat--unpack-group, bindat--length-group)
Kim F. Storm [Fri, 29 Dec 2006 01:20:48 +0000 (01:20 +0000)]
(bindat--unpack-group, bindat--length-group)
(bindat--pack-group): Let-bind COUNT during repeat block evaluation.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 29 Dec 2006 01:20:38 +0000 (01:20 +0000)]
*** empty log message ***

17 years ago(Bindat Spec): Explain eval forms and lengths better.
Kim F. Storm [Fri, 29 Dec 2006 01:17:06 +0000 (01:17 +0000)]
(Bindat Spec): Explain eval forms and lengths better.
Add count and index variables for eval forms in repeat blocks.

17 years ago(readline): When creating a relative file name from a
Francesco Potortì [Thu, 28 Dec 2006 00:05:53 +0000 (00:05 +0000)]
(readline): When creating a relative file name from a
#line directive, leave the file name alone.  The previous
behaviour was to make it relative to the tags file directory,
under the hypothesis that the #line directive file name was
relative to the directory of the tagged file.  That hypothesis is
wrong with Cpp and Lex.

(Makefile_targets): Do not include spaces in tag names.

17 years ago*** empty log message ***
Francesco Potortì [Thu, 28 Dec 2006 00:05:16 +0000 (00:05 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Francesco Potortì [Wed, 27 Dec 2006 23:58:29 +0000 (23:58 +0000)]
*** empty log message ***

17 years agoWrap function headers.
Kim F. Storm [Wed, 27 Dec 2006 21:55:59 +0000 (21:55 +0000)]
Wrap function headers.

17 years agoFix typo in comment.
Kim F. Storm [Wed, 27 Dec 2006 21:46:25 +0000 (21:46 +0000)]
Fix typo in comment.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 27 Dec 2006 21:34:38 +0000 (21:34 +0000)]
*** empty log message ***

17 years ago(authors-aliases): Anchor FSF alias regexp,
Kim F. Storm [Wed, 27 Dec 2006 21:31:10 +0000 (21:31 +0000)]
(authors-aliases): Anchor FSF alias regexp,
so it doesn't accidentally match an fsf.org mail address.
(authors-renamed-files-alist): Add tcover-*.el.

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 27 Dec 2006 21:19:25 +0000 (21:19 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Stefan Monnier [Wed, 27 Dec 2006 16:31:01 +0000 (16:31 +0000)]
*** empty log message ***

17 years ago(vc-arch-find-version): New function.
Stefan Monnier [Wed, 27 Dec 2006 16:26:34 +0000 (16:26 +0000)]
(vc-arch-find-version): New function.

17 years ago(vc-version-backup-file-name): Revision names may be
Stefan Monnier [Wed, 27 Dec 2006 16:25:42 +0000 (16:25 +0000)]
(vc-version-backup-file-name): Revision names may be
composed of arbitrary characters (even /) in some systems.

17 years ago*** empty log message ***
Eli Zaretskii [Wed, 27 Dec 2006 13:54:47 +0000 (13:54 +0000)]
*** empty log message ***

17 years agoUpdate table of supported Make ports. Show "make -j" command that is known
Eli Zaretskii [Wed, 27 Dec 2006 13:54:18 +0000 (13:54 +0000)]
Update table of supported Make ports.  Show "make -j" command that is known
to work.

17 years agoUpdate table of supported Make ports.
Eli Zaretskii [Wed, 27 Dec 2006 13:53:39 +0000 (13:53 +0000)]
Update table of supported Make ports.

17 years agoAdd comment about DOS EOLs in this file.
Eli Zaretskii [Wed, 27 Dec 2006 13:42:43 +0000 (13:42 +0000)]
Add comment about DOS EOLs in this file.

17 years ago(select-safe-coding-system-interactively): Improve the message in the
Eli Zaretskii [Wed, 27 Dec 2006 13:19:19 +0000 (13:19 +0000)]
(select-safe-coding-system-interactively): Improve the message in the
*Warning* buffer.

17 years ago(Windows Keyboard): Mention widespread Windows bindings, and how to get
Eli Zaretskii [Wed, 27 Dec 2006 12:49:36 +0000 (12:49 +0000)]
(Windows Keyboard): Mention widespread Windows bindings, and how to get
them back.

17 years ago(select-safe-coding-system-interactively):
Kenichi Handa [Wed, 27 Dec 2006 05:11:42 +0000 (05:11 +0000)]
(select-safe-coding-system-interactively):
Use face `link' for problematic chars.

17 years ago(ido-set-matches-1): Fix last change. If default item is
Kim F. Storm [Wed, 27 Dec 2006 02:22:36 +0000 (02:22 +0000)]
(ido-set-matches-1): Fix last change.  If default item is
current buffer, it is ok to be first.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 27 Dec 2006 02:22:24 +0000 (02:22 +0000)]
*** empty log message ***

17 years ago(select-safe-coding-system-interactively):
Kenichi Handa [Wed, 27 Dec 2006 01:25:31 +0000 (01:25 +0000)]
(select-safe-coding-system-interactively):
Improve the message in *Warning* buffer.

17 years ago(ido-set-matches-1): Never put current buffer first if
Kim F. Storm [Wed, 27 Dec 2006 00:26:54 +0000 (00:26 +0000)]
(ido-set-matches-1): Never put current buffer first if
there are other matches.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 27 Dec 2006 00:26:39 +0000 (00:26 +0000)]
*** empty log message ***

17 years ago(gud-watch): Allow duplicate names for watch
Nick Roberts [Tue, 26 Dec 2006 22:02:17 +0000 (22:02 +0000)]
(gud-watch): Allow duplicate names for watch
expressions.
(gdb-var-delete): Handle duplicate names.  Print message for non
root expressions.
(gdb-partial-output-name): Start buffer name with a space.
(gdb-info-breakpoints-custom, gdb-reset): Handle space in above
buffer name.

17 years ago*** empty log message ***
Nick Roberts [Tue, 26 Dec 2006 22:01:17 +0000 (22:01 +0000)]
*** empty log message ***

17 years ago(custom-browse-sort-alphabetically, custom-buffer-sort-alphabetically)
Richard M. Stallman [Tue, 26 Dec 2006 21:48:17 +0000 (21:48 +0000)]
(custom-browse-sort-alphabetically, custom-buffer-sort-alphabetically)
(custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.

17 years ago(Footnote-insert-footnote): Fix the search of the last footnote when
Michaël Cadilhac [Tue, 26 Dec 2006 20:29:26 +0000 (20:29 +0000)]
(Footnote-insert-footnote): Fix the search of the last footnote when
`footnote-spaced-footnotes' is nil.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Dec 2006 18:10:19 +0000 (18:10 +0000)]
*** empty log message ***

17 years ago(Fsearch_forward): Doc fix.
Richard M. Stallman [Tue, 26 Dec 2006 18:02:27 +0000 (18:02 +0000)]
(Fsearch_forward): Doc fix.

17 years ago(image-type-header-regexps): Change element format
Richard M. Stallman [Tue, 26 Dec 2006 18:01:40 +0000 (18:01 +0000)]
(image-type-header-regexps): Change element format
to include third item NOT-ALWAYS.
(image-type-from-data): Handle new format.
(image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
(image-type-from-file-header): Pass t for INCLUDE-MAYBES.

17 years ago*** empty log message ***
Andreas Schwab [Tue, 26 Dec 2006 11:38:14 +0000 (11:38 +0000)]
*** empty log message ***

17 years ago(datarootdir): Define.
Andreas Schwab [Tue, 26 Dec 2006 11:37:47 +0000 (11:37 +0000)]
(datarootdir): Define.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Dec 2006 03:54:12 +0000 (03:54 +0000)]
*** empty log message ***

17 years ago(Finteractive): Doc fix.
Richard M. Stallman [Tue, 26 Dec 2006 03:54:08 +0000 (03:54 +0000)]
(Finteractive): Doc fix.

17 years ago(add-log-current-defun): Call `forward-sexp'
Masatake YAMATO [Tue, 26 Dec 2006 03:53:04 +0000 (03:53 +0000)]
(add-log-current-defun): Call `forward-sexp'
multiple times to pick a member function name defined as
part of nested classes/namespaces.

17 years agoeasy-menu-change patch
Vinicius Jose Latorre [Tue, 26 Dec 2006 03:26:14 +0000 (03:26 +0000)]
easy-menu-change patch

17 years ago(Holidays): Holiday listing is based on current practice, but DST is not.
Richard M. Stallman [Tue, 26 Dec 2006 03:12:22 +0000 (03:12 +0000)]
(Holidays): Holiday listing is based on current practice, but DST is not.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Dec 2006 02:55:07 +0000 (02:55 +0000)]
*** empty log message ***

17 years ago(fill-paragraph): Check for a minibuffer
Richard M. Stallman [Tue, 26 Dec 2006 02:54:41 +0000 (02:54 +0000)]
(fill-paragraph): Check for a minibuffer
rather than for being in a minibuffer window.

17 years agoRemove spurious "(tiny change)".
Juanma Barranquero [Tue, 26 Dec 2006 00:10:43 +0000 (00:10 +0000)]
Remove spurious "(tiny change)".

17 years ago*** empty log message ***
Juanma Barranquero [Mon, 25 Dec 2006 23:59:30 +0000 (23:59 +0000)]
*** empty log message ***

17 years agoRevert unwanted unusual formating to standard form.
Michaël Cadilhac [Mon, 25 Dec 2006 23:09:00 +0000 (23:09 +0000)]
Revert unwanted unusual formating to standard form.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 25 Dec 2006 20:37:40 +0000 (20:37 +0000)]
*** empty log message ***

17 years ago(Top): Update subnode menus.
Richard M. Stallman [Mon, 25 Dec 2006 20:37:36 +0000 (20:37 +0000)]
(Top): Update subnode menus.

17 years ago(Transient Mark): Fix xref.
Richard M. Stallman [Mon, 25 Dec 2006 20:37:01 +0000 (20:37 +0000)]
(Transient Mark): Fix xref.

17 years ago(Graphical Kill): Node deleted.
Richard M. Stallman [Mon, 25 Dec 2006 20:36:43 +0000 (20:36 +0000)]
(Graphical Kill): Node deleted.
(Killing): Add xref to Cut and Paste.
(CUA Bindings): Update xref.

17 years ago(Cut and Paste): New section to hold other nodes.
Richard M. Stallman [Mon, 25 Dec 2006 20:35:15 +0000 (20:35 +0000)]
(Cut and Paste): New section to hold other nodes.
(Mouse Commands): Node demoted.
(Cut/Paste Other App): Split out from Mouse Commands.
(Word and Line Mouse): Likewise.
(Secondary Selection, Clipboard): Nodes demoted.

17 years ago(sql-mode-abbrev-table): Corrected initialization.
Richard M. Stallman [Mon, 25 Dec 2006 20:11:21 +0000 (20:11 +0000)]
(sql-mode-abbrev-table): Corrected initialization.
(sql-mode-syntax-table): Disable double quoted strings.
(sql-mode-font-lock-object-name): Added TYPE and TYPE BODY.

17 years ago** Report that datagrams don't work on Windows.
Chong Yidong [Mon, 25 Dec 2006 18:09:08 +0000 (18:09 +0000)]
** Report that datagrams don't work on Windows.
Done by KFS.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 25 Dec 2006 17:46:33 +0000 (17:46 +0000)]
*** empty log message ***

17 years ago(BROKEN_DATAGRAM_SOCKETS): Define it.
Kim F. Storm [Mon, 25 Dec 2006 13:30:18 +0000 (13:30 +0000)]
(BROKEN_DATAGRAM_SOCKETS): Define it.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 25 Dec 2006 13:30:09 +0000 (13:30 +0000)]
*** empty log message ***

17 years ago(mac-keyboard-translate-char, mac-unread-string):
YAMAMOTO Mitsuharu [Mon, 25 Dec 2006 08:18:29 +0000 (08:18 +0000)]
(mac-keyboard-translate-char, mac-unread-string):
New functions.
(mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
Use mac-unread-string.

17 years ago(fancy-splash-last-input-event): New variable.
YAMAMOTO Mitsuharu [Mon, 25 Dec 2006 08:18:09 +0000 (08:18 +0000)]
(fancy-splash-last-input-event): New variable.
(fancy-splash-special-event-action): New function.
(fancy-splash-screens): Temporarily bind special events to it.
Execute command for saved special event before exiting from
recursive editing.

17 years ago(Sorting Sequences): In sort*, add a little cautionary note about the key
Juanma Barranquero [Mon, 25 Dec 2006 01:08:43 +0000 (01:08 +0000)]
(Sorting Sequences): In sort*, add a little cautionary note about the key
procedure being used heavily.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 25 Dec 2006 01:04:15 +0000 (01:04 +0000)]
*** empty log message ***

17 years agoMerge last two entries of Michael Cadilhac, fix first name.
Michaël Cadilhac [Mon, 25 Dec 2006 00:22:49 +0000 (00:22 +0000)]
Merge last two entries of Michael Cadilhac, fix first name.
Fix some other typos.

17 years ago(Caching passphrase): Default for pgg-gpg-use-agent changed to t.
Chong Yidong [Sun, 24 Dec 2006 20:55:01 +0000 (20:55 +0000)]
(Caching passphrase): Default for pgg-gpg-use-agent changed to t.
(Prerequisites): Add explanation about gpg-agent.

17 years ago* pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
Chong Yidong [Sun, 24 Dec 2006 20:54:22 +0000 (20:54 +0000)]
* pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
to t.
(Prerequisites): Add explanation about gpg-agent.

17 years ago(fill-comment-paragraph): Prevent the use of an optimized comment regexp if
Michaël Cadilhac [Sun, 24 Dec 2006 20:23:31 +0000 (20:23 +0000)]
(fill-comment-paragraph): Prevent the use of an optimized comment regexp if
`comment-start-skip' uses a ^.

17 years ago(bs--up): Remove interactive spec.
Michaël Cadilhac [Sun, 24 Dec 2006 17:31:20 +0000 (17:31 +0000)]
(bs--up): Remove interactive spec.

17 years ago(Variable Definitions): Document new name custom-add-frequent-value.
Richard M. Stallman [Sun, 24 Dec 2006 16:36:26 +0000 (16:36 +0000)]
(Variable Definitions): Document new name custom-add-frequent-value.

17 years agont/ChangeLog
Eli Zaretskii [Sun, 24 Dec 2006 07:22:49 +0000 (07:22 +0000)]
nt/ChangeLog

17 years ago($(TRES)): Don't use $<, as nmake supports it only in implicit rules.
Eli Zaretskii [Sun, 24 Dec 2006 07:22:10 +0000 (07:22 +0000)]
($(TRES)): Don't use $<, as nmake supports it only in implicit rules.
Use literal "emacs.rc" instead.

17 years ago** Make woman detect use of the doc macros and give a clear error message.
Chong Yidong [Sun, 24 Dec 2006 03:17:16 +0000 (03:17 +0000)]
** Make woman detect use of the doc macros and give a clear error message.
Fixed.

17 years ago(woman-decode-buffer): Signal error for alien macro sets. Suggested
Chong Yidong [Sun, 24 Dec 2006 03:15:53 +0000 (03:15 +0000)]
(woman-decode-buffer): Signal error for alien macro sets.  Suggested
by James Cloos.

17 years ago* woman.el (woman-decode-buffer): Signal error for alien macro
Chong Yidong [Sun, 24 Dec 2006 03:15:41 +0000 (03:15 +0000)]
* woman.el (woman-decode-buffer): Signal error for alien macro
sets.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 24 Dec 2006 03:04:14 +0000 (03:04 +0000)]
*** empty log message ***

17 years ago(Holidays): US daylight savings begins second Sunday
Richard M. Stallman [Sun, 24 Dec 2006 03:01:49 +0000 (03:01 +0000)]
(Holidays): US daylight savings begins second Sunday
in March for 2007 onwards.
(Daylight Savings): Show new US default daylight savings rules, 2nd
Sun in Mar to 1st Sun in Nov, now in cal-dst.el.

17 years agoComment change.
Richard M. Stallman [Sun, 24 Dec 2006 02:59:28 +0000 (02:59 +0000)]
Comment change.

17 years ago(calendar-dst-starts): Default to second Sunday in March.
Richard M. Stallman [Sun, 24 Dec 2006 02:58:41 +0000 (02:58 +0000)]
(calendar-dst-starts): Default to second Sunday in March.
(calendar-dst-ends): Default to first Sunday in November.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 24 Dec 2006 01:50:17 +0000 (01:50 +0000)]
*** empty log message ***

17 years agoRequire Autoconf 2.61.
Richard M. Stallman [Sun, 24 Dec 2006 01:48:56 +0000 (01:48 +0000)]
Require Autoconf 2.61.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 24 Dec 2006 01:42:11 +0000 (01:42 +0000)]
*** empty log message ***

17 years ago(allout-encrypt-string): Inhibit use of agent within
Chong Yidong [Sun, 24 Dec 2006 01:08:43 +0000 (01:08 +0000)]
(allout-encrypt-string): Inhibit use of agent within
body of let form where encryption happens.  Acknowledge non-use of
gpg-agent in docstring.
(allout-toggle-subtree-encryption): Acknowledge non-use of
gpg-agent in docstring.

17 years ago* allout.el (allout-encrypt-string): Inhibit use of agent within
Chong Yidong [Sun, 24 Dec 2006 01:08:26 +0000 (01:08 +0000)]
* allout.el (allout-encrypt-string): Inhibit use of agent within
body of let form where encryption happens.  Acknowledge non-use of
gpg-agent in docstring.
(allout-toggle-subtree-encryption): Acknowledge non-use of
gpg-agent in docstring.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 24 Dec 2006 00:39:58 +0000 (00:39 +0000)]
*** empty log message ***