comparison lisp/ChangeLog @ 67525:d1c8ad10efda

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 12 Dec 2005 05:22:29 +0000
parents 22cb493256c0
children a4df652446a6
comparison
equal deleted inserted replaced
67524:9014ad13a926 67525:d1c8ad10efda
1 2005-12-12 Richard M. Stallman <rms@gnu.org>
2
3 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4
5 * frame.el (display-hourglass): Doc fix.
6
7 * help.el (help-for-help-internal): Simplify entry for `a'.
8
9 * info.el (Info-on-current-buffer): Doc fix.
10 (info-insert-file-contents): Don't test (featurep 'jka-compr).
11
12 * startup.el (inhibit-splash-screen): Make this the real name.
13 (inhibit-startup-message): Make this the alias.
14 (command-line): Find only simple.el, and use its directory
15 to fill in other preloaded files' names.
16 (command-line): Deactivate the mark if deactivate-mark is set.
17
18 * international/mule.el (load-with-code-conversion):
19 Bind deactivate-mark.
20
21 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
22
1 2005-12-11 Luc Teirlinck <teirllm@auburn.edu> 23 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
2 24
3 * cus-edit.el (customize-apropos): Avoid listing an option more 25 * cus-edit.el (customize-apropos): Avoid listing an option more
4 than once under different aliases. No longer list user options 26 than once under different aliases. No longer list user options
5 that are not defined with defcustom (unless a prefix arg is given). 27 that are not defined with defcustom (unless a prefix arg is given).