aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog361
1 files changed, 357 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c299c1cf77f..8b97c774aaa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,357 @@
12005-04-17 Luc Teirlinck <teirllm@auburn.edu>
2
3 * startup.el (command-line): No longer enable Xterm Mouse mode by
4 default in terminals compatible with xterm.
5
6 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
7
82005-04-18 Nick Roberts <nickrob@snap.net.nz>
9
10 * tooltip.el (tooltip-gud-echo-area): Rename from
11 tooltip-use-echo-area.
12 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
13 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14 area independently of where help tooltips are displayed.
15
162005-04-17 David Kastrup <dak@gnu.org>
17
18 * cus-theme.el (custom-theme-write-variables): Quote variables
19 where necessary.
20
212005-04-17 Richard M. Stallman <rms@gnu.org>
22
23 * simple.el (yank-excluded-properties): Add follow-link to value.
24
25 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
26
27 * startup.el (fancy-splash-max-time): Just 30 seconds.
28 (fancy-splash-delay): Just 7.
29 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30
31 * loadhist.el (unload-feature): Update for new format of load-history.
32 Simplify the code.
33
34 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
35 (rmail-font-lock-keywords): Don't fontify the text of a citation.
36
37 * mail/sendmail.el (mail-font-lock-keywords):
38 Don't fontify subject text.
39 Don't fontify the text of a citation.
40
412005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
42
43 * comint.el (comint-output-filter): Run comint-output-filter-functions
44 with point where the user had it.
45
462005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * international/ucs-tables.el (ucs-set-table-for-input):
49 Disable when using unify-on-decoding.
50
512005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
52
53 * emulation/cua-base.el (cua-global-mark-face): Add special case
54 for displays supporting a high number of colors.
55
562005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
57
58 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
59
602005-04-16 Chong Yidong <cyd@stupidchicken.com>
61
62 * filesets.el (filesets-add-buffer): If user supplies a name of a
63 non-existing fileset, create a new fileset.
64
652005-04-16 Carsten Dominik <dominik@science.uva.nl>
66
67 * textmodes/org.el (org-up-heading-all): Fix bug with
68 `outline-up-heading-all'.
69
702005-04-16 Andreas Schwab <schwab@suse.de>
71
72 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
73 /etc/permissions.d/* and /etc/aliases.d/*.
74
752005-04-16 Kenichi Handa <handa@m17n.org>
76
77 * international/code-pages.el (cp-make-coding-system):
78 Set `translation-table-for-input' property value to the symbol
79 ucs-mule-to-mule-unicode, not to that value.
80 (pt154): Escape guillemet by `\'.
81
822005-04-15 Luc Teirlinck <teirllm@auburn.edu>
83
84 * loadup.el: Load tooltip if x-show-tip is fboundp.
85
86 * startup.el (command-line): Add comment.
87
88 * tooltip.el (tooltip-mode): Specify correct standard value for
89 Custom in init-value.
90
912005-04-15 Nick Roberts <nickrob@snap.net.nz>
92
93 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
94 possible.
95
962005-04-15 Carsten Dominik <dominik@science.uva.nl>
97
98 * textmodes/org.el: (org-agenda-date-prompt): Rename from
99 `org-agenda-date-today'.
100 (org-evaluate-time-range): Insert at point instead of directly
101 after time range.
102 (org-first-headline-recenter, org-subtree-end-visible-p)
103 (org-optimize-window-after-visibility-change): New functions
104 (org-agenda-post-command-hook): Don't allow point at end of line,
105 to make sure it always hits the text properties.
106 (org-agenda-next-date-line, org-agenda-previous-date-line):
107 New commands.
108 (org-set-regexps-and-options): Category may contain white space.
109 (org-agenda-get-deadlines, org-agenda-get-scheduled):
110 Improve marker positions.
111 (org-agenda-new-marker): Argument POS made optional.
112 (org-agenda-get-timestamps): Deadlines which are done are listed
113 in org-done-face now.
114 (org-agenda-get-todos, org-agenda-get-timestamps)
115 (org-agenda-get-deadlines, org-agenda-get-scheduled):
116 Set `undone-face' and `done-face' properties.
117 (org-last-todo-state-is-todo): New variable.
118 (org-todo): Set `org-last-todo-state-is-todo'.
119 (org-agenda-todo): Change face according to
120 `org-last-todo-state-is-todo'. And change other lines refering to
121 the same entry.
122 (org-calendar-goto-agenda): New command.
123 (org-calendar-to-agenda-key): New option.
124 (org-startup-folded): New allowed value `content'.
125 (org-set-regexps-and-options): Accept new value `content' for
126 `org-startup-folded'.
127 (org-get-current-options): Handle new value `content' for
128 `org-startup-folded'.
129 (org-insert-todo-heading): New command.
130 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
131 interactively in empty file and option
132 `org-insert-mode-line-in-empty-file' has been set.
133 (org-agenda-todo,org-agenda-priority): Modify to use
134 `org-agenda-change-all-lines'.
135 (org-warning-face): Change color on dark background
136
1372005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
138
139 * international/mule-cmds.el (set-locale-environment): On Mac OS,
140 use preferences AppleLocale and AppleLanguages, and variable
141 mac-system-locale for default locale. On Mac OS Classic, use
142 mac-system-coding-system for default coding systems.
143
144 * term/mac-win.el: Don't set file-name-coding-system.
145 Decode variables system-name, emacs-build-system, user-login-name, and
146 user-full-name by mac-system-coding-system on Mac OS Classic.
147 (mac-system-coding-system): New variable.
148
1492005-04-13 Luc Teirlinck <teirllm@auburn.edu>
150
151 * startup.el (command-line): Handle `xterm-mouse-mode' before
152 reading init file.
153
154 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
155
1562005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
157
158 * progmodes/sh-script.el (sh-here-document-word): Make it a
159 defcustom. Doc fix.
160 (sh-add): Bash uses $(( )) for arithmetic.
161 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
162 (sh-maybe-here-document): Remove quotes and leading whitespace
163 from heredoc word when closing. Indent heredoc with tabs if word
164 starts with "-".
165
1662005-04-13 Richard M. Stallman <rms@gnu.org>
167
168 * simple.el (undo): Fix previous change.
169
170 * custom.el (defface): Doc fix.
171
1722005-04-13 Lute Kamstra <lute@gnu.org>
173
174 * Makefile.in (DONTCOMPILE): Remove list.
175 (compile, compile-always): Don't use DONTCOMPILE.
176 (update-authors): Load the library in which batch-update-authors
177 is defined.
178 * makefile.w32-in (DONTCOMPILE): Remove list.
179 (compile, compile-always): Fix comments.
180 (update-authors): Load the library in which batch-update-authors
181 is defined.
182
183 * generic-x.el (generic-mode-ini-file-find-file-hook):
184 Rename to ini-generic-mode-find-file-hook.
185 Keep generic-mode-ini-file-find-file-hook as an alias.
186 (ini-generic-mode-find-file-hook): Rename from
187 generic-mode-ini-file-find-file-hook. Fix docstring.
188 (ini-generic-mode): Docstring change.
189 (bat-generic-mode-run-as-comint): Silence the byte compiler.
190
191 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
192 called from lisp.
193
194 * generic.el: Move to the emacs-lisp subdir.
195
1962005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
197
198 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
199 and C-S- function and cursor motion keys.
200
2012005-04-12 Luc Teirlinck <teirllm@auburn.edu>
202
203 * startup.el (command-line): Enable Xterm Mouse mode by default.
204 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
205 for Custom. No longer show "Mouse" in mode line when enabled.
206 Doc fix.
207
2082005-04-12 Kim F. Storm <storm@cua.dk>
209
210 * emulation/cua-base.el (cua-rectangle-face)
211 (cua-rectangle-noselect-face): Define face attributes here.
212
213 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
214
2152005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
216
217 * startup.el (command-line): Turn off blinking cursor if
218 cursorBlink in resources is off or false.
219
2202005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
221
222 * term/mac-win.el (dnd): Require dnd.
223 (mac-drag-n-drop): Call dnd-handle-one-url.
224 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
225 (kTextEncodingISOLatin2): Remove constants.
226 (mac-script-code-coding-systems): New constant.
227 (mac-handle-language-change): New function.
228 (special-event-map): Bind it to `language-change' event.
229 (mac-centraleurroman, mac-cyrillic): New coding systems.
230 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
231 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
232 and mac-cyrillic-encoder to encode-mac-centraleurroman and
233 encode-mac-cyrillic, respectively.
234
2352005-04-12 Nick Roberts <nickrob@snap.net.nz>
236
237 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
238 Don't set overlay-arrow-string to "=>" as this is done
239 globally in C now.
240
2412005-04-12 Lute Kamstra <lute@gnu.org>
242
243 * generic-x.el (rc-generic-mode, rul-generic-mode):
244 Fix auto-mode-alist entries.
245 (etc-fstab-generic-mode): Tweak fontification.
246
247 * generic.el (generic-make-keywords-list): Fix docstring.
248 (generic-mode-internal): Simplify generic-font-lock-keywords.
249
2502005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
251
252 * whitespace.el (whitespace-buffer-leading)
253 (whitespace-buffer-trailing): Revert the incorrect test
254 inversion. However, fix the highlight area for the leading and
255 trailing whitespaces to show space.
256
2572005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
258
259 * whitespace.el (whitespace-version): Bump to 3.5
260
261 (whitespace-buffer-leading, whitespace-buffer-trailing):
262 Invert sense of the test to highlight the whitespace.
263
2642005-04-12 Nick Roberts <nickrob@snap.net.nz>
265
266 * progmodes/gud.el (gud-display-line): GUD uses its own
267 overlay arrow now so don't set overlay-arrow-string.
268 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
269
2702005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
271
272 * term.el (term-ansi-current-bold, term-ansi-current-underline)
273 (term-ansi-current-reverse, term-ansi-current-invisible)
274 (term-ansi-face-already-done): Change to boolean.
275 (term-reset-terminal, term-handle-colors-array): Handle the above
276 vars accordingly.
277 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
278 (term-emulate-terminal): Use the new name.
279
280 * faces.el (secondary-selection): Use yellow1, not yellow.
281 (trailing-whitespace): Use red1, not red.
282
2832005-04-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
284
285 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
286 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
287 (dired-dnd-handle-file): Call dnd-get-local-file-uri
288
289 * cus-edit.el (dnd): New group.
290
291 * term/w32-win.el (dnd): Require dnd
292 (w32-drag-n-drop): Call dnd-handle-one-url.
293
294 * x-dnd.el: Require dnd.
295 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
296 Call dnd-handle-one-url.
297 (x-dnd-types-alist, x-dnd-insert-utf8-text)
298 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
299 to dnd-insert-text.
300 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
301 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
302 (x-dnd-get-local-file-name, x-dnd-open-local-file)
303 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
304
305 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
306
3072005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
308
309 * wdired.el: Doc fixes.
310 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
311 (wdired-use-dired-vertical-movement): Rename from
312 wdired-always-move-to-filename-beginning.
313 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
314 (wdired-change-to-wdired-mode): Change mode name.
315 (wdired-newline): Delete.
316
3172005-04-11 Richard M. Stallman <rms@gnu.org>
318
319 * whitespace.el (whitespace-highlight-the-space):
320 Don't call whitespace-unhighlight-the-space here.
321
322 * simple.el (undo): Record t in undo-equiv-table
323 for the redo record made by an undo-in-region.
324
3252005-04-12 Nick Roberts <nickrob@snap.net.nz>
326
327 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
328 (gdb-frame-inferior-io-buffer): New Functions to control
329 display of separate IO buffer.
330 (menu): Add them to menu-bar.
331 (gdb-display-buffer): Check for buffer another frame.
332 Protect GUD buffer.
333 (gdb-setup-windows): Create IO buffer if not already there.
334 (gdb-memory-mode): Remove purecopy noops.
335
3362005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
337
338 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
339 and pass to self-insert-command.
340
3412005-04-11 Lute Kamstra <lute@gnu.org>
342
343 * generic.el: Commentary section cleanup.
344 (generic): Delete.
345 (generic-use-find-file-hook, generic-lines-to-scan)
346 (generic-find-file-regexp, generic-ignore-files-regexp)
347 (default-generic-mode, generic-mode-find-file-hook)
348 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
349 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
350 (generic-use-find-file-hook, generic-lines-to-scan)
351 (generic-find-file-regexp, generic-ignore-files-regexp)
352 (default-generic-mode, generic-mode-find-file-hook)
353 (generic-mode-ini-file-find-file-hook): Move from generic.el.
354
12005-04-10 Karl Fogel <kfogel@red-bean.com> 3552005-04-10 Karl Fogel <kfogel@red-bean.com>
2 356
3 * bookmark.el (bookmark-write-file): Catch errors writing file. 357 * bookmark.el (bookmark-write-file): Catch errors writing file.
@@ -74,8 +428,8 @@
74 428
752005-04-09 Richard M. Stallman <rms@gnu.org> 4292005-04-09 Richard M. Stallman <rms@gnu.org>
76 430
77 * help.el (describe-key-briefly, describe-key): Replace 431 * help.el (describe-key-briefly, describe-key):
78 strings as event types with "(any string)". 432 Replace strings as event types with "(any string)".
79 433
802005-04-09 Stefan Monnier <monnier@iro.umontreal.ca> 4342005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
81 435
@@ -188,8 +542,7 @@
188 542
1892005-04-08 Kim F. Storm <storm@cua.dk> 5432005-04-08 Kim F. Storm <storm@cua.dk>
190 544
191 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to 545 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
192 mouse-face.
193 546
194 * mouse.el (mouse-on-link-p): Doc fix. 547 * mouse.el (mouse-on-link-p): Doc fix.
195 548