*** empty log message ***
This commit is contained in:
parent
987cee9728
commit
e082564eae
6 changed files with 48 additions and 3 deletions
|
@ -44,6 +44,9 @@ invalid pointer from string_free_list.
|
|||
|
||||
* BUGS
|
||||
|
||||
** Make where-is-internal detect when a key is shadowed by a shorter
|
||||
prefix key that prevents you from entering it.
|
||||
|
||||
** Clean up the confusion about what `unspecified' means
|
||||
in the face defaults for new frames.
|
||||
|
||||
|
@ -56,7 +59,7 @@ Seems to be a problem in sys_select in w32proc.c.
|
|||
|
||||
* DOCUMENTATION
|
||||
|
||||
** Update man/info.texi.
|
||||
** Check man/info.texi.
|
||||
|
||||
** Add missing years in copyright notices of all files.
|
||||
|
||||
|
|
5
etc/NEWS
5
etc/NEWS
|
@ -240,8 +240,9 @@ in the region, rather than on all complete lines in the region.
|
|||
|
||||
+++
|
||||
** A prefix argument is no longer required to repeat a jump to a
|
||||
previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the
|
||||
mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump.
|
||||
previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u
|
||||
C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC
|
||||
to set the mark immediately after a jump.
|
||||
|
||||
+++
|
||||
** The info-search bindings on C-h C-f, C-h C-k and C-h C-i
|
||||
|
|
|
@ -1,3 +1,26 @@
|
|||
2005-11-03 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* wid-edit.el (key-sequence): New widget type.
|
||||
|
||||
* simple.el (set-mark-command-repeat-pop): New variable.
|
||||
(set-mark-command): Only interpret plan C-@ after a pop as a pop
|
||||
if set-mark-command-repeat-pop is true.
|
||||
|
||||
* info.el (Info-fontify-node): Don't display extra "see" if there
|
||||
already is one here.
|
||||
|
||||
* mouse.el: Fix special handling of DEL after dragging a region:
|
||||
(mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
|
||||
(mouse-region-delete-keys): Add [backspace].
|
||||
|
||||
* mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
|
||||
|
||||
* textmodes/ispell.el (ispell-command-loop): Change `i' description
|
||||
not to assume it pertains to an affix.
|
||||
|
||||
* textmodes/flyspell.el (flyspell-post-command-hook):
|
||||
Bind deactivate-mark to prevent deactivation.
|
||||
|
||||
2005-11-03 Lars Hansen <larsh@soem.dk>
|
||||
* dired-x.el: Add menu bindings for dired-do-find-marked-files,
|
||||
dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2005-11-03 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* variables.texi (Frame-Local Variables): Small clarification.
|
||||
|
||||
2005-10-29 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* os.texi (Init File): Document ~/.emacs.d/init.el.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2005-11-03 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
|
||||
|
||||
2005-11-01 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* help.texi (Help Mode): Fix typo.
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
2005-11-03 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
|
||||
(enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
|
||||
(CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
|
||||
|
||||
* sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
|
||||
|
||||
* alloc.c (refill_memory_reserve): Move decl out of conditionals.
|
||||
|
||||
2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* window.c (Fdisplay_buffer): Fix last change to not use
|
||||
|
|
Loading…
Add table
Reference in a new issue