mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
*** empty log message ***
This commit is contained in:
parent
243d70e531
commit
6a8c7cfe20
3 changed files with 24 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-09-02 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* HELLO: Regroup Europe Non-ASCII examples by similar scripts.
|
||||
|
||||
2006-08-25 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* TUTORIAL: Give priority to graphical terminals over text terminals
|
||||
|
|
|
|||
|
|
@ -1,3 +1,19 @@
|
|||
2006-09-02 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* man.el (Man-topic-history): New variable.
|
||||
(man): Use it.
|
||||
|
||||
* woman.el (woman-topic-history): Change defvar to defvaralias
|
||||
for symbol `Man-topic-history'.
|
||||
|
||||
* shell.el (shell-filter-ctrl-a-ctrl-b): Check if
|
||||
`comint-last-output-start' is a marker by using `markerp' and
|
||||
check if it has a position by using `marker-position', and use
|
||||
this position for `goto-char'.
|
||||
|
||||
* international/quail.el (quail-defrule-internal): Add missing
|
||||
`error' call for null key.
|
||||
|
||||
2006-09-02 Ryan Yeske <rcyeske@gmail.com>
|
||||
|
||||
* rcirc.el (rcirc-keywords): New variable.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2006-09-02 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* marker.c (Fmarker_position): Doc fix.
|
||||
|
||||
2006-09-03 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* window.c (syms_of_window) <split-height-threshold>:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue