comparison lisp/ChangeLog @ 90159:08185296b491

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 272-288) - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 67) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 05 May 2005 00:04:55 +0000
parents e1fbb019c538 24ece2a91836
children 62afea0771d8
comparison
equal deleted inserted replaced
90158:bf4846baba9a 90159:08185296b491
1 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4 use gcc instead of cpp.
5
6 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
7 (gdb-create-define-alist): Use. it.
8 (gdb-cpp-define-alist-program): Update for MS-DOS?
9
10 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
11
12 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
13
14 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
15
16 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17 (icalendar-duration-correction): Remove.
18 (icalendar--get-event-properties): Split result at commas.
19 (icalendar--decode-isoduration): New optional argument
20 DURATION-CORRECTION.
21 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
23 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
24 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
25 (icalendar--convert-anniversary-to-ical): New functions, extracted
26 from icalendar-export-region, with bug fixes.
27 (icalendar-export-region): Use the above functions.
28 (icalendar-import-buffer): Check before saving diary file.
29 (icalendar--convert-recurring-to-diary)
30 (icalendar--convert-non-recurring-all-day-to-diary)
31 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32 extracted from icalendar--convert-ical-to-diary, with bug fixes.
33 (icalendar--convert-ical-to-diary): Use the above functions.
34
35 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
36
37 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
38 Remove these recent additions.
39 (c-mode): Restore to before 2005-04-28.
40
41 * progmodes/cc-vars.el (cc-define-list-program): Remove this
42 recent addition.
43
44 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
45 (gdb-define-alist): New variables.
46 (gdb-create-define-alist): New function.
47 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
48 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
49 with string-to-number.
50 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
51
52 * progmodes/gud.el: Replace string-to-int with string-to-number.
53 (gud-find-file): Handle gdb-define-alist.
54
55 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
56
57 2005-05-02 Jay Belanger <belanger@truman.edu>
58
59 * calc/calc-aent.el (math-read-token):
60 * calc/calc-bin.el (calc-word-size):
61 * calc/calc-ext.el (calc-read-number-fancy):
62 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
63 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
64 * calc/calc-frac.el (calc-over-notation):
65 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
66 (calc-graph-num-points, calc-graph-init):
67 * calc/calc-prog.el (calc-read-parse-table-part)
68 (calc-edit-macro-repeats):
69 * calc/calc-yank.el (calc-do-grab-rectangle):
70 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
71 Replace `string-to-int' by `string-to-number'.
72
73 2005-05-02 Kim F. Storm <storm@cua.dk>
74
75 * kmacro.el: Use executing-kbd-macro-index variable.
76
77 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
78
79 * net/rlogin.el (rlogin-parse-words): Delete func.
80 (rlogin): Use split-string, not rlogin-parse-words.
81 Also, if there are option-like elements in the parsed args,
82 take the host to be the first arg immediately following them.
83 Suggested by Michael Mauger.
84
85 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
86
87 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
88
89 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
90
91 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
92 (cc-mode-cpp-program): Rename to cc-define-list-program and
93 move to cc-vars.el.
94
95 * progmodes/cc-vars.el (cc-define-list-program):
96 Change to "gcc -E -dM -". Make customizable.
97
98 2005-05-02 Kim F. Storm <storm@cua.dk>
99
100 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
101
102 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
103
104 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
105
106 * international/mule-util.el (truncate-string): Remove alias and
107 obsolete declaration.
108
109 * international/mule-cmds.el (update-iso-coding-systems):
110 Remove alias and obsolete declaration.
111
112 * international/mule.el (coding-system-parent): Remove alias and
113 obsolete declaration.
114
115 * subr.el (define-function, sref): Remove aliases and obsolete
116 declarations.
117 (chars-in-region): Remove obsolete declaration.
118
119 2005-05-01 Richard M. Stallman <rms@gnu.org>
120
121 * info.el (Info-mode): Set widen-automatically to nil, locally.
122
123 * simple.el (widen-automatically): New variable.
124 (pop-global-mark): Obey widen-automatically.
125
126 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
127
128 * term/xterm.el (function-key-map): Call substitute-key-definition
129 before the keymap size is increased by a lot of define-key calls.
130
131 2005-05-01 Richard M. Stallman <rms@gnu.org>
132
133 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
134 Rename ARG to ELEMENT. Doc fix.
135
136 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
137
138 * allout.el (allout-exposure): Remove macro and obsolete declaration.
139 Remove references to allout-exposure/change to allout-new-exposure.
140
141 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
142 bytecode symbols.
143
144 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
145 (compiled-function-p, focus-frame, unfocus-frame):
146 Remove aliases and obsolete declarations.
147 Back out inadvertant changes from previous commit.
148
149 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
150
151 * files.el (require-final-newline): Make Custom tags consistent
152 with mode-require-final-newline.
153 (mode-require-final-newline): Doc fix.
154
155 2005-05-01 Lute Kamstra <lute@gnu.org>
156
157 * international/latexenc.el (latexenc-find-file-coding-system):
158 Fix regular expressions. Suggested by David Kastrup <dak@gnu.org>
159 and Stefan Monnier <monnier@iro.umontreal.ca>.
160
161 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
162
163 * subr.el (string-to-int): Make obsolete.
164
165 2005-04-30 Richard M. Stallman <rms@gnu.org>
166
167 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
168
169 * loadup.el: load jka-comp-hook.
170
171 * jka-compr.el: Many functions and vars moved to jka-compr-hook.el.
172 (jka-compr-handler): Add autoload. `put' calls moved
173 to jka-compr-hook.el.
174 (compression, jka-compr): defgroups moved to jka-compr-hook.el.
175 (jka-compr-inhibit): Autoload.
176
177 * jka-comp-hook.el: New file.
178 Enable the mode by default.
179
180 * files.el (backup-buffer-copy): Use copy-file instead
181 of write-region, and put back the 'excl.
182
183 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
184
185 * progmodes/flymake.el (flymake-split-string)
186 (flymake-split-string, flymake-log, flymake-pid-to-names)
187 (flymake-reg-names, flymake-get-source-buffer-name)
188 (flymake-unreg-names, flymake-add-line-err-info)
189 (flymake-add-err-info): Clarify docstrings.
190 (flymake-popup-menu, flymake-make-emacs-menu)
191 (flymake-make-xemacs-menu): Add docstrings.
192 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
193 Set variables directly throughout.
194
195 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
196
197 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
198 exists. Initialise cc-define-alist.
199 (c-mode): Add cc-create-define-alist locally to after-save-hook.
200 If there is no file (Macroexpansion) don't create an alist.
201
202 2005-04-29 Sam Steingold <sds@gnu.org>
203
204 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
205 (cc-create-define-alist): Use it instead of the hard-coded string.
206
207 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * international/mule-conf.el (file-coding-system-alist): Fix regexp
210 for latexenc.
211
212 2005-04-29 Lute Kamstra <lute@gnu.org>
213
214 * emacs-lisp/generic.el: Improve commentary section.
215 (define-generic-mode): Improve docstring.
216
217 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
218
219 * textmodes/org.el (many places): Change to quiet the byte compiler.
220 (org-prefix-format-compiled): New variable.
221 (org-compile-prefix-format): New function.
222 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
223 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
224 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
225 (org-get-entries-from-diary): Use `org-get-time-of-day' for
226 consistency with entries from `org-mode' files.
227 (org-get-time-of-day): Fix bug with partial matches early in a line.
228 (org-non-link-chars): New constant.
229 (org-link-regexp): Respect `org-non-link-chars'.
230 (org-agenda-day-view): Remove command.
231 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
232 (org-follow-bbdb-link, org-store-link): Search also company field.
233 (org-highlight-overlay): New variable.
234 (org-highlight, org-unhighlight): New functions.
235 (org-agenda-mode): Add pre-command-hook to remove highlight.
236 (org-evaluate-time-range): Behavior depends upon whether time stamp
237 contains a time or not.
238 (org-show-subtree, org-show-entry): New functions.
239 (org-agenda-cleanup-fancy-diary): Remove empty lines.
240
241 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
242
243 * comint.el (comint-output-filter-functions): Add autoload cookie.
244
245 2005-04-28 Kim F. Storm <storm@cua.dk>
246
247 * ido.el (ido-everywhere): Fix last change.
248
249 2005-04-28 Arne J,Ax(Brgensen <arne@arnested.dk>
250
251 * international/latexenc.el: New file.
252 * international/mule-conf.el (file-coding-system-alist): For .tex,
253 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
254
255 2005-04-28 Lute Kamstra <lute@gnu.org>
256
257 * font-lock.el (font-lock-add-keywords)
258 (font-lock-remove-keywords): Clarify docstring.
259 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
260 Don't start docstrings with a `*'.
261 (font-lock-update-removed-keyword-alist): Give it a docstring.
262
263 * generic-x.el: Update commentary section.
264 Only require font-lock when compiling.
265 Define all modes conditionally.
266 Place all generic modes in the generic-x-modes customization group.
267 (generic-x-modes): New customization group.
268 (generic-default-modes, generic-mswindows-modes)
269 (generic-unix-modes, generic-other-modes): New constants.
270 (generic-define-mswindows-modes, generic-define-unix-modes):
271 Update docstrings. Make them obsolete.
272 (generic-extras-enable-list): New default value. Update docstring.
273 Improve :type. Change :set function.
274 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
275 Fix docstring.
276
277 * emacs-lisp/generic.el (generic-mode-internal):
278 Simplify font-lock-defaults.
279 (define-generic-mode): Fix docstring.
280
281 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
284 font-lock-face property to highlight matches.
285
286 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
287
288 * progmodes/cc-mode.el: (cc-create-define-alist): New function.
289 (cc-define-alist): New variable.
290 (c-mode): Make it local and initialise it.
291
292 * progmodes/gdb-ui.el (gdb-active-process): New variable.
293 (gdb-exited): New function.
294 (gdb-annotation-rules): Use it.
295 (gdb-starting): Set gdb-active-process to t.
296 (gdb-stopping): Amend doc string.
297 (gdb-reset): Set gdb-active-process to nil.
298
299 * tooltip.el (tooltip-gud-tips): Show the associated #define
300 directives when a C program under GDB is not executing.
301
302 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
305 font-lock-fontify-syntactic-keywords.
306
307 * font-lock.el (font-lock-default-fontify-region): Don't force
308 parse-sexp-lookup-properties to nil.
309
310 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
311
312 * man.el (man-mode-syntax-table): Set up `:' to have
313 word-constituent syntax.
314
315 2005-04-27 Lute Kamstra <lute@gnu.org>
316
317 * novice.el (disable-command): Don't add spurious newlines to the
318 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
319
320 2005-04-26 Jay Belanger <belanger@truman.edu>
321
322 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
323 than one window before deleting window.
324
325 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
326
327 * shell.el (shell-prompt-pattern): Doc fix.
328 (shell-mode): Set paragraph-separate buffer locally to "\\'".
329
330 * comint.el (comint-prompt-regexp, comint-get-old-input)
331 (comint-use-prompt-regexp)
332 (comint-use-prompt-regexp-instead-of-fields)
333 (comint-replace-by-expanded-history, comint-send-input)
334 (comint-output-filter, comint-get-old-input-default)
335 (comint-line-beginning-position, comint-bol, comint-show-output)
336 (comint-backward-matching-input, comint-forward-matching-input)
337 (comint-next-prompt, comint-previous-prompt):
338 Rename `comint-use-prompt-regexp-instead-of-fields' to
339 `comint-use-prompt-regexp'. Keep old name as alias and declare
340 obsolete.
341 (comint-use-prompt-regexp): Shorten first line of doc string.
342
343 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
344 Set paragraph-separate buffer locally to "\\'".
345
346 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
347 Adapt to above name change.
348
349 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
350 (smbclient-prompt-regexp): Ditto.
351
352 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
353
354 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
355
356 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
357 gdb-location-list.
358 Break lines that are over 80 characters wide.
359
360 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
363 New fun and var, to preserve compatibility.
364
365 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
366
367 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
368
369 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
370 name to file-newer-than-file-p.
371
372 2005-04-26 Richard M. Stallman <rms@gnu.org>
373
374 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
375
376 * progmodes/python.el (python-mode):
377 Use new name eldoc-documentation-function.
378
379 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
380
381 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
382 (eldoc-documentation-function):
383 Rename from eldoc-print-current-symbol-info-function. Calls changed.
384
385 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
386
387 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
388
389 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
390
391 * term/xterm.el (function-key-map): Fix strings for
392 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
393 {C,S,A,C-S}-{f1-f12}.
394
395 2005-04-26 Kenichi Handa <handa@m17n.org>
396
397 * international/mule-cmds.el (select-safe-coding-system):
398 Fix previous change.
399
400 2005-04-26 Lute Kamstra <lute@gnu.org>
401
402 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
403
404 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
405 (font-lock-comment-delimiter-face): Ditto.
406
407 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
408
409 2005-04-25 Jay Belanger <belanger@truman.edu>
410
411 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
412 to t while inserting information; use help-mode.
413
414 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
415
416 * term.el (ansi-term-color-vector): Use the xterm colors.
417 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
418
419 2005-04-25 Lute Kamstra <lute@gnu.org>
420
421 * font-core.el (font-lock-defaults): Fix docstring.
422
423 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
424
425 2005-04-25 Kenichi Handa <handa@m17n.org>
426
427 * international/mule-cmds.el (select-safe-coding-system):
428 Don't check consistency with coding: spec, etc if raw-text or
429 no-conversion was found to be safe.
430
431 2005-04-24 Richard M. Stallman <rms@gnu.org>
432
433 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
434 citation markers at start of each line.
435
436 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
437 citation markers at start of each line.
438
439 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
440
441 * files.el (mode-require-final-newline): Fix previous change.
442 (require-final-newline): Fix type label.
443
444 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
445
446 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
447 statement in buffer (broken by 2004-11-24 change).
448
449 2005-04-24 Kim F. Storm <storm@cua.dk>
450
451 * ido.el (ido-everywhere): Save and restore old read-buffer-function
452 and read-file-name-function values. Don't overwrite existing
453 non-nil values if ido-mode is enabled without ido-everywhere.
454
455 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
456
457 * files.el (mode-require-final-newline): Minor doc fix.
458
459 2005-04-24 Eli Zaretskii <eliz@gnu.org>
460
461 * subr.el (syntax-after): Doc fix.
462 (syntax-class): If argument is nil, return nil. Mask off upper 16
463 bits, not 8 bits.
464
465 * files.el (mode-require-final-newline): Doc fix.
466 (backup-buffer-copy): Fix last change.
467
468 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
469
470 * term/mac-win.el: Require select. Set selection-coding-system to
471 mac-system-coding-system. Call menu-bar-enable-clipboard.
472 (x-last-selected-text-clipboard, x-last-selected-text-primary)
473 (x-select-enable-clipboard): New variables.
474 (x-select-text, x-get-selection, x-selection-value)
475 (x-get-selection-value, mac-select-convert-to-string)
476 (mac-services-open-file, mac-services-open-selection)
477 (mac-services-insert-text): New functions.
478 (CLIPBOARD, FIND): Put mac-scrap-name property.
479 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
480 (public.tiff): Put mac-ostype property.
481 (selection-converter-alist): Add entries for them.
482 (mac-application-menu-map): New keymap.
483 (interprogram-cut-function, interprogram-paste-function): Set to
484 x-select-text and x-get-selection-value, respectively.
485 (split-window-keep-point): Set to t.
486
487 2005-04-23 Richard M. Stallman <rms@gnu.org>
488
489 * files.el (read-directory-name): Always pass non-nil
490 DEFAULT-FILENAME arg to read-file-name.
491 (backup-buffer-copy, basic-save-buffer-2): Take care against
492 writing thru an unexpected existing symlink.
493 (revert-buffer): In indirect buffer, revert the base buffer.
494 (magic-mode-alist): Doc fix.
495 (buffer-stale-function): Doc fix.
496 (minibuffer-with-setup-hook): Avoid warning.
497 (mode-require-final-newline): Doc and custom fix.
498
499 * follow.el (follow-end-of-buffer): Use with-no-warnings.
500
501 * font-lock.el (font-lock-comment-face): On terminals with few colors,
502 use the default appearance.
503 (font-lock-comment-delimiter-face): New face, new variable.
504
505 * imenu.el (imenu--generic-function): The official position of a
506 definition is the start of the line that BEG is in.
507
508 * midnight.el (midnight-timer): Move defvar up.
509
510 * mouse.el (mouse-drag-region-1): Delete some debugging code.
511
512 * saveplace.el (save-place-to-alist): Use with-no-warnings.
513
514 * startup.el (command-line): Use with-no-warnings.
515
516 * window.el (window-size-fixed): New defvar.
517
518 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
519
520 * mail/rmail.el (rmail-font-lock-keywords):
521 Use font-lock-comment-delimiter-face.
522
523 * mail/sendmail.el (mail-font-lock-keywords):
524 Use font-lock-comment-delimiter-face.
525
526 * progmodes/compile.el (next-error-highlight-timer): New defvar.
527
528 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
529
530 * progmodes/compile.el (compilation-mode-font-lock-keywords):
531 Specify t for LAXMATCH when matching directories.
532 Save match data around compilation-compat-error-properties form.
533
534 2005-04-23 David Kastrup <dak@gnu.org>
535
536 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
537 Mention that the autoloaded aliases should be kept for AUCTeX.
538
539 2005-04-23 Andreas Schwab <schwab@suse.de>
540
541 * isearch.el (isearch-forward): Doc fix.
542
543 2005-04-23 Eli Zaretskii <eliz@gnu.org>
544
545 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
546 (jit-lock-stealth-nice): Change default value to 0.5.
547
548 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
549
550 * abbrev.el (write-abbrev-file): Write table entries in
551 alphabetical order by table name.
552
553 2005-04-22 Kim F. Storm <storm@cua.dk>
554
555 * ido.el (ido-read-internal): Fix `list' completion.
556
557 2005-04-22 Kenichi Handa <handa@m17n.org>
558
559 * recentf.el (recentf-save-file-coding-system): New variable.
560 (recentf-save-list): Encode the file by
561 recentf-save-file-coding-system and add coding: tag.
562
563 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
564
565 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
566
567 2005-04-21 Lute Kamstra <lute@gnu.org>
568
569 * loadhist.el (unload-feature): Don't remove a function from hooks
570 if it is about to be restored to an autoload . Remove functions
571 that will become unbound from auto-mode-alist. Simplify the code.
572
573 * subr.el (assq-delete-all): New implementation that is linear,
574 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
575 (rassq-delete-all): New function.
576
577 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
578 Add size-indication-mode.
579
1 2005-04-21 Kenichi Handa <handa@m17n.org> 580 2005-04-21 Kenichi Handa <handa@m17n.org>
2 581
3 * international/mule-cmds.el: Add autoload for widget-value in 582 * international/mule-cmds.el: Add autoload for widget-value in
4 eval-when-compile 583 eval-when-compile.
5 584
6 2005-04-21 Nick Roberts <nickrob@snap.net.nz> 585 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
7 586
8 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu): 587 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9 Add tooltip-mode. 588 Add tooltip-mode.
10 589
11 * bindings.el (mode-line-mode-menu): Remove tooltip-mode. 590 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
12 591
13 2005-04-20 Luc Teirlinck <teirllm@auburn.edu> 592 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
370 (generic-mode-internal): Simplify generic-font-lock-keywords. 949 (generic-mode-internal): Simplify generic-font-lock-keywords.
371 950
372 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org> 951 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
373 952
374 * whitespace.el (whitespace-buffer-leading) 953 * whitespace.el (whitespace-buffer-leading)
375 (whitespace-buffer-trailing): Revert the incorrect test 954 (whitespace-buffer-trailing): Revert the incorrect test inversion.
376 inversion. However, fix the highlight area for the leading and 955 However, fix the highlight area for the leading and
377 trailing whitespaces to show space. 956 trailing whitespaces to show space.
378 957
379 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org> 958 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
380 959
381 * whitespace.el (whitespace-version): Bump to 3.5 960 * whitespace.el (whitespace-version): Bump to 3.5