]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
** Shell-script indenting of &&, | (patch available)
[gnu-emacs] / lisp / ChangeLog
1 2008-02-29 Glenn Morris <rgm@gnu.org>
2
3 * allout.el (allout-topic-encryption-bullet)
4 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
6 from 22.0 to 22.1.
7
8 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
9
10 * desktop.el (desktop-save): Save the buffer name if the
11 uniquified base name is empty.
12
13 2008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
16 we still expect more lines.
17
18 2008-02-28 Juri Linkov <juri@jurta.org>
19
20 * startup.el (normal-splash-screen): Add argument `concise'.
21 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
22 to the created buffer. If `concise' is non-nil, call
23 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
24 (display-startup-screen): Add argument `concise' to the call to
25 `normal-splash-screen'.
26
27 2008-02-28 Kim F. Storm <storm@cua.dk>
28
29 * startup.el (startup-echo-area-message): Check for about-emacs.
30
31 2008-02-28 Juri Linkov <juri@jurta.org>
32
33 * startup.el: Always add initial message to *scratch* buffer if
34 `initial-scratch-message' is non-nil regardless of the value of
35 `inhibit-startup-screen'.
36 (inhibit-startup-screen, initial-scratch-message): Doc fix.
37 (command-line-1): Move code that inserts `initial-scratch-message'
38 up before the if-form that checks for `inhibit-startup-screen'.
39 Suggested by Jonathan Rockway <jon@jrock.us>.
40
41 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
44 comment-paragraph filling if the commark doesn't match
45 comment-start-skip.
46
47 * uniquify.el (uniquify-buffer-base-name): Undo last change.
48
49 2008-02-28 Daiki Ueno <ueno@unixuser.org>
50
51 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
52 the `imap' variant.
53
54 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
55
56 * uniquify.el (uniquify-buffer-base-name): If the base name is an
57 empty string, return nil to allow the caller to default to the
58 buffer name. Reported by Martin Fischer <parozusa@web.de>.
59
60 2008-02-26 Jason Rumney <jasonr@gnu.org>
61
62 * files.el (make-auto-save-file-name): Encode more characters in
63 non-file buffer names. Use url-encoding.
64
65 2008-02-26 Juanma Barranquero <lekktu@gmail.com>
66
67 * net/net-utils.el (ftp-program): Fix typo in docstring.
68 (ifconfig-program-options, netstat-program-options)
69 (arp-program-options, route-program-options, nslookup-program-options)
70 (ftp-program-options, smbclient-program-options)
71 (dns-lookup-program-options, arp, route): Doc fixes.
72
73 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
74 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
75 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
76 Fix typos in docstrings.
77 (gdb-pending-triggers): Reflow docstring.
78 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
79
80 2008-02-25 Alan Mackenzie <acm@muc.de>
81
82 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
83 typing "#" at EOB.
84
85 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
86
87 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
88
89 2008-02-24 Jason Rumney <jasonr@gnu.org>
90
91 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
92
93 2008-02-23 Ulrich Mueller <ulm@gentoo.org> (tiny change)
94
95 * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
96
97 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * dired.el (dired-mark-prompt): Don't count/display the t element.
100 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
101
102 2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change)
103
104 * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
105
106 2008-02-21 Glenn Morris <rgm@gnu.org>
107
108 * subr.el (sit-for): Fix obsolete form for nil second argument.
109
110 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
111
112 * progmodes/verilog-mode.el (eval-when-compile): Don't define
113 add-submenu.
114 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
115 Remove. Move contents to the only use ...
116 (verilog-menu): ... here.
117 (verilog-statement-menu): Remove. Move contents to the only use ...
118 (verilog-stmt-menu): ... here.
119 (verilog-mark-defun): Simply call mark-defun for Emacs.
120 (occur-pos-list): Declare for byte compiler.
121 (mode-popup-menu): Don't defvar.
122 (verilog-add-statement-menu): Remove.
123 (verilog-mode-hook): Don't add verilog-add-statement-menu.
124 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
125
126 2008-02-21 Michael McNamara <mac@mail.brushroad.com>
127
128 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
129 conditional.
130 (verilog-font-grouping-keywords-face): Make the begin..end
131 keywords standout more than other verilog keywords.
132 (verilog-type-font-keywords): Move the begin..end out of this list
133 to facilitate making them to (potentially) stand out more.
134 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
135 function & task blocks.
136 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
137 initial, function & task blocks.
138 (verilog-forward-sexp): Handle the new "disable fork" statement of
139 IEEE-1800 Verilog.
140 (verilog-beg-block-re-ordered): Handle the new "disable fork"
141 statement of IEEE-1800 Verilog.
142 (verilog-calc-1): Handle the new "disable fork" statement of
143 IEEE-1800 Verilog.
144 (verilog-disable-fork-re): Add const to help handle the new
145 "disable fork" statement of IEEE-1800 Verilog.
146 (verilog-declaration-core-re): Add port directions by themselves,
147 with no qualification, as base item of a declaration.
148 (verilog-pretty-declarations): Add new flag to ask it to refrain
149 from printing to the message buffer.
150 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
151 printing to the message buffer. Improve handling of the many
152 types of expression line up.
153 (verilog-just-one-space): Remove printing of an empty message.
154 (verilog-get-lineup-indent): Rework to support the better handling
155 of expression lineup for verilog-pretty-expr.
156 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
157
158 2008-02-20 Alan Mackenzie <acm@muc.de>
159
160 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
161 yesterday's commit.
162
163 2008-02-20 Nick Roberts <nickrob@snap.net.nz>
164
165 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
166 to mouse-set-point in buffers that aren't associated with files.
167
168 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
169
170 2008-02-20 Glenn Morris <rgm@gnu.org>
171
172 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
173 on Windows.
174
175 2008-02-19 Alan Mackenzie <acm@muc.de>
176
177 Set of changes so that "obtrusive" syntactic elements in a
178 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
179 unmatched paren) don't interact syntactically with stuff outside
180 the CPP line.
181
182 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
183 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
184 off-by-one bug.
185 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
186 a bit of refactoring.
187 (c-awk-extend-and-syntax-tablify-region): Takes some of the
188 functionality of c-awk-advise-fl-for-awk-region, which has been
189 refactored away.
190
191 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
192 (c-clear-char-property-with-value): New function and macro which
193 remove text-properties `equal' to a supplied value.
194
195 * progmodes/cc-engine.el: Comment about text properties amended.
196
197 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
198 parens around "error\\|warning".
199
200 * progmodes/cc-langs.el (c-get-state-before-change-function)
201 (c-before-font-lock-function, c-anchored-cpp-prefix):
202 New language variables.
203 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
204
205 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
206 syntax-table text properties.
207 (c-common-init): Call language specific before/after-change
208 functions at mode initialisation.
209 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
210 (c-extend-region-for-CPP, c-neutralize-CPP-line)
211 (c-neutralize-syntax-in-CPP): New functions.
212 (c-before-change, c-after-change): Call the new language specific
213 change functions defined in cc-langs.el.
214 (c-advise-fl-for-region): New macro.
215 (awk-mode): Remove AWK specific stuff which has been refactored
216 into language independent stuff.
217
218 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * diff-mode.el (diff-file-junk-re): New const.
221 (diff-beginning-of-file-and-junk): Use it.
222 (diff-file-kill): Make sure we were really inside a file diff.
223
224 * diff-mode.el: Make it more robust in the presence of empty context
225 lines in unified hunks.
226 (diff-valid-unified-empty-line): New var.
227 (diff-unified->context, diff-sanity-check-hunk): Obey it.
228 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
229 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
230 (diff-hunk-header-re-unified): New const.
231 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
232 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
233 (diff-sanity-check-hunk): Use it.
234
235 2008-02-19 Nick Roberts <nickrob@snap.net.nz>
236
237 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
238 (gdb): (Re)set gdb-flush-pending-output to nil here...
239 (gdb-init-1): ...instead of here (before gdb-prompt).
240
241 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
242
243 * progmodes/verilog-mode.el (customize): Fix typo in error message.
244 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
245 (verilog-mode-auto, verilog-indent-level-module)
246 (verilog-minimum-comment-distance, verilog-library-flags)
247 (verilog-library-directories, verilog-library-files)
248 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
249 (verilog-xemacs-menu, verilog-set-compile-command)
250 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
251 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
252 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
253 (verilog-batch-inject-auto, verilog-batch-indent)
254 (verilog-continued-line, verilog-type-keywords)
255 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
256 (verilog-read-inst-pins, verilog-read-arg-pins)
257 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
258 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
259 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
260 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
261 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
262 (verilog-mode-version, verilog-mode-release-date)
263 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
264 (verilog-simulator, verilog-compiler)
265 (verilog-auto-sense-defines-constant, verilog-company)
266 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
267 Fix typos in docstrings.
268 (verilog-set-auto-endcomments, verilog-calculate-indent)
269 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
270 Reflow docstrings.
271 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
272 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
273 (electric-verilog-forward-sexp, verilog-in-case-region-p)
274 (verilog-in-struct-region-p, verilog-in-generate-region-p)
275 (verilog-leap-to-head, verilog-current-indent-level)
276 (verilog-case-indent-level, verilog-cpp-keywords)
277 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
278 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
279 (verilog-signals-not-in, verilog-symbol-detick-text)
280 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
281 (verilog-forward-close-paren, verilog-backward-open-paren)
282 (verilog-backward-open-bracket): Doc fixes.
283
284 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
285 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
286 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
287 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
288 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
289 Fix typos in docstrings.
290
291 2008-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
294 Recognize ''' just like any other char-constant.
295
296 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
299 careful enough. Detect the uid-change all within the main loop.
300
301 2008-02-14 Stefan Monnier <monnier@pastel.home>
302
303 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
304
305 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * hilit-chg.el (highlight-save-buffer-state): New macro.
308 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
309 (hilit-chg-clear): Use it to preserve the modified-p flag.
310 (highlight-changes-rotate-faces): Don't mess with the undo-list.
311
312 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
313
314 * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
315
316 2008-02-12 Juri Linkov <juri@jurta.org>
317
318 * startup.el (fancy-startup-screen, normal-splash-screen):
319 Set default-directory to command-line-default-directory.
320
321 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
322 after reading the desktop.
323
324 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * font-lock.el (font-lock-set-defaults): Unset previously set variables
327 when needed.
328
329 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
330
331 * uniquify.el (uniquify-buffer-base-name): New function.
332 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
333
334 * desktop.el (uniquify-managed): Don't defvar.
335 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
336 `uniquify-managed'. Return also the buffer's base name.
337 (desktop-save): When saving the buffer info, filter out the base name,
338 and save it as buffer name if the buffer is managed by uniquify.
339
340 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
343 Index: line, don't search backward for the previous one.
344
345 2008-02-10 \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason <avar@cpan.org> (tiny change)
346
347 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
348 from gnus-button-url-regexp.
349
350 2008-02-09 Eli Zaretskii <eliz@gnu.org>
351
352 * progmodes/compile.el (compilation-next-error): Doc fix.
353 (compilation-find-file): Doc fix.
354
355 2008-02-09 Glenn Morris <rgm@gnu.org>
356
357 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
358 Add obsolete aliases to the old names.
359
360 2008-02-08 Richard Stallman <rms@gnu.org>
361
362 * net/net-utils.el (ifconfig): Rename from ipconfig.
363 (ipconfig): Alias to ifconfig.
364 (ifconfig-program): Rename from ipconfig-program.
365 (ifconfig-program-options): Rename from ipconfig-program-options.
366
367 2008-02-08 Glenn Morris <rgm@gnu.org>
368
369 * custom.el (custom-theme-set-variables): Sort symbols that are
370 dependencies before symbols that depend on them.
371 (custom-enabled-themes): Set after custom-theme-directory.
372
373 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
374
375 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
376
377 2008-02-04 Michael McNamara <mac@mail.brushroad.com>
378
379 * progmodes/verilog-mode.el (verilog-declaration-core-re):
380 Add port directions by themselves, with no qualification, as base
381 item of a declaration.
382 (verilog-pretty-declarations): Add new flag that inhibits printing
383 to the message buffer.
384 (verilog-pretty-expr): Add new flag that inhibits printing to the
385 message buffer. Improve handling of the many types of expression
386 line up.
387 (verilog-just-one-space): Don't print an empty message.
388 (verilog-get-lineup-indent): Rework to support the better handling
389 of expression lineup for verilog-pretty-expr.
390 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
391 (verilog-mode-version, verilog-mode-release-date): Update.
392
393 2008-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * subr.el (cancel-change-group): Don't move point.
396
397 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
398
399 Sync with Tramp 2.0.57.
400
401 * net/tramp.el (tramp-handle-make-auto-save-file-name)
402 (tramp-completion-dissect-file-name, tramp-find-executable):
403 Use `mapc' instead of `mapcar'.
404 (tramp-open-connection-setup-interactive-shell): Send only single
405 prompt setting commands, in order to avoid double-prompt.
406
407 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
408 `mapcar'.
409
410 * net/trampver.el: Update release number.
411
412 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
413
414 * progmodes/etags.el (next-file): Improve revert message.
415
416 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
417
418 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
419 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
420 of today, the most recent libpng is 1.2.24).
421
422 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
423
424 * vc.el (vc-update): Fix bug: Specify branch tip as
425 vc-checkout REVISION. Reported by Dan Nicolaescu.
426
427 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * simple.el (reindent-then-newline-and-indent): Be careful about the
430 unusual case where indent-according-to-mode moves point.
431
432 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
433
434 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
435 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
436 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
437 (verilog-sk-state-machine): Quote all calls to
438 "auxiliary skeleton"s to prevent infloops.
439
440 2008-01-31 Jason Rumney <jasonr@gnu.org>
441
442 * w32-fns.el: Partially revert 2007-11-10 change.
443
444 2008-01-31 Martin Rudalics <rudalics@gmx.at>
445
446 * mail/rmail.el (rmail-highlight): Fix specification.
447 Reported by pod <pod@herald.ox.ac.uk>.
448
449 2008-01-31 Jason Rumney <jasonr@gnu.org>
450
451 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
452
453 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
454
455 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
456 (gdb-var-set-format-handler): New function.
457 (gdb-var-set-format): Use it.
458
459 2008-01-29 Alan Mackenzie <acm@muc.de>
460
461 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
462 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
463 @catch, @synchronized, @throw.
464
465 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
466 from this regexp; part of same fix as next change to cc-engine.el.
467
468 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
469 Anchor the "{" of a template function correctly on "template", not the
470 following "<".
471
472 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
473
474 2008-01-29 Richard Stallman <rms@gnu.org>
475
476 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
477 Doc fix.
478
479 * files.el (hack-local-variables): Don't query about fake variables.
480
481 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
482
483 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
484 gdb-cpp-define-alist-program if file is nil (currently only
485 " *partial-output-...").
486
487 2008-01-27 Alan Mackenzie <acm@muc.de>
488
489 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
490 enhance comments.
491
492 2008-01-27 Richard Stallman <rms@gnu.org>
493
494 * allout.el: Many doc fixes.
495 (allout-encrypt-string): Fix error message.
496
497 2008-01-26 Alan Mackenzie <acm@muc.de>
498
499 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
500 arglist-cont-nonempty.
501
502 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
503 for a brace with syntax arglist-cont-nonempty.
504
505 * progmodes/cc-styles.el (c-style-alist): Add elements for
506 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
507 awk).
508
509 2008-01-26 Alan Mackenzie <acm@muc.de>
510
511 * progmodes/cc-defs.el (c-save-buffer-state):
512 Bind buffer-file-name and buffer-file-truename to nil, to prevent
513 primitives generating "buffer is read only" messages.
514
515 2008-01-26 Eli Zaretskii <eliz@gnu.org>
516
517 * progmodes/etags.el (tags-query-replace): Doc fix.
518
519 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
520
521 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
522 that the filename end is found even when the filename is empty.
523 Fixes error and spurious newlines when marking files for deletion.
524
525 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
526
527 * allout.el (allout-unload-function): New function.
528
529 2008-01-25 Sven Joachim <svenjoac@gmx.de>
530
531 * view.el (kill-buffer-if-not-modified): Don't pass t to
532 buffer-modified-p.
533
534 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
535
536 * allout.el (allout-prefix-data): Doc fix.
537 (allout-show-current-subtree): Reflow docstring.
538 (allout-use-mode-specific-leader, allout-use-hanging-indents)
539 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
540 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
541 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
542 (allout-copy-topic-as-kill, allout-listify-exposed)
543 (allout-process-exposed, allout-encrypted-key-info)
544 (allout-update-passphrase-mnemonic-aids)
545 (allout-next-topic-pending-encryption)
546 (allout-tests-globally-true): Fix typos in docstrings.
547
548 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * vc.el (vc-version-diff): Make sure we shrink the right window.
551
552 2008-01-23 Jason Rumney <jasonr@gnu.org>
553
554 * lpr.el (printer-name): Do not set on MS Windows.
555
556 2008-01-20 Glenn Morris <rgm@gnu.org>
557
558 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
559 prevent infloops.
560
561 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
562
563 * progmodes/python.el (python-imports): Default to "None".
564
565 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
566
567 * progmodes/sh-script.el (sh-basic-offset):
568 * progmodes/cc-vars.el (c-syntactic-indentation)
569 (c-syntactic-indentation-in-macros): Mark as safe.
570
571 2008-01-18 Richard Stallman <rms@gnu.org>
572
573 * icomplete.el (icomplete-get-keys):
574 Look up KEYS using all maps in proper buffer.
575
576 2008-01-16 Alan Mackenzie <acm@muc.de>
577
578 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
579 eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
580
581 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
582
583 * frame.el (display-mm-height, display-mm-width):
584 * whitespace.el (whitespace-check-leading-whitespace)
585 (whitespace-check-trailing-whitespace)
586 (whitespace-check-spacetab-whitespace)
587 (whitespace-check-indent-whitespace)
588 (whitespace-check-ateol-whitespace):
589 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
590
591 2008-01-16 Glenn Morris <rgm@gnu.org>
592
593 * comint.el (comint-regexp-arg): Fix no-input case.
594
595 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
596
597 * calendar/icalendar.el (icalendar-export-file)
598 (icalendar-import-file): Restore significant trailing whitespace
599 in `interactive' prompts.
600
601 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
602
603 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
604 after-save-hook so that it is not called multiple times.
605
606 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
607
608 2008-01-15 Glenn Morris <rgm@gnu.org>
609
610 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
611
612 2008-01-14 Alan Mackenzie <acm@muc.de>
613
614 * progmodes/cc-vars.el (c-constant-symbol): New function which
615 supersedes c-const-symbol. During a customize-.. call it enables
616 an element of (e.g.) c-hanging-braces alist to have its name
617 displayed, even when the default value of c-h-b etc. doesn't
618 include the elemnt. Replace uses of the old function by the new.
619
620 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
621 obscure non-working fragment ":value c-".
622
623 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
624 call inside a struct being recognised as a K&R argument.
625
626 2008-01-14 Jason Rumney <jasonr@gnu.org>
627
628 * image.el (image-type): Use image-type-from-file-name (from trunk
629 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
630
631 2008-01-12 Glenn Morris <rgm@gnu.org>
632
633 * woman.el (woman-parse-numeric-arg): Change handling of `==':
634 can be interned without a function definition.
635
636 2008-01-12 Eli Zaretskii <eliz@gnu.org>
637
638 * view.el (view-file-other-window, view-file-other-frame):
639 Don't kill the buffer if it is modified. Doc fixes.
640 (kill-buffer-if-not-modified): New function.
641 (view-file): Don't kill the buffer if it is modified.
642
643 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
644 (ebrowse-view/find-file-and-search-pattern):
645 Call view-file-other-window instead of ebrowse-view-file-other-window.
646 (ebrowse-view-file-other-frame): Don't call
647 current-window-configuration. Fix second argument in the call to
648 view-mode-enter. Doc fix.
649
650 2008-01-11 Richard Stallman <rms@gnu.org>
651
652 * subr.el (atomic-change-group): Prevent undo list truncation.
653
654 2008-01-11 Martin Rudalics <rudalics@gmx.at>
655
656 * cus-start.el (all): Add missing version entries.
657
658 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
659
660 * files.el (safe-local-eval-forms):
661 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
662
663 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
664
665 * comint.el (comint-insert-input): Set point first.
666
667 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
668 session doesn't hang because gdb-pending-triggers is non-nil.
669 (gdb-frame-handler): Use buffer-file-name instead of
670 buffer-name in case of duplicate file names.
671
672 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
673
674 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
675 C-M-e and C-M-h for emacs, they work by default.
676 (verilog-emacs-features): Remove.
677 (verilog-setup-dual-comments, verilog-populate-syntax-table):
678 Remove. Move syntax table initialization ...
679 (verilog-mode-syntax-table): ... here.
680 (verilog-mode): Don't initialize the syntax table here.
681 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
682 does not need it.
683
684 2008-01-10 Glenn Morris <rgm@gnu.org>
685
686 * shell.el (shell-dirtrack-verbose, shell-mode)
687 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
688 (dirtrack-toggle, dirtrack-mode): No longer alias to
689 shell-dirtrack-mode.
690
691 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
692
693 * international/mule-cmds.el (select-safe-coding-system):
694 When a buffer is modified, cancel the writing.
695
696 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
697
698 * progmodes/verilog-mode.el (verilog-booleanp): New function for
699 backward compatibility. Replace all uses of booleanp with
700 verilog-booleanp.
701
702 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
703
704 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
705
706 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
707
708 * progmodes/verilog-mode.el (top-level): Fix spacing.
709 (verilog-mode-version, verilog-mode-release-date): Update version
710 number.
711 (verilog-mode-release-emacs): New variable.
712 (compile-command, reporter-prompt-for-summary-p): Define for byte
713 compiler.
714 (verilog-startup-message-lines)
715 (verilog-startup-message-displayed)
716 (verilog-display-startup-message): Remove.
717 (verilog-highlight-p1800-keywords): Improve docstring.
718 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
719 (vector-skip-list): Only defvar at compile time.
720 (verilog-highlight-translate-off, verilog-indent-level)
721 (verilog-indent-level-module, verilog-indent-level-declaration)
722 (verilog-indent-declaration-macros, verilog-indent-lists)
723 (verilog-indent-level-behavioral)
724 (verilog-indent-level-directive, verilog-cexp-indent)
725 (verilog-case-indent, verilog-auto-newline)
726 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
727 (verilog-tab-to-comment, verilog-indent-begin-after-if)
728 (verilog-align-ifelse, verilog-minimum-comment-distance)
729 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
730 (verilog-auto-endcomments, verilog-auto-read-includes)
731 (verilog-auto-star-expand, verilog-auto-star-save)
732 (verilog-library-flags, verilog-library-directories)
733 (verilog-library-files, verilog-library-extensions)
734 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
735 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
736 (verilog-assignment-delay, verilog-auto-inst-vector)
737 (verilog-auto-inst-template-numbers)
738 (verilog-auto-input-ignore-regexp)
739 (verilog-auto-inout-ignore-regexp)
740 (verilog-auto-output-ignore-regexp)
741 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
742 Add safe-local-variable properties.
743 (verilog-statement-menu, verilog-company)
744 (verilog-re-search-forward, verilog-re-search-backward)
745 (verilog-error-regexp-add, verilog-end-block-re)
746 (verilog-emacs-features, verilog-populate-syntax-table)
747 (verilog-setup-dual-comments, verilog-type-font-keywords)
748 (verilog-inside-comment-p, electric-verilog-backward-sexp)
749 (verilog-backward-sexp, verilog-forward-sexp)
750 (verilog-font-lock-init, verilog-mode)
751 (electric-verilog-terminate-line, electric-verilog-semi)
752 (electric-verilog-tab, verilog-insert-1, )
753 (verilog-insert-indices, verilog-generate-numbers)
754 (verilog-comment-region, verilog-label-be)
755 (verilog-beg-of-statement, verilog-in-case-region-p)
756 (verilog-in-struct-region-p, verilog-in-generate-region-p)
757 (verilog-in-fork-region-p, verilog-backward-case-item)
758 (verilog-set-auto-endcomments, verilog-get-expr)
759 (verilog-expand-vector-internal, verilog-surelint-off)
760 (verilog-batch-execute-func, verilog-calculate-indent)
761 (verilog-calc-1, verilog-calculate-indent-directive)
762 (verilog-leap-to-head, verilog-continued-line)
763 (verilog-backward-token, verilog-backward-syntactic-ws)
764 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
765 (verilog-forward-ws&directives, verilog-at-constraint-p)
766 (verilog-skip-backward-comments, verilog-indent-line-relative)
767 (verilog-do-indent, verilog-indent-comment)
768 (verilog-more-comment, verilog-pretty-declarations)
769 (verilog-pretty-expr, verilog-just-one-space)
770 (verilog-indent-declaration, verilog-get-completion-decl)
771 (verilog-goto-defun, verilog-showscopes, verilog-header)
772 (verilog-signals-combine-bus, verilog-read-decls)
773 (verilog-read-always-signals-recurse, verilog-read-instants)
774 (verilog-read-auto-template, verilog-set-define)
775 (verilog-read-defines, verilog-read-signals, verilog-getopt)
776 (verilog-is-number, verilog-expand-dirnames)
777 (verilog-modi-lookup, verilog-modi-cache-results)
778 (verilog-insert-one-definition, verilog-make-width-expression)
779 (verilog-delete-autos-lined, verilog-auto-save-check)
780 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
781 (verilog-auto-inst-param, verilog-auto-reg)
782 (verilog-auto-reg-input, verilog-auto-wire, )
783 (verilog-auto-output, verilog-auto-output-every)
784 (verilog-auto-input, verilog-auto-inout)
785 (verilog-auto-inout-module, verilog-auto-sense)
786 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
787 (verilog-auto-ascii-enum, verilog-auto)
788 (verilog-sk-define-signal, verilog-mode-mouse-map)
789 (verilog-load-file-at-mouse, verilog-load-file-at-point)
790 (verilog-library-files): Cleanup spacing of )'s they should not be
791 on unique lines. Fix checkdoc warnings.
792
793 2008-01-09 Glenn Morris <rgm@gnu.org>
794
795 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
796 entry, for Windows.
797
798 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
799
800 * ps-print.el: Some face attributes (like :strike-through) was not
801 being recognised. Reported by Leo <sdl.web@gmail.com>.
802 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
803 (ps-screen-to-bit-face): Fix code.
804
805 2008-01-08 Kevin Ryde <user42@zip.com.au>
806
807 * progmodes/compile.el (compilation-error-regexp-alist-alist):
808 For perl, allow "during global destruction" at end.
809
810 2008-01-08 Glenn Morris <rgm@gnu.org>
811
812 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
813 unified format.
814
815 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
816
817 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
818
819 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
820 quotes in case of spaces, e.g. STL containers (not pretty).
821
822 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
823
824 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
825
826 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
827
828 * progmodes/gdb-ui.el (gud-gdb-command-name):
829 Explain "--annotate=3" option is necessary for the Graphical Interface.
830
831 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
832
833 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
834
835 2008-01-07 Glenn Morris <rgm@gnu.org>
836
837 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
838
839 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
840
841 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
842 on menu bar.
843
844 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
845
846 * ffap.el (ffap-read-file-or-url): Let-bind
847 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
848
849 2008-01-05 Sven Joachim <svenjoac@gmx.de>
850
851 * vc-bzr.el: Fix typo in header.
852
853 2008-01-05 Eli Zaretskii <eliz@gnu.org>
854
855 * Makefile.in (custom-deps, finder-data): Depend on autoloads
856 instead of loaddefs.el.
857
858 2008-01-05 Glenn Morris <rgm@gnu.org>
859
860 * progmodes/verilog-mode.el: Replace all instances of
861 string-to-int with string-to-number, insert-string with insert,
862 and read-input with read-string.
863 (top-level): No need to require imenu, reporter, dinotrace, vc,
864 font-lock when compiling. Always require compile. Relegate remaining
865 compatibility cruft to XEmacs. Don't require font-lock.
866 (verilog-version): Remove superfluous concat.
867 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
868 No need to define.
869 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
870 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
871 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
872 (verilog-startup-message-displayed): These are variables, not constants.
873 (verilog-batch-execute-func, verilog-auto-inst)
874 (verilog-auto-inst-param): Use mapc rather than mapcar.
875 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
876 actually defining.
877 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
878 (verilog-modi-get-outputs, verilog-modi-get-inouts)
879 (verilog-modi-get-inputs, verilog-modi-get-wires)
880 (verilog-modi-get-regs, verilog-modi-get-assigns)
881 (verilog-modi-get-consts, verilog-modi-get-gparams)
882 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
883 (verilog-modi-get-sub-inputs): Move inline functions earlier in
884 the file.
885 (sigs-in, sigs-out): Don't declare multiple times.
886 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
887 `defvar'.
888 (verilog-auto): Call dinotrace-unannotate-all only if bound.
889 (verilog-module-inside-filename-p): No need to wrap fboundp test
890 in condition-case.
891 (reporter-submit-bug-report): Autoload it.
892 (verilog-mark-defun): Call zmacs-activate-region only if bound.
893 (verilog-font-customize): Call customize-apropos only if bound.
894 (verilog-getopt-flags, verilog-auto-reeval-locals):
895 Use make-local-variable rather than make-variable-buffer-local.
896 (verilog-company, verilog-project, verilog-modi-cache-list):
897 Move make-variable-buffer-local calls to top-level.
898 (font-lock-defaults-alist): Don't define it.
899 (verilog-need-fld): Remove.
900 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
901 (verilog-mode): Only call make-local-hook on XEmacs.
902 Set font-lock-defaults rather than using verilog-font-lock-init.
903
904 * progmodes/verilog-mode.el (top-level): Don't require compile.
905 (compilation-error-regexp-alist, compilation-last-buffer):
906 Define for compiler.
907 (verilog-insert-1): New function.
908 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
909 Use verilog-insert-1.
910 (verilog-surelint-off): Use next-error-last-buffer if bound.
911 Check compile buffer is live.
912
913 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
916 gets inserted out-of-order.
917
918 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
919
920 * vc-bzr.el: Copyright and version headers update.
921 Remove some outdated comments through the whole file.
922 (vc-bzr-program-args): Remove because unused.
923 (vc-bzr-log-switches): New customization option.
924 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
925 use `vc-bzr-program-args'.
926 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
927 `vc-find-root' (patch by Andreas Hoenen).
928 (vc-bzr-status): Update regex to match latest Bzr output.
929 Remove redundant test.
930 (vc-bzr-init-version): New function.
931 (vc-bzr-unregister): Must not delete file.
932 (vc-bzr-find-version): New function.
933 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
934 a non-empty string, otherwise take head revision.
935 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
936 (vc-bzr-diff): Simpler build of the revision spec string.
937 (vc-annotate-convert-time, vc-bzr-annotate-difference):
938 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
939 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
940 (vc-bzr-dired-state-info): Only provide custom strings for
941 overloaded VC state 'edited; otherwise fallback to
942 `vc-default-dired-state-info'.
943
944 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
945
946 * vc-git.el (vc-git-dir-state):
947 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
948
949 2008-01-04 Richard Stallman <rms@gnu.org>
950
951 * delsel.el (delete-selection-mode): Doc fix.
952
953 2008-01-04 Glenn Morris <rgm@gnu.org>
954
955 * version.el (emacs-copyright): Update to 2008.
956
957 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
958
959 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
960 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
961
962 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
963 of watch expressions (only works fully with GDB 6.7 or later).
964
965 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
966
967 * time-stamp.el (time-stamp-time-zone):
968 * whitespace.el (whitespace-check-buffer-leading)
969 (whitespace-check-buffer-trailing)
970 (whitespace-check-buffer-indent)
971 (whitespace-check-buffer-spacetab)
972 (whitespace-check-buffer-ateol):
973 * progmodes/sh-script.el (sh-indentation):
974 * textmodes/ispell.el (ispell-local-pdict):
975 Add safe-local-variable properties.
976
977 2007-12-31 Richard Stallman <rms@gnu.org>
978
979 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
980 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
981 `parent'.
982 (custom-group-value-create): Pass two args to custom-add-parent-links.
983
984 2007-12-29 Richard Stallman <rms@gnu.org>
985
986 * font-lock.el (font-lock-prepend-text-property)
987 (font-lock-append-text-property): Canonicalize the face and
988 font-lock-face properties.
989
990 * faces.el (facep): Doc fix.
991
992 * startup.el (fancy-startup-tail, fancy-about-text)
993 (fancy-startup-text): Regularize format of face property.
994
995 * facemenu.el (list-colors-print): Use :background and :foreground
996 instead of background-color and foreground-color.
997
998 2007-12-29 Drew Adams <drew.adams@oracle.com>
999
1000 * cus-edit.el (custom-add-parent-links):
1001 Fill the "Parent documentation" text.
1002
1003 2007-12-29 Eli Zaretskii <eliz@gnu.org>
1004
1005 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1006 MS-Windows and MS-DOS.
1007 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1008
1009 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1010
1011 * progmodes/grep.el (rgrep): Fix last change.
1012
1013 2007-12-27 Richard Stallman <rms@gnu.org>
1014
1015 * progmodes/compile.el (compilation-start): Set initial visible
1016 point properly even when compilation buffer already current.
1017
1018 2007-12-26 Richard Stallman <rms@gnu.org>
1019
1020 * files.el (conf-mode-maybe): New function.
1021 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1022
1023 2007-12-26 Martin Rudalics <rudalics@gmx.at>
1024
1025 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1026
1027 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
1028
1029 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1030
1031 2007-12-25 Richard Stallman <rms@gnu.org>
1032
1033 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1034 so they never do EOF.
1035
1036 2007-12-23 Richard Stallman <rms@gnu.org>
1037
1038 * dired-aux.el: Load dired.el at run time too.
1039
1040 * faces.el (copy-face): Create the new face explicitly if it
1041 does not exist already.
1042
1043 2007-12-23 Andreas Schwab <schwab@suse.de>
1044
1045 * files.el (switch-to-buffer-other-frame): Return the buffer
1046 switched to.
1047
1048 2007-12-23 Juri Linkov <juri@jurta.org>
1049
1050 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
1051 item to about-emacs instead of display-splash-screen.
1052
1053 2007-12-22 Eli Zaretskii <eliz@gnu.org>
1054
1055 * simple.el (minibuffer-history, shell-command-history)
1056 (set-variable-value-history):
1057 * replace.el (regexp-history):
1058 * international/mule-cmds.el (input-method-history):
1059 * files.el (file-name-history): Add reference to history-length in
1060 the doc string.
1061
1062 2007-12-22 Richard Stallman <rms@gnu.org>
1063
1064 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1065
1066 2007-12-21 Jason Rumney <jasonr@gnu.org>
1067
1068 * find-dired.el (find-name-arg): New custom variable.
1069 (find-name-dired): Use it.
1070 (find-dired-find-program): Remove.
1071 (find-dired): Use find-program.
1072 (find-grep-dired): Use grep-program.
1073
1074 * progmodes/grep.el (rgrep): Use find-name-arg.
1075
1076 2007-12-21 Martin Rudalics <rudalics@gmx.at>
1077
1078 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1079 specifier from format-string. Reported by Ye Wenbin.
1080
1081 2007-12-19 Martin Rudalics <rudalics@gmx.at>
1082
1083 * cus-start.el: Use correct group name for members of mode-line group.
1084
1085 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1086
1087 * progmodes/cc-vars.el (defcustom-c-stylevar):
1088 Revert to pre-2007-12-12 version.
1089
1090 2007-12-15 Richard Stallman <rms@gnu.org>
1091
1092 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1093
1094 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1095 Use changed.
1096
1097 * startup.el (fancy-splash-help-echo): Var deleted.
1098 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1099 (fancy-about-screen): Don't display fancy-splash-help-echo.
1100
1101 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1102
1103 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
1104
1105 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1106
1107 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1108
1109 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1110 function.
1111 (add-submenu): Only define for XEmacs.
1112 (verilog-regexp-words): Revert previous change, keep the other
1113 definition.
1114
1115 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1116
1117 * progmodes/perl-mode.el (perl-continued-statement-offset)
1118 (perl-continued-brace-offset, perl-brace-offset)
1119 (perl-brace-imaginary-offset, perl-label-offset):
1120 * progmodes/cperl-mode.el (cperl-brace-offset)
1121 (cperl-continued-brace-offset, cperl-label-offset)
1122 (cperl-continued-statement-offset)
1123 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1124 Add safe-local-variable properties.
1125
1126 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1127
1128 * progmodes/verilog-mode.el (verilog-mode-map)
1129 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1130 (verilog-colorize-include-files): Use only overlay functions so
1131 that it can work on both Emacs and XEmacs.
1132 (set-extent-keymap): Remove unused defun.
1133 (verilog-kill-existing-comment, verilog-insert-date)
1134 (verilog-insert-year): Rename in order not to pollute the global
1135 namespace from kill-existing-comment, insert-date and
1136 insert-year, respectively.
1137 (verilog-set-auto-endcomments, verilog-header): Update callers.
1138
1139 * files.el (auto-mode-alist): Recognize verilog files.
1140
1141 * progmodes/verilog-mode.el (verilog-string-replace-matches)
1142 (verilog-string-remove-spaces, verilog-re-search-forward)
1143 (verilog-re-search-backward, verilog-re-search-forward-quick)
1144 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1145 (verilog-get-end-of-line, verilog-within-string): Move definitions
1146 before first use. No code changes.
1147
1148 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1149
1150 * progmodes/verilog-mode.el (verilog-mode-version)
1151 (verilog-mode-release-date): Don't use expanding keywords.
1152 (provide): Move to the end of file.
1153 (fboundp): Don't check if eval-when-compile is bound, it is used
1154 later in the file without checking.
1155 (when, unless): Copy definitions from subr.el.
1156 (char-before, defcustom, defface, customize-group)
1157 (verilog-batch-error-wrapper): Don't use old style backquotes.
1158 (verilog-regexp-opt): Avoid using the cl function case.
1159 (verilog-regexp-words): Remove duplicated definition.
1160 (verilog-mode-abbrev-table): Remove, duplicate.
1161 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1162 Declare and initialize in one step.
1163 (verilog-declaration-prefix-re, verilog-declaration-re)
1164 (verilog-end-of-statement, verilog-indent-declaration)
1165 (verilog-get-lineup-indent): Remove trailing whitespace.
1166 (verilog-mode): Fix autoload cookie.
1167 Set beginning-of-defun-function and end-of-defun-function.
1168 Use when instead of if.
1169 (verilog-emacs-features, verilog-auto-ascii-enum)
1170 (verilog-insert-indices): Escape braces in doc strings.
1171
1172 2007-12-08 Michael McNamara <mac@verilog.com>
1173 Wilson Snyder <wsnyder@wsnyder.org>
1174
1175 * progmodes/verilog-mode.el: New file.
1176
1177 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
1178
1179 * international/latexenc.el (latexenc-find-file-coding-system):
1180 If both coding-system-for-write and buffer-file-coding-system of
1181 latex-main-file are nil, use `undecided'.
1182
1183 2007-12-06 Jason Rumney <jasonr@gnu.org>
1184
1185 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1186
1187 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * ido.el (ido-save-history): Use emacs-mule coding system
1190 instead of utf-8 to save filenames (it's safer in Emacs 22).
1191 Set the `coding' local variable on the first line of the file.
1192
1193 2007-12-04 Karl Fogel <kfogel@red-bean.com>
1194
1195 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
1196 coding system. This ports revisions 1.40 and 1.41 over to the
1197 EMACS_22_BASE branch, but with the right coding system for Emacs
1198 22 to reliably record filenames. Suggested by Eli Zaretskii.
1199
1200 2007-12-01 Richard Stallman <rms@gnu.org>
1201
1202 * wid-edit.el (widget-type): Doc fix.
1203
1204 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1205
1206 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
1207
1208 2007-12-01 Alexandre Julliard <julliard@winehq.org>
1209
1210 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1211
1212 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1215 Don't match "sub { (...) ... }".
1216
1217 2007-11-29 Richard Stallman <rms@gnu.org>
1218
1219 * international/mule-cmds.el (toggle-input-method-active): New var.
1220 (toggle-input-method): Bind toggle-input-method-active to t.
1221 Error if it was already non-nil.
1222
1223 2007-11-29 Glenn Morris <rgm@gnu.org>
1224
1225 * calendar/time-date.el (with-decoded-time-value): Doc fix.
1226
1227 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1228
1229 * calendar/time-date.el (encode-time-value): Doc fix.
1230
1231 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
1232
1233 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1234
1235 2007-11-24 Kenichi Handa <handa@m17n.org>
1236
1237 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1238
1239 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1240
1241 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1242
1243 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * textmodes/paragraphs.el (forward-sentence): Doc fix.
1246 Reported by Drew Adams <drew.adams@oracle.com>.
1247
1248 2007-11-20 Glenn Morris <rgm@gnu.org>
1249
1250 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
1251 for compatibility with Emacs 23.
1252
1253 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1256 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1257
1258 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1259
1260 * progmodes/gdb-ui.el: Update commentary.
1261
1262 2007-11-16 Eli Zaretskii <eliz@gnu.org>
1263
1264 * international/mule-cmds.el (set-locale-environment):
1265 Set default-file-name-coding-system _after_ keyboard and terminal
1266 coding systems. This fixes last change.
1267
1268 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1269 one space after "Subject:".
1270
1271 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1272
1273 * subr.el (make-variable-frame-local):
1274 Fix typo in obsolescence declaration.
1275
1276 2007-11-16 Glenn Morris <rgm@gnu.org>
1277
1278 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1279
1280 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
1281
1282 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
1283 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
1284 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
1285
1286 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1289 in order to determine if there's a conflict.
1290
1291 2007-11-16 Juri Linkov <juri@jurta.org>
1292
1293 * man.el (Man-heading-regexp): Add 0-9.
1294 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1295
1296 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1297
1298 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1299 Fix typo in docstring.
1300
1301 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
1302 (cua-highlight-region-shift-only): Doc fix.
1303
1304 2007-11-15 Richard Stallman <rms@gnu.org>
1305
1306 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1307
1308 * reposition.el (reposition-window):
1309 Binding C-M-l moved to bindings.el.
1310
1311 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1312
1313 * add-log.el (add-change-log-entry-other-window):
1314 Key binding C-x 4 a moved to bindings.el.
1315
1316 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1317 from filecache.el.
1318
1319 * filecache.el: Minibuffer map bindings moved to bindings.el.
1320
1321 2007-11-14 Jason Rumney <jasonr@gnu.org>
1322
1323 * international/mule-cmds.el (set-locale-environment):
1324 Set default-file-name-coding-system from system defaults on Windows.
1325
1326 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1327
1328 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1329 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1330 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1331 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1332 locations.
1333 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1334 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1335 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1336
1337 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1340 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1341 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1342 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1343 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1344 Rewrite in active voice.
1345
1346 2007-11-10 Juri Linkov <juri@jurta.org>
1347
1348 * startup.el: Backport startup screen related changes from the trunk.
1349 (initialization): Change group to `environment'.
1350 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
1351 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
1352 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
1353 (initial-scratch-message): Fix docstring.
1354 (startup-screen-inhibit-startup-screen)
1355 (pure-space-overflow-message): New variables.
1356 (command-line): Rename `inhibit-startup-message' to
1357 `inhibit-startup-screen'.
1358 (initial-scratch-message): Doc fix.
1359 (fancy-splash-text): Remove variable.
1360 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
1361 New variables.
1362 (fancy-splash-delay, fancy-splash-max-time)
1363 (fancy-current-text, fancy-splash-stop-time)
1364 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
1365 Remove variables.
1366 (fancy-splash-insert): Use help-echo from the 3rd element of the
1367 link specification list, or "Follow this link" if it's nil. Doc fix.
1368 Allow functions for face and link specs.
1369 (fancy-splash-tail): Remove function.
1370 (fancy-startup-tail): New function.
1371 (fancy-splash-default-action, fancy-splash-special-event-action)
1372 (fancy-splash-screens): Remove functions.
1373 (fancy-about-screen): New function.
1374 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
1375 Fix docstring. Use argument `startup' to conditionally display
1376 different texts for Startup and About screens. Don't display Help
1377 commands on the About screen. Remove `unwind-protect' `sit-for'
1378 delay and `kill-buffer' after it.
1379 (normal-mouse-startup-screen, normal-splash-screen)
1380 (normal-no-mouse-startup-screen): New functions.
1381 (startup-echo-area-message): Change text of the echo area.
1382 (display-splash-screen): Remove function.
1383 (display-startup-screen, display-about-screen): New functions.
1384 (about-emacs): Make alias to `display-about-screen'.
1385 (display-splash-screen): Make alias to `display-startup-screen'.
1386 (command-line-1): Rename `inhibit-startup-message' to
1387 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
1388 started with command line options "-f", "-funcall", "-e", "-eval",
1389 "-execute", "-insert", "-find-file", "-file", "-visit".
1390 Inhibit startup screen when Emacs is started with a file name only
1391 on tty (i.e. don't inhibit it when started with a file name like
1392 "emacs FILE..." on a window system).
1393 Comment out unused code for coping with the old sit-for behavior.
1394 If file-count > 0, then display the concise version in another
1395 window, otherwise display full version in the same window.
1396 * loadup.el: Add `button'. Move up `startup'.
1397 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
1398 * version.el (emacs-copyright): Add emacs-copyright.
1399 * menu-bar.el (menu-bar-help-menu):
1400 Move "About Emacs" and "About GNU" to the end of the Help menu.
1401 Move "Emacs Psychotherapist" after "Send Bug Report...".
1402 Move "External Packages" after "Find Emacs Packages".
1403
1404 2007-11-10 Jason Rumney <jasonr@gnu.org>
1405
1406 * w32-fns.el: Sync charset names with setup-default-fontset.
1407 Append "-1" where second part missing.
1408
1409 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1410
1411 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1412
1413 * ido.el (ido-save-history): Write the history file in UTF-8,
1414 and add `coding' file-local variable.
1415
1416 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1417
1418 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1419 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1420 (iso-iso2duden-trans-tab): Add docstring.
1421
1422 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1423
1424 * faces.el (face-normalize-spec): Remove function.
1425 (frame-set-background-mode): Undo last change.
1426
1427 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1428
1429 * files.el (enable-local-variables): Doc fix.
1430
1431 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1432
1433 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1434 match dir like "a...b".
1435
1436 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1437
1438 * eshell/esh-mode.el (eshell-output-filter):
1439 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1440 Use `with-current-buffer'.
1441
1442 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
1443
1444 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1445
1446 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1447
1448 * net/tls.el: Require rx when compiling.
1449 (tls-end-of-info): New variable.
1450 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1451 matched.
1452
1453 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1454
1455 * simple.el (bad-packages-alist): Anchor semantic regexp.
1456
1457 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1458
1459 * files.el (hack-local-variables): Fix membership tests to avoid
1460 treating all variables as safe if `enable-local-variables' is
1461 set to :safe (CVE-2007-5795).
1462
1463 2007-11-02 Glenn Morris <rgm@gnu.org>
1464
1465 * progmodes/etags.el (tags-table-mode): Disable undo.
1466
1467 * simple.el (bad-packages-alist): Revert previous change.
1468
1469 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1470
1471 * printing.el (printing): Fix :version, printing.el was included
1472 in emacs-22.1.
1473 (pr-path-style, pr-path-alist, pr-txt-name)
1474 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1475 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1476 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1477 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1478 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1479 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1480 (pr-setting-database, pr-visible-entry-list)
1481 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1482 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1483 :version.
1484
1485 2007-11-01 Glenn Morris <rgm@gnu.org>
1486
1487 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1488
1489 * mail/footnote.el (footnote-numeric-regexp)
1490 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1491 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1492 Match multi-character footnotes.
1493
1494 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1495 (nroff-indent-line-function): New function.
1496 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1497 obsolete alias.
1498
1499 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1500
1501 * net/tramp.el (tramp-open-connection-telnet)
1502 (tramp-open-connection-rsh, tramp-open-connection-su)
1503 (tramp-open-connection-multi): Set $LC_ALL to "C".
1504
1505 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1506
1507 * dired-aux.el (dired-copy-file-recursive):
1508 Preserve directory permissions.
1509
1510 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1511
1512 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1513 (whitespace-unload-function): New-style unload function. When run,
1514 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1515 to stop the old hook from messing with the unloading.
1516
1517 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1518
1519 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1520
1521 * emacs-lisp/find-func.el (find-library): Use library at
1522 point as default interactive argument.
1523
1524 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1525
1526 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1527 (elp-unset-master, elp-results): Fix typos.
1528 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1529 Doc fixes.
1530
1531 * msb.el (msb--many-menus): Remove variable.
1532 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1533 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1534 (msb--toggle-menu-type): Fix typos in docstrings.
1535
1536 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1537 (shadow-insert-var): Doc fixes.
1538 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1539 Reflow docstrings.
1540 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1541
1542 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1545 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1546 Fix typos in autoload docstrings.
1547
1548 * loadhist.el (unload-feature): Remove redundant check.
1549
1550 2007-10-30 Richard Stallman <rms@gnu.org>
1551
1552 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1553
1554 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1555
1556 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1557 (gdb-var-update-handler-1): Use it.
1558
1559 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * loadhist.el (unload-feature): Remove erroneous check for the
1562 FEATURE-unload-function variable; check the existence of the
1563 function (that's what the docstring says, and it makes more sense).
1564
1565 * follow.el (follow-unload-function): Add docstring.
1566 (follow-unload-function): Remove variable.
1567
1568 * server.el (server-unload-function): Remove variable.
1569 (server-unload-function): Unbind `server-edit' from `C-x #'.
1570
1571 * uniquify.el (uniquify-unload-function): Add docstring.
1572 (uniquify-unload-function): Remove variable.
1573
1574 * ses.el (ses-unload-function): New function.
1575
1576 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1577
1578 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1579 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1580
1581 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1582 before use to avoid a warning in packages that require uniquify.
1583 (uniquify-unload-function): New function and var.
1584
1585 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * loadhist.el (unload-feature-special-hooks):
1588 Add `delete-frame-functions'.
1589
1590 * server.el (server-unload-function): Rename from `server-unload-hook'
1591 and adapt to new `unload-feature' functionality. Remove hook from
1592 `kill-buffer-hook' buffer-locally.
1593 (server-unload-hook): Remove.
1594 (server-unload-function): New var; replaces `server-unload-hook'.
1595
1596 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1597
1598 * desktop.el (uniquify-managed): Pacify byte compiler.
1599 (desktop-buffer-info): If the buffer name is managed by uniquify,
1600 save the base name, not the uniquified one.
1601 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1602 name in case of conflict.
1603
1604 2007-10-26 Glenn Morris <rgm@gnu.org>
1605
1606 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1607 safe-local-variable property.
1608
1609 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1610
1611 * net/browse-url.el (browse-url-browser-function): Delete grail.
1612 (browse-url-grail): Function and variable deleted.
1613 (browse-url-browser-function): Delete IXI Mosaic.
1614 (browse-url-default-browser): Don't try IXI Mosaic.
1615 (browse-url-iximosaic): Function deleted.
1616 (browse-url-browser-function): Delete MMM.
1617 (browse-url-default-browser): Don't try MMM.
1618 (browse-url-mmm): Function deleted.
1619
1620 2007-10-25 Glenn Morris <rgm@gnu.org>
1621
1622 * progmodes/f90.el (f90-indented-comment-re)
1623 (f90-directive-comment-re, f90-break-delimiters):
1624 * progmodes/fortran.el (fortran-comment-line-start-skip)
1625 (fortran-directive-re):
1626 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1627 as safe if they are strings.
1628
1629 2007-10-25 Richard Stallman <rms@gnu.org>
1630
1631 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1632
1633 2007-10-24 Richard Stallman <rms@gnu.org>
1634
1635 * savehist.el (savehist-save): Omit unreadable elements.
1636
1637 * loadhist.el (unload-function-defs-list): Renamed from
1638 unload-function-features-list.
1639 (unload-feature-special-hooks, unload-feature): Doc fixes.
1640
1641 * indent.el (indent-to-left-margin): If point's in the indentation,
1642 move to the end of the indentation.
1643
1644 * cus-edit.el (customize-changed-options): Make arg optional.
1645
1646 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1647
1648 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1649
1650 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * textmodes/css-mode.el: Require CL.
1653 (comment-continue): Declare.
1654
1655 * subr.el (make-variable-frame-localizable): Remove.
1656 (make-variable-frame-local): Mark obsolete.
1657
1658 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1659
1660 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1661 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1662
1663 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1664
1665 * comint.el (comint-password-prompt-regexp):
1666 Handle `[sudo] password'-style prompt.
1667
1668 2007-10-23 Glenn Morris <rgm@gnu.org>
1669
1670 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1671 (f90-type-indent, f90-program-indent)
1672 (f90-continuation-indent, f90-comment-region)
1673 (f90-beginning-ampersand, f90-smart-end)
1674 (f90-break-before-delimiters, f90-auto-keyword-case)
1675 (f90-leave-line-no, f90-mode-hook):
1676 Give an appropriate safe-local-variable property.
1677 (f90-font-lock-keywords-2): Fix `go to' regexp.
1678
1679 * progmodes/fortran.el (fortran-tab-mode-default)
1680 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1681 (fortran-structure-indent, fortran-continuation-indent)
1682 (fortran-comment-indent, fortran-comment-line-extra-indent)
1683 (fortran-comment-line-start)
1684 (fortran-minimum-statement-indent-fixed)
1685 (fortran-minimum-statement-indent-tab)
1686 (fortran-comment-indent-char, fortran-line-number-indent)
1687 (fortran-check-all-num-for-matching-do)
1688 (fortran-blink-matching-if, fortran-continuation-string)
1689 (fortran-comment-region, fortran-electric-line-number)
1690 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1691 (fortran-analyze-depth, fortran-break-before-delimiters):
1692 Give an appropriate safe-local-variable property.
1693
1694 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1697 of the subdirs is unreadable.
1698
1699 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1700
1701 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1702 Use window-full-width-p.
1703
1704 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1707 (tpu-edt-off): Use it.
1708 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1709 the global-map before adding it to global-map.
1710
1711 * menu-bar.el (global-buffers-menu-map): New var.
1712 (global-map, menu-bar-update-buffers): Use it.
1713 * msb.el (msb-menu-bar-update-buffers): Use it.
1714 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1715 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1716 Use with-current-buffer.
1717
1718 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1719
1720 * hexl.el (hexl-menu): New major mode menu.
1721
1722 2007-10-20 Glenn Morris <rgm@gnu.org>
1723
1724 * progmodes/f90.el (f90-font-lock-keywords-2)
1725 (f90-looking-at-type-like): Fix regexp typos.
1726
1727 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1728
1729 * bs.el (bs-mode): Add mode name (accidentally left out
1730 in the 2007-10-16 change).
1731
1732 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1733
1734 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1735 (bs-mode): Set mode-class property to special.
1736
1737 * follow.el (follow-unload-function): New function.
1738
1739 * loadhist.el (unload-function-features-list):
1740 Rename from `unload-hook-features-list'.
1741 (unload-hook-features-list): Add as obsolete alias.
1742 (unload-feature): Use `unload-function-features-list'
1743 and new FEATURE-unload-function.
1744
1745 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1746
1747 * loadhist.el (unload-feature-special-hooks):
1748 Update list of special hooks.
1749
1750 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1751 (adaptive-fill-function): Doc fix. Remove * from docstring.
1752
1753 2007-10-18 Glenn Morris <rgm@gnu.org>
1754
1755 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1756
1757 2007-10-17 Aaron Hawley <aaronh@garden.org>
1758
1759 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1760 position is not saved.
1761
1762 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * longlines.el (longlines-wrap-follows-window-size): Integer value
1765 specifies wrapping margin.
1766 (longlines-mode, longlines-window-change-function):
1767 Set window-specific wrapping margin based on the above.
1768
1769 2007-10-17 John Wiegley <johnw@newartisans.com>
1770
1771 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1772
1773 2007-10-17 Glenn Morris <rgm@gnu.org>
1774
1775 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1776 Tweak regexp to avoid stack overflow.
1777
1778 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * simple.el (reindent-then-newline-and-indent): Don't assume that
1781 indent-according-to-mode preserves point.
1782
1783 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1784
1785 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1786 (bs--restore-window-config): Keep the selected frame.
1787 (bs--track-window-changes, bs--remove-hooks): New functions.
1788 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1789 (bs--show-with-configuration): Revert 2006-11-09 change.
1790 Don't reuse window unless it is visible on the selected frame.
1791 Restore window configuration (possibly in a different frame)
1792 before creating any window.
1793
1794 2007-10-16 Richard Stallman <rms@gnu.org>
1795
1796 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1797 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1798 (ad-is-advised, ad-get-advice-info-field)
1799 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1800
1801 2007-10-16 Glenn Morris <rgm@gnu.org>
1802
1803 * simple.el (blink-matching-open): Don't report false errors with
1804 the `$' syntax class.
1805
1806 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1807
1808 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1809 (filesets-ormap, filesets-sort-case-sensitive-flag)
1810 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1811 Fix typos in docstrings.
1812 (filesets-data-get-name, filesets-data-get-data)
1813 (filesets-data-set, filesets-cmd-query-replace-getargs)
1814 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1815
1816 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1817
1818 * term/mac-win.el: Don't require url when compiling, as url-type is
1819 no longer a macro.
1820
1821 2007-10-14 Glenn Morris <rgm@gnu.org>
1822
1823 * progmodes/etags.el (select-tags-table): Disable undo in the
1824 `*Tags Table List*' buffer.
1825
1826 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1827
1828 * dired.el (dired-warn-writable): New face.
1829 (dired-warn-writable-face): New variable.
1830 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1831 of dired-warning-face, for group- and world-writable files.
1832
1833 2007-10-13 Glenn Morris <rgm@gnu.org>
1834
1835 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1836 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1837 Add doc string, and an explicit COUNT argument.
1838 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1839 `inc' to search functions.
1840
1841 2007-10-13 John W. Eaton <jwe@octave.org>
1842
1843 * progmodes/octave-mod.el (octave-looking-at-kw)
1844 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1845 New functions.
1846 (octave-in-defun-p, calculate-octave-indent)
1847 (octave-blink-matching-block-open, octave-beginning-of-defun)
1848 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1849 to search for regexps that contain case-sensitive keywords.
1850 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1851 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1852
1853 2007-10-13 Richard Stallman <rms@gnu.org>
1854
1855 * files.el (directory-abbrev-alist): Doc fix.
1856
1857 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1858
1859 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1860
1861 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1862
1863 * frame.el (set-frame-configuration): Assign name parameter only
1864 if it has been set explicitly before.
1865
1866 * window.el (handle-select-window): Revert part of 2007-10-06
1867 change setting the input focus.
1868
1869 2007-10-12 Glenn Morris <rgm@gnu.org>
1870
1871 * cus-edit.el (custom-variable-menu, custom-face-menu)
1872 (custom-group-menu): Check init-file-user rather than
1873 user-init-file, in case cus-edit is loaded by site-run-file.
1874
1875 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1876
1877 * follow.el (follow-stop-intercept-process-output):
1878 Use `follow-call-process-filter' rather than `process-filter'.
1879
1880 2007-10-11 Tom Tromey <tromey@redhat.com>
1881
1882 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1883 frame is visible.
1884
1885 2007-10-10 Richard Stallman <rms@gnu.org>
1886
1887 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1888 in *Backtrace*.
1889
1890 * faces.el (face-font-selection-order): Doc fix.
1891
1892 * loadhist.el (unload-feature): Doc fix.
1893
1894 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1895
1896 * ps-print.el: Fix the usage of :foreground and :background face
1897 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1898 (ps-print-version): New version 6.7.6.
1899 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1900 Fix code.
1901 (ps-face-foreground-color-p, ps-face-background-color-p)
1902 (ps-face-color-p): New inline funs.
1903
1904 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1905
1906 * follow.el: Change all instances of "Follow Mode" to "Follow
1907 mode" in docstrings and messages.
1908
1909 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1910
1911 * faces.el (face-font-selection-order): Doc fix.
1912
1913 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1914 (follow-mode-off-hook): Mark as obsolete.
1915
1916 2007-10-08 Richard Stallman <rms@gnu.org>
1917
1918 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1919 (edebug-install-custom-print, edebug-reset-print-funcs)
1920 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1921 Functions deleted.
1922 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1923 (edebug-format, edebug-message): Define directly as aliases.
1924
1925 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1928
1929 2007-10-07 Glenn Morris <rgm@gnu.org>
1930
1931 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1932 version numbers.
1933
1934 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1935
1936 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1937 (tramp-completion-mode-p): Revert change from 2007-09-24.
1938 Checking for `return' etc as last character is not sufficient, for
1939 example in dired-mode when entering <g> (revert-buffer) or
1940 <s> (dired-sort).
1941
1942 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1943
1944 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1945 select-window or select-frame events.
1946 (handle-select-window): When autoselecting window set input
1947 focus. Restructure.
1948
1949 * frame.el (focus-follows-mouse): Moved to frame.c.
1950 * cus-start.el (all): Add focus-follows-mouse.
1951
1952 2007-10-05 Chris Moore <dooglus@gmail.com>
1953
1954 * server.el (server-kill-new-buffers): Doc fix.
1955
1956 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1959 activate font-locking in the *buffer-selection* buffer.
1960 (bs-show-sorted): Doc fix.
1961
1962 * bs.el (bs--get-marked-string, bs--get-modified-string)
1963 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1964 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1965 (bs--format-aux): Doc fix.
1966
1967 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1968
1969 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1970
1971 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1972
1973 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1974
1975 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1976
1977 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1978 (gud-gdb): New function for old M-x gdb (text command mode).
1979 (gud-gdb-command-name, gdb): Move to...
1980
1981 * progmodes/gdb-ui.el: ...here and adapt doc string.
1982 (gud-gdba-command-name, gdba): Delete.
1983
1984 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1985
1986 * bs.el: Don't defvar `font-lock-verbose'.
1987 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1988 (bs--get-file-name): Fix typos in docstrings.
1989 (bs--show-header): Use `dolist' instead of `mapcar'.
1990 (bs-mode): Set `show-trailing-whitespace' to nil.
1991 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1992 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1993 Doc fixes.
1994
1995 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1996
1997 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1998
1999 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
2000
2001 * progmodes/gud.el (gdb): Make graphical mode the default and
2002 switch to text command mode if appropriate, i.e., reverse previous
2003 arrangement.
2004 (gud-gdb-marker-filter): Adapt for above change.
2005
2006 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2007 gud-minor-mode and gud-marker-filter.
2008 (gdb-fullname-regexp): New variable.
2009 (gud-gdba-marker-filter): Use it to switch to text command
2010 mode if appropriate.
2011
2012 2007-10-02 Richard Stallman <rms@gnu.org>
2013
2014 * frame.el (cursor-in-non-selected-windows): Doc fix.
2015
2016 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
2017
2018 * progmodes/gud.el (gud-display-line): Find source buffer even when
2019 GUD buffer has its own frame.
2020
2021 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2022
2023 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2024
2025 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2026
2027 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2028
2029 2007-09-29 Martin Rudalics <rudalics@gmx.at>
2030
2031 * allout.el (allout-before-change-handler): Replace got-char by
2032 goto-char.
2033
2034 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2037 Used to try and automatically enabled smerge-mode in the presence of
2038 conflicts and to call `svn resolved' when the conflicts are gone.
2039 (vc-svn-parse-status): Remember the svn-specific status.
2040
2041 * newcomment.el (comment-choose-indent): New function extracted
2042 from comment-indent. Improve the alignment algorithm.
2043 (comment-indent): Use it.
2044
2045 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2046
2047 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2048 (eldoc-message-commands, eldoc-current-idle-delay):
2049 Fix typos in docstrings.
2050
2051 * progmodes/python.el (python-eldoc-function): Doc fix.
2052
2053 2007-09-26 Eli Zaretskii <eliz@gnu.org>
2054
2055 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2056 menu-bar-apropos-menu. All users changed.
2057 (menu-bar-help-menu): Change menu symbols to better match the text
2058 displayed by the menu.
2059
2060 2007-09-25 Glenn Morris <rgm@gnu.org>
2061
2062 * view.el (view-search-no-match-lines): Add a doc string.
2063 Rewrite to simplify and work better.
2064
2065 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
2066
2067 * net/tramp.el (tramp-completion-mode-p): Rename from
2068 `tramp-completion-mode'. Revert logic, check `return', `newline'
2069 and such alike. Packages like Icicles tend to use other completion
2070 characters but `tab' and `space' only.
2071 (top): Require cl.el, when `copy-tree' is not available otherwise.
2072
2073 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
2074 `ad-get-arg'.
2075
2076 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
2077
2078 * net/tramp-vc.el (tramp-vc-user-login-name):
2079 Use `vc-find-version' instead of `process-file' to check whether we
2080 have a new enough vc that doesn't need the defadvice.
2081
2082 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2083
2084 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2085 #, @, : and ^.
2086
2087 2007-09-23 Glenn Morris <rgm@gnu.org>
2088
2089 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2090
2091 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2092
2093 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2094
2095 * log-view.el (log-view-mode-map): Likewise.
2096
2097 * diff-mode.el (diff-mode-shared-map): Likewise.
2098
2099 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
2100
2101 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2102 add inferior-octave-directory-tracker to the buffer-local value
2103 of comint-input-filter-functions.
2104
2105 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2106
2107 * files.el (file-name-sans-versions): Also allow `A-Z'.
2108
2109 * vc.el: Mention all supported VC backends.
2110
2111 2007-09-22 Richard Stallman <rms@gnu.org>
2112
2113 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2114 neighbouring buttons.
2115
2116 2007-09-22 Andreas Schwab <schwab@suse.de>
2117
2118 * files.el (file-name-sans-versions): Also allow `_'.
2119
2120 2007-09-22 Glenn Morris <rgm@gnu.org>
2121
2122 * eshell/esh-mode.el (eshell-output-filter-functions):
2123 Add eshell-postoutput-scroll-to-bottom.
2124
2125 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2126
2127 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2128
2129 * log-view.el (log-view-mode-map, log-view-mode-menu):
2130 Bind log-view-annotate-version.
2131 (log-view-beginning-of-defun, log-view-end-of-defun)
2132 (log-view-annotate-version): New functions.
2133 (log-view-mode): Use log-view-beginning-of-defun and
2134 log-view-end-of-defun.
2135
2136 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2139
2140 2007-09-21 Kevin Ryde <user42@zip.com.au>
2141
2142 * international/mule.el (sgml-html-meta-auto-coding-function):
2143 Bind `case-fold-search' to t.
2144
2145 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2146
2147 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2148 neighbouring buttons.
2149
2150 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2151 Recognize gcc's use of "note" for informational messages.
2152
2153 2007-09-20 Glenn Morris <rgm@gnu.org>
2154
2155 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2156 motion functions, rather than hard-coding "\n\n".
2157 (tex-validate-region): Check for eobp, to speed up.
2158 (tex-next-unmatched-end): Doc fix.
2159
2160 2007-09-19 Glenn Morris <rgm@gnu.org>
2161
2162 * textmodes/tex-mode.el (tex-terminate-paragraph):
2163 Use backward-paragraph.
2164
2165 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2168 (css-mode): Update correspondingly.
2169
2170 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
2173
2174 * vc-hooks.el (vc-menu-entry): New var.
2175 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
2176 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
2177 (vc-menu-map): Declare and initialize in one step.
2178
2179 * menu-bar.el (vc-menu-map): Don't setup any more.
2180 Instead, just create the proper spot in the menu.
2181
2182 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2183 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * vc.el: Document new VC operation `extra-menu'.
2186
2187 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
2188
2189 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2190
2191 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2192 Signed-off-by, Acked-by and Merge.
2193
2194 2007-09-17 Glenn Morris <rgm@gnu.org>
2195
2196 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2197 filename from `--file-line-error', if it is available.
2198
2199 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2200
2201 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2202 TeX `--file-line-error' format.
2203
2204 2007-09-17 Glenn Morris <rgm@gnu.org>
2205
2206 * textmodes/tex-mode.el (tex-region): Simplify previous change,
2207 handling the case where the region is not in `tex-main-file'.
2208 (tex-region-1): Delete.
2209 (tex-region-header): New function, doing the header part of the
2210 old tex-region-1.
2211
2212 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2215
2216 2007-09-16 Drew Adams <drew.adams@oracle.com>
2217
2218 * cus-edit.el (custom-face-edit-activate): Doc fix.
2219
2220 2007-09-16 Glenn Morris <rgm@gnu.org>
2221
2222 * textmodes/tex-mode.el (tex-region): Handle the case where the
2223 region is not in `tex-main-file'. Move the old code that applies
2224 to both cases...
2225 (tex-region-1): ...to this new function.
2226
2227 2007-09-15 Martin Rudalics <rudalics@gmx.at>
2228
2229 * simple.el (blink-matching-open): Don't display message when no
2230 paren is found within blink-matching-paren-distance characters.
2231 Don't search prompt in blink-matching-paren-distance nil case.
2232
2233 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2234
2235 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2236
2237 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * vc-mtn.el: New file.
2240
2241 * vc-hooks.el (vc-handled-backends): Add Mtn.
2242
2243 2007-09-13 Eli Zaretskii <eliz@gnu.org>
2244
2245 * files.el (find-file, find-file-other-window)
2246 (find-file-other-frame, find-file-existing, find-file-read-only)
2247 (find-file-read-only-other-window)
2248 (find-file-read-only-other-frame)
2249 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2250
2251 2007-09-13 Jari Aalto <jari.aalto@cante.net>
2252
2253 * man.el (Man-default-man-entry): At end of line, continue looking
2254 to the next line for possible end of hyphenated command.
2255
2256 2007-09-13 Chris Moore <dooglus@gmail.com>
2257
2258 * shell.el (shell-resync-dirs): Don't move the cursor relative to
2259 the command being edited.
2260
2261 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
2262
2263 * progmodes/gud.el (gdb-ready): New variable.
2264 (gdb): Set it to nil. Set gud-running to nil here...
2265 (gud-common-init): ...instead of here.
2266
2267 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2268 Use gdb-ready. Discard input until GDB is ready to accept it.
2269
2270 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
2271
2272 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
2273 C-M-S- keys.
2274
2275 2007-09-12 Martin Rudalics <rudalics@gmx.at>
2276
2277 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2278 make it show up with eight colors.
2279
2280 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2283 diffs are concatenated with no intervening line.
2284
2285 2007-09-10 Dave Love <fx@gnu.org>
2286
2287 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2288 (python-font-lock-keywords): Update to the 2.5 version of the language.
2289 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2290 (python-backspace): Only behave funny in code.
2291 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2292 (inferior-python-mode): Add PDB prompt regexp.
2293 (python-fill-paragraph): Refine the fenced-string regexp.
2294 (python-find-imports): Handle imports spanning several lines.
2295 (python-mode): Add `class' to hideshow support.
2296
2297 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
2300 add-log-buffer-file-name-function rather than bind buffer-file-name,
2301 so we dont end up calling change-log-mode in *cvs* when `fi' is the
2302 ChangeLog file itself.
2303
2304 * outline.el (outline-flag-region): Use front-advance.
2305
2306 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
2307
2308 * progmodes/cperl-mode.el: Merge upstream 5.23.
2309 (cperl-where-am-i): Remove function.
2310 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2311 (cperl-sniff-for-indent): De-invert [string] and [comment].
2312 When looking for label, skip s:m:y:tr.
2313 (cperl-indent-line): Likewise.
2314 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2315 (cperl-windowed-init): Wrong `ps-print' handling.
2316 Both thanks to Chong Yidong.
2317 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2318 (cperl-find-pods-heres): If the second part of s()[] is missing,
2319 don't try to highlight delimiters...
2320
2321 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * progmodes/compile.el (compilation-get-file-structure): Complete last
2324 change by also using spec-directory in the puthash.
2325
2326 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
2327
2328 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
2329 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2330 (vc-bzr-status): Fix shadowing of variable 'status'.
2331 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2332 Use `expand-file-name' instead of `concat'.
2333 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2334 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2335
2336 2007-09-05 Jason Rumney <jasonr@gnu.org>
2337
2338 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2339
2340 2007-09-02 Richard Stallman <rms@gnu.org>
2341
2342 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2343 Add `safe-local-variable' property.
2344 (lisp-body-indent): Likewise.
2345
2346 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2347
2348 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2349 prev/next-node.
2350
2351 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
2352 (x-gtk-map-stock): New function.
2353
2354 2007-09-02 Glenn Morris <rgm@gnu.org>
2355
2356 * comint.el (comint-mode): Don't set scroll-conservatively.
2357
2358 * eshell/em-unix.el (eshell/time): Stringify and flatten the
2359 non-command arguments.
2360
2361 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2362
2363 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2364 Fix bug: Don't expand top-level file name more than once.
2365 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2366
2367 2007-09-01 Richard Stallman <rms@gnu.org>
2368
2369 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2370 Add doc string.
2371
2372 2007-08-30 Richard Stallman <rms@gnu.org>
2373
2374 * speedbar.el (speedbar-frame-reposition-smartly)
2375 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2376 (speedbar-check-vc): Don't use dframe-xemacsp.
2377
2378 2007-08-30 Martin Rudalics <rudalics@gmx.at>
2379
2380 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2381
2382 2007-08-29 Martin Rudalics <rudalics@gmx.at>
2383
2384 * repeat.el (repeat): Use last-repeatable-command instead of
2385 real-last-command. Run pre- and post-command hooks for
2386 self-insertion. Update doc-string.
2387
2388 2007-08-28 Glenn Morris <rgm@gnu.org>
2389
2390 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
2391
2392 2007-08-27 Alexandre Julliard <julliard@winehq.org>
2393
2394 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2395 state of the file.
2396 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2397 (vc-git-create-repo): Fix invalid command.
2398
2399 2007-08-27 Richard Stallman <rms@gnu.org>
2400
2401 * textmodes/flyspell.el (flyspell-mode):
2402 Catch errors in flyspell-mode-on.
2403
2404 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2405
2406 * progmodes/modula2.el (m2-definition, m2-module):
2407 Don't use previous-line. Reported by T. V. Raman.
2408
2409 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2410
2411 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2412 argument to tool-bar-mode call.
2413
2414 2007-08-27 Glenn Morris <rgm@gnu.org>
2415
2416 * diff-mode.el (diff-find-file-name): Only accept regular files,
2417 to rule out /dev/null, directories, etc.
2418
2419 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
2420
2421 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2422 safe-local-variable setting.
2423 * progmodes/perl-mode.el (perl-indent-level): Likewise.
2424
2425 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2426
2427 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2428 of buffers in uniquify-managed.
2429
2430 * simple.el (invisible-p): Rename from text-invisible-p.
2431 Update callers.
2432
2433 2007-08-25 Alan Mackenzie <acm@muc.de>
2434
2435 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2436 new language variable.
2437
2438 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2439 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2440 "extern" etc., rather than BOI. Fix addition of spurious
2441 syntactic-symbol 'defun-block-intro, replacing it with
2442 'innamespace, etc.
2443
2444 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
2445
2446 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2447 Don't behave differently when executed via M-x. Add doc string.
2448
2449 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2450
2451 * files.el (backup-buffer-copy): Don't wrap delete in
2452 condition-case, only try to delete if file exists.
2453
2454 2007-08-24 Glenn Morris <rgm@gnu.org>
2455
2456 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2457
2458 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2461 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2462 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2463 (cperl-etags-goto-tag-location): Use new style backquotes.
2464
2465 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2466 (dynamic-completion-table): Use it it.
2467
2468 * net/browse-url.el: Remove spurious * in custom docstrings.
2469 (browse-url-filename-alist): Use new-style backquote.
2470
2471 * emacs-lisp/backquote.el (backquote-unquote-symbol)
2472 (backquote-splice-symbol): Clarify they're not new-style unquotes.
2473
2474 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2475 (\,@): Backslash the , and ,@ which are not new-style unquotes.
2476
2477 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2478
2479 * net/socks.el (socks-username/password-auth-filter):
2480 Remove unused vars `state' and `desired-len'.
2481 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2482 (socks-wait-for-state-change): Use new-style backquotes.
2483
2484 * pcvs.el (cvs-mode-status): Fix long-standing typo.
2485
2486 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2487 backquotes after each `read' rather than once per buffer.
2488
2489 * dframe.el: Remove spurious * in custom docstrings.
2490 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2491 (dframe-xemacs20p): Remove, inline at the sole use point.
2492 (defface): Don't defvar the face, don't use old-style backquote.
2493 (defcustom): Don't use old-style backquote.
2494 (dframe-frame-parameter, dframe-mouse-event-p):
2495 Make it obvious that it's always defined.
2496 (dframe-popup-kludge): New function to replace
2497 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2498 (dframe-frame-mode, dframe-set-timer-internal)
2499 (dframe-mouse-set-point): Remove use of with-no-warnings from
2500 XEmacs-specific code.
2501 (dframe-set-timer-internal): Fix very old bug with
2502 post-command-idle-hook.
2503
2504 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2505
2506 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2507
2508 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2509
2510 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2511
2512 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2513 safe-local-variable.
2514
2515 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2516
2517 * net/browse-url.el (browse-url-emacs): New function.
2518
2519 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2520
2521 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2522 warning if the file uses old style backquotes.
2523
2524 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2525 (byte-recompile-directory, byte-compile-file)
2526 (byte-compile-from-buffer): Use with-current-buffer.
2527
2528 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2529 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2530 (line-move-1, line-move-finish, line-move-to-column)
2531 (move-end-of-line, move-beginning-of-line): Use new name.
2532
2533 2007-08-22 Glenn Morris <rgm@gnu.org>
2534
2535 * files.el (backup-buffer-copy): Check backup directory is
2536 writable, to avoid infloop deleting old backup.
2537
2538 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2539 movemail related variables.
2540 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2541 will now be set before this is called.
2542
2543 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2546
2547 * progmodes/ada-mode.el: Fix up comment style in header.
2548 (ada-check-emacs-version): Remove.
2549 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2550 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2551 to try and quieten the byte-compiler.
2552 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2553
2554 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2555
2556 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2557
2558 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2559 extracted from `eval-last-sexp-1'.
2560 (eval-last-sexp-1): Call `preceding-sexp'.
2561
2562 2007-08-19 Glenn Morris <rgm@gnu.org>
2563
2564 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2565 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2566 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2567 shadow files messing up the compilation.
2568
2569 2007-08-18 Glenn Morris <rgm@gnu.org>
2570
2571 * progmodes/scheme.el (scheme-mode-variables):
2572 Set font-lock-comment-start-skip.
2573
2574 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2575
2576 * progmodes/ada-mode.el (ada-create-syntax-table):
2577 Move set-syntax-table from here to ...
2578 (ada-mode): ... here. Don't change global value of comment-multi-line.
2579 Call new function ada-initialize-syntax-table-properties.
2580 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2581 (ada-deactivate-properties, ada-initialize-properties):
2582 Replace by new functions ...
2583 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2584 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2585 properties uniformly, independently from whether font-lock-mode
2586 is enabled or not. Handle read-only buffers and do not change
2587 undo-list when setting syntax-table properties.
2588 (ada-after-change-function): Use ada-set-syntax-table-properties.
2589
2590 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2591
2592 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2593 (cperl-find-pods-heres): Fix an error when typing expressions like
2594 `s{a}{b}'.
2595
2596 2007-08-17 Glenn Morris <rgm@gnu.org>
2597
2598 * progmodes/compile.el (compilation-get-file-structure): Make use
2599 of the directory part when checking for an existing entry, to
2600 handle files with same basename in different directories.
2601
2602 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2603
2604 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2605 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2606 (ps-paragraph-spacing): Docstring fix.
2607
2608 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * smerge-mode.el (smerge-resolve): New arg `safe'.
2611 (smerge-resolve-all, smerge-batch-resolve): New function.
2612 (smerge-refine): Make sure `diff' returns the expected result.
2613 (smerge-parsep-re): New const.
2614 (smerge-mode): Use it to adjust paragraph-separate.
2615
2616 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2617 Correctly match / regexp matchers as first char on a line when
2618 fontifying only that line.
2619
2620 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2621
2622 2007-08-16 Glenn Morris <rgm@gnu.org>
2623
2624 * ps-print.el (ps-font-size): Doc fix.
2625
2626 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2629 (vc-bzr-registered): Don't redundantly protect against
2630 file-error. Actually use the format-specific code.
2631 (vc-bzr-buffer-nonblank-p): Remove.
2632 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2633
2634 2007-08-15 Glenn Morris <rgm@gnu.org>
2635
2636 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2637 sloppier, for the sake of GNU Mailman.
2638 (rmail-digest-rfc1153): Initialize `result' correctly.
2639
2640 2007-08-14 Glenn Morris <rgm@gnu.org>
2641
2642 * simple.el (bad-packages-alist): New constant.
2643 (bad-package-check): New function. Together, these two add
2644 elements to `after-load-alist' to check for problematic external
2645 packages.
2646 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2647
2648 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2649
2650 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2651 optional quotes around files in NEED-UPDATE . REMOVED case.
2652
2653 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2654 (ada-treat-cmd-string): Improve error message.
2655 (ada-do-file-completion): Call `ada-require-project-file', so
2656 project variables are set properly.
2657 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2658 (ada-gnatfind-buffer-name): New constant.
2659 (ada-find-any-references): Use new constant. Set buffer name
2660 properly in compilation-start. Toggle read-only properly.
2661 (ada-find-in-src-path): Fix spelling error in docstring.
2662
2663 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2664 by zero error.
2665
2666 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2667
2668 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2669
2670 2007-08-12 Richard Stallman <rms@gnu.org>
2671
2672 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2673 (cvs-execute-single-file): Use new name split-string-and-unquote.
2674 (cvs-header-msg): Use new name combine-and-quote-strings.
2675
2676 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2677
2678 * progmodes/gud.el (gud-common-init): Use new name
2679 split-string-and-unquote.
2680
2681 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2682 in javac regexp.
2683
2684 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2685 combine-and-quote-strings and split-string-and-unquote.
2686
2687 * subr.el (combine-and-quote-strings): Rename from strings->string.
2688 (split-string-and-unquote): Rename from string->strings.
2689
2690 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2693 to buffer-local settings.
2694
2695 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2696 (backquote-process): Add internal arg `level'. Use the two to
2697 correctly handle nested backquotes.
2698
2699 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2700
2701 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2702 (vc-bzr-state-words): Add "kind changed" state word.
2703 (vc-bzr-status): New function. Return Bzr idea of file status,
2704 which is different from VC's.
2705 (vc-bzr-state): Use vc-bzr-status.
2706 (vc-workfile-unchanged-p): Use vc-bzr-status.
2707 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2708 (vc-dired-state): Process "kind changed" state word.
2709
2710 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2713
2714 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2715 Move from vc-default-find-file-not-found-hook.
2716
2717 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2718
2719 * url/url-auth.el (url-basic-auth): When prompting for username
2720 and password, default to the username and password in the URL.
2721
2722 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2723
2724 * man.el: Remove spurious * in docstrings.
2725 Merge defvars and toplevel setq-defaults.
2726 (Man-highlight-references0): Limit=nil rather than point-max.
2727 (Man-mode-map): Move initialization into the declaration.
2728 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2729 (Man-view-header-file): Use expand-file-name rather than concat.
2730 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2731
2732 * man.el (Man-next-section): Make sure we do not move backward.
2733
2734 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2735
2736 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2737 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2738 ps-print-color-p is neither nil nor black-white. Reported by Christian
2739 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2740
2741 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2744
2745 2007-08-08 Andreas Schwab <schwab@suse.de>
2746
2747 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2748 self-insert-command, not self-insert.
2749
2750 2007-08-08 Glenn Morris <rgm@gnu.org>
2751
2752 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2753
2754 * Replace `iff' in doc-strings and comments.
2755
2756 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2757 rather than just `-'.
2758
2759 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2760
2761 * dired.el (dired-pop-to-buffer):
2762 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2763 * calendar/calendar.el (generate-calendar-window):
2764 * progmodes/compile.el (compilation-set-window-height):
2765 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2766 Use window-full-width-p instead of comparing frame-width and
2767 window-width.
2768
2769 * progmodes/compile.el (compilation-find-buffer): Remove extra
2770 argument in call to compilation-buffer-internal-p.
2771
2772 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2773
2774 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2775 parameters IDENTIFICATION and CONNECTED.
2776 (tramp-handle-insert-file-contents): VISIT must be handled after
2777 insertion of the local copy. Reported by Peter Gordon
2778 <peter@pg-consultants.com>.
2779 (tramp-file-name-handler): No special handling for
2780 `expand-file-name'. But for `file-name-as-directory'.
2781 (tramp-find-shell, tramp-open-connection-telnet)
2782 (tramp-open-connection-rsh, tramp-open-connection-su)
2783 (tramp-open-connection-multi)
2784 (tramp-open-connection-setup-interactive-shell): Guard against
2785 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2786 <steve@sxemacs.org>.
2787 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2788 the hint.
2789
2790 * net/trampver.el: Update release number.
2791
2792 2007-08-07 Tom Tromey <tromey@redhat.com>
2793
2794 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2795 Add safe-local-variable property.
2796
2797 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2798
2799 * image-mode.el (image-toggle-display): Use image-refresh.
2800
2801 * longlines.el (longlines-decoded): New variable.
2802 (longlines-mode): Avoid encoding or decoding the buffer twice.
2803
2804 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2805
2806 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2807 unofficial version.
2808 (vc-bzr-command): Remove redundant setting of process-connection-type.
2809 (vc-bzr-admin-checkout-format-file): Add autoload.
2810 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2811 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2812 (vc-bzr-registered): Compare dirstate format tag with known good
2813 value, abort parsing if match fails. Warn user in docstring.
2814 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2815 See bzrlib/branch.py in Bzr sources.
2816 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2817 (vc-bzr-shell-command): Remove in favor of
2818 vc-bzr-command-discarding-stderr.
2819 (vc-bzr-command-discarding-stderr): New function.
2820
2821 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2822
2823 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2824 program, and return nil
2825 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2826 (vc-bzr-state): Look for path names relative to the repository
2827 root after status keyword.
2828 (vc-bzr-file-name-relative): New function.
2829 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2830 depend on it.
2831 (vc-bzr-admin-dirname, ...-checkout-format-file)
2832 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2833 files that we now parse directly for speed.
2834 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2835 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2836 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2837 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2838 Bzr warnings, so we must discard it.
2839 (vc-bzr-workfile-version): Speedup counting lines from
2840 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2841 if that file doesn't exist.
2842 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2843 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2844 (not ".bzr"!) to `vc-directory-exclusion-list'
2845 (vc-bzr-shell-command): New function.
2846
2847 2007-08-06 Tom Tromey <tromey@redhat.com>
2848
2849 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2850 (diff-fixup-modifs): Typo in docstring.
2851
2852 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2855 count-screen-lines.
2856 (tpu-edt-off): Disable relevant pieces of advice.
2857
2858 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2859 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2860 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2861 redefining the function.
2862 (tpu-set-scroll-margins): Activate the pieces of advice.
2863
2864 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2865
2866 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2867 process-filter.
2868
2869 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2870
2871 * help.el (resize-temp-buffer-window): Use window-full-width-p
2872 instead of comparing frame-width and window-width.
2873
2874 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2875
2876 * term.el: Honor term-default-fg-color and term-default-bg-color
2877 settings when modifying term-current-face.
2878 (term-default-fg-color, term-default-bg-color): Initialize from
2879 default term-current-face.
2880 (term-mode, term-reset-terminal): Set term-current-face with
2881 term-default-fg-color and term-default-bg-color.
2882 (term-handle-colors-array): term-current-face has term-default-fg-color
2883 and term-default-bg-color after reset escape sequence.
2884 (term-handle-colors-array): Set term-current-color with
2885 term-default-fg/bg-color instead of ansi-term-color-vector when the
2886 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2887
2888 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2889
2890 * files.el (set-auto-mode): Handle also remote files wrt
2891 `auto-mode-alist'.
2892
2893 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2894 remote identification.
2895
2896 2007-08-04 Glenn Morris <rgm@gnu.org>
2897
2898 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2899 zero, not nil, when the library is first loaded. Check for a file
2900 that has been modified on disk.
2901
2902 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2903 Remove duplicate defvar preventing initialization.
2904 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2905
2906 2007-08-03 Miles Bader <miles@gnu.org>
2907
2908 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2909 backend names for new backends to `Git', `Hg', and `Bzr'.
2910 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2911 not `HG'.
2912 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2913 name, not `GIT'.
2914 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2915 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2916
2917 2007-08-03 Glenn Morris <rgm@gnu.org>
2918
2919 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2920
2921 2007-08-02 Richard Stallman <rms@gnu.org>
2922
2923 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2924 to update deleted flag.
2925
2926 * cus-edit.el (customize-apropos, customize-apropos-options)
2927 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2928
2929 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2930
2931 * startup.el (fancy-splash-head, startup-echo-area-message):
2932 Change message text.
2933
2934 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2935 All callers use line-move.
2936
2937 * progmodes/compile.el (compilation-find-buffer): Return current
2938 buffer immediately if suitable.
2939 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2940
2941 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2944 Make it more discriminating and more useful.
2945 (vc-bzr-root-dir): Use new name.
2946 (vc-bzr-registered): Use new name and look at the dirstate file to
2947 determine if it's registered or not without running `bzr'.
2948
2949 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2950
2951 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2952
2953 2007-07-31 Drew Adams <drew.adams@oracle.com>
2954
2955 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2956 Fix parent groups link.
2957
2958 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2959
2960 * faces.el (face-normalize-spec): New function.
2961 (frame-set-background-mode): Normalize face-spec before calling
2962 face-spec-match-p.
2963
2964 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2965
2966 * vc-bzr.el: New file (copied from the trunk).
2967
2968 * vc-hooks.el (vc-handled-backends): Add BZR.
2969 (vc-find-file-hook): Failsafe if the backend's `registered'
2970 function burps.
2971
2972 * server.el (server-window): Add switch-to-buffer-other-frame option.
2973
2974 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2975
2976 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2977 (vc-git-revision-completion-table): Enable.
2978
2979 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2980
2981 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2982
2983 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2984 (vc-hg-registered): Set the vc-state property.
2985
2986 * diff-mode.el (diff-mode-menu): New entries.
2987
2988 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2991 (diff-file-kill): Use it.
2992 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2993 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2994 Use it so they find the hunk even when we're in the file header.
2995
2996 * vc.el: Add new VC operation `revision-completion-table'.
2997 (vc-default-revision-completion-table): New function.
2998 (vc-version-diff, vc-version-other-window): Use it to provide
2999 completion of revision names if the backend provides it.
3000
3001 * vc-arch.el (vc-arch--version-completion-table)
3002 (vc-arch-revision-completion-table): New functions to provide
3003 completion of revision names.
3004
3005 * vc-cvs.el: Require CL.
3006 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
3007 New functions to provide completion of revision names.
3008
3009 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
3010
3011 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
3012 (copyright-fix-years, copyright): Correctly handle the case where
3013 copyright-limit is nil.
3014
3015 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
3016
3017 * progmodes/python.el (run-python): Fix path separator under w32.
3018
3019 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
3020
3021 * vc-git.el: New File.
3022
3023 2007-07-28 Alan Mackenzie <acm@muc.de>
3024
3025 Fix problem with modes derived from CC Mode:
3026 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
3027 macro to cc-langs.
3028 (c-init-language-vars-for): Remove call to above macro.
3029 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
3030 been moved to here.
3031 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
3032
3033 2007-07-28 Eli Zaretskii <eliz@gnu.org>
3034
3035 * net/trampver.el: Fix the `coding' cookie.
3036
3037 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
3038
3039 * add-log.el (change-log-redate): Remove (not needed anymore and
3040 doesn't appear to work).
3041
3042 2007-07-25 Glenn Morris <rgm@gnu.org>
3043
3044 * Relicense all FSF files to GPLv3 or later.
3045
3046 * COPYING: Switch to GPLv3.
3047
3048 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
3051 Replace it with another one which disables undo before calling
3052 erase-buffer and then turns it back on if needed.
3053
3054 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3055
3056 * ps-print.el: Problem with foreground and background color when
3057 printing a buffer with and without faces. Reported by Christian
3058 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3059 (ps-print-version): New version 6.7.5.
3060 (ps-default-fg): Change default value to nil, so black color is used
3061 when a face does not specify a foreground color.
3062 (ps-default-bg): Change default value to nil, so white color is used
3063 for background color.
3064 (ps-begin-job): Fix code.
3065
3066 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
3067
3068 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
3069
3070 2007-07-24 Alan Mackenzie <acm@muc.de>
3071
3072 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3073 Initialise byte-compile-unresolved-functions before rather than
3074 after a compilation.
3075 (byte-compile-unresolved-functions): Amplify doc string.
3076
3077 2007-07-24 Glenn Morris <rgm@gnu.org>
3078
3079 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
3080 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
3081 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3082 (cal-tex-cursor-week, cal-tex-cursor-week2)
3083 (cal-tex-cursor-week-iso, cal-tex-week-hours)
3084 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3085 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3086 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
3087
3088 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
3091
3092 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
3095 underlying file is uptodate.
3096
3097 2007-07-23 Richard Stallman <rms@gnu.org>
3098
3099 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
3100
3101 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
3104 (sh-font-lock-flush-syntax-ppss-cache): New funs.
3105 (sh-font-lock-syntactic-keywords): Use them to distinguish the
3106 different possible cases for \'.
3107 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
3108
3109 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
3110 `file' from which to start the search and fix case where `file' is the
3111 current directory and the root as well.
3112
3113 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
3114 name for buffer-file-name if it refers to a directory.
3115
3116 2007-07-22 Jason Rumney <jasonr@gnu.org>
3117
3118 * w32-fns.el (set-default-process-coding-system): Use dos line ends
3119 for input to cmdproxy on all versions of Windows.
3120 Use dos line ends for input to plink.
3121
3122 * comint.el (comint-simple-send): Concat newline before sending.
3123 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
3124
3125 2007-07-22 Juri Linkov <juri@jurta.org>
3126
3127 * isearch.el (isearch-edit-string): Save old point and
3128 isearch-other-end to old-point and old-other-end before reading
3129 the search string from minibuffer. After exiting minibuffer set
3130 point to old-other-end if point and the search direction is the
3131 same as before reading the search string.
3132 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
3133 to isearch-other-end. Instead of isearch-search-and-update call
3134 three functions isearch-search, isearch-push-state and isearch-update.
3135
3136 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
3137
3138 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
3139 destroying an existing buffer.
3140
3141 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3142
3143 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
3144
3145 * term/x-win.el (x-handle-no-bitmap-icon): New function.
3146
3147 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
3148
3149 * textmodes/reftex.el (reftex-access-parse-file): Create parse
3150 file in a way that does not interfere with recentf.
3151
3152 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
3153
3154 * image-dired.el (image-dired-sane-db-file): New func.
3155 (image-dired-write-tags, image-dired-remove-tag)
3156 (image-dired-list-tags, image-dired-write-comments)
3157 (image-dired-get-comment, image-dired-mark-tagged-files)
3158 (image-dired-create-gallery-lists): Call new func.
3159 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
3160
3161 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3162
3163 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
3164 (vc-hg-dir-state): Fix loop.
3165 (vc-hg-print-log): Fix expected return value for vc-hg-command.
3166 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
3167 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
3168 (vc-hg-revert): Likewise.
3169 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
3170
3171 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
3172
3173 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
3174 case of alignment under a constant symbol, find and consider
3175 the sexp actually at indentation to be the "last sexp".
3176
3177 2007-07-20 Eli Zaretskii <eliz@gnu.org>
3178
3179 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3180 (install): Use them to copy all *.el files before *.elc.
3181 (clean): Don't delete *~.
3182
3183 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3184
3185 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
3186
3187 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
3188
3189 * vc-hg.el (vc-hg-registered): Replace if with when.
3190 (vc-hg-state): Deal with nonexistent files.
3191
3192 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
3193
3194 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
3195 (follow-delete-other-windows-and-split, follow-recenter)
3196 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
3197 (follow-redisplay, follow-estimate-first-window-start)
3198 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
3199 Fix typos in docstrings.
3200
3201 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
3202
3203 * bookmark.el (bookmark-show-all-annotations):
3204 Make sure each inserted annotation ends with newline.
3205
3206 (bookmark-maybe-sort-alist): Don't modify
3207 bookmark-alist. Instead, if not sorting, simply return it.
3208 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
3209 for its return value, not for its side effect.
3210
3211 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
3212
3213 * vc.el: Add more info about the vc-registered function.
3214
3215 2007-07-16 David Kastrup <dak@gnu.org>
3216
3217 * emacs-lisp/advice.el (defadvice): Doc fix.
3218
3219 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
3220
3221 * subr.el (when, unless): Doc fix.
3222
3223 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3224
3225 * vc-hg.el (vc-hg-state): Handle removed files.
3226 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
3227 (vc-hg-checkout): Re-enable.
3228
3229 2007-07-15 Richard Stallman <rms@gnu.org>
3230
3231 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
3232
3233 * tutorial.el (tutorial--find-changed-keys):
3234 Handle C-x specially like ESC.
3235
3236 2007-07-15 Roland McGrath <roland@frob.com>
3237
3238 * add-log.el (add-change-log-entry): Check add-log-full-name
3239 and add-log-mailing-address later, after change-log-mode-hook.
3240
3241 2007-07-15 Richard Stallman <rms@gnu.org>
3242
3243 * isearch.el (isearch-mode, isearch-done):
3244 Delete unintended code in previous change.
3245
3246 * ps-print.el (ps-default-bg): Change to White.
3247
3248 2007-07-15 Aaron Hawley <aaronh@garden.org>
3249
3250 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
3251
3252 2007-07-15 Martin Rudalics <rudalics@gmx.at>
3253
3254 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
3255 when handling the terminating event.
3256
3257 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
3258
3259 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
3260
3261 2007-07-13 Eli Zaretskii <eliz@gnu.org>
3262
3263 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3264 (install): Use them to copy all *.el files before *.elc.
3265
3266 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3267
3268 * replace.el (match): Use yellow1 instead of yellow.
3269
3270 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
3271
3272 * pcvs-info.el (cvs-unknown): Likewise.
3273
3274 2007-07-12 Davis Herring <herring@lanl.gov>
3275
3276 * desktop.el (desktop-buffer-info, desktop-save):
3277 Use `desktop-dirname' instead of `dirname'.
3278
3279 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
3280
3281 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
3282
3283 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
3284
3285 2007-07-10 Richard Stallman <rms@gnu.org>
3286
3287 * emacs-lisp/lisp-mode.el (eval-defun):
3288 Explain special handling of `defface'.
3289
3290 2007-07-09 Richard Stallman <rms@gnu.org>
3291
3292 * isearch.el (isearch-edit-string): Call to isearch-push-state
3293 after the search.
3294
3295 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
3296
3297 * cus-start.el (file-coding-system-alist): Fix custom type.
3298
3299 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * longlines.el (longlines-wrap-region): Avoid marking buffer as
3302 modified.
3303 (longlines-auto-wrap, longlines-window-change-function):
3304 Remove unnecessary calls to set-buffer-modified-p.
3305
3306 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3307
3308 * vc.el (vc-default-log-view-mode): New function.
3309 (vc-print-log): Add new `log-view-mode' VC operation.
3310
3311 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
3312
3313 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
3314 Rename and move to...
3315
3316 * subr.el (strings->string, string->strings): ...here.
3317
3318 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
3319 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
3320
3321 * progmodes/gud.el (gud-common-init): Call string->strings instead
3322 of split-string.
3323
3324 2007-07-07 Eli Zaretskii <eliz@gnu.org>
3325
3326 * term/w32-win.el (menu-bar-open): New function.
3327 Bind <f10> to it.
3328
3329 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3330
3331 * log-view.el (log-view-mode-menu): New menu.
3332
3333 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3334
3335 * vc-hg.el: New file.
3336
3337 2007-07-06 Andreas Schwab <schwab@suse.de>
3338
3339 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3340 dynamic bindings around the evaluation of the expression.
3341 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3342
3343 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3344
3345 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3346 file names.
3347
3348 2007-07-02 Martin Rudalics <rudalics@gmx.at>
3349
3350 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
3351
3352 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
3353 event is not a cons cell. Do not unread drag-mouse-1 events.
3354 Select right window in check whether space was stolen from
3355 window above.
3356
3357 2007-07-01 Richard Stallman <rms@gnu.org>
3358
3359 * files.el (find-file-visit-truename): Fix safe-local-variable value.
3360
3361 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
3362
3363 * generic-x.el (generic-define-mswindows-modes)
3364 (generic-define-unix-modes, apache-log-generic-mode)
3365 (bat-generic-mode-keymap, java-manifest-generic-mode)
3366 (show-tabs-generic-mode): Fix typos in docstrings.
3367
3368 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3369
3370 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
3371 replace-regexp-in-string.
3372
3373 2007-06-28 Andreas Schwab <schwab@suse.de>
3374
3375 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
3376 $(lisp)/subdirs.el.
3377
3378 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
3379
3380 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
3381 the speedbar frame if nil; that deletes the current frame or
3382 causes an error if it is the only frame.
3383 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
3384
3385 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
3386
3387 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
3388 directory where the desktop file was found, as the docstring says.
3389 (desktop-kill): Use `read-directory-name'.
3390
3391 * desktop.el (desktop-load-locked-desktop): New option.
3392 (desktop-read): Use it.
3393 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3394 Use `when'.
3395
3396 2007-06-24 Davis Herring <herring@lanl.gov>
3397
3398 * desktop.el (desktop-save-mode-off): New function.
3399 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3400 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3401 (desktop-claim-lock, desktop-release-lock): New functions.
3402 (desktop-kill): Tell `desktop-save' that this is the last save.
3403 Release the lock afterwards.
3404 (desktop-buffer-info): New function.
3405 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3406 says to. Detect conflicts, and manage the lock.
3407 (desktop-read): Detect conflicts. Manage the lock.
3408
3409 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3410
3411 * ls-lisp.el (insert-directory): If an invalid regexp error is
3412 thrown, try using FILE as a literal file name, not a wildcard.
3413 Check for FILE as an existing file, not just a directory.
3414
3415 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * ruler-mode.el (ruler-mode): Prevent clobbering the original
3418 `header-line-format' when reentering ruler mode.
3419
3420 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3421
3422 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3423 FILE exists as a directory.
3424
3425 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3428 (vera-font-lock-match-item): Fix doc string.
3429 (vera-in-comment-p): Remove unused function.
3430 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3431 use `syntax-ppss'.
3432 (vera-forward-syntactic-ws): Fix argument order.
3433 (vera-prepare-search): Use `with-syntax-table'.
3434 (vera-indent-line): Fix doc string.
3435 (vera-electric-tab): Fix doc string.
3436 (vera-expand-abbrev): Define alias instead of using `fset'.
3437 (vera-comment-uncomment-region): Use `comment-start-skip'.
3438
3439 2007-06-20 Reto Zimmermann <reto@gnu.org>
3440
3441 * progmodes/vera-mode.el: New file.
3442
3443 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * ido.el (ido-find-file-in-dir): Don't signal an error for
3446 empty directories.
3447
3448 2007-06-18 Alan Mackenzie <acm@muc.de>
3449
3450 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3451 When removing lines, also remove the \n. Correction of patch of
3452 2007-04-21.
3453
3454 2007-06-17 Glenn Morris <rgm@gnu.org>
3455
3456 * lpr.el (lpr-page-header-switches): Move %s to separate element
3457 for correct quoting. Doc fix.
3458
3459 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3460
3461 * term/xterm.el (terminal-init-xterm): Escape parens in character
3462 constants.
3463
3464 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3465
3466 * scroll-lock.el (scroll-lock-mode): Doc fix.
3467
3468 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3471 half-activated, forcefully activate it completely.
3472
3473 2007-06-11 Richard Stallman <rms@gnu.org>
3474
3475 * cus-edit.el (custom-variable-type): Doc fix.
3476
3477 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3478
3479 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3480
3481 2007-06-09 Davis Herring <herring@lanl.gov>
3482
3483 * desktop.el (desktop-minor-mode-table): Doc fix.
3484
3485 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3488 (image-next-line, image-previous-line, image-scroll-up)
3489 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3490 New functions.
3491 (image-mode-map): Remap motion commands.
3492 (image-mode-text-map): New keymap for viewing images as text.
3493 (image-mode): Use image-mode-map.
3494 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3495
3496 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
3497
3498 Sync with Tramp 2.0.56.
3499
3500 * net/tramp.el:
3501 * net/tramp-ftp.el:
3502 * net/tramp-smb.el:
3503 * net/tramp-util.el:
3504 * net/tramp-vc.el:
3505 Don't load cl.el, because that pollutes the namespace. Replace cl
3506 macros by their implementations where necessary. Requested by
3507 Richard Stallman <rms@gnu.org>.
3508
3509 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3510 doesn't exist.
3511 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3512 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3513 (tramp-file-name-p, tramp-file-name-multi-method)
3514 (tramp-file-name-method, tramp-file-name-user)
3515 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3516 replacing defstruct `tramp-file-name'.
3517 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3518 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3519 Apply `vector' instead of `make-tramp-file-name'.
3520 (tramp-handle-make-auto-save-file-name):
3521 Apply `tramp-temporary-file-directory' for compatibility reasons.
3522 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3523 because of XEmacs.
3524 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3525 started.
3526
3527 2007-06-07 David Kastrup <dak@gnu.org>
3528
3529 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3530 Change default to `top'.
3531
3532 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * dired.el (dired-mode-map): Remove spurious separator.
3535
3536 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3539
3540 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3541 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3542
3543 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3544
3545 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3546 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3547
3548 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * progmodes/ebrowse.el (ebrowse-member-table):
3551 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3552
3553 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3554
3555 * pgg.el (pgg-sign-region, pgg-sign):
3556 * ses.el (ses-call-printer):
3557 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3558 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3559
3560 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3561
3562 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3563 (tar-get-descriptor): Handle type 55, an extended pax header.
3564
3565 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * textmodes/css-mode.el: New file.
3568
3569 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3570
3571 * net/socks.el: New file, taken from w3 repository.
3572 (top): Update Copyright. Don't load cl.el.
3573 (all): Replace `case' by `cond', `string-to-int' by
3574 `string-to-number', and `process-kill-without-query' by
3575 `set-process-query-on-exit-flag'.
3576 (socks-char-int): Remove defalias and all occurrences.
3577
3578 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3579
3580 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3581 (sort-coding-systems, search-unencodable-char): Doc fixes.
3582 (coding-system-change-eol-conversion, set-default-coding-systems)
3583 (prefer-coding-system, find-multibyte-characters, princ-list)
3584 (leim-list-entry-regexp, set-input-method, locale-language-names)
3585 (input-method-exit-on-first-char, exit-language-environment-hook)
3586 (locale-charset-language-names): Fix typos in docstrings.
3587
3588 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3589
3590 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3591 `switch-to-buffer' has returned succesfully.
3592 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3593 window is dedicated (it could iconify the frame).
3594
3595 2007-06-05 Glenn Morris <rgm@gnu.org>
3596
3597 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3598
3599 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3600
3601 * files.el (auto-mode-alist): Add lower-priority match for names
3602 like ChangeLog.old.
3603
3604 2007-06-04 Andreas Schwab <schwab@suse.de>
3605
3606 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3607
3608 2007-06-04 Davis Herring <herring@lanl.gov>
3609
3610 * calendar/timeclock.el: Update version number.
3611 (timeclock-modeline-display): Mention timeclock-use-display-time
3612 in explanatory message.
3613 (timeclock-log): Suppress warnings when finding the log.
3614 Don't check for a nil project twice. Run hooks after killing the
3615 buffer (if applicable).
3616 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3617 was geometric). All uses changed.
3618 (timeclock-generate-report): Support prefix argument.
3619
3620 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3621
3622 * man.el (Man-next-section): Don't consider the last line of the
3623 page as being part of any section.
3624
3625 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3626
3627 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3628 modified flag of buffer. Use `inhibit-modification-hooks'.
3629
3630 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3631
3632 * mail/mail-extr.el (mail-extract-address-components):
3633 Recognize non-ASCII characters except for NBSP as words.
3634
3635 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3636
3637 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3638
3639 2007-06-04 Michael Olson <mwolson@gnu.org>
3640
3641 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3642 died and we are trying to send a signal to it.
3643
3644 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3645
3646 * emacs-lisp/easy-mmode.el (define-minor-mode)
3647 (easy-mmode-define-navigation): Fix typos in docstrings.
3648
3649 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3650 Fix typos in docstrings.
3651 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3652 (compilation-finish-function): Fix typo in obsolescence declaration.
3653
3654 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3655
3656 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3659 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3660
3661 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3662
3663 * longlines.el (longlines-mode): Make longlines-auto-wrap
3664 buffer-local. Add hooks unconditionally.
3665 (longlines-auto-wrap): Toggle wrapping.
3666 (longlines-after-change-function)
3667 (longlines-post-command-function): Check longlines-auto-wrap.
3668
3669 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3670
3671 * Version 22.1 released.
3672
3673 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3674
3675 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3676 changes.
3677
3678 2007-05-31 Richard Stallman <rms@gnu.org>
3679
3680 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3681
3682 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3683
3684 * textmodes/table.el (table--point-entered-cell-function)
3685 (table--point-left-cell-function):
3686 Bind `inhibit-point-motion-hooks' to t.
3687
3688 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3689
3690 * emacs-lisp/rx.el (rx): Doc fix.
3691
3692 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3693
3694 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3695
3696 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3697
3698 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3699 as the end of the ChangeLog paragraph when it ends without a line
3700 termination.
3701
3702 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * textmodes/fill.el (canonically-space-region): Make the second arg
3705 a marker if it's not already the case.
3706
3707 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3708 (xterm-mouse-event): Use it.
3709
3710 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3711
3712 * vc-hooks.el (vc-find-root): Fix file attribute test.
3713
3714 2007-05-24 Richard Stallman <rms@gnu.org>
3715
3716 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3717 Don't let opoint be nil.
3718 (flyspell-emacs-popup): Explicit error if no dialogs.
3719
3720 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3721
3722 * tar-mode.el (tar-file-name-handler): New function.
3723 (tar-extract): Bind file-name-handler-alist to it to force
3724 find-buffer-file-type-coding-system behave as if the file being
3725 extracted existed. Use last-coding-system-used to force
3726 buffer-file-coding-system to what decode-coding-region actually
3727 used to decode the file.
3728
3729 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3730
3731 * progmodes/compile.el (compilation-handle-exit):
3732 `compilation-finish-function' may change the current buffer.
3733
3734 2007-05-22 Richard Stallman <rms@gnu.org>
3735
3736 * files.el (set-auto-mode): Doc fix.
3737
3738 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3739
3740 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3741
3742 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3743
3744 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3745 (rcirc-print): Handle `window-width'.
3746 (rcirc-buffer-maximum-lines): Doc fix.
3747
3748 2007-05-19 Kevin Ryde <user42@zip.com.au>
3749
3750 * info.el (Info-fontify-node): Match https also.
3751
3752 2007-05-18 Richard Stallman <rms@gnu.org>
3753
3754 * simple.el (push-mark): Doc fix.
3755
3756 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3757
3758 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3759 tpu-global-map.
3760 (tpu-original-global-map): Delete variable.
3761 (tpu-control-keys-map): New keymap variable.
3762 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3763 setting keymapping directly.
3764 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3765 tpu-global-map.
3766 (tpu-edt-on): Activate the tpu-global-map.
3767 (tpu-edt-off): Deactivate the tpu-global-map.
3768
3769 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3770
3771 * textmodes/ispell.el (ispell-get-word): Return markers
3772 for start and end positions.
3773 (ispell-word): Assume END is a marker.
3774
3775 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3776
3777 * ps-print.el: Use default color when foreground or background color
3778 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3779 (ps-print-version): New version 6.7.4.
3780 (ps-rgb-color): New argument. Use default color when color is
3781 unspecified.
3782 (ps-begin-job): Fix code.
3783
3784 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3785
3786 * textmodes/ispell.el (ispell-start-process): Defend against bad
3787 default-directory.
3788
3789 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3792
3793 2007-05-16 Richard Stallman <rms@gnu.org>
3794
3795 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3796
3797 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3800 Move the *ml, Postscript, and XmCD entries to the fallback part.
3801
3802 * files.el (magic-fallback-mode-alist):
3803 Rename from file-start-mode-alist.
3804
3805 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3806
3807 * progmodes/compile.el (compilation-handle-exit): Quote first
3808 argument of `run-hook-with-args'.
3809
3810 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3811
3812 * buff-menu.el (Buffer-menu-sort-column):
3813 * dabbrev.el (dabbrev-upcase-means-case-search):
3814 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3815 * info.el (Info-current-subfile):
3816 * ls-lisp.el (ls-lisp-verbosity):
3817 * msb.el (msb-menu-cond):
3818 * pcvs.el (cvs-dired-use-hook):
3819 * simple.el (set-mark-command-repeat-pop):
3820 * time.el (display-time-24hr-format, display-time-mail-file):
3821 Doc fixes.
3822
3823 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3824 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3825
3826 * view.el (view-inhibit-help-message): Fix typo in docstring.
3827 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3828
3829 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3830
3831 * mail/rmail.el (rmail-convert-to-babyl-format):
3832 Check content-transfer-encoding _last_, because we need its position
3833 in base64-header-field-end.
3834
3835 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3836
3837 * files.el (mode-require-final-newline, require-final-newline)
3838 (enable-local-variables, enable-local-eval): Doc fixes.
3839
3840 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3841
3842 * progmodes/python.el (python-font-lock-keywords)
3843 (python-open-block-statement-p, python-mode): Add support for the new
3844 "with" keyword.
3845
3846 2007-05-10 Richard Stallman <rms@gnu.org>
3847
3848 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3849 (iso-cvt-write-only): Likewise.
3850
3851 * emacs-lisp/easy-mmode.el (define-minor-mode):
3852 Fix generated doc string.
3853
3854 * startup.el (fancy-splash-text): Add URL of guided tour.
3855 Adjust horizontal and vertical whitespace.
3856
3857 * progmodes/compile.el (compilation-handle-exit):
3858 Use run-hook-with-args to run compilation-finish-functions.
3859
3860 * files.el (file-start-mode-alist): New variable.
3861 (magic-mode-regexp-match-limit): Doc fix.
3862 (set-auto-mode): Handle file-start-mode-alist.
3863 A little cleanup of structure.
3864
3865 2007-05-10 Davis Herring <herring@lanl.gov>
3866
3867 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3868 workday specifications.
3869 (timeclock-log): Don't kill the log buffer if it already existed.
3870
3871 2007-05-08 Richard Stallman <rms@gnu.org>
3872
3873 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3874 Don't include non-self-insert commands in the exception for `-'.
3875
3876 2007-05-08 David Reitter <david.reitter@gmail.com>
3877
3878 * progmodes/python.el (python-guess-indent): Check non-nullness
3879 before comparing indent against the 2..8 interval.
3880
3881 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3882
3883 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3884 available.
3885
3886 2007-05-06 Richard Stallman <rms@gnu.org>
3887
3888 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3889
3890 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3891
3892 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3893 disconnections.
3894
3895 2007-05-01 Romain Francoise <romain@orebokech.com>
3896
3897 * dired-x.el: Revert 2007-04-06 change.
3898
3899 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3900
3901 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3902 don't put stop on toolbar.
3903
3904 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3905
3906 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3907
3908 2007-04-29 Richard Stallman <rms@gnu.org>
3909
3910 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3911
3912 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3915 than 1.
3916
3917 2007-04-28 Richard Stallman <rms@gnu.org>
3918
3919 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3920
3921 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3924
3925 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3926
3927 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3928 instead of $(lisp)/mh-e.
3929
3930 * textmodes/fill.el (fill-paragraph): Doc fix.
3931
3932 2007-04-28 Glenn Morris <rgm@gnu.org>
3933
3934 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3935 (image-dired-cmd-create-temp-image-options): Replace option
3936 +profile "*" with -strip.
3937
3938 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3941 Use window-start and window-end.
3942
3943 2007-04-26 Glenn Morris <rgm@gnu.org>
3944
3945 * progmodes/python.el: Restore file pending consideration of legal
3946 status.
3947
3948 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3949
3950 * locate.el (locate-in-alternate-database): Doc fix.
3951
3952 2007-04-26 Glenn Morris <rgm@gnu.org>
3953
3954 * button.el (button): Use underline if supported, else fall back
3955 to color.
3956
3957 2007-04-25 Richard Stallman <rms@gnu.org>
3958
3959 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3960
3961 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3962
3963 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3964 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3965 pushing mark.
3966 (idlwave-current-routine): Don't push mark.
3967
3968 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3969
3970 * image-dired.el (image-dired-display-image): Derive image-type from
3971 filename rather than assuming jpeg, in case no resizing was needed.
3972
3973 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3974
3975 * custom.el (defface): Doc fix.
3976
3977 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3978
3979 * progmodes/python.el: Remove due to unclear legal issues.
3980
3981 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3982
3983 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3984 Don't re-query for each cleared BP.
3985 (idlwave-shell-clear-bp): Optionally skip BP query.
3986 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3987 of set-window-buffer, which incorrectly moves displayed region.
3988
3989 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3990
3991 * calc/calc.el (calc-bug-address): Update maintainer's address.
3992 * calc/*: Update maintainer's address.
3993
3994 2007-04-23 Richard Stallman <rms@gnu.org>
3995
3996 * simple.el (set-mark-command-repeat-pop): Doc fix.
3997 Put in `editing-basics' group.
3998
3999 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
4000
4001 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
4002 New functions.
4003 (Info-mode-line-node-keymap): Bind mouse commands to
4004 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
4005
4006 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
4007
4008 * locate.el (locate-local-prompt): New var.
4009 (locate-prompt-for-command): Doc fix.
4010 (locate-prompt-for-search-string): New function.
4011 (locate): New optional arg. Make locate-local-prompt
4012 buffer-local. Use locate-prompt-for-search-string.
4013 (locate-with-filter): New optional arg.
4014 Use locate-prompt-for-search-string.
4015 (locate-update): Bind locate-prompt-for-command.
4016
4017 2007-04-23 Glenn Morris <rgm@gnu.org>
4018
4019 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
4020
4021 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
4022
4023 * button.el (button): Inherit from link face on a tty.
4024
4025 2007-04-23 Glenn Morris <rgm@gnu.org>
4026
4027 * button.el (button): Use color for this face on a tty.
4028
4029 * files.el (magic-mode-alist): Allow for carriage-returns in
4030 html-mode and sgml-mode entries.
4031
4032 2007-04-22 Richard Stallman <rms@gnu.org>
4033
4034 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4035 Improve doc string of generated command.
4036
4037 * subr.el (read-number): Catch errors.
4038
4039 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
4040
4041 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
4042
4043 * image-dired.el: Rename from thumbnails.el. All instances of
4044 "thumbnails" replaced with "image-dired".
4045
4046 * dired.el (dired-mode-map): Rename "thumbnails" again, to
4047 "image-dired".
4048
4049 2007-04-22 Kim F. Storm <storm@cua.dk>
4050
4051 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
4052 Don't use kill-line.
4053
4054 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
4055
4056 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
4057 error message.
4058
4059 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * dired.el: Rename "tumme" to "thumbnails".
4062
4063 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
4064 replaced with "thumbnails".
4065
4066 2007-04-22 Glenn Morris <rgm@gnu.org>
4067
4068 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
4069 and give it the risky-local-variable property.
4070
4071 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
4072 before defining it.
4073
4074 2007-04-21 Martin Rudalics <rudalics@gmx.at>
4075
4076 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4077 Use delete-region instead of kill-line.
4078
4079 2007-04-21 Alan Mackenzie <acm@muc.de>
4080
4081 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
4082 `kill-region' by `delete-region'.
4083
4084 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
4085
4086 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
4087 instead of kill-region.
4088
4089 * progmodes/mantemp.el (mantemp-make-mantemps-region)
4090 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
4091 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
4092 and kill-line.
4093
4094 * progmodes/vhdl-mode.el (vhdl-template-type)
4095 (vhdl-template-record, vhdl-template-nature)
4096 (vhdl-template-configuration-spec, vhdl-template-component-inst)
4097 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
4098 Use delete-region instead of kill-word and kill-line.
4099
4100 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4101
4102 * dired-x.el (dired-virtual-mode): Doc fix.
4103
4104 2007-04-21 Richard Stallman <rms@gnu.org>
4105
4106 * font-lock.el (font-lock-keywords-alist): Mark as risky.
4107
4108 * subr.el (read-number): Doc fix.
4109
4110 * simple.el (pop-to-mark-command): Display message "mark popped"
4111 if point does not move.
4112 (set-mark-command): Doc fix.
4113
4114 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
4115
4116 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
4117 (locate-local-filter, locate-local-search): New vars.
4118 (locate): Make variables local.
4119 (locate-update): Bind locate-buffer-name. Call locate using
4120 locate-local-filter and locate-local-search.
4121
4122 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
4123
4124 * hi-lock.el (hi-lock-file-patterns-policy): New var.
4125 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
4126 (hi-lock-mode): Update docstring.
4127
4128 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4129
4130 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
4131 fill-nobreak-predicate when the break is past fill-column.
4132
4133 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
4134
4135 * locate.el (locate): Output from shell-command should go in the
4136 current buffer rather than *Shell Command Output*.
4137
4138 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
4139
4140 * paren.el (show-paren-function): Fix last fix.
4141
4142 2007-04-19 Kevin Ryde <user42@zip.com.au>
4143
4144 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
4145 (archive-lzh-summarize): Add optional start arg for where to start
4146 looking at the archive.
4147 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
4148
4149 * international/mule.el (auto-coding-alist): no-conversion for .exe
4150 and .EXE.
4151
4152 2007-04-19 Alan Mackenzie <acm@muc.de>
4153
4154 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
4155 function return type contains "struct", "union", etc.
4156 c-end-of-defun goes too far forward.
4157
4158 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
4159
4160 * paren.el (show-paren-function): Reset window-start to avoid
4161 recentering.
4162
4163 2007-04-19 Glenn Morris <rgm@gnu.org>
4164
4165 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
4166
4167 2007-04-18 Glenn Morris <rgm@gnu.org>
4168
4169 * calendar/diary-lib.el (diary-header-line-format): Add a custom
4170 :set function.
4171 (diary-list-entries): Only switch to diary-mode from
4172 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
4173 diary-mode set header-line-format, in case of any customization.
4174
4175 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
4176
4177 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
4178 is less than the length of parse-time-syntax.
4179
4180 2007-04-17 David Kastrup <dak@gnu.org>
4181
4182 * replace.el (query-replace-regexp-eval): Deprecate.
4183
4184 2007-04-17 Alan Mackenzie <acm@muc.de>
4185
4186 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
4187 point too close to EOB, leave point at EOB rather than last `}'.
4188
4189 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4190
4191 * textmodes/bibtex.el (bibtex-include-OPTkey)
4192 (bibtex-user-optional-fields, bibtex-entry-field-alist):
4193 Fix defcustom.
4194
4195 2007-04-17 Glenn Morris <rgm@gnu.org>
4196
4197 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
4198 be encoded, fall back to current year.
4199
4200 2007-04-14 Kevin Ryde <user42@zip.com.au>
4201
4202 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
4203 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
4204 M "MSDOS".
4205
4206 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * progmodes/python.el (python-end-of-block): Avoid looping forever
4209 if python-next-statement fails.
4210
4211 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4212
4213 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
4214
4215 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4216
4217 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
4218 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
4219
4220 2007-04-15 Jay Belanger <belanger@truman.edu>
4221
4222 * calc/calc.el (calc-version): New function.
4223 (calc-trail-mode): Shorten the title.
4224
4225 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
4226
4227 * mail/footnote.el (footnote-style): Clarify docstring to state
4228 that customizing this only applies to future footnotes.
4229
4230 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4231
4232 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
4233 (bibtex-make-field): Check that INIT is a string. Use functionp.
4234
4235 2007-04-14 Glenn Morris <rgm@gnu.org>
4236
4237 * complete.el (PC-goto-end): New buffer-local variable.
4238 (PC-do-completion-end): Make buffer-local.
4239 (partial-completion-mode) <choose-completion-string-functions>:
4240 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
4241 (PC-do-completion): New optional fourth argument GOTO-END. Add a
4242 doc string. Set PC-goto-end for choose-completion.
4243 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
4244 PC-do-completion.
4245
4246 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
4247 arg to bibtex-make-field.
4248 (bibtex-make-field): Add optional fourth arg NODELIM.
4249 Insert delimiters around INIT unless this arg is non-nil.
4250
4251 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
4252
4253 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
4254 global map isn't modified.
4255
4256 2007-04-14 Glenn Morris <rgm@gnu.org>
4257
4258 * calendar/appt.el (appt-disp-window): Do not split small windows.
4259 Suggested by Jeff Miller <jmiller@cablespeed.com>.
4260
4261 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
4262
4263 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
4264
4265 * files.el: Ditto.
4266
4267 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
4268
4269 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
4270
4271 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
4272 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
4273 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
4274 (term-pager-help): Fix typos in docstrings.
4275
4276 * wid-edit.el (widget-documentation): Fix typo in docstring.
4277
4278 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
4279 Fix typos in error messages.
4280
4281 2007-04-13 Martin Rudalics <rudalics@gmx.at>
4282
4283 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
4284 window marked as dedicated.
4285
4286 * mail/footnote.el (footnote-latin-string): New variable.
4287 (footnote-latin-regexp): Redefine as regexp alternative.
4288 (Footnote-latin): Use footnote-latin-string instead of
4289 footnote-latin-regexp.
4290
4291 2007-04-13 Glenn Morris <rgm@gnu.org>
4292
4293 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
4294 inherited keymaps.
4295
4296 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
4297
4298 * outline.el (outline-get-next-sibling): Clarify docstring.
4299 (outline-get-last-sibling): Handle case where we are at the first
4300 heading. Clarify docstring.
4301
4302 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
4303
4304 * progmodes/gud.el (gud-minor-mode-map): Make go button same
4305 length as stop button to lessen flicker.
4306 (jdb): Add gud-print.
4307 (gud-find-expr): Jdb prints the expression with the value, so
4308 don't insert it in the output.
4309
4310 2007-04-11 Jason Rumney <jasonr@gnu.org>
4311
4312 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
4313 case hex. Do not try to decode non-hex letters.
4314
4315 2007-04-11 Markus Triska <markus.triska@gmx.at>
4316
4317 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
4318 (byte-optimize-backward-word): Remove (move to bytecomp.el).
4319 (byte-optimize-form-code-walker): Evaluate pure function calls if
4320 possible.
4321 (byte-optimize-all-constp): New function.
4322
4323 * emacs-lisp/bytecomp.el (byte-compile-char-before):
4324 Improve numeric argument case.
4325 (byte-compile-backward-char, byte-compile-backward-word):
4326 New functions, performing rewriting previously done in byte-opt.el.
4327 Fix their "Fixme" item (restriction to numeric arguments).
4328
4329 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
4332 with dolist.
4333 (after-init-hook): Don't quote lambda.
4334 (desktop-first-buffer): Don't wrap it in eval-when-compile.
4335 (desktop-internal-v2s): Remove unused var `el'.
4336 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
4337 desktop-restore-file-buffer.
4338 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
4339 desktop-create-buffer.
4340
4341 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * woman.el (woman-decode-buffer): Postpone macro-set check...
4344 (woman-decode-region): ...to here.
4345
4346 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
4347
4348 * startup.el (tty-handle-args): Use %S to log ARGS.
4349
4350 2007-04-10 Glenn Morris <rgm@gnu.org>
4351
4352 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
4353 it is obsolete and has no effect.
4354
4355 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
4356 byte-compiler.
4357
4358 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
4359 obsolete function make-local-hook.
4360
4361 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
4362 start to quieten byte-compiler.
4363
4364 2007-04-10 Markus Triska <markus.triska@gmx.at>
4365
4366 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
4367 to bytecomp.el as byte-compile-char-before).
4368 * emacs-lisp/bytecomp.el (byte-compile-char-before):
4369 New function (modified replacement for byte-optimize-char-before in
4370 byte-opt.el).
4371
4372 2007-04-09 Alan Mackenzie <acm@muc.de>
4373
4374 * startup.el (inhibit-splash-screen): Emphatically state that it
4375 can't be set in site-start.el.
4376
4377 2007-04-09 Masatake YAMATO <jet@gyve.org>
4378
4379 * progmodes/cc-subword.el (c-capitalize-subword): More closely
4380 mimic the behavior of `capitalize-word'. Do not move point with a
4381 negative argument. Based on tiny change by Paul Curry.
4382
4383 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
4384
4385 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
4386 Don't move point if ARG is negative.
4387
4388 2007-04-09 Alan Mackenzie <acm@muc.de>
4389
4390 Changes to make `narrow-to-defun' and `mark-defun' work properly
4391 in CC Mode:
4392
4393 * progmodes/cc-defs.el (c-beginning-of-defun-1):
4394 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4395 Bind beginning/end-of-defun-function to nil around calls to
4396 beginning/end-of-defun.
4397
4398 * progmodes/cc-langs.el (beginning-of-defun-function)
4399 (end-of-defun-function): New c-lang-setvar's.
4400
4401 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4402 (setq arg 1))" to enable non-interactive call.
4403
4404 2007-04-09 Eli Zaretskii <eliz@gnu.org>
4405
4406 * simple.el (set-mark-command): Doc fix.
4407
4408 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
4409
4410 * progmodes/gud.el (gdb): Restore existing session if user
4411 tries to start a second one in graphical mode.
4412
4413 2007-04-08 Martin Rudalics <rudalics@gmx.at>
4414
4415 * cus-start.el <scroll-preserve-screen-position>: Add choices.
4416
4417 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4418
4419 * term/xterm.el (terminal-init-xterm): Fix key definitions.
4420 Add binding for C-M-SPC.
4421
4422 2007-04-08 Richard Stallman <rms@gnu.org>
4423
4424 * pcomplete.el (pcomplete-read-event): One single definition,
4425 and not a defsubst.
4426
4427 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4428
4429 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4430 byte-compiler warning "value unused".
4431
4432 2007-04-08 Andreas Schwab <schwab@suse.de>
4433
4434 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4435
4436 2007-04-07 Glenn Morris <rgm@gnu.org>
4437
4438 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4439 Autoload these functions.
4440 (diary-date-forms): Add a custom :set form.
4441
4442 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4443 before first use.
4444 (diary-font-lock-keywords): New function with old code for
4445 initialization of variable of same name.
4446
4447 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
4448
4449 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4450 clean-up: only insert space when on identifier, etc.
4451
4452 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4453
4454 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4455
4456 * net/tls.el (open-tls-stream): Properly handle case where there
4457 is no associated buffer.
4458
4459 2007-04-07 Glenn Morris <rgm@gnu.org>
4460
4461 * ffap.el (ffap-file-at-point): Lower the priority of the
4462 ffap-ftp-sans-slash-regexp check.
4463
4464 2007-04-06 Alan Mackenzie <acm@muc.de>
4465
4466 Fix fontification of labels, and other things with ":".
4467
4468 * progmodes/cc-engine.el (c-forward-label): The function now
4469 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4470 the former t.
4471
4472 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4473 new return code from c-forward-label, fontifying tokens properly.
4474 Add some general comments throughout the file.
4475
4476 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4479 Revert 2006-01-27 change.
4480
4481 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4482
4483 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4484
4485 * desktop.el (desktop-create-buffer, desktop-save):
4486 Revert 2004-11-12 change for lack of copyright papers.
4487
4488 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4489 (dired-guess-default): Respect case.
4490
4491 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4492
4493 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4494 was originally checked in as byte-optimize-concat on 1997-11-02.
4495
4496 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4497 1995-05-19 doc changes.
4498
4499 2007-04-06 Kim F. Storm <storm@cua.dk>
4500
4501 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
4502 (unload-feature): Update interactive spec accordingly.
4503
4504 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4505
4506 2007-04-06 John Paul Wallington <jpw@pobox.com>
4507
4508 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4509 capture. Restore the table in the same buffer.
4510
4511 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4512
4513 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4516 Print entire form.
4517
4518 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4519
4520 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4521 for low-color displays.
4522
4523 2007-04-05 Glenn Morris <rgm@gnu.org>
4524
4525 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4526 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4527 Seed random number generator on loading.
4528
4529 * emacs-lisp/authors.el (top-level): Provide self.
4530
4531 * play/animate.el (top-level): Provide self.
4532
4533 2007-04-04 Alan Mackenzie <acm@muc.de>
4534
4535 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4536 to mention c-syntactic-indentation.
4537
4538 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4539
4540 * subr.el (with-case-table): New macro.
4541
4542 * international/mule.el (ascii-case-table): New var.
4543
4544 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4545 downcasing.
4546
4547 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4548
4549 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4550
4551 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4552 of the window if we're outside it e.g menu-bar.
4553
4554 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4555 window if we're outside it e.g menu-bar.
4556
4557 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4558
4559 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4560 decode base-64 encoded body if its content-type is something other
4561 than text/* or message/*.
4562
4563 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4564
4565 * simple.el (activate-mark-hook): Fix typo in docstring.
4566
4567 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4568
4569 * tmm.el (tmm-c-prompt): Initialize.
4570 (tmm-menubar): Deal with extended menu-items at top level.
4571 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4572 (tmm-prompt): Handle visibility of top level menu-items.
4573
4574 * progmodes/gud.el (gud-menu-map): Simplify.
4575 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4576 menubar.
4577
4578 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4579
4580 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4581
4582 * comint.el (comint-send-input): Widen the buffer first.
4583
4584 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4585
4586 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4589 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4590
4591 * newcomment.el (comment-search-forward): Discard comment starters
4592 before point.
4593
4594 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4595
4596 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4597
4598 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4601 when downcasing.
4602
4603 * button.el (previous-button): Rewrite to account for adjacent buttons.
4604
4605 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4606
4607 * progmodes/idlwave.el (idlwave-auto-fill):
4608 Revert paragraph-separate change.
4609
4610 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4611 Simplify module calc.
4612 (idlwave-shell-set-bp-in-module): Compute module.
4613
4614 2007-03-31 Glenn Morris <rgm@gnu.org>
4615
4616 * emacs-lisp/timer.el (run-at-time): Doc fix.
4617
4618 * emacs-lisp/warnings.el (display-warning): If we create the
4619 buffer displaying the warning, disable undo there.
4620
4621 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4622
4623 * net/tramp.el (tramp-register-file-name-handler)
4624 (tramp-register-completion-file-name-handler): New defsubst,
4625 derived from `tramp-register-file-name-handlers'. The split is
4626 necessary because Tramp's file name handlers must be registered at
4627 different startup places.
4628
4629 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * progmodes/hideshow.el (turn-off-hideshow): New function.
4632 (hs-minor-mode): Use it instead of a lambda expression in
4633 change-major-mode-hook.
4634
4635 2007-03-31 David Kastrup <dak@gnu.org>
4636
4637 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4638 corresponding to MANPATH_MAP entries.
4639 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4640 (woman-parse-man.conf): Use more discriminating man.conf name.
4641 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4642 (woman-manpath): Doc fix and type fix.
4643 (woman-cached-data): Check for MANPATH_MAP entries.
4644 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4645
4646 2007-03-31 Stuart Herring <herring@lanl.gov>
4647
4648 * emacs-lisp/sregex.el (sregexq): Doc fix.
4649
4650 2007-03-31 Markus Triska <markus.triska@gmx.at>
4651
4652 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4653
4654 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4655
4656 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4657 Move to the right.
4658
4659 2007-03-30 Alan Mackenzie <acm@muc.de>
4660
4661 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4662
4663 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4664
4665 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4666 Use it, passed in explicitly, instead of from the dynamic binding.
4667 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4668
4669 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4670
4671 * simple.el (blink-matching-open): When in minibuffer, don't
4672 search for a match inside the prompt.
4673
4674 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4675
4676 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4677 (tmm-prompt): Don't make the mouse user select the first menu
4678 item twice.
4679
4680 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4683 SIGUSR1 and SIGUSR2.
4684
4685 2007-03-29 Kim F. Storm <storm@cua.dk>
4686
4687 * ido.el (ido-read-internal): When reading file or dir, only override
4688 minibuffer-local-filename-completion-map, otherwise only override
4689 minibuffer-local-completion-map.
4690
4691 2007-03-29 Glenn Morris <rgm@gnu.org>
4692
4693 * complete.el (partial-completion-mode): Set PC-do-completion-end
4694 to nil after use.
4695 (PC-lisp-complete-symbol): Create and use a marker at `end',
4696 rather than using point-marker.
4697
4698 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * simple.el (next-error-highlight): Doc fix.
4701 (compose-mail): Revert 2007-03-19 change.
4702
4703 2007-03-28 Richard Stallman <rms@gnu.org>
4704
4705 * emacs-lisp/edebug.el (edebug-display): Don't go to
4706 edebug-outside-buffer if it is dead.
4707
4708 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4709
4710 * view.el (view-mode): Fix typos in docstring.
4711
4712 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4713
4714 * recentf.el (recentf-save-file): Add a custom :set function.
4715
4716 2007-03-28 Glenn Morris <rgm@gnu.org>
4717
4718 * complete.el (PC-do-completion-end): New variable.
4719 (partial-completion-mode) <choose-completion-string-functions>:
4720 Use PC-do-completion-end in the non-minibuffer case to replace the
4721 correct amount of text.
4722 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4723 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4724 to deal with improvements inserted after point.
4725
4726 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 * button.el (make-text-button): Add explicit `button' property.
4729 (default-button): Don't put a `button' property on it.
4730
4731 * progmodes/python.el (python-mode): Skip comments when parsing.
4732
4733 * vc-arch.el (vc-with-current-file-buffer): New macro.
4734 (vc-arch-file-source-p): Use it to avoid infloop.
4735
4736 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4737
4738 * emacs-lisp/lisp.el (lisp-complete-symbol):
4739 Fix call to get-buffer-window to find windows in other frames.
4740
4741 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4744 Fix calls to get-buffer-window to find windows in other frames.
4745 Reported by David Hansen <david.hansen@gmx.net>.
4746
4747 2007-03-27 Kevin Ryde <user42@zip.com.au>
4748
4749 * info.el (Info-display-images-node): On a text-only terminal,
4750 show the "text" or "alt" parts of the image blobs.
4751
4752 2007-03-27 Glenn Morris <rgm@gnu.org>
4753
4754 * complete.el (PC-do-completion): Compute completion-base-size in
4755 the non-filename case, rather than setting to nil.
4756 (PC-lisp-complete-end): New variable.
4757 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4758 original end in a series of consecutive invocations.
4759
4760 * calendar/calendar.el (calendar-mode-hook): Declare it.
4761
4762 * calendar/diary-lib.el (diary-live-p): Do not check for
4763 diary-selective-display.
4764
4765 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * replace.el (occur-next-error): *Occur* might not be displayed in the
4768 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4769
4770 2007-03-26 Richard Stallman <rms@gnu.org>
4771
4772 * textmodes/flyspell.el (flyspell-large-region):
4773 Use ispell-call-process-region.
4774
4775 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4776
4777 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4778 Use prin1 instead of princ.
4779
4780 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4783 Merge in X resources before global face.
4784
4785 * progmodes/compile.el (compilation-start): Save compilation-directory
4786 rather than default-directory as local var.
4787 (compilation-directory): Mark as safe local var.
4788
4789 * files.el: Don't mark default-directory as a safe local var.
4790
4791 2007-03-25 Alan Mackenzie <acm@muc.de>
4792
4793 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4794 * progmodes/cc-engine.el: Fix typo.
4795
4796 2007-03-25 Juri Linkov <juri@jurta.org>
4797
4798 * compare-w.el (compare-windows): Rename customization group
4799 `compare-w' to `compare-windows'.
4800 (compare-windows-whitespace, compare-ignore-whitespace)
4801 (compare-ignore-case, compare-windows-sync)
4802 (compare-windows-sync-string-size, compare-windows-recenter)
4803 (compare-windows-highlight, compare-windows): Change group name in
4804 the `group' tag from `compare-w' to `compare-windows'.
4805 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4806
4807 2007-03-24 Markus Triska <markus.triska@gmx.at>
4808
4809 * expand.el: Change example to always enable abbrev-mode,
4810 and remove redundant `function'.
4811 (expand-abbrev-hook): Add autoload cookie.
4812
4813 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4814
4815 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4816 (testcover-mark-all, testcover-unmark-all): Add prompts to
4817 interactive specs.
4818
4819 2007-03-24 Jason Rumney <jasonr@gnu.org>
4820
4821 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4822 Use file size in bytes for auto-revert-tail-pos not characters.
4823
4824 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4825
4826 * vc-rcs.el (vc-rcs-annotate-command):
4827 Set text property :vc-annotate-prefix on the annotation text.
4828 (vc-rcs-annotate-time): Instead of searching for ": ",
4829 search for end of text propertized with :vc-annotate-prefix.
4830
4831 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4832
4833 * whitespace.el (top level): Remove calls putting
4834 permanent-local nil property since these are no-ops.
4835
4836 * man.el (Man-support-local-filenames): Assure that
4837 default-directory exists when doing call-process.
4838
4839 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4840
4841 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4842 Fix omission bug: Use m4-program-options to construct shell command.
4843
4844 2007-03-23 David Kastrup <dak@gnu.org>
4845
4846 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4847 Use `mapcar' rather than `mapcan' to silence compiler warning.
4848
4849 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4850
4851 * textmodes/reftex.el, textmodes/reftex-vars.el,
4852 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4853 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4854 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4855 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4856 * textmodes/reftex-auc.el: Add maintainer address.
4857
4858 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4859
4860 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4861 Make sure that `global-font-lock-mode' does not turn on font-lock
4862 in these buffers.
4863
4864 2007-03-21 Kim F. Storm <storm@cua.dk>
4865
4866 * xt-mouse.el (xt-mouse-epoch): New variable.
4867 (xterm-mouse-event): Use float-time.
4868
4869 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4870
4871 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4872 current-time.
4873
4874 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * complete.el (read-file-name-internal): Don't add the final > if the
4877 completion is not finished (re-application of this patch, which was
4878 accidentally undone by Eli).
4879
4880 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4881
4882 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4883 clicks in describe-key and describe-key-briefly advice a little better.
4884
4885 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4886
4887 * server.el (server-process-filter): Cancel any pending isearch.
4888
4889 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4890
4891 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4892 (icalendar--get-unfolded-buffer): Define actual arguments rather
4893 than just using &rest. Check replace-in-string is fbound.
4894 (icalendar-import-buffer): Doc fix.
4895 (icalendar--convert-ical-to-diary): Set diary-file.
4896 Check diary-file before inserting final newline.
4897 (icalendar--add-diary-entry): Return diary-file.
4898
4899 2007-03-21 Glenn Morris <rgm@gnu.org>
4900
4901 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4902 (diary-display-hook): Add custom :set function.
4903
4904 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4905 Add custom :set function.
4906 (diary-header-line-format): Doc fix.
4907 (diary-set-maybe-redraw): New function.
4908 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4909 (diary-list-entries): Always run diary-mode.
4910
4911 2007-03-20 Kenichi Handa <handa@m17n.org>
4912
4913 * international/quail.el (quail-setup-completion-buf): Make the
4914 completion buffer read-only.
4915 (quail-completion): Adjusted for the above change. Leave the
4916 modified flag nil.
4917
4918 2007-03-20 David Kastrup <dak@gnu.org>
4919
4920 * files.el (magic-mode-alist): Require literal "%!PS" string for
4921 magic postscript file detection.
4922
4923 2007-03-20 Richard Stallman <rms@gnu.org>
4924
4925 * textmodes/ispell.el (ispell-call-process): New function.
4926 Defends against bad `default-directory.'
4927 (ispell-check-version, ispell-find-aspell-dictionaries)
4928 (ispell-get-aspell-config-value, lookup-words): Call it.
4929 (ispell-call-process-region): New function.
4930 (ispell-send-string): Call it.
4931
4932 2007-03-20 Andreas Schwab <schwab@suse.de>
4933
4934 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4935 (finder-data): Likewise.
4936 (autoloads): Likewise.
4937
4938 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4939
4940 * files.el (basic-save-buffer): Do not set visited filename when
4941 the corresponding directory does not exist or the specified
4942 filename is that of an existing directory.
4943
4944 2007-03-20 Glenn Morris <rgm@gnu.org>
4945
4946 * calendar/diary-lib.el (diary-live-p): New function.
4947 (number-of-diary-entries): Add a :set function to redisplay diary
4948 when necessary.
4949
4950 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4951
4952 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4953 from client program, mev, to compute mouse event.
4954
4955 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4956
4957 * faces.el (momentary): Face removed; unused due to reversion of
4958 2007-01-04 changes by Kevin Rodgers.
4959
4960 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4961 Suggested by Johan Bockg\e,Ae\e(Brd.
4962
4963 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4964
4965 * font-lock.el (lisp-font-lock-keywords-1):
4966 Highlight define-globalized-minor-mode as a keyword.
4967
4968 2007-03-19 Kim F. Storm <storm@cua.dk>
4969
4970 * calc/calc-forms.el (math-std-daylight-savings)
4971 (math-std-daylight-savings-old): Doc fix.
4972
4973 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4974
4975 * progmodes/python.el (python-default-template): Doc fix.
4976 (python-buffer): Fix typo in docstring.
4977
4978 * isearchb.el (isearchb-follow-char):
4979 * subr.el (def-edebug-spec): Fix typo in docstring.
4980
4981 2007-03-19 Richard Stallman <rms@gnu.org>
4982
4983 * files.el (default-directory): Mark safe.
4984 (basic-save-buffer-2): Put proper dir name in error message.
4985
4986 * simple.el (compose-mail): Run switch-function after
4987 setting up the mail buffer.
4988
4989 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4990
4991 2007-03-18 Jay Belanger <belanger@truman.edu>
4992
4993 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4994 (math-std-daylight-savings-new): Rename from
4995 `math-std-daylight-savings'.
4996 (math-std-daylight-savings-old): Rename from old value of
4997 `math-std-daylight-savings'.
4998 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4999 `math-std-daylight-savings-old' depending on the year.
5000
5001 2007-03-18 Detlev Zundel <dzu@gnu.org>
5002
5003 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
5004 zero-width regexps as invalid but rather at least count them correctly.
5005
5006 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
5007
5008 * net/tls.el (open-tls-stream): In handshake-waiting loop,
5009 don't wait more if there is output available to process.
5010
5011 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
5012
5013 * progmodes/compile.el (compilation-find-file): Revert change
5014 from 2006-07-18 to allow completion of directory names.
5015 Reported by John Carter <john.carter@tait.co.nz>.
5016
5017 2007-03-18 Kim F. Storm <storm@cua.dk>
5018
5019 * subr.el (when, unless): Doc fix.
5020
5021 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
5022
5023 * net/tls.el (tls-program): Doc fix.
5024
5025 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
5026
5027 * autorevert.el (auto-revert-tail-handler):
5028 Call after-revert-hook.
5029
5030 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
5031
5032 * simple.el (switch-to-completions): No error if search for \n\n fails.
5033
5034 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
5035
5036 * simple.el (line-move-1):
5037 Respect `inhibit-line-move-field-capture' property.
5038
5039 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
5040
5041 * comint.el (comint-arguments): Mark backslash-escaped chars.
5042 (comint-delim-arg): Don't treat them as delimiters.
5043
5044 2007-03-12 Kim F. Storm <storm@cua.dk>
5045 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
5046
5047 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
5048
5049 * tempo.el (tempo-insert): Deal with 'r> if it appears
5050 specified with a prompt argument.
5051
5052 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
5053
5054 * textmodes/org.el (org-set-font-lock-defaults):
5055 Handle narrow table columns correctly.
5056
5057 2007-03-12 Mark A. Hershberger <mah@everybody.org>
5058
5059 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
5060 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
5061 Return to use of the -no-properties variants. There was
5062 consensus on emacs-devel that the speed of these variants was
5063 prefered since we are usually parsing files (from the internet
5064 or on disk) instead of XML created in Emacs.
5065
5066 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
5067 Add customize option.
5068
5069 2007-03-12 Glenn Morris <rgm@gnu.org>
5070
5071 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
5072 North American rule. Replace "daylight savings" with "daylight
5073 saving" in doc.
5074
5075 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
5076 * calendar/lunar.el, solar.el: Replace "daylight savings" with
5077 "daylight saving" in text.
5078
5079 * woman.el (woman-change-fonts): Tweak previous change by using
5080 woman-request-regexp rather than "^\\.".
5081
5082 * startup.el (command-line-1): Make insertion of
5083 initial-scratch-message not depend on scratch being selected.
5084
5085 2007-03-11 Juri Linkov <juri@jurta.org>
5086
5087 * replace.el (match): Use yellow background on light-bg terminals.
5088
5089 2007-03-11 Richard Stallman <rms@gnu.org>
5090
5091 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5092 Correctly compute line number.
5093
5094 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
5095
5096 * type-break.el (type-break-get-previous-count):
5097 Repeat previous change here.
5098
5099 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
5100
5101 * progmodes/grep.el (grep-find-ignored-directories):
5102 Add .git and .bzr to list.
5103
5104 2007-03-11 Andreas Schwab <schwab@suse.de>
5105
5106 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
5107
5108 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
5111
5112 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
5113
5114 * faces.el (face-set-after-frame-default): Recalculate face
5115 customizations after applying X resources.
5116
5117 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
5118
5119 * net/rcirc.el (rcirc-timeout-seconds): New variable.
5120 (rcirc-keepalive-seconds): Remove variable.
5121 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
5122 (rcirc-process, rcirc-user-disconnect): New variables.
5123 (rcirc-connect): Initalize new variables.
5124 (rcirc-keepalive): Don't send keepalive pings before connection
5125 is completed.
5126 (rcirc-sentinel): Do mark all channels with activity when
5127 connection is dropped. Run hook with process buffer local.
5128 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
5129 (rcirc-buffer-process): Return value of rcirc-process if
5130 rcirc-server-buffer is nil.
5131 (rcirc-server-name): Return the reported server name.
5132 (rcirc-update-prompt): Simplify computation of the server name.
5133 (rcirc-format-response-string): Likewise.
5134 (rcirc-handler-001): Mark server as connected, record the reported
5135 server name, and schedule a timeout.
5136 (rcirc-track-nick): Add a spec for the tty class.
5137 (rcirc-user-non-nick): Remove function.
5138 (rcirc-nick-prefix-chars): Add variable.
5139 (rcirc-user-nick): Use above variable.
5140
5141 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5142
5143 * icomplete.el (icomplete-tidy, icomplete-exhibit):
5144 Bind deactivate-mark to nil.
5145
5146 2007-03-10 Martin Rudalics <rudalics@gmx.at>
5147
5148 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
5149 that buffer contents get erased during completion.
5150
5151 2007-03-10 Glenn Morris <rgm@gnu.org>
5152
5153 * woman.el (woman-change-fonts): Add a hack to deal with
5154 font-escape followed by "." at start of a line.
5155 (woman2-IP): Add a hack to deal with consecutive requests.
5156 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
5157
5158 2007-03-10 Alan Mackenzie <acm@muc.de>
5159
5160 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
5161
5162 2007-03-09 Richard Stallman <rms@gnu.org>
5163
5164 * abbrev.el (abbrev): Add `provide'.
5165
5166 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
5167
5168 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
5169
5170 2007-03-09 Martin Rudalics <rudalics@gmx.at>
5171
5172 * complete.el (PC-try-completion): New function.
5173 (PC-do-completion, read-file-name-internal): Use it instead of
5174 try-completion.
5175
5176 2007-03-08 Alan Mackenzie <acm@muc.de>
5177
5178 Remove stale tokens from `c-found-types' cache.
5179
5180 * progmodes/cc-mode.el (c-unfind-enclosing-token)
5181 (c-unfind-coalesced-tokens, c-before-change): New functions.
5182 (c-maybe-stale-found-type): New variable.
5183
5184 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
5185 (c-trim-found-types): New functions.
5186
5187 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
5190 (debug-ignored-errors): Add entry from smerge-match-conflict.
5191
5192 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
5193
5194 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
5195 special help topics for keywords.
5196 (idlwave-help-assistant-command): Include ".exe" for ms-dos
5197 etc. Assistant command.
5198
5199 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * replace.el (occur-engine): Move buffer-undo-list binding...
5202 (occur-1): ...to here.
5203
5204 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
5205
5206 * simple.el (minibuffer-completing-symbol): New var.
5207 (eval-expression): Use it.
5208 (completion-setup-function): Don't bind completion-base-size when
5209 completing a symbol in the minibuffer.
5210
5211 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
5212
5213 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
5214 tries to start a second session in graphical mode.
5215
5216 2007-03-07 Miles Bader <miles@gnu.org>
5217
5218 * international/isearch-x.el
5219 (isearch-process-search-multibyte-characters):
5220 Strip text-properties from PROMPT to avoid an error from read-string.
5221
5222 2007-03-07 Kim F. Storm <storm@cua.dk>
5223
5224 * complete.el (PC-bindings): Remap lisp-complete-symbol to
5225 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
5226
5227 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5228
5229 * complete.el (PC-do-completion): Delete duplicates in the list of
5230 possible completions.
5231
5232 2007-03-07 Glenn Morris <rgm@gnu.org>
5233
5234 * ses.el (ses-mode): Doc fix.
5235
5236 2007-03-06 Kim F. Storm <storm@cua.dk>
5237
5238 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
5239
5240 2007-03-06 Kenichi Handa <handa@m17n.org>
5241
5242 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
5243
5244 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * simple.el (completion-setup-function): Improve last fix so it doesn't
5247 set it to a relative directory name either.
5248
5249 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5250
5251 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
5252
5253 2007-03-05 Richard Stallman <rms@gnu.org>
5254
5255 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
5256
5257 * files.el (find-file-noselect): No error if file no longer exists.
5258 Display a message and avoid other questions.
5259
5260 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5261
5262 * pcomplete.el (pcomplete-show-completions): Improve last change, so
5263 as not to use an invisible window and to create a window if none exist.
5264
5265 * progmodes/python.el (python-send-command): Restart proc if necessary.
5266 (python-proc): Simplify.
5267
5268 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
5269
5270 * pcomplete.el (pcomplete-show-completions): Search all frames for
5271 completions buffer.
5272
5273 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
5274
5275 * cus-edit.el (customize-save-variable): Clear customized-value
5276 property (saved values are now put in theme-value property).
5277 (customize-set-variable): Doc fix.
5278
5279 * complete.el (PC-do-completion): If completion-ignore-case is
5280 non-nil, replace field with completion string before exiting.
5281
5282 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
5283
5284 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
5285 Append its extension to the resulting temporary file name.
5286 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
5287
5288 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
5289 (tramp-smb-handle-write-region): Apply it.
5290
5291 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5292
5293 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5294 Redo previous change.
5295
5296 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5297
5298 * diff-mode.el (diff-mode): Doc fix.
5299
5300 2007-03-05 Kenichi Handa <handa@m17n.org>
5301
5302 * international/characters.el: Set category `l' (latin)
5303 for more characters.
5304
5305 2007-03-04 Kim F. Storm <storm@cua.dk>
5306
5307 * emacs-lisp/authors.el (authors-aliases): Add alias.
5308
5309 2007-03-04 Glenn Morris <rgm@gnu.org>
5310
5311 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
5312 all when switching major mode.
5313 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
5314 (hs-block-start-mdata-select, hs-block-end-regexp)
5315 (hs-forward-sexp-func, hs-adjust-block-beginning):
5316 Do not make these variables permanent-local.
5317
5318 2007-03-04 Richard Stallman <rms@gnu.org>
5319
5320 * progmodes/cperl-mode.el (cperl-mode):
5321 Modify cperl-compilation-error-regexp-alist by appending.
5322
5323 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
5324 (edebug-mode): Add the hook.
5325 (edebug-recursive-edit): Remove the hook on exiting.
5326
5327 * type-break.el (type-break-get-previous-time):
5328 Handle end-of-file errors specially
5329 so they don't get reported wrong in .emacs.
5330
5331 * startup.el (fancy-splash-text): Clarify text.
5332
5333 * simple.el (beginning-of-buffer, end-of-buffer):
5334 Avoid treating plain C-u like numeric arg.
5335
5336 * simple.el (completion-setup-function): Don't set
5337 default-directory to nil.
5338
5339 * shell.el (shell-dirstack-query): Doc fix.
5340
5341 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5342 Don't select the window -- pass it to primitives instead.
5343
5344 * faces.el (minibuffer-prompt): Use medium blue by default.
5345
5346 2007-03-04 David Kastrup <dak@gnu.org>
5347
5348 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
5349 Preserve 16 as default value for "seconds" when customizing.
5350
5351 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
5352
5353 * textmodes/org.el (org-self-insert-command)
5354 (orgtbl-self-insert-command, org-delete-char)
5355 (org-delete-backward-char): Set the `flyspell-delayed' property.
5356
5357 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
5358
5359 * international/mule.el (find-auto-coding): Don't search for
5360 line-ending characters past the end of the tail.
5361
5362 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
5363
5364 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5365 Jump to the line where new score has been uploaded.
5366
5367 * play/tetris.el (tetris-move-bottom, tetris-move-left)
5368 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
5369 Do nothing when the game is paused.
5370
5371 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
5372
5373 * textmodes/org.el (org-set-tags): Prevent slipping of point
5374 during completion.
5375
5376 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5377
5378 * isearch.el (isearch-message-prefix):
5379 Use minibuffer-prompt-properties.
5380
5381 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5382
5383 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
5384 (ps-setup): Print which Emacsen is running ps-print package.
5385
5386 2007-03-01 Stuart Herring <herring@lanl.gov>
5387
5388 * files.el (set-auto-mode-0): Use `indirect-function'.
5389 (hack-one-local-variable): Don't reapply current major mode.
5390
5391 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * progmodes/python.el (python-quote-syntax): Don't bother with
5394 syntax-ppss-context.
5395 (python-fill-paragraph): Make sure that fenced-string delimiters that
5396 stand on their own line stay there.
5397
5398 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5399
5400 * replace.el (perform-replace): Propertize message.
5401
5402 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
5403
5404 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5405 invisible heading.
5406
5407 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5408
5409 * net/tramp.el (tramp-file-name-handler): Revert last change.
5410
5411 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
5412
5413 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5414 Correct doc strings.
5415
5416 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5417
5418 * replace.el (perform-replace): Undo forward-char immediately if
5419 non-adjacent search fails.
5420
5421 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * version.el (emacs-major-version, emacs-minor-version):
5424 string-to-int -> string-to-number.
5425
5426 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
5427
5428 * help.el (where-is): Fail gracefully when not passed a command.
5429
5430 2007-02-28 Stuart Herring <herring@lanl.gov>
5431
5432 * find-lisp.el (find-lisp-default-directory-predicate):
5433 Fix bug: Do symlink check on expanded filename.
5434
5435 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
5436
5437 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5438 changes during replacement.
5439 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5440
5441 2007-02-28 Lars Hansen <larsh@soem.dk>
5442
5443 * desktop.el: Delete header line listing me as maintainer.
5444
5445 2007-02-28 Glenn Morris <rgm@gnu.org>
5446
5447 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5448 the menus case.
5449
5450 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5451
5452 * net/tramp.el (tramp-file-name-handler): Inhibit modification
5453 hooks to avoid confusion when combining after-change calls.
5454
5455 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
5456
5457 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5458 now that pgg-gpg-process-region correctly honors passed-in passphrase.
5459 (allout-distinctive-bullets-string): Add info about bullet conventions.
5460 (allout-mode): Add info about distinctive vs plain bullets.
5461
5462 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
5463
5464 * textmodes/org.el (org-archive-subtree): Quote variable name.
5465 (org-agenda-get-todos): Make sure skip properties are checked correctly.
5466
5467 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5468
5469 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5470 (gud-bashdb-command-name, bashdb): Remove.
5471 (gud, gud-menu-map): Remove references to bash/bashdb.
5472
5473 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
5474
5475 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5476 keyword for Python 2.5.
5477
5478 2007-02-26 Romain Francoise <romain@orebokech.com>
5479
5480 * net/net-utils.el (whois-server-tld): Update server for .org.
5481 (whois-server-list): Add whois.publicinterestregistry.net.
5482 (whois-guess-server): Fix formatting in docstring.
5483
5484 2007-02-26 Kim F. Storm <storm@cua.dk>
5485
5486 * mouse.el (mouse-show-mark): Run hooks and perform command
5487 remapping for mouse-region-delete-keys.
5488
5489 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5490
5491 * font-core.el (font-lock-mode): Doc fix.
5492
5493 2007-02-25 Kim F. Storm <storm@cua.dk>
5494
5495 * ido.el (ido-buffer-internal): Set this-command to fallback command.
5496 Add selected buffer to buffer-name-history.
5497 (ido-file-internal): Set this-command to fallback command.
5498 Add file names to file-name-history.
5499
5500 * emacs-lisp/map-ynp.el (map-y-or-n-p):
5501 Apply minibuffer-prompt-properties.
5502
5503 2007-02-25 Andreas Schwab <schwab@suse.de>
5504
5505 * files.el (hack-one-local-variable-eval-safep): Correct handling
5506 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
5507
5508 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5509
5510 * textmodes/org.el (org-table-overlay-coordinates)
5511 (org-table-toggle-coordinate-overlays): New functions.
5512 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5513 New variables.
5514 (org-startup-with-deadline-check): Remove option.
5515 (org-mode): Remove deadline check on startup.
5516 (org-table-limit-column-width): Remove option.
5517 (org-table-formula-numbers-only): Remove option.
5518 (org-link-style, org-link-format): Remove options.
5519 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5520 (org-export-ascii-show-new-buffer)
5521 (org-export-html-show-new-buffer): Remove options.
5522 (org-activate-links): Remove camel option.
5523 (org-file-link-context-use-camel-case): Remove option.
5524 (org-camel-regexp): Remove variable.
5525 (org-activate-camels): Remove function.
5526 (org-store-link): Remove Camel stuff.
5527 (org-make-org-heading-camel): Remove function.
5528 (org-open-at-point): Remove camel stuff.
5529 (org-link-search): Remove camel stuff.
5530 (org-camel-to-words): Function removed.
5531 (org-get-agenda-file-buffer): Make sure we prepare the base
5532 buffers, not any indirect buffers.
5533 (org-sort-entries): Sort top-level when not on a headline, and no
5534 active region.
5535 (org-in-regexp): New function.
5536 (org-search-not-self): Rename from `org-search-not-link'.
5537 (org-open-link-marker): New variable.
5538 (org-open-at-point): Set `org-open-link-marker'.
5539 (org-print-icalendar-entries): Fixe bug with excluding DONE
5540 entries from the exported list.
5541 (org-edit-formula-lisp-indent): New command.
5542 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5543 (orgtbl-to-latex, orgtbl-insert-radio-table)
5544 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5545 (orgtbl-radio-table-templates): New option.
5546 (org-store-link-props):
5547 (org-remember-templates): More possibilities to insert info
5548 into templates.
5549 (org-remember-apply-template): Make use of the extended
5550 template capabilities.
5551 (org-remember-redo-template): New command.
5552 (org-upgrade-old-links)
5553 (org-table-modify-formulas, org-table-replace-in-formulas)
5554 (org-table-find-dataline)
5555 (org-table-get-vertical-vector): Remove functions.
5556 (org-table-remove-rectangle-highlight)
5557 (org-time-stamp-format, org-toggle-log-option)
5558 (org-table-highlight-rectangle)
5559 (org-table-iterate, org-table-make-reference):
5560 (org-translate-time, org-tree-to-indirect-buffer)
5561 (org-table-field-info, org-table-fix-formulas)
5562 (org-table-force-dataline, org-table-get-descriptor-line)
5563 (org-table-get-range)
5564 (org-skip-comments, org-sort)
5565 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5566 (org-table-current-dline, org-table-current-field-formula)
5567 (org-table-edit-backward-field)
5568 (org-table-edit-formulas-post-command)
5569 (org-table-edit-line-down, org-table-edit-line-up)
5570 (org-agenda-archive)
5571 (org-agenda-clock-cancel)
5572 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5573 (org-agenda-open-link, org-agenda-show-new-time)
5574 (org-agenda-skip-subtree-when-regexp-matches)
5575 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5576 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5577 (org-do-sort, org-file-image-p, org-find-overlays)
5578 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5579 (org-highlight-until-next-command, org-isearch-end)
5580 (org-match-any-p, org-next-link, org-previous-link):
5581 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5582 (org-rewrite-old-row-references)
5583 (org-isearch-post-command)
5584 (org-table-edit-move, org-table-edit-next-field)
5585 (org-table-edit-scroll, org-table-edit-scroll-down)
5586 (org-set-frame-title, org-show-reference)
5587 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5588 (org-show-variable): Remove command.
5589 (org-add-log-maybe): New arguments STATE, FINDPOS
5590 (org-table-sort-lines): Rewrite from scratch.
5591 (org-link-search): New argument AVOID-POS.
5592 (org-print-icalendar-entries): Remove argument CATEGORY.
5593 (org-run-agenda-series): Remove argument WONDOW.
5594 (org-next-link, org-previous-link): New commands.
5595 (org-agenda-date-format): New option.
5596 (org-table-iterate): New command.
5597 (org-table-modify-formulas)
5598 (org-table-replace-in-formulas): Remove functions.
5599 (org-table-fix-formulas): New function.
5600 (org-table-insert-column, org-table-delete-column)
5601 (org-table-move-column): Use `org-table-fix-formulas'.
5602 (org-follow-gnus-link): Patch from Bastien/Leo.
5603 (org-table-current-field-formula): New function.
5604 (org-file-image-p): New function.
5605 (org-agenda-show-new-time): New function.
5606 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5607 (org-with-remote-undo): New macro.
5608 (org-agenda-undo): New command.
5609 (org-verify-change-for-undo): New function.
5610 (org-time-stamp-format): New function.
5611 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5612 by user.
5613 (org-match-any-p): New function.
5614 (org-make-tags-matcher): Handle regular expressions for tag and
5615 todo matches.
5616 (org-read-date): Accept "+N" as input for a date relative to the
5617 current date.
5618 (org-remove-subtree-entries-from-agenda): New function.
5619 (org-agenda-archive, org-agenda-kill):
5620 Use `org-remove-subtree-entries-from-agenda'.
5621 (org-do-sort, org-sort-entries): New functions.
5622 (org-sort): New command.
5623 (org-table-sort-lines): Use `org-do-sort'.
5624 (org-fix-decoded-time): New function.
5625 (org-table-number-regexp): Require 0x... to identify as number
5626 in tables.
5627 (org-startup-options): New keywords for note taking.
5628 (org-upgrade-old-links): Remove function.
5629 (org-get-repeat): New function.
5630 (org-show-context): Also show siblings on current level.
5631 (org-show-siblings): New function.
5632 (org-isearch-end, org-isearch-post-command): New functions.
5633 (org-show-siblings): New option.
5634 (org-show-context): Use `org-show-siblings'.
5635 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5636 to be bound, because user may just use elisp.
5637
5638 2007-02-24 Kim F. Storm <storm@cua.dk>
5639
5640 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5641 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5642
5643 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5644
5645 * startup.el (command-line): Also check if the abbrev file is readable.
5646
5647 2007-02-24 John Paul Wallington <jpw@pobox.com>
5648
5649 * net/tls.el (tls-certtool-program): Fix custom type.
5650
5651 * mail/feedmail.el (feedmail-message-id-generator)
5652 (feedmail-date-generator): Fix custom types.
5653
5654 * mail/rmail.el (rmail-message-filter): Fix custom type.
5655
5656 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5657
5658 * startup.el (command-line): If simple.el cannot be found, proceed
5659 with a warning message.
5660
5661 2007-02-24 Kenichi Handa <handa@m17n.org>
5662
5663 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5664 case that BEG is a string.
5665
5666 2007-02-24 Chris Moore <dooglus@gmail.com>
5667
5668 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5669 * pgg-pgp.el (pgg-pgp-encrypt-region):
5670 * pgg-gpg.el (pgg-gpg-encrypt-region):
5671 Check pgg-encrypt-for-me if no other recipients.
5672
5673 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5674
5675 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5676
5677 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5678 shell-quote-argument.
5679
5680 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5681
5682 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5683 from the comint buffer instead of the temporary one.
5684
5685 2007-02-23 David Reitter <david.reitter@gmail.com>
5686
5687 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5688 storing it in recentf-exclude.
5689
5690 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5691
5692 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5693 in splash screen.
5694
5695 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5696
5697 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5698 commands, for restart.
5699 (idlwave-shell-current-module): Fix handling of module name by type.
5700 (idlwave-shell-break-in): Update type handling.
5701 (idlwave-shell-bp-get): Encode type in BP structure.
5702 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5703 (idlwave-shell-module-source-query): Query routine info based on type.
5704 Fix path parsing for non-compiled files.
5705 (idlwave-shell-module-source-filter): Don't signal error in filter
5706 if no source found.
5707 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5708 filter race.
5709
5710 2007-02-22 Kim F. Storm <storm@cua.dk>
5711
5712 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5713 (editable-field): Document need to put some text before the %v
5714 escape in :format string.
5715
5716 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5719 (vc-svn-use-edit): Remove unused config var.
5720 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5721
5722 * outline.el (hide-sublevels): Keep empty last line, if available.
5723
5724 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5725 rather than the corresponding unicode char, to make the code
5726 more readable.
5727
5728 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5729
5730 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5731 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5732 (speedbar-item-info-tag-helper): Doc fixes.
5733
5734 2007-02-19 Kenichi Handa <handa@m17n.org>
5735
5736 * international/mule-cmds.el (locale-language-names):
5737 Map "eo" to "Esperanto".
5738
5739 * language/european.el ("Esperanto"): New language environment.
5740
5741 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5742
5743 * simple.el (kill-line): Doc fix.
5744
5745 2007-02-17 Kim F. Storm <storm@cua.dk>
5746
5747 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5748 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5749 (bindat--unpack-group, bindat--pack-group):
5750 Handle vectors with optional element type.
5751
5752 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5753
5754 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5755 if PASSPHRASE is given.
5756
5757 2007-02-17 Chris Moore <dooglus@gmail.com>
5758
5759 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5760 Recognize backups of bz2 compressed files.
5761
5762 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5763
5764 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5765 to nil to speed up lookup of the symbol in index nodes.
5766
5767 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5768
5769 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5770 Add indentation for the constants of Lisp.
5771
5772 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * ps-print.el: Use (defvar <foo>) where applicable.
5775 (ps-print-emacs-type): Remove.
5776 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5777 (ps-frame-parameter): Align its call-convention with frame-parameter.
5778 (ps-begin-job): Adjust calls to it appropriately.
5779 (ps-setup): Don't print ps-print-emacs-type.
5780 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5781 Define in such a way that it's obvious that it's defined.
5782 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5783 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5784 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5785
5786 2007-02-15 Alan Mackenzie <acm@muc.de>
5787
5788 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5789 an empty one-line C-style comment, post-position point properly.
5790
5791 2007-02-15 Chris Moore <dooglus@gmail.com>
5792
5793 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5794 (isearch-lazy-highlight-new-loop): Bind it.
5795 (isearch-lazy-highlight-search): Use it.
5796
5797 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5798
5799 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * font-lock.el (font-lock-extend-region-wholelines):
5802 Only return non-nil if the region has really been changed.
5803 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5804
5805 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5806
5807 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5808 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5809 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5810
5811 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5812
5813 * faces.el (color-values): Revert changes to docstring from
5814 2007-01-31 and 2000-09-07.
5815
5816 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5817 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5818 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5819 (ispell-help): Fix typos in docstring and output message.
5820
5821 2007-02-14 Kim F. Storm <storm@cua.dk>
5822
5823 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5824 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5825 (grep): Fix lgrep reference.
5826
5827 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5828 (standard-display-underline): Use make-glyph-code.
5829
5830 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5831
5832 * international/latin1-disp.el (latin1-display-char):
5833 Use make-glyph-code.
5834
5835 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5836
5837 * ehelp.el (with-electric-help, electric-help-exit)
5838 (electric-help-retain): Doc fixes.
5839
5840 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5841 (byte-compile-file): Doc fixes.
5842
5843 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5844
5845 * term/mac-win.el: Change all uses of
5846 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5847 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5848 (mac-ae-get-url): Call select-frame-set-input-focus.
5849 (mac-dnd-handle-drag-n-drop-event): Don't call
5850 select-frame-set-input-focus.
5851
5852 2007-02-13 Kenichi Handa <handa@m17n.org>
5853
5854 * international/characters.el: Fix documentation of category `a'.
5855
5856 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5857
5858 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5859
5860 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5861
5862 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5863 (tramp-get-remote-ln): Handle error case.
5864 Reported by Chris Moore <dooglus@gmail.com>.
5865
5866 2007-02-11 Kim F. Storm <storm@cua.dk>
5867
5868 * bindings.el (ctl-x-map): Remove register compatibility bindings
5869 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5870
5871 2007-02-11 Richard Stallman <rms@gnu.org>
5872
5873 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5874 in load history.
5875
5876 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5877 condition -- don't fail to stop at endpos.
5878
5879 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5880
5881 * textmodes/org.el (org-agenda-get-todos)
5882 (org-agenda-get-timestamps, org-agenda-get-closed)
5883 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5884 (org-agenda-get-blocks, org-format-agenda-item)
5885 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5886 from `category' to `org-category'.
5887
5888 2007-02-11 Kenichi Handa <handa@m17n.org>
5889
5890 * international/titdic-cnv.el (titdic-convert): Force files be written
5891 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5892 (miscdic-convert): Force files be written with Unix-like eol format.
5893
5894 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5895
5896 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5897
5898 * calculator.el (calculator-prompt): Doc fix.
5899 (calculator-mode-map): Fix typo in menu entry.
5900
5901 2007-02-10 Jay Belanger <belanger@truman.edu>
5902
5903 * calculator.el (calculator): Do more extensive checking for when
5904 3 lines should be used for the calculator.
5905
5906 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5907
5908 * info-look.el (info-lookup-make-completions):
5909 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5910 index nodes.
5911
5912 * info.el (Info-fontify-maximum-menu-size): Document the effect
5913 of a nil value.
5914 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5915 non-nil before using it as size.
5916
5917 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5918
5919 * subr.el (insert-for-yank-1): Prevent read-only properties from
5920 interfering with text property operations.
5921
5922 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5923
5924 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5925 (image-type-auto-detected-p): Fail if another match is found in
5926 auto-mode-alist.
5927
5928 * files.el (magic-mode-alist): Call image-mode instead of
5929 image-mode-maybe for autodetected images.
5930
5931 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5932
5933 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5934 Fix typos in docstrings.
5935 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5936
5937 2007-02-09 Kim F. Storm <storm@cua.dk>
5938
5939 * emacs-lisp/float-sup.el: Remove obsolete comment.
5940
5941 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5942
5943 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5944
5945 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5946
5947 * simple.el: Revert previous change, at request of RMS:
5948 (fundamental-mode-hook): Remove.
5949 (fundamental-mode): Run after-change-major-mode-hooks manually,
5950 and don't run the now-nonexistent fundamental-mode-hook.
5951
5952 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5953
5954 * simple.el (fundamental-mode-hook): Declare new hook.
5955 (fundamental-mode): Run the new dedicated hook, and don't run
5956 after-change-major-mode-hooks manually anymore.
5957
5958 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5961 added columns of chars. Remove support for the "no-meta-info" format.
5962 Prompted by Romain Francoise <romain@orebokech.com>.
5963
5964 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5965
5966 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5967 (gdb-mouse-until, gdb-mouse-jump): Use it.
5968
5969 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5970
5971 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5972 work when there is just an assembler buffer (no source buffer).
5973
5974 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5975
5976 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5977 just because the diff was produced using "-p" (--show-c-function).
5978
5979 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5980
5981 * faces.el (frame-set-background-mode): Use `color-values' and
5982 `display-color-p', not `x-color-values' and `x-display-color-p'.
5983 (face-valid-attribute-values): Use `defined-colors' instead of
5984 `x-defined-colors'.
5985
5986 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5987
5988 * ps-print.el: The ps-print commands without face printing should not
5989 print background color. Reported by Leo <sdl.web@gmail.com>.
5990 (ps-print-version): New version 6.7.3.
5991 (ps-begin-job): New arg. Fix ps-default-background and
5992 ps-default-foreground initialization.
5993 (ps-face-attributes): Fix doc string.
5994 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5995
5996 * printing.el: Fix ps-print link.
5997
5998 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * faces.el (face-set-after-frame-default): Compile attributes to
6001 be set by frame parameters before merging in X resources.
6002
6003 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
6004
6005 * simple.el (blink-matching-paren-dont-ignore-comments):
6006 (blink-matching-paren-on-screen): Doc fixes.
6007
6008 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
6009
6010 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
6011
6012 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
6013
6014 * loadhist.el (unload-feature): Silently ignore `load-history' entries
6015 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
6016 entries like `defun'. Return nil.
6017
6018 2007-02-05 Kim F. Storm <storm@cua.dk>
6019
6020 * ido.el: Doc fixes.
6021
6022 2007-02-04 David Kastrup <dak@gnu.org>
6023
6024 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
6025 `mpuz-allow-double-multiplicator' is non-zero, and correct
6026 calculation of `min'.
6027
6028 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
6029
6030 * wid-edit.el (widget-default-create): Insert new text at the
6031 :from marker _after_ the marker, not before it.
6032
6033 2007-02-04 Alan Mackenzie <acm@muc.de>
6034
6035 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
6036 containing it is re-indented.
6037
6038 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
6039
6040 * net/newsticker.el (newsticker--insert-image): Update docstring,
6041 and insert the image directly.
6042 (newsticker--buffer-redraw): Update docstring.
6043
6044 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6045 Rename from define-global-minor-mode.
6046
6047 * progmodes/cwarn.el (global-cwarn-mode):
6048 * emacs-lisp/autoload.el (make-autoload):
6049 * hi-lock.el (global-hi-lock-mode):
6050 * font-core.el (global-font-lock-mode): All callers changed.
6051
6052 2007-02-03 Eli Zaretskii <eliz@gnu.org>
6053
6054 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
6055 Don't copy @ignore lines into menu descriptions.
6056 (texinfo-multi-file-update): Goto the @node line before attempting
6057 to pluck the node name.
6058 (texinfo-multiple-files-update): Reverse the optional arguments'
6059 order, as per the doc string and the `interactive' form.
6060
6061 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
6062
6063 * image-mode.el: Use autoload to avoid overriding disabled setting
6064 applied in .emacs.
6065
6066 2007-02-03 Alan Mackenzie <acm@muc.de>
6067
6068 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
6069 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
6070 adjacent paren groups).
6071
6072 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6073
6074 * progmodes/ebnf2ps.el: Doc fixes.
6075 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
6076
6077 2007-02-02 Eli Zaretskii <eliz@gnu.org>
6078
6079 * dired-x.el (dired-do-relsymlink): Add reference to
6080 dired-do-symlink. Add an autoload cookie.
6081
6082 * dired-aux.el (dired-do-symlink): Add reference to
6083 dired-do-relsymlink.
6084
6085 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
6086
6087 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
6088 <left-fringe mouse-3>: New bindings.
6089
6090 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
6091
6092 * net/newsticker.el (newsticker-version): Changed to "1.10".
6093 (newsticker--set-customvar): Doc string.
6094 (newsticker-new-item-face): Doc string.
6095 (newsticker-mode): Initialize `invisibility-spec' with t.
6096 (newsticker-mode-map): Added
6097 `newsticker-mark-all-items-at-point-as-read'.
6098 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
6099 (newsticker-w3m-show-inline-images): Do not call
6100 `w3m-remove-image'.
6101 (newsticker--buffer-after-w3m-insert-image): New advice for
6102 w3m-insert-image to cache images.
6103 (newsticker-next-item-same-feed): New.
6104 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
6105 (newsticker-mark-all-items-of-feed-as-read): New.
6106 (newsticker-mark-all-items-at-point-as-read): Use new functions.
6107 (newsticker-mark-item-at-point-as-read): Doc string.
6108 (newsticker-mark-item-at-point-as-read): Use new functions.
6109 (newsticker--do-mark-item-at-point-as-read): New, extracted from
6110 `newsticker-mark-item-at-point-as-read'.
6111 (newsticker-hide-entry): Use (t) instead of t for invisibility.
6112 (newsticker--sentinel): Yet another xml-parser workaround.
6113 (newsticker--decode-iso8601-date): Bugfix for datestrings without
6114 days.
6115 (newsticker--buffer-do-insert-text): Fix.
6116 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
6117 (newsticker--buffer-make-item-completely-visible):
6118 `switch-to-buffer' not necessary.
6119
6120 2007-02-02 Eli Zaretskii <eliz@gnu.org>
6121
6122 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
6123 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
6124 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
6125 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
6126 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
6127
6128 2007-02-02 Kenichi Handa <handa@m17n.org>
6129
6130 * international/quail.el (quail-show-key): Fix an error message.
6131
6132 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
6133
6134 * faces.el (set-face-underline-p, modify-face): Rename arg
6135 UNDERLINE-P to UNDERLINE (it is not a flag).
6136
6137 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
6138
6139 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
6140 when adding gdb-speedbar-update to gdb-input-queue.
6141
6142 2007-02-01 Kenichi Handa <handa@m17n.org>
6143
6144 * international/quail.el (quail-show-key): Signal an error if the
6145 current input method is not using Quail.
6146
6147 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
6148
6149 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
6150 Trim leading whitespace in sysvar names.
6151
6152 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
6153
6154 * faces.el (internal-find-face, internal-get-face): Doc fixes.
6155
6156 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
6157
6158 * ido.el (ido-set-common-completion): Use `let', not `let*'.
6159
6160 2007-01-31 Romain Francoise <romain@orebokech.com>
6161
6162 * comint.el: Delete extra copy of `comint-copy-old-input' added in
6163 previous change to this file.
6164
6165 2007-01-31 Jason Rumney <jasonr@gnu.org>
6166
6167 * files.el (magic-mode-alist): Use image-mode-maybe rather than
6168 image-mode.
6169
6170 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
6171 interfering with attempt to set major mode from modified
6172 auto-mode-alist.
6173
6174 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * faces.el (color-values): Doc fix.
6177 (face-differs-from-default-p): Don't check :foreground twice.
6178
6179 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
6180
6181 * comint.el (comint-mode): Prevent non-keyword fontification by default.
6182
6183 2007-01-31 Kenichi Handa <handa@m17n.org>
6184
6185 * international/quail.el (quail-store-decode-map-key): Store a
6186 translated character too.
6187 (quail-char-equal-p): New function.
6188 (quail-find-key1): Check character equality by quail-char-equal-p.
6189 (quail-decode-map-generated): New variable.
6190 (quail-find-key): Check quail-decode-map-generated and re-generate
6191 a decode map if necessary.
6192
6193 2007-01-30 Richard Stallman <rms@gnu.org>
6194
6195 * tutorial.el (tutorial--detailed-help): Make the list of
6196 changed keys look nicer.
6197
6198 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
6199
6200 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
6201 (gdb-var-delete): Use it.
6202 (gdb-var-update-handler-1): Handle value "invalid" for MI field
6203 `in_scope'.
6204
6205 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
6206
6207 * files.el (get-free-disk-space): Return nil for remote directories.
6208
6209 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
6210 instead of "dir".
6211
6212 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
6213
6214 * type-break.el (type-break-catch-up-event): New function.
6215 (type-break-demo-hanoi, type-break-demo-life)
6216 (type-break-demo-boring): Use it.
6217
6218 * image-mode.el (image-mode): Don't automatically view as image.
6219 (image-toggle-display): Add `disabled' property.
6220
6221 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
6222
6223 * isearchb.el (isearchb-iswitchb):
6224 * ps-print.el (ps-build-face-reference):
6225 * emacs-lisp/shadow.el (list-load-path-shadows):
6226 * eshell/esh-cmd.el (eshell-rewrite-for-command):
6227 * international/mule.el (find-auto-coding):
6228 * mail/supercite.el (sc-attrib-selection-list):
6229 * progmodes/cc-defs.el (c-emacs-features):
6230 * progmodes/cc-vars.el (c-offsets-alist):
6231 * progmodes/flymake.el
6232 (flymake-init-create-temp-source-and-master-buffer-copy):
6233 Fix typos in docstrings (some suggested by Chris Moore).
6234
6235 * progmodes/vhdl-mode.el (vhdl-components-package-name)
6236 (vhdl-get-library-unit, vhdl-corresponding-begin)
6237 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
6238 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
6239 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
6240 (vhdl-font-lock-match-item): Fix typos in docstrings.
6241 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
6242 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
6243 (vhdl-speedbar-insert-project-hierarchy):
6244 Improve argument/docstring consistency.
6245
6246 2007-01-29 Kenichi Handa <handa@m17n.org>
6247
6248 * international/titdic-cnv.el (py-converter): Fix previous change.
6249
6250 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
6251
6252 * jka-compr.el (jka-compr-partial-uncompress)
6253 (jka-compr-call-process): Rebind default-directory if it is
6254 invalid. Suggested by Chris Moore.
6255
6256 * comint.el (comint-insert-input): Handle situation where the
6257 selected buffer is not the clicked buffer.
6258
6259 2007-01-29 Kenichi Handa <handa@m17n.org>
6260
6261 * international/ja-dic-cnv.el (skkdic-convert):
6262 Add byte-compile-disable-print-circle:t at the head.
6263
6264 * international/titdic-cnv.el (tit-process-header):
6265 Add byte-compile-disable-print-circle:t at the head.
6266 (miscdic-convert): Likewise.
6267 (py-converter): Skip the header comments.
6268
6269 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
6270 New variable.
6271 (byte-compile-output-file-form): Bing print-circle to nil if
6272 byte-compile-output-file-form is not nil.
6273 (byte-compile-output-docform): Likewise.
6274
6275 2007-01-28 Kim F. Storm <storm@cua.dk>
6276
6277 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
6278 Declare earlier to avoid byte compiler warnings.
6279
6280 2007-01-28 Markus Triska <markus.triska@gmx.at>
6281
6282 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
6283
6284 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
6287 (gamegrid-add-score-with-update-game-score-1): Allow local quits
6288 when calling update-game-score program. Remove unnecessary
6289 save-excursion.
6290
6291 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
6292
6293 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
6294
6295 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
6296 avoid compiler warning.
6297 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
6298 might have values other than "true" or "false".
6299
6300 2007-01-28 Richard Stallman <rms@gnu.org>
6301
6302 * textmodes/fill.el (fill-paragraph-function): Doc fix.
6303 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
6304
6305 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
6306
6307 * image.el (image-type-header-regexps): Make GIF regex more specific.
6308
6309 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
6310 Don't check `backspace'.
6311 (tutorial--find-changed-keys): Look up bindings in a temp buffer
6312 in Fundamental mode.
6313
6314 * startup.el (fancy-splash-text, normal-splash-screen):
6315 Mention C-g.
6316
6317 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
6318 when inserting in buffer.
6319
6320 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
6321 inside the if.
6322
6323 2007-01-27 Richard Stallman <rms@gnu.org>
6324
6325 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
6326
6327 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
6328
6329 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
6330 enum/union/struct/class definition.
6331 Revert change to call `forward-sexp' multiple times.
6332
6333 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * files.el (hack-local-variables-confirm): Don't keep trying to
6336 read an event from an empty kbd macro.
6337
6338 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6339
6340 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
6341
6342 2007-01-27 Ben North <ben@redfrontdoor.org>
6343
6344 * outline.el (outline-promote, outline-demote): Doc fix. Rename
6345 the arg CHILDREN -> WHICH.
6346
6347 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
6348
6349 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
6350 default-directory to a sane value when calling start-process.
6351
6352 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6353
6354 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
6355 (ls-lisp-format-time-list): Doc fix. Mention
6356 ls-lisp-use-localized-time-format.
6357 (ls-lisp-format-time): Use ls-lisp-format-time-list if
6358 ls-lisp-use-localized-time-format is non-nil, even if a valid
6359 locale is defined.
6360
6361 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
6362
6363 * jka-compr.el (jka-compr-shell): Doc fix.
6364
6365 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
6366
6367 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6368
6369 * ps-print.el: Fix background height.
6370 (ps-print-version): New version 6.7.2.
6371
6372 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6373
6374 * makefile.w32-in (finder-data, custom-deps): Depend on
6375 $(lisp)/loaddefs.el.
6376
6377 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6378
6379 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
6380
6381 2007-01-24 Miles Bader <miles@gnu.org>
6382
6383 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
6384 (byte-compile-output-docform): Bind `print-circle' to t.
6385
6386 2007-01-24 Kenichi Handa <handa@m17n.org>
6387
6388 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
6389 file name of the original SKK dictionary file.
6390
6391 2007-01-24 Kim F. Storm <storm@cua.dk>
6392
6393 * ido.el (ido-initial-position): New variable.
6394 (ido-read-internal): Set it if default item is specified.
6395 (ido-minibuffer-setup): Position cursor accordingly if set.
6396 (ido-edit-input): C-e moves to end of input if not already there.
6397 (ido-magic-backward-char): C-b does like M-b if prev char is /.
6398 Don't switch to buffer mode if repeating C-b at start of input.
6399 (ido-toggle-ignore): C-a only toggles ignore at start or end of
6400 input; else it moves to start of input.
6401 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6402 not at end of input, delete rest of input, rather than normal op.
6403
6404 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
6405
6406 * emulation/viper-keym.el (viper-insert-basic-map):
6407 Delete binding for S-TAB.
6408
6409 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6410 of message. Activate mark.
6411 (ediff-activate-mark): Set transient-mark-mode to t.
6412
6413 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6414
6415 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6416
6417 * help-fns.el (describe-variable): Don't suppress display of
6418 buffer local value when the value is "large".
6419
6420 2007-01-22 Kim F. Storm <storm@cua.dk>
6421
6422 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6423 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6424 (ido-tidy): Use ido-active.
6425
6426 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
6427
6428 * hexl.el (hexl-mode-exit): Add missing quote.
6429
6430 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6431
6432 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6433 (mac-ae-keyboard-modifiers): New function.
6434 (mac-handle-toolbar-switch-mode): Use it.
6435 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
6436 if keyboard modifiers on drop contain option key.
6437 (mac-dnd-drop-data): Add optional argument `action'.
6438 (special-event-map): Remove binding for M-drag-n-drop.
6439
6440 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
6441
6442 * add-log.el (add-log-current-defun): Use CC Mode functions to
6443 find the beginning and end of a defun.
6444
6445 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6446
6447 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6448 (gdb-var-create-handler): Handle value field in GDB output of
6449 -var-create.
6450 (gdb-max-frames): New variable.
6451 (gdb-stack-buffer, gdb-frames-select): Use it.
6452 (gdb-info-stack-custom): Help user customize gdb-max-frames,
6453 if necessary.
6454 (gdb-get-frame-number): Simplify.
6455
6456 2007-01-21 Glenn Morris <rgm@gnu.org>
6457
6458 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6459 Update copyrights.
6460
6461 2007-01-21 Alan Mackenzie <acm@muc.de>
6462
6463 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6464 handling of K&R stuff.
6465
6466 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6467
6468 * textmodes/bibtex.el (bibtex-files): Fix customization type.
6469
6470 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6471
6472 * ps-print.el: Handle frame parameters (background and/or foreground
6473 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6474 (ps-print-version): New version 6.7.1.
6475 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6476 (ps-frame-parameter): New fun.
6477 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6478 Fix doc and customization.
6479 (ps-begin-job): Get frame parameters (background and/or foreground
6480 colors).
6481 (ps-do-despool): Ensure ps-printer-name has a valid value.
6482
6483 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6484
6485 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6486 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6487 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6488 mean unlimited.
6489
6490 2007-01-20 Alan Mackenzie <acm@muc.de>
6491
6492 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6493 much more rigorous analysis of putative K&R regions.
6494
6495 2007-01-20 Alan Mackenzie <acm@muc.de>
6496
6497 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6498 New functions.
6499
6500 2007-01-20 Alan Mackenzie <acm@muc.de>
6501
6502 * progmodes/cc-align.el, progmodes/cc-cmds.el,
6503 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6504 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6505 * progmodes/cc-vars.el: Add my name.
6506
6507 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6508
6509 * files.el (find-alternate-file): Revert query message to Emacs 21
6510 version.
6511
6512 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6513
6514 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6515 the doc string how to use personal abbrevs without electric
6516 keywords.
6517
6518 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6519
6520 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6521 Fixed cursor position when toggle abbreviated display.
6522
6523 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6524
6525 * t-mouse.el: Update copyright following assignment by
6526 Alessandro Rubini.
6527
6528 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6531 (type-break-demo-boring): Call read-event instead of read-char.
6532
6533 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6534
6535 * progmodes/compile.el: Add handling for makepplog.
6536
6537 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6538
6539 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6540 aspell dictionaries are initialized when called non-interactively.
6541
6542 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6543
6544 * progmodes/compile.el (compilation-loop): New arg limit.
6545 Handle case where the first error is at point-min.
6546 (compilation-next-error): New arg to compilation-loop call.
6547
6548 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6549
6550 * info.el (Info-default-dirs): Change default info dir to
6551 share/info.
6552
6553 * paths.el (Info-default-directory-list): Ditto.
6554
6555 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6556
6557 * hexl.el (hexl-before-revert-hook): New function.
6558 (hexl-mode): Use it.
6559 (hexl-after-revert-hook): Just call hexl-mode.
6560 (hexl-mode-exit): Remove before-revert-hook.
6561
6562 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6565
6566 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6567
6568 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6569 by "-" in francais7 otherchars entry.
6570 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6571 otherchars entry.
6572
6573 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6574
6575 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6576 path. Rewrite function in `cond' style for readability.
6577
6578 Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6579 (The path shortening, that is, not the rearrangement.)
6580
6581 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6582
6583 * term/mac-win.el (mac-ae-quit-application): New function.
6584 (mac-apple-event-map): Bind "quit application" Apple event to it.
6585
6586 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6589 than the program's output.
6590
6591 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6594 (kmacro-start-macro-or-insert-counter)
6595 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6596 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6597
6598 * longlines.el (longlines-show-hard-newlines):
6599 * ruler-mode.el (ruler-mode-ruler):
6600 * emulation/keypad.el (keypad-setup):
6601 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6602 Fix typo in docstring.
6603
6604 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6605
6606 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6607 Remove redirect character ">".
6608
6609 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6610
6611 * replace.el (perform-replace): Remove leftover code.
6612
6613 2007-01-12 Richard Stallman <rms@gnu.org>
6614
6615 * replace.el (perform-replace): Don't clear NODENT when computing
6616 the replacement string.
6617
6618 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6619
6620 * net/tramp.el (tramp-handle-file-local-copy):
6621 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6622 <christopher.ian.moore@gmail.com>.
6623
6624 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * diff-mode.el (diff-sanity-check-context-hunk-half)
6627 (diff-sanity-check-hunk): New functions.
6628 (diff-find-source-location): Use'em to check the hunks are well-formed.
6629
6630 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6631 activate undo when undo is not active.
6632 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6633
6634 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6637 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6638 (ffap-url-at-point): Use char-classes rather than "a-z".
6639
6640 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * ediff-init.el (ediff-autostore-merges):
6643 * textmodes/fill.el (fill-region): Doc fix.
6644
6645 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * server.el (server-ensure-safe-dir): UIDs may be floats.
6648
6649 2007-01-10 Richard Stallman <rms@gnu.org>
6650
6651 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6652 around calls to directory-files.
6653
6654 * subr.el (momentary-string-display): Use save-excursion.
6655
6656 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6657 argument, but read it as `X' does.
6658
6659 2007-01-09 Juri Linkov <juri@jurta.org>
6660
6661 * info.el (Info-fontify-node): Don't hide node names of index entries.
6662
6663 * faces.el (momentary): Change :group to basic-faces where all
6664 basic faces belong to. Add :version.
6665
6666 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6667
6668 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6669 keybinding is found.
6670 (tutorial--find-changed-keys): Never treat null keybinding as a
6671 remapping.
6672
6673 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6674
6675 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6676
6677 2007-01-09 Kenichi Handa <handa@m17n.org>
6678
6679 * international/mule-cmds.el
6680 (select-safe-coding-system-interactively): Fix message.
6681
6682 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6683
6684 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6685 (tramp-process-actions): Add optional parameter TIMEOUT.
6686 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6687 (tramp-open-connection-su): Add timeout of 60".
6688
6689 2007-01-09 Richard Stallman <rms@gnu.org>
6690
6691 * progmodes/compile.el (compile): Doc fix.
6692
6693 2007-01-09 Markus Triska <markus.triska@gmx.at>
6694
6695 * tumme.el (tumme-display-thumb): Doc fix.
6696
6697 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * battery.el (battery-search-for-one-match-in-files):
6700 * bindings.el (mode-line-minor-mode-help):
6701 * x-dnd.el (x-dnd-types-alist):
6702 * calendar/icalendar.el (icalendar-import-buffer):
6703 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6704
6705 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6706
6707 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6708
6709 * replace.el (replace-regexp): Fix typo in docstring.
6710
6711 2007-01-07 Alan Mackenzie <acm@muc.de>
6712
6713 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6714 Amend doc-string and comments.
6715
6716 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6717
6718 * files.el (abbreviate-file-name): Doc fix.
6719
6720 2007-01-06 Markus Triska <triska@gmx.at>
6721
6722 * subr.el (split-string): Remove spurious ")" from doc string.
6723
6724 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6725
6726 * textmodes/table.el (table--warn-incompatibility):
6727 Use display-warning instead of momentary-string-display.
6728
6729 2007-01-05 Richard Stallman <rms@gnu.org>
6730
6731 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6732
6733 * simple.el (backward-kill-word): Doc fix.
6734
6735 2007-01-05 Romain Francoise <romain@orebokech.com>
6736
6737 * international/mule.el (sgml-html-meta-auto-coding-function):
6738 Ensure that the buffer contains a HTML document.
6739
6740 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6741
6742 * faces.el (momentary): Move here ...
6743 * subr.el (momentary): ... from here.
6744
6745 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6746
6747 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6748 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6749 large structures/arrays.
6750
6751 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6752
6753 * files.el (find-file-noselect-1, set-visited-file-name):
6754 Allow backup-enable-predicate to be nil.
6755
6756 2007-01-04 Andreas Schwab <schwab@suse.de>
6757
6758 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6759 last change.
6760
6761 2007-01-03 Richard Stallman <rms@gnu.org>
6762
6763 * woman.el (woman-decode-buffer): Clarify error message.
6764
6765 2007-01-03 Alan Mackenzie <acm@muc.de>
6766
6767 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6768
6769 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6770
6771 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6772
6773 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6776
6777 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6778
6779 * emulation/viper.el (viper-custom-file-name, viper-mode):
6780 Fix typos in docstrings.
6781
6782 * subr.el (momentary-string-display): After moving point, set POS
6783 variable to it to avoid later errors once the buffer is modified.
6784 Doc fix.
6785
6786 2007-01-02 Alan Mackenzie <acm@muc.de>
6787
6788 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6789 check that the "*/" is present before trying to manipulate it.
6790
6791 2007-01-02 Richard Stallman <rms@gnu.org>
6792
6793 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6794
6795 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6796 Fix format of value.
6797
6798 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6799 Change messages accordingly.
6800 (customize-customized): Now alias.
6801
6802 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6803
6804 * files.el (version-control): Doc fix.
6805
6806 2007-01-01 Alan Mackenzie <acm@muc.de>
6807
6808 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6809 Check the format of c-state-cache is valid for an optimisation before
6810 using it.
6811
6812 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6813 are at a statement within a macro". Other changes so that only
6814 the first continuation line in a macro gets the symbol
6815 `cpp-define-intro', the others getting `statement', or whatever.
6816
6817 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6818 a string, preserve whitespace. Add a backslash only when also in
6819 a macro.
6820
6821 * progmodes/cc-defs.el: Correct typos.
6822
6823 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6824 new line after an escaped EOL in a string.
6825
6826 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6827 label when it directly follows "else", "do", ....
6828
6829 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6830 angle brackets (as seen in "explicit specialisations" of C++
6831 templates).
6832
6833 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6834 in the doc-string.
6835
6836 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6837 when the comment ender looks like "=========*/" and is alone on
6838 its line.
6839
6840 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6841 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6842 for the old name.
6843
6844 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6845 c-\(beginning\|end\)-of-defun by default.
6846
6847 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6848 New line-up function, for the DEFUN macro in the Emacs C sources.
6849 Only used in "gnu" style.
6850
6851 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6852 the "gnu" style.
6853
6854 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6855 clean-up comment-close-slash also to work when there's a comment
6856 terminator on the line.
6857 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6858 these for large arg - only take account of top level {..}, except
6859 for initial and final adjustments. M-- C-M-[ae] now go to the
6860 right defuns when the starting point is between defuns. They use
6861 the four new functions:
6862 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6863 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6864 support c-\(beginning\|end\)-of-defun.
6865
6866 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6867 expressions more rigorously, to exclude bit-field specifiers from
6868 being classed as labels.
6869 (c-forward-label): When analyzing a ":" within a macro, be careful
6870 about using c-forward-syntactic-ws at the macro beginning.
6871 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6872 stmt boundary, check for "operator=", etc.
6873
6874 * progmodes/cc-mode.el (c-postprocess-file-styles):
6875 Bind inhibit-read-only to t, around the call to
6876 c-remove-any-local-eval-or-mode-variables, so that it works on a
6877 RO file.
6878
6879 * progmodes/cc-defs.el (c-version): Update the version number to
6880 "5.31.4".
6881
6882 2007-01-01 Richard Stallman <rms@gnu.org>
6883
6884 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6885 only if we restored isearch-window-configuration.
6886
6887 2006-12-31 Romain Francoise <romain@orebokech.com>
6888
6889 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6890
6891 2006-12-31 Kim F. Storm <storm@cua.dk>
6892
6893 * files.el (auto-mode-case-fold): New defcustom.
6894 (set-auto-mode): If non-nil, perform second case-sensitive pass
6895 through auto-mode-alist if first pass failed.
6896
6897 2006-12-30 Richard Stallman <rms@gnu.org>
6898
6899 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6900
6901 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6902
6903 * allout.el (allout-encrypt-string): Handle symmetric-key
6904 passphrase caching but leave keypair caching to pgg.
6905
6906 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6907
6908 Sync with Tramp 2.0.55.
6909
6910 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6911 `integerp'. `char-equal' could fail else in case of negative
6912 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6913 (top): Check for `font-lock-add-keywords' before calling; it
6914 doesn't exist under XEmacs.
6915 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6916 (tramp-completion-mode): Remove clause (not
6917 tramp-unified-filenames), because the function is called in other
6918 context too, where this check results in wrong results in the
6919 XEmacs case on Windows.
6920 (tramp-touch): UTC handling is not possible for XEmacs.
6921
6922 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6923
6924 * scroll-bar.el (previous-scroll-bar-mode): New variable
6925 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6926 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6927
6928 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6929
6930 2006-12-30 Richard Stallman <rms@gnu.org>
6931
6932 * files.el (make-backup-file-name-1): Precompute abs name
6933 but don't lose the relative name.
6934
6935 * international/mule-cmds.el (select-safe-coding-system-interactively):
6936 Fix message.
6937
6938 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6939
6940 * files.el (backup-buffer): Show entire backup file name in msg.
6941
6942 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6943
6944 * image.el (image-type-header-regexps, image-type-from-data)
6945 (image-type-from-buffer, image-type-from-file-header):
6946 Revert changes from 2006-12-26.
6947 (image-type-auto-detectable): New variable.
6948 (image-type-auto-detected-p): New function.
6949
6950 * files.el (magic-mode-alist): Detect image files with
6951 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6952
6953 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6954
6955 * dired.el (dired-sort-other): Move test for dired-mode...
6956 (dired-sort-set-modeline): ...to here.
6957
6958 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6959
6960 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6961 change. Suggested by Stefan Monnier.
6962
6963 2006-12-29 Kim F. Storm <storm@cua.dk>
6964
6965 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6966 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6967
6968 2006-12-27 Kim F. Storm <storm@cua.dk>
6969
6970 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6971 so it doesn't accidentally match an fsf.org mail address.
6972 (authors-renamed-files-alist): Add tcover-*.el.
6973
6974 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * vc-arch.el (vc-arch-find-version): New function.
6977
6978 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6979 composed of arbitrary characters (even /) in some systems.
6980
6981 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6982
6983 * international/mule-cmds.el (select-safe-coding-system-interactively):
6984 Improve the message in the *Warning* buffer.
6985
6986 2006-12-27 Kim F. Storm <storm@cua.dk>
6987
6988 * ido.el (ido-set-matches-1): Fix last change. If default item is
6989 current buffer, it is ok to be first.
6990
6991 2006-12-27 Kenichi Handa <handa@m17n.org>
6992
6993 * international/mule-cmds.el (select-safe-coding-system-interactively):
6994 Use face `link' for problematic chars.
6995
6996 2006-12-27 Kenichi Handa <handa@m17n.org>
6997
6998 * international/mule-cmds.el (select-safe-coding-system-interactively):
6999 Improve the message in *Warning* buffer.
7000
7001 2006-12-27 Kim F. Storm <storm@cua.dk>
7002
7003 * ido.el (ido-set-matches-1): Never put current buffer first if
7004 there are other matches.
7005
7006 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
7007
7008 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
7009 expressions.
7010 (gdb-var-delete): Handle duplicate names. Print message for non
7011 root expressions.
7012 (gdb-partial-output-name): Start buffer name with a space.
7013 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
7014 buffer name.
7015
7016 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7017
7018 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
7019 last footnote when `footnote-spaced-footnotes' is nil.
7020
7021 2006-12-26 Richard Stallman <rms@gnu.org>
7022
7023 * cus-edit.el (custom-browse-sort-alphabetically)
7024 (custom-buffer-sort-alphabetically)
7025 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
7026
7027 * image.el (image-type-header-regexps): Change element format
7028 to include third item NOT-ALWAYS.
7029 (image-type-from-data): Handle new format.
7030 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
7031 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
7032
7033 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
7034
7035 * add-log.el (add-log-current-defun): Call `forward-sexp'
7036 multiple times to pick a member function name defined as
7037 part of nested classes/namespaces.
7038
7039 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7040
7041 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
7042 which keymap should be used to change menu. It does not affect any
7043 existent code.
7044
7045 2006-12-26 Richard Stallman <rms@gnu.org>
7046
7047 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
7048 rather than for being in a minibuffer window.
7049
7050 2006-12-25 Daiki Ueno <ueno@unixuser.org>
7051
7052 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
7053 locale-coding-system.
7054 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
7055 LF.
7056
7057 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
7058
7059 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
7060 (sql-mode-syntax-table): Disable double quoted strings.
7061 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
7062
7063 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7064
7065 * startup.el (fancy-splash-last-input-event): New variable.
7066 (fancy-splash-special-event-action): New function.
7067 (fancy-splash-screens): Temporarily bind special events to it.
7068 Execute command for saved special event before exiting from
7069 recursive editing.
7070
7071 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
7072 New functions.
7073 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
7074 Use mac-unread-string.
7075
7076 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7077
7078 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
7079 an optimized comment regexp if `comment-start-skip' uses a ^.
7080 * bs.el (bs--up): Remove interactive spec.
7081
7082 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
7085 Suggested by James Cloos.
7086
7087 2006-12-24 Kevin Ryde <user42@zip.com.au>
7088
7089 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
7090 in March.
7091 (calendar-dst-ends): Default to first Sunday in November.
7092
7093 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
7094
7095 * allout.el (allout-encrypt-string): Inhibit use of agent within
7096 body of let form where encryption happens. Acknowledge non-use of
7097 gpg-agent in docstring.
7098 (allout-toggle-subtree-encryption): Acknowledge non-use of
7099 gpg-agent in docstring.
7100
7101 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7102
7103 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
7104
7105 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
7106
7107 * ediff-diff.el (ediff-diff-options): Clarify docstring.
7108 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
7109
7110 * emulation/viper-cmd.el (viper-post-command-sentinel):
7111 Protect against errors in hooks.
7112 (viper-add-newline-at-eob-if-necessary): Add newline only if we
7113 actually modify buffer; ignore errors if occur.
7114
7115 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
7116
7117 * calendar/calendar.el (calendar-mode-map): Switch < and >.
7118 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
7119 formatting.
7120
7121 2006-12-23 Richard Stallman <rms@gnu.org>
7122
7123 * simple.el (delete-horizontal-space): Doc fix.
7124
7125 2006-12-23 Eli Zaretskii <eliz@gnu.org>
7126
7127 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
7128 explicitly in a recursive Make, not implicitly through prerequisites,
7129 since the latter is wrong under parallel builds.
7130
7131 2006-12-22 Eli Zaretskii <eliz@gnu.org>
7132
7133 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
7134
7135 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
7136
7137 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
7138 message string.
7139
7140 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
7141
7142 * outline.el (outline-next-visible-heading): Fix the case with a
7143 header at end-of-file with no final newline.
7144
7145 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7146
7147 * indent.el (tab-always-indent): Doc fix.
7148
7149 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
7150
7151 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
7152 (Info-fontify-node): Do fontify indices.
7153
7154 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
7155 to the Emacs Lisp reference manual.
7156 (tutorial--tab-map): Remove. All callers changed.
7157 (tutorial--find-changed-keys): New elt QUIET, used to...
7158 (tutorial--display-changes): ...ensure that warning messages are
7159 only issued once per changed key.
7160 (tutorial--remove-remarks): Delete unused code-path.
7161 (lang-strings): Remove extraneous formatting.
7162 (tutorial--save-tutorial): Prompt before saving tutorial state.
7163
7164 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
7167 Replace '?\ ' by '?\s' throughout.
7168 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
7169 `help' custom group.
7170 (tutorial--key-description): New function.
7171 (tutorial--display-changes): Remove redundant arg. Scan for all
7172 key sequences to avoid false matches. Cleanup.
7173 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
7174 reduce homedir pollution.
7175 (help-with-tutorial): Call tutorial--display-changes with no arg.
7176
7177 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
7178
7179 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
7180
7181 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
7182
7183 * net/tramp.el (tramp-default-method): We still need to check for
7184 `executable-find', because it is not bound under Emacs 20.
7185 (tramp-handle-file-name-completion)
7186 (tramp-completion-handle-file-name-completion): Handle optional
7187 parameter PREDICATE.
7188 (tramp-find-default-method): Add code for default values.
7189
7190 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
7191
7192 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
7193 make gud-go send "continue".
7194
7195 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
7196
7197 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
7198 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
7199
7200 2006-12-19 Kim F. Storm <storm@cua.dk>
7201
7202 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
7203 instead of global-map.
7204
7205 * files.el (magic-mode-alist): Allow matching file type by
7206 calling a function at bob. Check for image types by calling
7207 image-type-from-buffer. Suggested by Juanma Barranquero.
7208 (set-auto-mode): Do it.
7209
7210 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7211
7212 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
7213 Remove "ControlMaster" option from the other `scp*' methods.
7214 (tramp-default-method): Check for ssh-agent before setting to `scp'.
7215
7216 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
7217
7218 * textmodes/org.el (org-mode): Show context after isearch.
7219 (org-show-siblings): New function.
7220 (org-show-context): Use `org-show-siblings'.
7221
7222 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
7225 Use syntax-ppss-toplevel-pos.
7226
7227 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
7228
7229 * textmodes/org.el (org-current-line): Make sure that lines are
7230 counted from beginning of buffer.
7231 (org-table-copy-region, org-table-paste-rectangle): Make sure that
7232 lines are counted from beginning of buffer.
7233
7234 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
7235
7236 * info.el (Info-build-node-completions): Signal error if tag-table
7237 marker is not found.
7238
7239 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7240
7241 2006-12-17 Alan Mackenzie <acm@muc.de>
7242
7243 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
7244 speed) the case when open-paren-in-column-0-is-defun-start is nil.
7245 Based on code by Martin Rudalics.
7246
7247 * progmodes/cc-mode.el (c-basic-common-init): Don't set
7248 open-paren-in-column-0-is-defun-start to nil any more.
7249
7250 2006-12-17 Richard Stallman <rms@gnu.org>
7251
7252 * simple.el (delete-horizontal-space): Use prefix arg.
7253
7254 * help-fns.el (describe-variable): Improve blank separator lines.
7255
7256 * files.el (magic-mode-alist): Mark as risky.
7257
7258 * files.el (make-backup-file-name-1):
7259 Expand backup-directory explicitly.
7260
7261 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
7262
7263 * net/tramp.el (tramp-default-method): Before setting to "pscp",
7264 check whether package password.el is loaded, or Pageant is running.
7265
7266 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
7267
7268 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
7269 (icalendar--rris): First try Emacs, then XEmacs.
7270 (icalendar--convert-ical-to-diary): Doc fix.
7271 Insert newline at end of target file.
7272
7273 2006-12-17 Kim F. Storm <storm@cua.dk>
7274
7275 * outline.el (outline-isearch-open-invisible-function): New defvar.
7276 (outline-flag-region): Use it if non-nil for isearch-open-invisible
7277 overlay property instead of outline-isearch-open-invisible.
7278
7279 2006-12-16 Kim F. Storm <storm@cua.dk>
7280
7281 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
7282 if ido-directory-too-big is set on entry.
7283 (ido-toggle-ignore, ido-completion-help): Print message while
7284 reading big directory.
7285
7286 2006-12-15 Richard Stallman <rms@gnu.org>
7287
7288 * shell.el (shell): Doc fix.
7289
7290 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
7291
7292 * emulation/edt.el (edt-xserver):
7293 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
7294 to fix a problem on Cygwin.
7295
7296 * emulation/edt.el
7297 * emulation/edt-mapper.el
7298 * emulation/edt-lk201.el
7299 * emulation/edt-pc.el
7300 * emulation/edt-vt100.el: Update maintainer's email address.
7301
7302 2006-12-15 Simon Marshall <simon@gnu.org>
7303
7304 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
7305
7306 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7307
7308 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
7309 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
7310 instead of mac-atsu-font-table.
7311 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
7312
7313 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
7314
7315 * align.el (align-match-tex-pattern): Fix a rare bug which
7316 hanged Emacs.
7317
7318 2006-12-14 Richard Stallman <rms@gnu.org>
7319
7320 * startup.el (use-fancy-splash-screens-p): Use frame-height
7321 instead of window-height. Pass frame to image-size.
7322
7323 2006-12-13 Kenichi Handa <handa@m17n.org>
7324
7325 * international/mule-cmds.el (set-locale-environment):
7326 Set default-sendmail-coding-system too.
7327
7328 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
7329
7330 * progmodes/idlw-help.el: Fix copyright notice.
7331
7332 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
7335
7336 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
7337
7338 * subr.el (unread-command-char): Reformat obsolescence info.
7339
7340 2006-12-11 Richard Stallman <rms@gnu.org>
7341
7342 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
7343 about calls to cl-struct-setf-expander.
7344
7345 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
7346
7347 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
7348 (ediff-combination-pattern): Fix typo in docstring.
7349
7350 * textmodes/refer.el (refer-find-entry): Doc fix.
7351 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
7352 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
7353 Fix tipos in docstrings.
7354
7355 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
7356
7357 2006-12-10 Kim F. Storm <storm@cua.dk>
7358
7359 * ido.el (ido-init-completion-maps): Remap backward-kill-word
7360 instead of binding M-backspace.
7361
7362 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
7363
7364 * replace.el (replace-match-data, replace-match-maybe-edit):
7365 * calc/calc-aent.el (calc-eval-error):
7366 * emulation/vi.el (vi-char-argument):
7367 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
7368 (c-vsemi-status-unknown-p-fn): Doc fixes.
7369
7370 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7371
7372 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
7373 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
7374
7375 2006-12-10 Masatake YAMATO <jet@gyve.org>
7376
7377 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
7378
7379 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
7380
7381 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
7382
7383 * man.el (Man-xref-button-action): New function. If the
7384 `Man-target-string' button property is a function, assume it
7385 accepts a position argument.
7386 (Man-abstract-xref-man-page): Use it.
7387 (Man-default-man-entry): New optional arg POS.
7388
7389 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
7390 symlink arrows read-only and non-rear-sticky.
7391
7392 2006-12-09 Martin Rudalics <rudalics@gmx.at>
7393
7394 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
7395 (wdired-search-and-rename): Simplify code.
7396 (wdired-preprocess-files, wdired-preprocess-perms): Make
7397 read-only property of preceding character rear-nonsticky to
7398 avoid that it can be modified. Put old-name and old-link
7399 properties on character preceding name and replace
7400 put-text-property by add-text-properties.
7401 (wdired-get-filename, wdired-get-previous-link): Get old-name
7402 and old-link properties from character preceding name and
7403 simplify code.
7404 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7405 (wdired-perms-to-number): Make local-map property
7406 rear-nonsticky to avoid that text following permissions may be
7407 modified. Use add-text-properties instead of put-text-property
7408 when changing a permission bit.
7409 (wdired-change-to-dired-mode): Remove stickiness properties.
7410
7411 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
7412
7413 * international/mule-cmds.el (register-input-method): Doc fix.
7414
7415 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
7416
7417 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7418
7419 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7420
7421 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7422 Force buffer local defs evaluation on local variables loading.
7423 (flyspell-mode-on, flyspell-mode-off): Use it in
7424 `hack-local-variables-hook'.
7425
7426 2006-12-09 Eli Zaretskii <eliz@gnu.org>
7427
7428 * emacs-lisp/find-func.el (find-variable): Doc fix.
7429
7430 * help-fns.el (variable-at-point): Doc fix.
7431
7432 * w32-fns.el (w32-append-code-lines): New function.
7433
7434 2006-12-09 Romain Francoise <romain@orebokech.com>
7435
7436 * comint.el (comint-insert-input): Delete obsolete comment.
7437
7438 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7441 current frame, in case we're connected to several displays.
7442
7443 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7444
7445 * frame.el (other-frame): Doc fix.
7446 (set-frame-parameter): Fix typo in docstring.
7447
7448 2006-12-07 Kim F. Storm <storm@cua.dk>
7449
7450 * info.el (Info-index): Strip leading colon from topic.
7451
7452 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
7453
7454 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7455 to pointers.
7456
7457 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
7458
7459 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7460 Trim out spurious class inheritance "None" entries.
7461
7462 2006-12-05 Kim F. Storm <storm@cua.dk>
7463
7464 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7465 (cua-paste-pop): Rework last change for
7466 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7467 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7468 text inserted by the last M-y command.
7469
7470 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7471
7472 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7473 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7474
7475 * shell.el (shell): Search the start file in ~/.emacs.d as
7476 `init_SHELLNAME.sh' instead.
7477
7478 2006-12-05 Glenn Morris <rgm@gnu.org>
7479
7480 * progmodes/cperl-mode.el (cperl-mode)
7481 * progmodes/f90.el (f90-mode-abbrev-table)
7482 * progmodes/fortran.el (fortran-mode-abbrev-table)
7483 * progmodes/octave-mod.el (octave-abbrev-table)
7484 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7485 if abbrev-table is non-nil (saved user abbrevs may have been restored).
7486
7487 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7488 clear abbrev table, else saved abbrevs will not be restored.
7489
7490 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7491
7492 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7493 the call to `make-obsolete-variable', not in the docstring.
7494
7495 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7498
7499 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7500
7501 * progmodes/ebnf-abn.el:
7502 * progmodes/ebnf-bnf.el:
7503 * progmodes/ebnf-dtd.el:
7504 * progmodes/ebnf-ebx.el:
7505 * progmodes/ebnf-iso.el:
7506 * progmodes/ebnf-otz.el:
7507 * progmodes/ebnf-yac.el:
7508 * progmodes/ebnf2ps.el:
7509 * delim-col.el:
7510 * printing.el:
7511 * ps-bdf.el:
7512 * ps-mule.el:
7513 * ps-print.el: Remove 'Time-stamp' comment mark.
7514
7515 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7516 'easy-menu-add-item' when called in Emacs 21 or higher.
7517
7518 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7519
7520 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7521 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7522
7523 2006-12-04 Kim F. Storm <storm@cua.dk>
7524
7525 * bindings.el (global-map): Bind [signal t] to ignore, to have
7526 user signals ignored by default.
7527
7528 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7529
7530 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7531 Unicode data file pointed to by `describe-char-unicodedata-file'.
7532
7533 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7536 O(n^2) regexp-search by anchoring the search.
7537
7538 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7539
7540 * whitespace.el (whitespace-cleanup-internal): Use current
7541 argument for recursive call.
7542
7543 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7544
7545 * net/tramp.el (tramp-methods): Add "ControlPath" and
7546 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7547 Andreas Schwab <schwab@suse.de>.
7548 (tramp-do-copy-or-rename-file-out-of-band)
7549 (tramp-open-connection-rsh): Compute format spec for ?t.
7550 (tramp-process-actions): Trace command parameters.
7551
7552 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7553
7554 * simple.el (toggle-truncate-lines): Clarify doc string.
7555
7556 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7557 (gdb-speedbar-expand-node): Use it.
7558
7559 2006-12-04 Richard Stallman <rms@gnu.org>
7560
7561 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7562
7563 * dired.el (dired-revert): Turn off dired-after-readin-hook
7564 around call to dired-readin.
7565
7566 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7567 to echo area messages.
7568 <indicate-empty-lines, case-fold-search>:
7569 Add "globally" to Help string.
7570 <case-fold-search>: MESSAGE arg need not say "globally".
7571 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7572
7573 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7574
7575 * outline.el (outline-end-of-subtree): Don't leave an empty
7576 line hidden as we would a real next heading.
7577
7578 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7579
7580 * allout.el (allout-ascend): Add an optional argument to preserve
7581 original position of point when unsuccessful. Also, fix a
7582 docstring error.
7583 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7584 work again, using allout-ascend's new option.
7585 (allout-setup-mode-map): Extract from allout-mode to initialize
7586 allout-mode-map. Call it on file load, so the mode docstring
7587 substitutions work even if allout mode has not yet been invoked.
7588 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7589 customizations since the map was last processed. Also, refine the
7590 docstring so it's ship-shape for release.
7591 (allout-default-layout, allout-beginning-of-line-cycles)
7592 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7593 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7594 (allout-version, allout-layout, allout-infer-body-reindent)
7595 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7596 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7597 (allout-previous-heading, allout-goto-prefix-doublechecked)
7598 (allout-current-bullet-pos, allout-next-sibling-leap)
7599 (allout-pre-command-business, allout-encrypted-type-prefix)
7600 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7601 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7602 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7603 (allout-old-expose-topic, allout-listify-exposed)
7604 (allout-process-exposed, allout-latex-verb-quote)
7605 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7606 (allout-toggle-current-subtree-encryption)
7607 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7608 Remove extraneous open-paren and close paren string escapes.
7609
7610 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7611
7612 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7613 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7614 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7615 Fix typos in docstrings.
7616
7617 2006-12-03 Glenn Morris <rgm@gnu.org>
7618
7619 * progmodes/cc-align.el
7620 * progmodes/cc-awk.el
7621 * progmodes/cc-cmds.el
7622 * progmodes/cc-compat.el
7623 * progmodes/cc-defs.el
7624 * progmodes/cc-engine.el
7625 * progmodes/cc-langs.el
7626 * progmodes/cc-menus.el
7627 * progmodes/cc-mode.el
7628 * progmodes/cc-styles.el
7629 * progmodes/cc-vars.el
7630 * progmodes/vhdl-mode.el: Fix Copyright format.
7631
7632 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7635 initial down event.
7636
7637 2006-12-02 Kim F. Storm <storm@cua.dk>
7638
7639 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7640 (cua-repeat-replace-region): Make M-v more robust.
7641 (cua-paste-pop-rotate-temporarily): New defcustom.
7642 (cua-paste-pop): Use it.
7643 (cua-auto-mark-last-change): New defcustom.
7644 (cua-pop-to-last-change): New helper function.
7645 (cua-set-mark): Use them.
7646
7647 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7648
7649 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7650 mini-buffer message.
7651
7652 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7653
7654 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7655
7656 2006-12-01 Ben North <ben@redfrontdoor.org>
7657
7658 * paren.el: Fix the highlight overlay extension when the user types a
7659 sequence of char very fast just before the open parenthesis.
7660
7661 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7662
7663 * ps-mule.el: Eliminate Emacs 20 compatibility.
7664
7665 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7666 (ps-print-version): New version 6.7.
7667 (ps-print-quote): Replace '?\ ' by '?\s'.
7668
7669 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7670
7671 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7672 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7673 (hexl-end-of-1k-page): Doc fixes.
7674 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7675 Fix typos in docstrings.
7676
7677 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7678
7679 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7680 locally, i.e. without using file name handlers.
7681 (ido-read-internal): Allow mono letter host names, avoiding the
7682 `c:' problem by testing if the file exists locally.
7683 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7684
7685 2006-11-30 Masatake YAMATO <jet@gyve.org>
7686
7687 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7688 to avoid bytecomp warnings.
7689 (hexl-mode-old-ruler-function): New variable.
7690 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7691 and `hl-line-range-function' after `require' hl-line.
7692 Then bind `hl-line-range-function' and `hl-line-face'.
7693 Don't require frame. Don't use `with-no-warnings'.
7694 (hexl-activate-ruler): Store the original value of
7695 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7696 (hexl-mode-exit): Restore the original value of
7697 `ruler-mode-ruler-function'.
7698
7699 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7700
7701 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7702 (hexl-mode-old-hl-line-face): New variable.
7703 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7704 line when exit from the hexl-mode.
7705
7706 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7707
7708 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7709 Doc fixes.
7710
7711 * international/fontset.el (create-fontset-from-ascii-font)
7712 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7713 (fontset-name-p): Fix typo in docstring.
7714
7715 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7716
7717 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7718
7719 * ps-bdf.el: Fix maintainer email.
7720
7721 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7722 compatibility.
7723
7724 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7725 21 compatibility.
7726 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7727 Emacs 20 & 21.
7728
7729 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7730
7731 * progmodes/idlwave.el (idlwave-auto-fill):
7732 Remove paragraph-start let to prevent auto-fill giving up.
7733
7734 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7735
7736 * vt100-led.el (led-state): Fix typo in previous change.
7737
7738 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7739
7740 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7741 Fix interactive spec of the functions getting defined to make them
7742 work as documented.
7743
7744 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7745
7746 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7747
7748 2006-11-28 Kim F. Storm <storm@cua.dk>
7749
7750 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7751 icomplete-mode is enabled.
7752
7753 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7754
7755 * textmodes/org.el (require): Require gnus-sum during compilation
7756 to avoid problem with a macro call.
7757
7758 2006-11-28 Glenn Morris <rgm@gnu.org>
7759
7760 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7761
7762 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7763 (fortran-window-create-momentarily): Do not need string-to-char.
7764
7765 2006-11-28 Richard Stallman <rms@gnu.org>
7766
7767 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7768 Replace incorrect use of assoc-default with a loop.
7769
7770 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7771
7772 * simple.el (next-error-find-buffer): Improve messages.
7773
7774 * files.el (revert-buffer): Special error message if file
7775 is now not readable.
7776
7777 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7778 constructed commands.
7779
7780 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7781 in INSIDE_EMACS.
7782
7783 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7786
7787 * server.el: Remove spurious * in docstrings.
7788 (server-process-filter): Exit from recursive editing before processing
7789 a new request.
7790
7791 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7792
7793 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7794 line so hidden blocks will be correctly identified.
7795
7796 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7797
7798 * ledit.el (ledit-save-defun, ledit-mode):
7799 * resume.el (resume-emacs-args-buffer):
7800 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7801 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7802 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7803 (command-send-input, command-kill-line):
7804 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7805
7806 * autoarg.el (autoarg-kp-mode): Doc fix.
7807
7808 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7809 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7810 (check-emacs-lock): Doc fix. Simplify.
7811
7812 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7813 (iimage-mode-buffer): Fix typos in docstring.
7814
7815 * misc.el (zap-up-to-char): Doc fix.
7816
7817 * time-stamp.el: Fix comment and obsolescence string for old
7818 functions. Use `dolist' instead of `while'.
7819
7820 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7821
7822 * disp-table.el (standard-display-8bit, standard-display-default):
7823 * ebuff-menu.el (electric-buffer-list):
7824 * ehelp.el (electric-help-command-loop):
7825 * font-core.el (font-lock-mode):
7826 * help-macro.el (make-help-screen):
7827 * help.el (describe-minor-mode-completion-table-for-indicator)
7828 (lookup-minor-mode-from-indicator):
7829 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7830 * info-look.el (info-lookup-guess-custom-symbol):
7831 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7832 * longlines.el (longlines-wrap-line):
7833 * macros.el (insert-kbd-macro):
7834 * menu-bar.el (menu-bar-update-buffers):
7835 * misc.el (copy-from-above-command):
7836 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7837 * newcomment.el (comment-indent):
7838 * novice.el (disabled-command-function):
7839 * sort.el (sort-fields-syntax-table):
7840 * subr.el (momentary-string-display):
7841 * tar-mode.el (tar-header-block-summarize)
7842 (tar-clear-modification-flags):
7843 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7844 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7845 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7846 (te-delete-char, te-down-vertically-or-scroll):
7847 * time-stamp.el (time-stamp-string-preprocess):
7848 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7849
7850 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7851
7852 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7853 in GUD mode.
7854
7855 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7856 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7857
7858 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7859
7860 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7861
7862 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7863
7864 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7865 (ada-compile-goto-error): Adapt to new argument profile of
7866 compilation-goto-locus in Emacs 22. Don't check if the various
7867 compile functions are defined; we already do "(require 'compile)".
7868
7869 2006-11-26 Kim F. Storm <storm@cua.dk>
7870
7871 * kmacro.el: Fix commentary.
7872
7873 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7874
7875 * progmodes/gud.el (gdb): Explain how to run in text command mode
7876 more clearly. Say in error message that multiple debugging
7877 requires restarting GDB.
7878
7879 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7880
7881 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7882
7883 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7884
7885 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7886 (flymake-popup-menu): Use it instead of posn-at-point.
7887
7888 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7889
7890 * progmodes/cc-vars.el (c-backslash-column):
7891 Mention c-backslash-max-column in documentation for c-backslash-column.
7892
7893 2006-11-24 Lars Hansen <larsh@soem.dk>
7894
7895 * net/tramp.el (tramp-default-method): Under Windows, change from
7896 plink to pscp.
7897 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7898 (tramp-actions-copy-out-of-band):
7899 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7900 (tramp-action-out-of-band): Move "Permission denied" handling to
7901 tramp-action-copy-failed.
7902 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7903 process buffer.
7904
7905 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7908 strings to a single string. Quote `errors-file-name'.
7909 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7910 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7911 Adjust calls. Use `shell-quote-argument'.
7912
7913 * international/mule.el (load-with-code-conversion)
7914 (with-category-table): Use with-current-buffer.
7915 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7916
7917 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7918
7919 * mail/smtpmail.el (smtpmail-send-it):
7920 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7921 MIME header for the message encoding.
7922 Bind coding-system-for-write around the call to mail-do-fcc.
7923 Use smtpmail-code-conv-from to encode queued mail messages.
7924
7925 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7926
7927 * tabify.el (tabify-regexp): Doc fix.
7928
7929 * net/rcirc.el (rcirc-buffer-maximum-lines):
7930 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7931
7932 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7933 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7934 Fix typos in output messages.
7935 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7936
7937 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7940 the horse's mouth.
7941 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7942
7943 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7944
7945 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7946 Remove condition-case.
7947
7948 2006-11-23 Glenn Morris <rgm@gnu.org>
7949
7950 * progmodes/f90.el (f90-comment-indent): Do not move point in
7951 default case.
7952
7953 2006-11-21 Romain Francoise <romain@orebokech.com>
7954
7955 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7956 from library name (reverts change of 2005-10-25).
7957
7958 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7959
7960 * tutorial.el (tutorial--default-keys): Add newline and
7961 delete-backward-char bindings.
7962 (tutorial--detailed-help): Save excursion when finding keys.
7963 Correct warning string for M-x FOO case.
7964 (tutorial--display-changes): Print special keys in tutorial style.
7965 Tweak search regexp for changed keys.
7966
7967 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7968
7969 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7970 redundant scheme.
7971
7972 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7973
7974 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7975 are new to the list at IANA. Also added irc, mms, mmsh.
7976
7977 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7978
7979 * progmodes/idlw-help.el (idlwave-html-help-location):
7980 Fail gracefully for missing help packages.
7981 (idlwave-help-assistant-open-link): Open full links.
7982 (idlwave-help-assistant-help-with-topic): Direct help link.
7983
7984 * progmodes/idlwave.el (idlwave-mode):
7985 Set add-log-current-defun-function.
7986 (idlwave-current-routine-fullname): Add, to support add-log.
7987 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7988 to reflect improvements to xml-parse-file.
7989 (idlwave-mode-menu-def): New binding for help-with-topic.
7990
7991 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7992 Handle extra newlines and spaces.
7993 (idlwave-shell-mode-map): Add help-with-topic.
7994
7995 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7996
7997 * tutorial.el (tutorial-warning-face): New face.
7998 (tutorial--detailed-help, tutorial--display-changes): Use it.
7999 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
8000 Improve search pattern for occurrences of changed keys.
8001
8002 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8003
8004 * term/x-win.el (x-last-cut-buffer-coding): New variable.
8005 (x-select-text): Set it.
8006 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
8007 when checking for newness.
8008
8009 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
8010
8011 * subr.el (posn-image):
8012 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
8013
8014 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
8015
8016 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8017
8018 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
8019 Exceptions to the rule "add a space between an identifier and an
8020 opening parenthesis". Defaulted to the `#define' problem of cpp.
8021 (glasses-parenthesis-exception-p): New. Check if the region is an
8022 exception regarding to that.
8023 (glasses-make-readable): Use it.
8024 (glasses-convert-to-unreadable): Ditto. Modify the file also if
8025 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
8026
8027 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
8028
8029 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
8030
8031 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
8032
8033 * progmodes/ada-mode.el (ada-make-body): Fix typo.
8034
8035 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
8036 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
8037
8038 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
8039
8040 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
8041 conditions for function or variable bindings.
8042
8043 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
8044
8045 * progmodes/compile.el (compilation-start): Ditto.
8046
8047 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
8048
8049 * net/tramp.el (top): cl and custom are always required.
8050
8051 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8052
8053 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
8054 cut-buffers with next-selection-coding-system if not nil.
8055
8056 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8057
8058 * textmodes/org.el (org-fix-decoded-time): New function.
8059 (org-display-custom-time): Use `org-fix-decoded-time'.
8060
8061 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
8062
8063 * menu-bar.el (menu-bar-games-menu): Remove yow.
8064
8065 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
8066
8067 * textmodes/org.el (org-scan-tags): Re-align code fixed.
8068 (org-detach-overlay): Rename from `org-detatch-overlay'.
8069 (org-table-convert-region): Insert space after column separator.
8070 (org-agenda-kill): New command.
8071 (org-metaleft): Call `org-outdent-item' on bullets.
8072 (org-metaright): Call `org-indent-item' on bullets.
8073 (org-timestamp-change): Set `org-last-changed-timestamp'.
8074 (org-current-line): Make sure (bolp) returns correct result.
8075 (org-agenda-change-all-lines): Make sure TODO are highlighted.
8076
8077 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8078
8079 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
8080
8081 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
8082
8083 * mouse.el (global-map): Change 2006-08-16 fix to call
8084 mouse-yank-at-click explicitly, since mouse events are not carried
8085 over into keyboard macros.
8086
8087 2006-11-16 Kim F. Storm <storm@cua.dk>
8088
8089 * ido.el (ido-file-internal): Use current buffer's file name as default
8090 choice for ido-find-alternate-file. Suggested by Matt Hodges.
8091
8092 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
8093
8094 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
8095 (allout-inhibit-aberrance-doublecheck): Rename from
8096 allout-during-yank-processing. All callers changed.
8097 (allout-ascend): Provide for unusual case where some topic after
8098 the first in file is at lower depth than the first.
8099 (allout-shift-in): Ensure the offspring of the new containing
8100 topic are exposed.
8101 (allout-encrypt-string): Preserve the coding-system of the text,
8102 according to that of the containing buffer.
8103 (allout-toggle-subtree-encryption): When the text being encrypted
8104 requires a different coding system, offer to preserve the coding
8105 system using a file local var.
8106
8107 2006-11-15 Simon Marshall <simon@gnu.org>
8108
8109 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
8110 to recognise "T t()" as a function declaration, rather than a
8111 variable instantiation, iff at the top-level or inside a class
8112 declaration. Suggested by Feng Li <fengli@gmail.com>.
8113
8114 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8115
8116 * progmodes/ada-xref.el (ada-parse-prj-file):
8117 Don't delete project buffer; user may want to edit it.
8118 (ada-xref-set-project-field, ada-xref-current-project-file)
8119 (ada-xref-current-project, ada-show-current-project)
8120 (ada-set-main-compile-application): New functions.
8121 (ada-xref-get-project-field, ada-require-project-file):
8122 Normalize use of ada-prj-default-project-file.
8123 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
8124 Normalize use of ada-require-project-file.
8125 (ada-prj-find-prj-file): Improve doc string, comments.
8126
8127 * progmodes/ada-mode.el (ada-mode-version): Bump version.
8128 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
8129 (ada-create-menu): Add ada-set-main-compile-application,
8130 ada-show-current-main, ada-show-current-project.
8131
8132 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
8135 (inferior-python-mode): Use it.
8136
8137 2006-11-14 Andreas Schwab <schwab@suse.de>
8138
8139 * term/xterm.el (terminal-init-xterm): Add more key bindings.
8140
8141 2006-11-13 Kim F. Storm <storm@cua.dk>
8142
8143 * ido.el (ido-copy-current-word): C-o copies region if active.
8144
8145 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8146
8147 * textmodes/org.el (org-emph-face): Fix typo in variable name.
8148
8149 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
8150
8151 * ediff.el (ediff-revision):
8152 * files.el (set-visited-file-name):
8153 * mail/rmailout.el (rmail-output-body-to-file):
8154 Use `format', not `message', in `y-or-n-p' call.
8155
8156 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8157
8158 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
8159 (org-metaright): Call `org-indent-item' on bullets.
8160 (org-timestamp-change): Set `org-last-changed-timestamp'.
8161 (org-current-line): Make sure (bolp) returns correct result.
8162 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
8163
8164 2006-11-12 Richard Stallman <rms@gnu.org>
8165
8166 * language/european.el (turkish-case-conversion-enable)
8167 (turkish-case-conversion-disable): New functions.
8168 ("Turkish" lang env): Use them.
8169
8170 * international/characters.el (case table):
8171 Do nothing special for i and I.
8172
8173 * subr.el (remove-overlays): Fix last change.
8174
8175 * cus-edit.el (custom-save-all): Use find-file-visit-truename
8176 for visiting the custom file.
8177
8178 2006-11-12 Markus Triska <triska@gmx.at>
8179
8180 * play/handwrite.el (handwrite): Also process lines not ending
8181 with newline. Replace some position-fiddling with different
8182 logic. Improve performance.
8183
8184 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
8185
8186 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
8187 replacing deleted variable `ada-check-switch'.
8188 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
8189 (ada-xref-project-files): Improve doc string.
8190 (ada-find-executable): New function.
8191 (ada-initialize-runtime-library): Use `ada-find-executable'.
8192 (ada-xref-set-default-prj-values): In compile commands, don't need
8193 `ada-cd-command'; `compile' does that more portably.
8194 Use ada-prj-default-check-cmd.
8195 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
8196 properties if not specified in project file.
8197 (ada-goto-declaration): Display useful message for new error
8198 'error-file-not-found.
8199 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
8200 'error-file-not-found.
8201 (ada-get-all-references): Match latest ali syntax. Signal new
8202 error 'error-file-not-found.
8203 (ada-find-in-ali): Match latest ali syntax.
8204 (ada-make-filename-from-adaname): Handle different semantics of
8205 gnatkr in GNAT 3.15p vs later.
8206
8207 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
8208 ada-procedure-start-regexp.
8209 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
8210
8211 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
8212 with defvar.
8213 (ada-language-version): Rename ada05 -> ada2005.
8214 (ada-align-region-separate): Add `eval-when-compile'.
8215 (ada-name-regexp): Remove unneeded escapes in regexp character
8216 alternative.
8217 (ada-compile-goto-error-file-linenr-re): New constant.
8218 (ada-matching-start-re): Handle additional cases `declare',
8219 `procedure', `function'.
8220 (ada-compile-goto-error): Handle "... at line nn".
8221 (ada-mode): Clearer syntax, comments for ff-special-constructs.
8222 Delete support for old versions of `align'.
8223 (ada-search-prev-end-stmt): Handle additional keyword `private'.
8224 (ada-check-defun-name): Simplify handling of `declare'.
8225 (ada-goto-matching-start): Handle nested `begin ... end'.
8226 Handle `declare', `protected', `procedure', `function'.
8227 (ada-create-menu): Presence of arm95 is not conditional on using
8228 GNAT compiler.
8229
8230 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
8231
8232 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
8233 nil in the *RE-Builder* buffer (it causes spurious error messages).
8234
8235 * server.el (server-visit-files): If `minibuffer-auto-raise' has
8236 been set to t, respect it.
8237
8238 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
8239
8240 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
8241 Delete commented out code for old Emacs versions. Autoloading of
8242 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
8243 (ada-mode-version): Bump version number.
8244 (ada-95-string-keywords, ada-2005-string-keywords)
8245 (ada-2005-keywords, ada-name-regexp): New constant.
8246 (ada-language-version, ada-procedure-start-regexp, ada-mode)
8247 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
8248 (ada-package-start-regexp): Support private packages, include package
8249 name (for ada-set-point-accordingly).
8250 (ada-next-procedure, ada-previous-procedure)
8251 (ada-which-function-are-we-in): Match changes to
8252 ada-procedure-start-regexp.
8253 (ada-make-body): Make non-interactive; not a user function.
8254 (ada-make-subprogram-body): Improve doc string.
8255
8256 2006-11-11 Romain Francoise <romain@orebokech.com>
8257
8258 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
8259 `compilation-error-regexp-alist' buffer-local, since we changed
8260 `compilation-error-regexp-alist-alist' locally.
8261
8262 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
8263
8264 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
8265 to the value of `server-raise-frame'.
8266
8267 2006-11-11 Glenn Morris <rgm@gnu.org>
8268
8269 * ido.el (ido-enable-prefix)
8270 * ses.el (ses-call-printer-return)
8271 * net/tramp.el (tramp-unified-filenames)
8272 * progmodes/cc-align.el (c-lineup-string-cont)
8273 * progmodes/compile.el (compilation-directory-matcher)
8274 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8275 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8276 (vhdl-clock-rising-edge)
8277 * textmodes/org.el (org-export-with-timestamps)
8278 (org-export-remove-timestamps-from-toc)
8279 (org-export-with-tags): Improve previous doc fixes.
8280
8281 2006-11-11 Richard Stallman <rms@gnu.org>
8282
8283 * textmodes/flyspell.el (flyspell-mode-map):
8284 Bind C-c $ instead of M-RET.
8285
8286 2006-11-10 Simon Marshall <simon@gnu.org>
8287
8288 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
8289 fontification for "case" and "default" keywords.
8290
8291 2006-11-10 Andreas Schwab <schwab@suse.de>
8292
8293 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
8294 Avoid starting sentence with "nil".
8295
8296 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8297
8298 * server.el (server-raise-frame): New option.
8299 (server-switch-buffer): Use it.
8300
8301 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
8302
8303 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
8304 with a capital.
8305
8306 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8307
8308 * textmodes/org.el (org-show-hierarchy-above)
8309 (org-show-following-heading): Fix typo in default value.
8310 (org-scan-tags): Make the search case-sensitive.
8311 (org-tags-sparse-tree): Don't overrule
8312 `org-show-following-heading' and `org-show-hierarchy-above'.
8313 (org-reveal): New command.
8314 (org-show-context): Rename from `org-show-hierarchy-above'.
8315 (org-fast-tag-selection-single-key): New option.
8316 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
8317 (org-tags-overlay): New variable.
8318 (org-agenda-todo-ignore-deadlines): New option.
8319 ("session"): Add circular data structure `org-mark-ring' to
8320 exceptions list in session.el.
8321 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
8322 New options.
8323 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
8324 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
8325 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
8326 (org-finalize-agenda): Activate bracket links in agenda.
8327 (org-at-timestamp-p, org-at-date-range-p): Additional argument
8328 INACTIVE-OK.
8329 (org-show-hierarchy-above, org-show-following-heading):
8330 List values allowed for fine-tuned configuration.
8331 (org-show-hierarchy-above): New argument CONTEXT, use the
8332 fine-tuned settings in `org-show-hierarchy-above' and
8333 `org-show-following-heading'.
8334 (org-display-custom-time): New function.
8335 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
8336 (org-display-custom-times, org-time-stamp-custom-formats):
8337 (org-maybe-intangible): New macro.
8338 (org-activate-bracket-links, org-hide-wide-columns):
8339 Use `org-maybe-intangible'.
8340 (org-open-file): Use `shell-quote-argument'.
8341 (org-display-internal-link-with-indirect-buffer): New option.
8342 (org-file-remote-p): Get regexp from list.
8343 (org-link-expand-abbrev): New function.
8344 (org-link-abbrev-alist): New option.
8345 (org-open-at-point, org-cleaned-string-for-export):
8346 Call `org-link-expand-abbrev'.
8347 (org-timeline, org-agenda-list, org-todo-list)
8348 (org-tags-view): Remove the KEEP-MODES argument.
8349 (org-finalize-agenda-hook): New hook.
8350 (org-get-alist-option): New function.
8351 (org-follow-timestamp-link): New function.
8352 (org-open-at-point): Call `org-follow-timestamp-link'.
8353 (org-log-note-marker, org-log-note-purpose)
8354 (org-log-note-window-configuration): New variables.
8355 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
8356 (org-log-note-headings): New option.
8357 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
8358 (org-store-link): Support for dired-mode.
8359 (org-open-file): Substitute environment variables into filename.
8360 (org-last): New defsubst.
8361 (org-agenda-re-align-tags): New function.
8362 (org-agenda-align-tags-to-column): New option.
8363 (org-agenda-timeline): Group removed.
8364 (org-prepare-agenda, org-prepare-agenda-buffers)
8365 (org-run-agenda-series, org-timeline, org-agenda-list)
8366 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
8367 the text property inticating the agenda type.
8368 (org-agenda-post-command-hook): Get agenda type from text property
8369 at point.
8370 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
8371 and obey `org-agenda-overriding-arguments'.
8372 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
8373 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8374 (org-agenda-week-view, org-agenda-day-view):
8375 Use `org-agenda-overriding-arguments' to make updating work with
8376 multi-block agendas.
8377 (org-agenda-prefix-format): Allow different formats for the
8378 different agenda entry types.
8379 (org-timeline-prefix-format): Option removed, use
8380 `org-agenda-prefix-format' instead.
8381 (org-prepare-agenda): New function.
8382 (org-select-timeline-window): Option removed, use
8383 `org-select-agenda-window' instead.
8384 (org-respect-restriction): Variable removed.
8385 (org-cmp-tag): New function.
8386 (org-agenda-sorting-strategy, org-entries-lessp):
8387 Implement sorting by last tag.
8388 (org-complete): Better completion in in-buffer option lines.
8389 (org-in-item-p): New function.
8390 (org-org-menu): Add entries for checkboxes.
8391 (org-cycle): Extra brouping in outline-regexp, because it is used
8392 in a search with "^" prepended.
8393 (org-provide-checkbox-statistics): New option.
8394 (org-set-font-lock-defaults): Highlight checkbox statistics.
8395 (org-update-checkbox-count-maybe)
8396 (org-get-checkbox-statistics-face): New functions.
8397 (org-update-checkbox-count): New command.
8398 (org-insert-item, org-toggle-checkbox):
8399 Call `org-update-checkbox-count-maybe'.
8400 (org-export-as-html): XEmacs compatibility for coding system.
8401 (org-force-cycle-archived): New command.
8402 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8403 overrules cycling.
8404 (org-fix-position-after-promote): If the line contains only a todo
8405 keyword, add a final space.
8406 (org-promote-subtree, org-demote-subtree):
8407 Call `org-fix-position-after-promote'.
8408
8409 2006-11-10 Glenn Morris <rgm@gnu.org>
8410
8411 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8412 date in every year.
8413 (calendar-dst-check-each-year-flag): New customizable variable.
8414 (calendar-dst-find-data): New function, extracted from
8415 calendar-current-time-zone.
8416 (calendar-current-time-zone): Use calendar-dst-find-data.
8417 (calendar-dst-transition-cache): New variable.
8418 (calendar-dst-find-startend, calendar-dst-starts)
8419 (calendar-dst-ends): New functions.
8420 (calendar-daylight-savings-starts)
8421 (calendar-daylight-savings-ends): Change value to use
8422 calendar-dst-starts, calendar-dst-ends; respectively.
8423
8424 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8425
8426 * ido.el (ido-enable-prefix)
8427 * ses.el (ses-call-printer-return)
8428 * net/tramp.el (tramp-unified-filenames)
8429 * progmodes/cc-align.el (c-lineup-string-cont)
8430 * progmodes/compile.el (compilation-directory-matcher)
8431 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8432 * progmodes/gdb-ui.el (gdb-many-windows)
8433 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8434 (vhdl-clock-rising-edge)
8435 * textmodes/org.el (org-export-with-timestamps)
8436 (org-export-remove-timestamps-from-toc, org-export-with-tags)
8437 (org-read-date): Doc fix (Nil -> nil).
8438
8439 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8440
8441 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8442 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8443
8444 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8445
8446 * bs.el (bs--window-for-buffer): Remove.
8447 (bs--show-with-configuration): Use `get-window-with-predicate'
8448 instead of `bs--window-for-buffer'.
8449
8450 2006-11-10 Kenichi Handa <handa@m17n.org>
8451
8452 * files.el (revert-buffer): Fix previous change.
8453
8454 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
8455
8456 * bs.el (bs--redisplay): Fix typo in docstring.
8457 (bs--window-config-coming-from): Make frame-local.
8458 (bs--restore-window-config): New function.
8459 (bs-kill, bs-select, bs-select-other-window)
8460 (bs-select-other-frame): Use it.
8461 (bs--window-for-buffer): Return as soon as a matching buffer is found.
8462 (bs--show-with-configuration): Save the window configuration as a
8463 frame local var, and only if *buffer-selection* is not already
8464 visible on this frame.
8465
8466 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
8467
8468 * vc-svn.el (vc-svn-admin-directory): New var.
8469 (vc-svn-registered, vc-svn-responsible-p)
8470 (vc-svn-repository-hostname): Use it.
8471 Suggested by arit93@yahoo.com.
8472
8473 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8474
8475 * ldefs-boot.el: Regenerate.
8476
8477 2006-11-08 Alan Mackenzie <acm@muc.de>
8478
8479 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8480 case (eq open-paren-in-column-0-is-defun-start nil) by searching
8481 for least nested open-paren.
8482
8483 2006-11-08 Romain Francoise <romain@orebokech.com>
8484
8485 * subr.el (remove-overlays): Fix typo in last change.
8486
8487 2006-11-08 Richard Stallman <rms@gnu.org>
8488
8489 * subr.el (remove-overlays): Call overlay-recenter.
8490
8491 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8492
8493 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8494 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8495 behaviour.
8496 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8497 directly.
8498
8499 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8502 (ido-max-dir-file-cache, ido-decorations)
8503 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8504 (ido-magic-backward-char, ido-enter-dired)
8505 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8506 (ido-list-directory, ido-first-match, ido-only-match)
8507 (ido-subdir, ido-indicator): Fix typos in docstrings.
8508 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8509 (ido-read-internal): Fix typo in error message.
8510
8511 2006-11-08 Kenichi Handa <handa@m17n.org>
8512
8513 * international/mule-cmds.el (set-default-coding-systems):
8514 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8515
8516 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8517
8518 * makefile.w32-in (setwins): Remove.
8519 (WINS_ALMOST): New macro.
8520 (WINS): Use it.
8521 (autoloads): Don't extract autoloads from files in obsolete/.
8522
8523 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8524
8525 * whitespace.el (whitespace-buffer): Call remove-overlays after
8526 overlay-recenter for performance. Suggested by Martin Rudalics.
8527
8528 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8529
8530 * net/tramp.el (tramp-default-method): scp is the default method.
8531
8532 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8533
8534 * server.el (server-start): Save also the Emacs pid in the server file.
8535
8536 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8537
8538 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8539 point when displaying a bibtex cross reference in the echo area.
8540
8541 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8542
8543 * international/mule.el (make-char): Fix typo in docstring.
8544 (load-with-code-conversion, charsetp): Doc fixes.
8545
8546 * international/ja-dic-cnv.el (skkdic-convert):
8547 * cus-edit.el (hook): Fix typo in docstring.
8548
8549 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8550
8551 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8552 (custom-mode-link-map): New variable.
8553 (custom-group-link, custom-manual): Use follow-link.
8554
8555 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8556
8557 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8558 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8559
8560 2006-11-06 Richard Stallman <rms@gnu.org>
8561
8562 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8563 New function broken out of flyspell-correct-word.
8564 (flyspell-mode-map): Bind it to M-RET.
8565 (flyspell-correct-word): Call it.
8566
8567 * textmodes/fill.el (fill-minibuffer-function): New function.
8568 (fill-paragraph): Bind fill-paragraph-function to
8569 fill-minibuffer-function.
8570
8571 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8572 so that they aren't undefined.
8573
8574 * dired.el (dired-readin): Locally bind file-name-coding-system.
8575
8576 * bindings.el: Shorten and clarify usual mode line mouse help string.
8577
8578 * Makefile.in (autoloads): Don't include `obsolete'.
8579
8580 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8581
8582 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8583 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8584 Printing menu if it's not initialized.
8585 (pr-menu-bind): Act on menu-bar-file-menu directly.
8586
8587 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8588
8589 * help.el (view-emacs-news): Fix typo in error message.
8590
8591 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8592
8593 * shadowfile.el (shadow-define-regexp-group)
8594 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8595 (shadow-read-files): Fix typo in message.
8596 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8597 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8598 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8599 (shadow-file-match): Fix typos in docstrings.
8600
8601 * terminal.el (terminal-emulator): Fix typo in message.
8602
8603 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8604
8605 * emacs-lisp/lselect.el (x-kill-primary-selection)
8606 (x-delete-primary-selection, x-copy-primary-selection):
8607 Fix typos in error messages.
8608
8609 * emulation/edt-mapper.el: Fix typo in interactive message.
8610
8611 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8612
8613 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8614 (ispell-help): Fix typos in docstrings.
8615 (ispell-help): Fix typo in output message.
8616
8617 * allout.el (allout-adjust-file-variable)
8618 (allout-passphrase-verifier-string)
8619 (allout-passphrase-hint-string)
8620 (allout-toggle-current-subtree-encryption):
8621 * apropos.el (apropos-synonyms):
8622 * cus-edit.el (hook):
8623 * emacs-lock.el (emacs-lock-from-exiting):
8624 * follow.el (follow-avoid-tail-recenter-p):
8625 * hexl.el (hexl-mode):
8626 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8627 * mouse.el (mouse-set-font):
8628 * resume.el (resume-emacs-args-file):
8629 * rfn-eshadow.el (file-name-shadow-tty-properties):
8630 * t-mouse.el (t-mouse-process, t-mouse-mode):
8631 * emacs-lisp/cust-print.el (custom-print-install)
8632 (custom-print-uninstall, custom-format):
8633 * emacs-lisp/shadow.el (list-load-path-shadows):
8634 * emulation/tpu-edt.el (tpu-help-text)
8635 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8636 (tpu-reset-control-keys):
8637 * emulation/vip.el (vip-emacs-local-map)
8638 (vip-change-mode-to-emacs):
8639 * emulation/viper.el (viper-mode, viper-set-hooks)
8640 (viper-major-mode-modifier-list):
8641 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8642 * emulation/viper-keym.el (viper-emacs-kbd-map)
8643 (viper-toggle-key):
8644 * mail/feedmail.el (feedmail-queue-reminder)
8645 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8646 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8647 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8648 (feedmail-sender-line, feedmail-force-binary-write)
8649 (feedmail-from-line, feedmail-deduce-envelope-from)
8650 (feedmail-x-mailer-line, feedmail-message-id-generator)
8651 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8652 (feedmail-enable-spray, feedmail-spray-this-address)
8653 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8654 (feedmail-queue-runner-confirm-global)
8655 (feedmail-ask-before-queue-prompt)
8656 (feedmail-ask-before-queue-reprompt)
8657 (feedmail-prompt-before-queue-standard-alist)
8658 (feedmail-prompt-before-queue-user-alist)
8659 (feedmail-prompt-before-queue-help-supplement)
8660 (feedmail-queue-use-send-time-for-message-id)
8661 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8662 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8663 (feedmail-mail-send-hook-queued)
8664 (feedmail-confirm-addresses-hook-example)
8665 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8666 (feedmail-queue-runner-mode-setter)
8667 (feedmail-queue-alternative-mail-header-separator)
8668 (feedmail-queue-runner-message-sender)
8669 (feedmail-buffer-eating-function, feedmail-binmail-template)
8670 (feedmail-run-the-queue-no-prompts)
8671 (feedmail-run-the-queue-global-prompt)
8672 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8673 (feedmail-envelope-deducer, feedmail-fiddle-date)
8674 (feedmail-default-message-id-generator)
8675 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8676 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8677 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8678 (vms-pmail-setup):
8679 * play/dunnet.el (dun-help):
8680 * play/handwrite.el (handwrite):
8681 * play/hanoi.el (hanoi-unix-64):
8682 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8683 * textmodes/enriched.el (fixed):
8684 * textmodes/org.el (org-file-apps)
8685 (org-emphasis-regexp-components, org-emphasis-alist):
8686 * textmodes/texinfmt.el (batch-texinfo-format):
8687 Fix typos in docstrings.
8688
8689 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8690
8691 * loadhist.el (read-feature): Don't complete features not loaded
8692 from a file (which make `unload-feature' to fail).
8693
8694 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8695
8696 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8697
8698 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8699
8700 * startup.el (command-line-1): Kill emacs if the last frame is
8701 deleted while evaluating the command-line arguments.
8702
8703 2006-11-05 Richard Stallman <rms@gnu.org>
8704
8705 * startup.el (init-file-had-error): Add doc string.
8706 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8707 Use fixed-width font for keyboard key descriptions.
8708
8709 * cus-edit.el (custom-save-all): Error if saving in .emacs
8710 and it had an error when loaded.
8711
8712 * dired-aux.el (dired-copy-file-recursive): Catch errors
8713 from recursive copies in the loop, around the recursive call.
8714
8715 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8716
8717 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8718 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8719 `/proc/acpi/thermal_zone/*'.
8720 (battery-search-for-one-match-in-files): New. Search a regexp in
8721 the content of some files.
8722
8723 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8724
8725 * window.el (mouse-autoselect-window-now): Remove variable.
8726 (mouse-autoselect-window-state): New variable.
8727 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8728 (mouse-autoselect-window-select, handle-select-window):
8729 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8730 Suspend delayed autoselection during menu or popup dialog.
8731
8732 * info-look.el (info-lookup-guess-custom-symbol): New function
8733 for retrieving symbol at point in custom buffers.
8734 (top level) <info-lookup-maybe-add-help>: Add backquote and
8735 comma to ignored characters in regexps of help specifications
8736 for emacs-lisp-mode and lisp-interaction-mode. This permits
8737 looking up symbols in `...' and after a comma. Add help
8738 specifications for custom-mode and help-mode.
8739
8740 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8741
8742 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8743 Don't encode body if RAW is non-nil, or if the old encoding is
8744 identical to the new encoding, or if the body contains only
8745 eight-bit-* characters.
8746
8747 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8748
8749 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8750 (faces-sample-overlay): Remove variable.
8751 (describe-face): Insert sample text in the face being described.
8752
8753 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8754
8755 * whitespace.el (whitespace-indent-regexp): Make this match any
8756 multiples of eight spaces near the beginning of a line.
8757 (whitespace-buffer): Use `remove-overlays' instead of
8758 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8759 speed up overlay handling.
8760 (whitespace-buffer-leading, whitespace-buffer-trailing):
8761 Make these functions highlight the text removed by
8762 `whitespace-buffer-leading-cleanup' and
8763 `whitespace-buffer-trailing-cleanup' respectively.
8764 (whitespace-buffer-search): Use `with-local-quit'.
8765 Move `format' out of loop to speed up scanning larger buffers.
8766 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8767 that function is never added to a hook.
8768 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8769 (whitespace-buffer-leading-cleanup)
8770 (whitespace-refresh-rescan-list): Fix docstrings.
8771
8772 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8773
8774 * allout.el (allout-during-yank-processing): Cue for inhibiting
8775 aberrance processing during yanks.
8776 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8777 the amount of yanked topics that can be aberrant.
8778 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8779 a function, and supplement with inihibition of doublechecking
8780 during yanks.
8781 (allout-beginning-of-line, allout-next-heading)
8782 (allout-previous-heading, allout-goto-prefix-doublechecked)
8783 (allout-back-to-current-heading, allout-next-visible-heading)
8784 (allout-next-sibling): Use new allout-do-doublecheck function.
8785 (allout-next-sibling): Ensure we made progress when returning
8786 other than nil.
8787 (allout-rebullet-heading): Preserve text property annotations
8788 indicating the text was hidden, if it was.
8789 (allout-kill-line): Remove any added was-hidden annotations.
8790 (allout-kill-topic): Remove any added was-hidden annotations.
8791 (allout-annotate-hidden): Inhibit adding was-hidden text
8792 properties to the undo list.
8793 (allout-deannotate-hidden): New function to remove was-hidden
8794 annotation.
8795 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8796 (allout-remove-exposure-annotation): Replace by
8797 allout-deannotate-hidden.
8798 (allout-yank-processing): Signal that yank processing is happening
8799 with allout-during-yank-processing. Also, wrap
8800 allout-unprotected's closer to the text changes, for easier
8801 debugging. We need to inhibit-field-text-motion explicitly, in
8802 lieu of the encompassing allout-unprotected.
8803 (outlineify-sticky): Adjust criteria for triggering new outline
8804 decorations to presence or absence of any topics, not just a topic
8805 at the beginning of the buffer.
8806
8807 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8808
8809 * bs.el (bs--show-all, bs--redisplay):
8810 * cus-edit.el (custom-unlispify-menu-entries)
8811 (custom-unlispify-tag-names, custom-prompt-variable):
8812 * expand.el (expand-pos):
8813 * speedbar.el (speedbar-generic-list-tag-p):
8814 * wid-edit.el (widget-image-enable):
8815 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8816 * emacs-lisp/find-func.el (find-function-noselect)
8817 (find-function, find-variable-noselect, find-variable)
8818 (find-definition-noselect, find-face-definition):
8819 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8820 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8821 * progmodes/ada-xref.el (ada-find-in-ali):
8822 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8823 * textmodes/org.el (org-copy-subtree):
8824 * textmodes/table.el (table--row-column-insertion-point-p):
8825 Use "non-nil" in docstrings.
8826
8827 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8828
8829 * sort.el (sort-columns): Set the field separator to tab; on
8830 NetBSD, sort complains if "\n" is used as field separator.
8831
8832 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8833
8834 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8835
8836 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * server.el (server-auth-key): Remove. Replace by a process-property.
8839 (server-start): Don't remove the file of the previous process, but
8840 instead clear out the place for the new file.
8841 (server-start): Set the :auth-key property.
8842 (server-process-filter): Use the :auth-key property.
8843
8844 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8845
8846 * textmodes/org.el (org-mode-map): No longer copy
8847 `outline-mode-map' explicitly - this is already done by
8848 `define-derived-mode'.
8849
8850 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8851
8852 * server.el (server-visit-files): Use `when'.
8853 (server-process-filter): When authentication fails, send error
8854 message to client. Wrap `process-send-region' in `ignore-errors'
8855 instead of `condition-case', and remove misleading comment.
8856
8857 2006-11-01 Juri Linkov <juri@jurta.org>
8858
8859 * simple.el (yank): Doc fix.
8860
8861 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * server.el: Try and fit within 80 columns.
8864 (server-start): Make the auth file unreadable by other users.
8865
8866 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8867
8868 * battery.el (battery-linux-proc-acpi): Prevent range error when
8869 `full-capacity' is 0.
8870
8871 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8872
8873 * faces.el (faces-sample-overlay): New defvar.
8874 (faces-sample-overlay): New function to show face sample text.
8875 (describe-face): Use it.
8876
8877 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8878
8879 * progmodes/ada-stmt.el: Change maintainer, apply
8880 whitespace-cleanup, checkdoc.
8881 (ada-func-or-proc-name): Add doc string.
8882
8883 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8884 whitespace-cleanup, checkdoc. Minor improvements to many doc
8885 strings and comments.
8886 (ada-prj-display-page): Change buffer name to more accurately
8887 reflect function.
8888
8889 * progmodes/ada-xref.el: Change maintainer, apply
8890 whitespace-cleanup, checkdoc. Minor improvements to many doc
8891 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8892 (ada-compile-current): Don't add newlines to commands.
8893
8894 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8895
8896 * server.el: Add support for TCP sockets.
8897 (server-use-tcp, server-host, server-auth-dir): New options.
8898 (server-auth-key): New variable.
8899 (server-ensure-safe-dir): Create nonexistent parent dirs.
8900 Ignore Unix-style file modes on Windows.
8901 (server-start): Crete a TCP or Unix socket according to the value
8902 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8903 `server-auth-dir' directory.
8904 (server-process-filter): Delete process if authentication
8905 fails (which never happens for Unix sockets).
8906
8907 2006-10-30 David Kastrup <dak@gnu.org>
8908
8909 * subr.el (add-to-list): Don't continue checking if a match has
8910 been found.
8911
8912 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8913
8914 * tutorial.el: Move defvars to avoid bytecomp warnings.
8915 (tutorial--find-changed-keys): Check if viper-current-state is
8916 bound before using it.
8917 (help-with-tutorial): Check if viper-tutorial is defined before
8918 using it.
8919
8920 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8921
8922 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8923
8924 * tutorial.el: New file.
8925 (help-with-tutorial): Move here from help-fns.el. Add help for
8926 rebound keys. Fix resume of tutorial.
8927 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8928 (tutorial--find-changed-keys, tutorial--display-changes)
8929 (tutorial--saved-dir, tutorial--saved-file)
8930 (tutorial--save-tutorial): New functions to support the changes in
8931 help-with-tutorial.
8932
8933 2006-10-30 Kenichi Handa <handa@m17n.org>
8934
8935 * files.el (revert-buffer): If a unibyte buffer is being reverted
8936 with a coding system for multibyte, set buffer multibyte before
8937 calling insert-file-contents.
8938
8939 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * server.el (server-select-display): Use a dummy buffer to detect when
8942 the frame is later used.
8943 (server-select-display): New function.
8944 (server-process-filter): Use it to detect unused temp frames.
8945
8946 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8947
8948 * progmodes/ada-mode.el: Change maintainer, apply
8949 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8950 (ada-mode-version): New function.
8951 (ada-create-menu): Menu operations are available for all supported
8952 compilers.
8953
8954 2006-10-29 Lars Hansen <larsh@soem.dk>
8955
8956 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8957 Highlight as keyword.
8958 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8959 Don't call tramp-method-out-of-band-p for local files.
8960 (tramp-touch): Quote file name.
8961
8962 2006-10-28 Glenn Morris <rgm@gnu.org>
8963
8964 * calendar/calendar.el (cal-html-cursor-month)
8965 (cal-html-cursor-year): Add autoloads for this new package.
8966 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8967
8968 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8969
8970 * calendar/cal-html.el: New file.
8971
8972 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8973
8974 * emacs-lisp/authors.el (authors-aliases): Update.
8975
8976 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8977
8978 * version.el (emacs-version): Bump version number to 22.0.90.
8979
8980 2006-10-26 John W. Eaton <jwe@octave.org>
8981
8982 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8983 New defvar.
8984 (inferior-octave-resync-dirs): Check to see whether Octave has
8985 built-in variables and set inferior-octave-has-built-in-variables.
8986 Check inferior-octave-has-built-in-variables to decide whether to
8987 send commands that set built-in variables or call functions to
8988 change Octave's behavior.
8989 Send "disp (pwd ())" to Octave instead of just "pwd".
8990 (inferior-octave-startup): Send "more off" to Octave instead of
8991 "page_screen_output = 0".
8992
8993 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8994
8995 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8996 pattern normally.
8997
8998 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8999
9000 * bindings.el (mode-line-mode-menu): Remove bindings for global
9001 minor modes (line/column number) as they are on the menubar.
9002
9003 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
9004
9005 * term/w32-win.el (x-handle-name-switch): Doc fix.
9006 (w32-standard-fontset-spec): Fix typo in docstring.
9007
9008 * midnight.el (midnight-buffer-display-time): Doc fix.
9009 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
9010
9011 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
9012
9013 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
9014
9015 * emulation/viper-ex.el (ex-read): Quote file argument.
9016
9017 * ediff-diff.el (ediff-same-file-contents): Expand file names.
9018
9019 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
9020
9021 2006-10-22 Martin Rudalics <rudalics@gmx.at>
9022
9023 * textmodes/flyspell.el (flyspell-check-region-doublons):
9024 Fix last fix.
9025
9026 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
9027
9028 * bindings.el (mode-line-mode-menu): List global minor modes
9029 before local ones.
9030
9031 2006-10-23 Kim F. Storm <storm@cua.dk>
9032
9033 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
9034 (sit-for): If last command was a prefix arg, add the read-ahead
9035 event to unread-command-events as (t . EVENT) so it will be added
9036 to this-command-keys by read-key-sequence.
9037
9038 2006-10-22 Martin Rudalics <rudalics@gmx.at>
9039
9040 * textmodes/flyspell.el (flyspell-word): Skip past all previous
9041 whitespace when checking doublons.
9042 (flyspell-check-region-doublons): Fix doublon regexp.
9043 (flyspell-highlight-incorrect-region): Highlight doublons using
9044 flyspell-duplicate face.
9045
9046 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
9047
9048 2006-10-22 John Wiegley <johnw@newartisans.com>
9049
9050 * progmodes/python.el (python-use-skeletons): python-mode was
9051 auto-inserting templates (for those with abbrev-mode on), not only
9052 by default -- *but without a configuration variable to disable
9053 it*. This rendered python-mode completely useless for me, so I
9054 have added `python-use-skeletons', which is now off by default.
9055
9056 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
9057
9058 * progmodes/cperl-mode.el (cperl-mode): Don't assume
9059 font-lock-multiline is auto-local (it's not).
9060 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
9061 initialized before calling cperl-init-faces.
9062
9063 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
9064
9065 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
9066 gdb-stack-position a value when there is no fringe.
9067
9068 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
9069 indicator if not visiting a file.
9070
9071 2006-10-20 David Kastrup <dak@gnu.org>
9072
9073 * window.el (kill-buffer-and-window): Fix a bug where an aborted
9074 operation would still cause some window to collapse later.
9075
9076 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * vc.el (vc-switch-backend): Try to be more careful with unwanted
9079 side-effect due to mixing various backends's file properties.
9080
9081 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
9082 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
9083 Return `filename's status if applicable. Update callers.
9084
9085 2006-10-19 Kenichi Handa <handa@m17n.org>
9086
9087 * international/kkc.el (kkc-region): When a key sequence is not
9088 defined, append (this-single-command-raw-keys) to
9089 unread-input-method-events.
9090
9091 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
9092
9093 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
9094
9095 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9096
9097 * version.el (emacs-version): Use mac-carbon-version-string.
9098
9099 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
9100
9101 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9102
9103 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
9104 Kenichi Handa).
9105 (xselect-convert-to-string): Decline requests for UTF8_STRING if
9106 the selection is not UTF-8.
9107
9108 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
9109
9110 * progmodes/ada-mode.el (ada-83-string-keywords)
9111 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
9112 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
9113 (ada-looking-at-semi-private, ada-get-body-name):
9114 Fix typos in docstrings.
9115 (ada-create-case-exception, ada-create-case-exception-substring):
9116 Fix typos in error messages.
9117 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
9118
9119 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9120
9121 * term/x-win.el (res-geometry): Don't set geometry from Xresources
9122 to default-frame-alist if default-frame-alist already contains
9123 width/height.
9124
9125 2006-10-18 Richard Stallman <rms@gnu.org>
9126
9127 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
9128 Non-interactive arg is the value, not the expression.
9129
9130 * simple.el (read-expression-map): Just set it, no defvar.
9131
9132 * subr.el (insert-for-yank-1): If last inserted char has
9133 properties, mark them as rear-nonsticky.
9134
9135 * recentf.el (recentf-mode): Doc fix.
9136
9137 * facemenu.el (facemenu-add-new-face): Defend against symbol
9138 that isn't a face name.
9139
9140 * dired-aux.el (dired-do-copy): Doc fix.
9141
9142 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
9143
9144 * simple.el (line-move-1): Ignore fields when moving to the
9145 beginning of line to avoid getting point stuck.
9146
9147 2006-10-18 Martin Rudalics <rudalics@gmx.at>
9148
9149 * textmodes/flyspell.el (flyspell-word-search-backward):
9150 Set inhibit-point-motion-hooks to avoid looping due to intangibile
9151 text.
9152
9153 2006-10-16 Richard Stallman <rms@gnu.org>
9154
9155 * help-fns.el (describe-function-1): Special case optimization
9156 for self-insert-command.
9157
9158 2006-10-16 Kim F. Storm <storm@cua.dk>
9159
9160 * ido.el (ido-reread-directory): Work in `dir' mode too.
9161
9162 2006-10-15 Martin Rudalics <rudalics@gmx.at>
9163
9164 * textmodes/table.el: Require 'regexp-opt.
9165
9166 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
9167
9168 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
9169 Use shell-quote-argument.
9170
9171 * shell.el (explicit-bash-args): Likewise.
9172
9173 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
9174 Use grep -E rather than egrep.
9175
9176 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9177
9178 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
9179
9180 2006-10-15 Kim F. Storm <storm@cua.dk>
9181
9182 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
9183
9184 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9185
9186 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
9187 to protect whitespace and metacharacters from the shell.
9188
9189 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9190
9191 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
9192
9193 2006-10-13 Eli Zaretskii <eliz@gnu.org>
9194
9195 * subr.el (start-process-shell-command): Doc fix.
9196
9197 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
9198
9199 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
9200 the regexp for Maxima symbols.
9201
9202 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
9205 (vc-find-root): Don't walk higher up than ~.
9206
9207 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
9208
9209 * international/utf-8.el (utf-translate-cjk-load-tables):
9210 Avoid clobbering last-coding-system-used during load.
9211
9212 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
9213
9214 * textmodes/reftex-global.el (reftex-create-tags-file):
9215 Quote file arguments.
9216
9217 2006-10-12 Richard Stallman <rms@gnu.org>
9218
9219 * files.el (file-name-history): Add defvar.
9220 (save-some-buffers-action-alist): Improve description strings.
9221
9222 2006-10-12 Andreas Schwab <schwab@suse.de>
9223
9224 * files.el (auto-mode-alist): Match change log file name also with
9225 a dash before a numeric extension.
9226
9227 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
9228
9229 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
9230 After 5.0:
9231 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
9232
9233 After 5.1: Major edit. Summary of most visible changes:
9234
9235 - Multiple <<HERE per line allowed.
9236 - Handles multiline subroutine declaration headers (with comments).
9237 (The exception is `cperl-etags' - but it is not used in the rest
9238 of the mode.)
9239 - Fontifies multiline my/our declarations (even with comments,
9240 and with legacy `font-lock').
9241 - Major speedup of syntaxification, both immediate and postponed
9242 (3.5x to 15x [for different CPUs and versions of Emacs] on the
9243 huge real-life document I tested).
9244 - New bindings, edits to imenu.
9245 - "_" is made into word-char during fontification/syntaxification;
9246 some attempts to recognize non-word "_" during other operations too.
9247 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
9248 - autoload some more perldoc-related stuff
9249 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
9250 - Attempt to incorporate XEmacs edits which reached me.
9251
9252 Fine-grained changelog:
9253 (cperl-hook-after-change): New configuration variable.
9254 (cperl-vc-sccs-header): Likewise.
9255 (cperl-vc-sccs-header): Likewise.
9256 (cperl-vc-header-alist): Default via two preceding variables.
9257 (cperl-invalid-face): Remove double quoting under XEmacs
9258 (still needed under 21.2).
9259 (cperl-tips): Update URLs for resources.
9260 (cperl-problems): Likewise.
9261 (cperl-praise): Mention new features.
9262 New C-c key bindings: for `cperl-find-bad-style',
9263 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
9264 `cperl-perdoc', and `cperl-perldoc-at-point'.
9265 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
9266 moved, new submenu of Tools with Ispell entries and narrowing.
9267 (cperl-after-sub-regexp): New defsubst.
9268 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
9269 Allows heads up to head4.
9270 Allow "package;".
9271 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
9272 (paren-backwards-message): ??? Something for XEmacs???
9273 (cperl-mode): Never auto-switch abbrev-mode off.
9274 Try to allow '_' be non-word char.
9275 Do not use `font-lock-unfontify-region-function' on XEmacs.
9276 Reset syntax cache on mode start.
9277 Support multiline facification (even on legacy `font-lock').
9278 (cperl-facemenu-add-face-function): ??? Some contributed code ???
9279 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
9280 refuse to inform us whether the fontification is due to lazy
9281 calling or due to edit to a buffer, install our own hook
9282 (controlled by `cperl-hook-after-change').
9283 (cperl-electric-pod): =cut may have been recognized as start.
9284 (cperl-block-p): Move, updated for attributes.
9285 (cperl-calculate-indent): Try to allow '_' be non-word char
9286 Support subs with attributes.
9287 (cperl-where-am-i): Quiet (?) a warning.
9288 (cperl-cached-syntax-table): New function.
9289 (cperl-forward-re): Use `cperl-cached-syntax-table'.
9290 (cperl-unwind-to-safe): Recognize `syntax-type' property
9291 changing in a middle of line.
9292 (cperl-find-sub-attrs): New function.
9293 (cperl-find-pods-heres): Allow many <<EOP per line.
9294 Allow subs with attributes.
9295 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
9296 Recognize "extproc " (OS/2) case-folded and only at start.
9297 /x on s///x with empty replacement was not recognized.
9298 Better comments.
9299 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
9300 Allow subs with attributes, labels.
9301 Do not confuse "else::foo" with "else".
9302 Minor optimizations...
9303 (cperl-after-expr-p): Try to allow '_' be non-word char.
9304 (cperl-fill-paragraph): Try to detect a major bug in Emacs
9305 with `looking-at' inside `narrow' and bulk out if found.
9306 (cperl-imenu--create-perl-index): Updates for new
9307 `cperl-imenu--function-name-regexp-perl'.
9308 (cperl-outline-level): Likewise.
9309 (cperl-init-faces): Allow multiline subroutine headers
9310 and my/our declarations, and ones with comments.
9311 Allow subroutine attributes.
9312 (cperl-imenu-on-info): Better docstring.
9313 (cperl-etags): Rudimentary support for attributes.
9314 Support for packages and "package;".
9315 (cperl-add-tags-recurse-noxs): Better (?) docstring.
9316 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
9317 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
9318 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
9319 (cperl-perldoc): Add autoload.
9320 (cperl-perldoc-at-point): Likewise.
9321 (cperl-here-doc-spell): New function.
9322 (cperl-pod-spell): Likewise.
9323 (cperl-map-pods-heres): Likewise.
9324 (cperl-get-here-doc-region): Likewise.
9325 (cperl-font-lock-fontify-region-function): Likewise (backward
9326 compatibility for legacy `font-lock').
9327 (cperl-font-lock-unfontify-region-function): Fix style.
9328 (cperl-fontify-syntaxically): Recognize and optimize away deferred
9329 calls with no-change. Governed by `cperl-hook-after-change'.
9330 (cperl-fontify-update): Recognize that syntaxification region
9331 can be larger than fontification one.
9332 XXXX we leave `cperl-postpone' property, so this is quadratic...
9333 (cperl-fontify-update-bad): Temporary placeholder until
9334 it is clear how to implement `cperl-fontify-update'.
9335 (cperl-time-fontification): New function.
9336 (attrib-group): New text attribute.
9337 (multiline): New value: `syntax-type' text attribute.
9338
9339 After 5.2:
9340 (cperl-emulate-lazy-lock): New function.
9341 (cperl-fontify-syntaxically): Would skip large regions.
9342 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
9343 Some globals were declared, but uninitialized.
9344
9345 After 5.3, 5.4:
9346 (cperl-facemenu-add-face-function): Add docs, fix U<>.
9347 Copyright message updated.
9348 (cperl-init-faces): Work around a bug in `font-lock'. May slow
9349 facification down a bit.
9350 Misprint for my|our|local for old `font-lock'
9351 "our" was not fontified same as "my|local".
9352 Highlight variables after "my" etc even in
9353 a middle of an expression.
9354 Do not facify multiple variables after my etc
9355 unless parentheses are present.
9356
9357 After 5.5, 5.6
9358 (cperl-fontify-syntaxically): after-change hook could reset.
9359 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9360
9361 After 5.7:
9362 (cperl-init-faces): Allow highlighting of local ($/).
9363 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
9364 (cperl-problems): Remove fixed problems.
9365 (cperl-find-pods-heres): Recognize #-comments in m##x too.
9366 Recognize charclasses (unless delimiter is \).
9367 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
9368 (cperl-regexp-scan): Update docs.
9369 (cperl-beautify-regexp-piece): Use information got from regexp scan.
9370
9371 After 5.8:
9372 Major user visible changes:
9373 Recognition and fontification of character classes in RExen.
9374 Variable indentation of RExen according to groups.
9375
9376 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
9377 Fontify REx charclasses in variable-name face.
9378 Fontify POSIX charclasses in "type" face.
9379 Fontify unmatched "]" in function-name face.
9380 Mark first-char of HERE-doc as `front-sticky'.
9381 Reset `front-sticky' property when needed.
9382 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
9383 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
9384 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
9385 constructs. Support `narrow'ed buffers.
9386 (cperl-praise): Remove a reservation.
9387 (cperl-make-indent): New function.
9388 (cperl-indent-for-comment): Use `cperl-make-indent'.
9389 (cperl-indent-line): Likewise.
9390 (cperl-lineup): Likewise.
9391 (cperl-beautify-regexp-piece): Likewise.
9392 (cperl-contract-level): Likewise.
9393 (cperl-toggle-set-debug-unwind): New function.
9394 New menu entry for this.
9395 (fill-paragraph-function): Use when `boundp'.
9396 (cperl-calculate-indent): Take into account groups when indenting RExen.
9397 (cperl-to-comment-or-eol): Recognize # which end a string.
9398 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
9399 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
9400 (cperl-fontify-syntaxically): More clear debugging message.
9401 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9402 (cperl-init-faces): More complicated highlight even on XEmacs (new).
9403 Merge cosmetic changes from XEmacs.
9404
9405 After 5.9:
9406 (cperl-1+): Move to before the first use.
9407 (cperl-1-): Likewise.
9408
9409 After 5.10:
9410
9411 This code may lock Emacs hard!!! Use at your own risk!
9412
9413 (cperl-font-locking): New internal variable.
9414 (cperl-beginning-of-property): New function.
9415 (cperl-calculate-indent): Use `cperl-beginning-of-property'
9416 instead of `previous-single-property-change'.
9417 (cperl-unwind-to-safe): Likewise.
9418 (cperl-after-expr-p): Likewise.
9419 (cperl-get-here-doc-region): Likewise.
9420 (cperl-font-lock-fontify-region-function): Likewise.
9421 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9422 recursively.
9423 Bound `next-single-property-change' via `point-max'.
9424 (cperl-unwind-to-safe): Bound likewise
9425 (cperl-font-lock-fontify-region-function): Likewise.
9426 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9427 Initialization of `cperl-font-lock-multiline-start' could be
9428 missed if the "main" fontification did not run due to the
9429 keyword being already fontified.
9430 (cperl-pod-spell): Return t from do-one-chunk function.
9431 (cperl-map-pods-heres): Stop when the worker returns nil.
9432 Call `cperl-update-syntaxification'.
9433 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9434 (cperl-get-here-doc-delim): Remove unused function.
9435
9436 After 5.11:
9437
9438 The possible lockup of Emacs (introduced in 5.10) fixed.
9439
9440 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9441 (cperl-syntaxify-for-menu): New customization variable.
9442 (cperl-select-this-pod-or-here-doc): New function.
9443 (cperl-get-here-doc-region): Extra argument.
9444 Do not adjust pos by 1.
9445
9446 New menu entries
9447 (Perl/Tools): Selection of current POD or HERE-DOC section.
9448 (Debugging CPerl:) backtrace on fontification.
9449
9450 After 5.12:
9451 (cperl-cached-syntax-table): Use `car-safe'.
9452 (cperl-forward-re): Remove spurious argument SET-ST.
9453 Add documentation.
9454 (cperl-forward-group-in-re): New function.
9455 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9456 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9457
9458 After 5.13:
9459 (cperl-string-syntax-table): Make { and } not-grouping
9460 (Sometimes they ARE grouping in RExen, but matching them would only
9461 confuse in many situations when they are not)
9462 (beginning-of-buffer): Replace two occurrences with goto-char...
9463 (cperl-calculate-indent): `char-after' could be nil...
9464 (cperl-find-pods-heres): REx can start after "[" too.
9465 Hightlight (??{}) in RExen too.
9466 (cperl-maybe-white-and-comment-rex): New constant
9467 (cperl-white-and-comment-rex): Likewise.
9468 XXXX Not very efficient, but hard to make
9469 better while keeping 1 group.
9470
9471 After 5.13:
9472 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9473 Likewise for 1 << identifier.
9474
9475 After 5.14:
9476 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9477 Error-less condition-case could fail.
9478 (cperl-font-lock-fontify-region-function): Likewise.
9479 (cperl-init-faces): Likewise.
9480
9481 After 5.15:
9482 (cperl-find-pods-heres): Support property REx-part2.
9483 (cperl-calculate-indent): Likewise.
9484 Don't special-case REx with non-empty 1st line.
9485 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9486 Invert highlighting of charclasses:
9487 now the envelop is highlighted.
9488 Highlight many others 0-length builtins.
9489 (cperl-praise): Mention indenting and highlight in RExen.
9490
9491 After 5.15:
9492 (cperl-find-pods-heres): Highlight capturing parens in REx.
9493
9494 After 5.16:
9495 (cperl-find-pods-heres): Highlight '|' for alternation
9496 Initialize `font-lock-warning-face' if not present.
9497 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9498 `font-lock-function-name-face'.
9499 (cperl-look-at-leading-count): Likewise.
9500 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9501 `font-lock-keyword-face' (needed for
9502 batch processing), etc...
9503 Use `font-lock-builtin-face' for builtin in REx
9504 Now `font-lock-variable-name-face'
9505 is used for interpolated variables
9506 Use "talking aliases" for faces inside REx
9507 Highlight parts of REx (except in charclasses)
9508 according to the syntax and/or semantic
9509 Syntax-mark a {}-part of (?{}) as "comment"
9510 (it was the ()-part)
9511 Better logic to distinguish what is what in REx
9512 (cperl-tips-faces): Document REx highlighting
9513 (cperl-praise): Mention REx syntax highlight etc.
9514
9515 After 5.17:
9516 (cperl-find-sub-attrs): Would not always manage to print error message.
9517 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9518
9519 After 5.18:
9520 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9521 Very minor optimization.
9522 `my-cperl-REx-modifiers-face' got quoted.
9523 Recognize "print $foo <<END" as HERE-doc.
9524 Put `REx-interpolated' text attribute if needed.
9525 (cperl-invert-if-unless-modifiers): New function.
9526 (cperl-backward-to-start-of-expr): Likewise.
9527 (cperl-forward-to-end-of-expr): Likewise.
9528 (cperl-invert-if-unless): Works in "the opposite way" too.
9529 Cursor position on return is on the switch-word.
9530 Indents comments better.
9531 (REx-interpolated): New text attribute.
9532 (cperl-next-interpolated-REx): New function.
9533 (cperl-next-interpolated-REx-0): Likewise.
9534 (cperl-next-interpolated-REx-1): Likewise.
9535 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9536 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9537 (cperl-praise): Mention finded interpolated RExen.
9538
9539 After 5.19:
9540 (cperl-init-faces): Highlight %$foo, @$foo too.
9541 (cperl-short-docs): Better docs for system, exec.
9542 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9543 Would not find HERE-doc ended by EOF without NL.
9544 (cperl-short-docs): Correct not-doubled \-escapes.
9545 start block: Put some `defvar' for stuff gone from XEmacs.
9546
9547 After 5.20:
9548 initial comment: Extend copyright, fix email address.
9549 (cperl-indent-comment-at-column-0): New customization variable.
9550 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9551 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9552 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9553 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9554 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9555 highlight $ in $foo too (UNTESTED).
9556 (cperl-set-style): Docstring missed some available styles.
9557 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9558 Change "Current" to "Memorize Current".
9559 (cperl-indent-wrt-brace): New customization variable; the default is
9560 as for pre-5.2 version.
9561 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9562 (cperl-style-alist): Likewise.
9563 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9564 and `cperl-extra-newline-before-brace' etc
9565 being t
9566 (cperl-indent-exp): Plans B and C to find continuation blocks even
9567 if `cperl-extra-newline-before-brace' is t.
9568
9569 After 5.21:
9570 Improve some docstrings concerning indentation.
9571 (cperl-indent-rules-alist): New variable.
9572 (cperl-sniff-for-indent): New function name
9573 (separated from `cperl-calculate-indent').
9574 (cperl-calculate-indent): Separate the sniffer and the indenter;
9575 uses `cperl-sniff-for-indent' now.
9576 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9577 was inverted;
9578 Support `comment-column' = 0.
9579
9580 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9581
9582 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9583 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9584 * longlines.el (longlines-window-change-function): Likewise.
9585 * simple.el (undo-ask-before-discard): Likewise.
9586 * wid-edit.el (widget-field-prompt-internal)
9587 (widget-documentation-link-p): Likewise.
9588
9589 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9590
9591 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9592 for a keyword.
9593
9594 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * newcomment.el (comment-valid-prefix-p): Make the check
9597 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9598 (comment-indent-new-line): Adjust call.
9599
9600 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9601
9602 * allout.el (allout-back-to-current-heading): Base on lower-level
9603 routines to get proper disqualification of aberrant topics.
9604
9605 2006-10-09 Richard Stallman <rms@gnu.org>
9606
9607 * textmodes/two-column.el (2C-two-columns): Doc fix.
9608
9609 2006-10-09 Kim F. Storm <storm@cua.dk>
9610
9611 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9612 about implicit use.
9613
9614 2006-10-08 Richard Stallman <rms@gnu.org>
9615
9616 * textmodes/two-column.el (2C-two-columns): Doc fix.
9617
9618 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9619
9620 * files.el: Mark `buffer-read-only' as safe-local-variable.
9621
9622 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9623
9624 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9625 Burp if GUD buffer has been killed.
9626
9627 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * completion.el (add-completions-from-c-buffer):
9630 Don't presume an error's second element is a string.
9631 Use looking-at rather than buffer-substring + member.
9632
9633 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9634
9635 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9636 `undecided', call find-coding-systems-region to find a proper
9637 non-trivial encoding.
9638 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9639 and "text/plain".
9640
9641 2006-10-07 Kevin Ryde <user42@zip.com.au>
9642
9643 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9644 url-link.
9645
9646 * strokes.el (defgroup strokes): Remove invalid url-link.
9647
9648 2006-10-07 Magnus Henoch <mange@freemail.hu>
9649
9650 * autoinsert.el (auto-insert-alist): Doc fix.
9651
9652 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9653
9654 * mouse-sel.el (mouse-insert-selection-internal):
9655 Use insert-for-yank, so that yank handlers are run.
9656
9657 2006-10-07 Kim F. Storm <storm@cua.dk>
9658
9659 * ido.el (ido-file-extension-aux): Fix comparison.
9660
9661 2006-10-06 Kim F. Storm <storm@cua.dk>
9662
9663 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9664
9665 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9666
9667 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9668 (ad-make-mapped-call): Use `let', not `let*'.
9669
9670 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9671
9672 * international/mule-cmds.el (coding-system-change-eol-conversion):
9673 Ensure the coding system is initialized before calling
9674 coding-system-eol-type.
9675
9676 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9677
9678 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9679 (org-activate-angle-links, org-activate-dates)
9680 (org-activate-target-links, org-activate-camels)
9681 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9682 textproperty keymaps from being active beyond the end of a line.
9683 (org-unfontify-region): Also remove `rear-nonsticky' property.
9684
9685 2006-10-04 Kenichi Handa <handa@m17n.org>
9686
9687 * international/code-pages.el (next): Table fixed.
9688
9689 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9692 that it's been made unnecessary by removing narrowing.
9693
9694 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9697 control flow a bit, simplify another bit, and add comments.
9698
9699 2006-10-03 David Kastrup <dak@gnu.org>
9700
9701 * help.el (describe-mode): For clicks on mode-line, use "@"
9702 interactive argument to get the major mode of the click instead of
9703 the current buffer.
9704
9705 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9706 in order to better redirect mouse-2 clicks. Also allow default
9707 bindings to apply.
9708
9709 2006-10-03 Kim F. Storm <storm@cua.dk>
9710
9711 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9712 (pushnew): Fix last change.
9713
9714 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9715
9716 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9717 Use the interactive spec of `eval-expression'.
9718
9719 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9720
9721 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9722
9723 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9724
9725 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9726 2006-09-28 commit.
9727
9728 2006-10-02 Kenichi Handa <handa@m17n.org>
9729
9730 * international/code-pages.el (iso-8859-6): Table fixed.
9731
9732 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9733
9734 * dired.el (dired-build-subdir-alist): Fix previous change.
9735
9736 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9737
9738 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9739
9740 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9743 "define-button-type".
9744
9745 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9746 they don't keep accumulating.
9747
9748 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9749
9750 * ffap.el (ffap-rfc-path): Change the address of the RFC
9751 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9752
9753 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9754
9755 * allout.el (allout-expose-topic): Rectify implementation of "+"
9756 spec, so that bodies are not exposed with headlines.
9757
9758 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9759
9760 * allout.el (allout-current-depth): Do aberrent check only at or
9761 below doublecheck depth.
9762 (allout-chart-subtree): Make it explicit that LEVELS being nil
9763 means unlimited depth. Drop undocumented support for LEVELS value
9764 t meaning unlimited depth. (This is consistent with
9765 allout-chart-to-reveal, but contrary to allout-show-children,
9766 which needs to use nil to default to depth of 1.)
9767 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9768 (allout-chart-to-reveal): Be explicit in docstring about meaning
9769 of nil LEVELS, and drop support for LEVELS value t.
9770 (allout-show-children): Translate the level spec used by this
9771 routine to that used by allout-chart-subtree and
9772 allout-chart-to-reveal.
9773 (allout-show-to-offshoot): Retry once when stuck, after opening
9774 subtree - improvements in discontinuity handling likely will
9775 enable progress.
9776
9777 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9778
9779 * wid-edit.el (widget-button-click-moves-point): New variable.
9780 (widget-button-click): If widget-button-click-moves-point is
9781 non-nil, set point after performing the button action.
9782
9783 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9784
9785 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9786
9787 * files.el (find-file-existing): Modify to not allow wildcards.
9788
9789 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9790
9791 * simple.el (undo-more): When undo information for the region is
9792 exhausted, say "No further undo information FOR REGION".
9793
9794 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9795
9796 * progmodes/sh-script.el (sh-prev-thing):
9797 Take `sh-leading-keywords' into account.
9798
9799 2006-09-29 Glenn Morris <rgm@gnu.org>
9800
9801 * custom.el (defcustom): Doc fix.
9802
9803 * calendar/calendar.el (european-calendar-style):
9804 Call european-calendar or american-calendar as needed when set.
9805 (diary-view-entries, list-calendar-holidays): Move autoloads
9806 before use.
9807
9808 2006-09-29 Juri Linkov <juri@jurta.org>
9809
9810 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9811 to nil if there is no previous property change.
9812
9813 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9814
9815 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9816 saving anything to be sure that `forward-sexp' behaves correctly.
9817
9818 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9819
9820 * simple.el (line-move-finish): Ignore field boundaries if the
9821 initial and final points have the same `field' property.
9822
9823 2006-09-29 Kim F. Storm <storm@cua.dk>
9824
9825 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9826 to t while calling ido-read-internal.
9827
9828 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9829
9830 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9831 (org-archive-subtree): Remove erraneous `]' from character list.
9832
9833 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9834
9835 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9836 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9837 markers for data-area and parameters-area.
9838
9839 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9840
9841 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9842
9843 * font-lock.el (font-lock-after-change-function): Refontify next line
9844 as well if end is at BOL.
9845 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9846 only extend the region as much as needed.
9847
9848 2006-09-28 Richard Stallman <rms@gnu.org>
9849
9850 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9851
9852 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9853
9854 * international/mule.el (after-insert-file-set-coding):
9855 If VISIT, don't let set-buffer-multibyte make undo info.
9856
9857 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9858
9859 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9860 lines in base64-encoded authentication response.
9861
9862 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9863
9864 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9865 (ebnf-version): New version 4.3.
9866 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9867 (ebnf-prologue): Adjust PostScript programming.
9868 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9869 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9870
9871 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9872
9873 * jit-lock.el (jit-lock-force-redisplay): Rename from
9874 jit-lock-fontify-again, and undo the mistaken change I've just done.
9875
9876 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9877 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9878
9879 2006-09-26 Kenichi Handa <handa@m17n.org>
9880
9881 * startup.el (display-splash-screen): Allow a prefix argument.
9882
9883 2006-09-25 Jason Rumney <jasonr@gnu.org>
9884
9885 * subr.el (shell-quote-argument): Use DOS logic for Windows
9886 shells with DOS semantics.
9887
9888 2006-09-24 Richard Stallman <rms@gnu.org>
9889
9890 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9891 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9892 to delete the overlay. Put it on pre-command-hook.
9893
9894 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9895
9896 * startup.el (fancy-splash-screens, normal-splash-screen):
9897 Call the splash buffer *About GNU Emacs*.
9898
9899 * simple.el (next-error-highlight, next-error-highlight-no-select):
9900 Default to 0.5.
9901 (yank-excluded-properties): Add `fontified'.
9902
9903 * font-lock.el (font-lock-compile-keywords): Allow value of
9904 syntax-begin-function to enable paren-column-0 highlighting.
9905
9906 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9907
9908 * dired.el (dired-build-subdir-alist): When file ends in colon,
9909 don't exit the loop, just disregard that file.
9910
9911 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9912
9913 * simple.el (line-move-finish): Handle corner case for fields in
9914 continued lines.
9915 (line-move-1): Remove flawed test for that case.
9916
9917 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9918
9919 * icomplete.el (icomplete-simple-completing-p): Use the correct
9920 name for the new variable, `icomplete-with-completion-tables'.
9921 (file local variables): Remove superfluous setting.
9922
9923 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9924
9925 * calendar/appt.el (appt-check): Fix typo for appointments just
9926 after midnight.
9927
9928 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9929
9930 * help.el (describe-key-briefly, describe-key): Don't expect an
9931 extra up event if a down-event is generated by a popup menu.
9932
9933 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9934
9935 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9936 local dictionary when changing the global dictionary.
9937
9938 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9939
9940 * icomplete.el (icomplete-with-completion-tables): List of
9941 specialized completion tables with which icomplete should
9942 operate. Include the new `internal-complete-buffer', so icomplete
9943 works with interactive buffer-selection.
9944 (icomplete-simple-completing-p): Add acceptance of specialized
9945 completion tables listed in icomplete-with-completion-tables.
9946
9947 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9948
9949 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9950
9951 * startup.el (command-line): Use `custom-reevaluate-setting' for
9952 `focus-follows-mouse'.
9953
9954 2006-09-22 Richard Stallman <rms@gnu.org>
9955
9956 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9957 explain why Save is not available.
9958
9959 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9960
9961 * woman.el (woman0-so): Use `let*', not `let'.
9962 (woman-horizontal-line): Remove unbalanced parenthesis.
9963
9964 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9965
9966 * woman.el: Make sure all the end-of-region markers we use have
9967 a non-nil insertion-type.
9968 (woman0-so): Move things around so we can use copy-marker.
9969 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9970 Adjust marker type.
9971 (woman2-process-escapes): Check marker type.
9972 (woman-horizontal-line): Dispense with the use of a marker.
9973
9974 2006-09-22 Jay Belanger <belanger@truman.edu>
9975
9976 * calc/calc-lang.el: Add Greek letters to math-variable-table
9977 property of tex.
9978
9979 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9980
9981 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9982
9983 2006-09-22 Masatake YAMATO <jet@gyve.org>
9984
9985 * add-log.el (add-log-current-defun): Use `forward-sexp'
9986 instead of `forward-word' to pick c++::symbol.
9987 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9988
9989 2006-09-22 Kenichi Handa <handa@m17n.org>
9990
9991 * bindings.el: Fix setting self-insert-command for multibyte
9992 characters in global-map.
9993
9994 2006-09-21 David Kastrup <dak@gnu.org>
9995
9996 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9997 doc string.
9998
9999 2006-09-21 Kenichi Handa <handa@m17n.org>
10000
10001 * language/european.el ("Latin-1"): Add windows-1252 to
10002 coding-priority.
10003 ("German"): Likewise.
10004
10005 2006-09-21 Kim F. Storm <storm@cua.dk>
10006
10007 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
10008 Suggested by Miles Bader.
10009
10010 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
10011 instead of add-to-list in the simple case.
10012
10013 2006-09-20 Kenichi Handa <handa@m17n.org>
10014
10015 * isearch.el (isearch-process-search-char): Cancel the previous change.
10016 (isearch-search-string): New function.
10017 (isearch-search): Use isearch-search-string.
10018 (isearch-lazy-highlight-search): Likewise.
10019
10020 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10021
10022 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
10023 string to become an option.
10024
10025 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10026
10027 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
10028
10029 2006-09-20 Kim F. Storm <storm@cua.dk>
10030
10031 * simple.el (line-move-partial): Call pos-visible-in-window-p with
10032 position t instead of trying both window-end and window-end - 1.
10033
10034 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
10035
10036 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
10037 hidden trees.
10038
10039 2006-09-20 David Kastrup <dak@gnu.org>
10040
10041 * mouse.el (mouse-posn-property): Improve doc string.
10042 (mouse-on-link-p): Change buffers for function calls on links.
10043
10044 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
10045 buffer is read-only.
10046
10047 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
10048
10049 * allout.el (allout-unprotected): Let inhibit-read-only only when
10050 buffer-read-only isn't set.
10051 (allout-annotate-hidden): Enable topic annotation during copies even
10052 when the buffer is read-only, eg for topic copies. Ensure that the loop
10053 advances, even when the span extends beyond the deletion region.
10054 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
10055 rather than allout-exposure-changed-hook, as a stronger assertion.
10056 (allout-keybindings-list): Add bindings for
10057 allout-copy-line-as-kill and allout-copy-topic-as-kill.
10058 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
10059 Copy wrappers for allout-kill-line and allout-kill-topic.
10060 (allout-listify-exposed): Position correctly to accumulate lines.
10061
10062 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
10063
10064 * simple.el (line-move-1): Escape field boundaries occurring
10065 exactly at point. Update goal column if constrained to a field.
10066 (line-move-finish): Escape field boundaries occurring exactly at point.
10067
10068 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * mouse.el (mouse-on-link-p): Tentatively fix last change.
10071 (mouse-drag-vertical-line): Remove unused var `wconfig'.
10072
10073 2006-09-19 Kim F. Storm <storm@cua.dk>
10074
10075 * help.el (describe-key-briefly, describe-key): Simplify printing
10076 of descriptions by using format and %S. Fix "is undefined"
10077 messages to say "at that spot" for mouse events.
10078
10079 * simple.el (line-move-partial): Optimize. Try window-line-height
10080 before posn-at-point to get vpos of current line.
10081
10082 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
10083
10084 * emulation/viper.el: Bump up version/date of update to reflect the
10085 substantial changes done in August 2006.
10086
10087 * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
10088 push-button are defined.
10089
10090 * ediff-util.el (ediff-add-to-history): New function.
10091
10092 * ediff.el: Use ediff-add-to-history instead of add-to-history.
10093
10094 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10095
10096 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
10097 Delete duplicate make-local-variable form.
10098 (conf-space-keywords): Add autoload cookie.
10099 Fix typo (`keywords', not `keyword').
10100
10101 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10102
10103 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
10104 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
10105 to x-gtk-use-old-file-dialog.
10106
10107 2006-09-18 Richard Stallman <rms@gnu.org>
10108
10109 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
10110 that might come in during mouse tracking.
10111
10112 2006-09-18 Kim F. Storm <storm@cua.dk>
10113
10114 * simple.el (line-move-partial): Rework 2006-09-15 change to use
10115 new window-line-height function. Further optimize by not calling
10116 pos-visible-in-window-p for window-end when window-line-height
10117 returns useful information.
10118
10119 2006-09-16 Richard Stallman <rms@gnu.org>
10120
10121 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
10122 (conf-space-mode): Don't handle prefix arg.
10123 Delete conf-space-keywords-override code.
10124 Use add-hook.
10125 (conf-space-keywords): New command.
10126 (conf-space-mode-internal): Be careful with imenu-generic-expression.
10127 Delete conf-space-keywords-override code.
10128 (conf-space-keywords-alist): Doc fix.
10129 (conf-space-font-lock-keywords): Doc fix.
10130 (conf-space-keywords-override): Var deleted.
10131
10132 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
10133
10134 * startup.el (fancy-splash-screens): Don't switch to the scratch
10135 buffer; it may not be the next buffer.
10136
10137 2006-09-16 Romain Francoise <romain@orebokech.com>
10138
10139 * saveplace.el (load-save-place-alist-from-file): Use expanded name
10140 in both messages.
10141
10142 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
10143
10144 * progmodes/python.el (python-preoutput-filter):
10145 Fix arg order to string-match.
10146
10147 2006-09-16 Richard Stallman <rms@gnu.org>
10148
10149 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
10150 font-lock-compile-keywords.
10151
10152 * font-lock.el (font-lock-compile-keywords): Rename optional arg
10153 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
10154
10155 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10156
10157 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
10158
10159 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
10160 and the data doesn't look like UTF8, send STRING instead.
10161
10162 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
10163
10164 * textmodes/flyspell.el (flyspell-check-region-doublons):
10165 New function to detect duplicated words.
10166 (flyspell-large-region): Use it.
10167
10168 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
10169
10170 * simple.el (line-move-to-column): Revert 2006-08-03 change.
10171
10172 2006-09-16 Eli Zaretskii <eliz@gnu.org>
10173
10174 * help.el (describe-prefix-bindings): Use let, not let*.
10175
10176 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
10177
10178 * allout.el (allout-regexp, allout-line-boundary-regexp)
10179 (allout-bob-regexp): Correct grouping and boundaries to fix
10180 backwards traversal.
10181 (allout-depth-specific-regexp, allout-depth-one-regexp):
10182 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
10183 worse time in allout-ascend.
10184 (allout-doublecheck-at-and-shallower): Identify depth threshold
10185 below which topics are checked for and disqualified by containment
10186 discontinuities.
10187 (allout-hotspot-key-handler): Correctly handle multiple-key
10188 strokes. Remove some unused variables.
10189 (allout-mode-leaders): Clarify that mode-specific comment-start
10190 will be used.
10191 (set-allout-regexp): Correctly regexp-quote allout regexps to
10192 properly accept alternative header-leads and primary bullets with
10193 regexp-specific characters (eg, C "/*", mathematica "(*").
10194 Include new regular expressions among those configured.
10195 (allout-infer-header-lead-and-primary-bullet):
10196 Rename allout-infer-header-lead.
10197 (allout-recent-depth): Manifest as a variable as well as a function.
10198 (allout-prefix-data): Simplify into an inline instead of a macro,
10199 assuming current match data rather than being explicitly passed
10200 it. Establish allout-recent-depth value as well as
10201 allout-recent-prefix-beginning and allout-recent-prefix-end.
10202 (allout-aberrant-container-p): True when an item's immediate
10203 offspring discontinuously contained. Useful for disqualifying
10204 unintended topic prefixes, likely at low depths.
10205 (allout-goto-prefix-doublechecked): Elaborate version of
10206 allout-goto-prefix which disqualifies aberrant pseudo-items.
10207 (allout-pre-next-prefix): Layer on top of lower-level routines, to
10208 get disqualification of aberrant containers.
10209 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
10210 containers.
10211 (allout-beginning-of-current-entry): Position at start of buffer
10212 when in container (depth 0) entry.
10213 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
10214 (allout-current-bullet): Strip text properties.
10215 (allout-get-prefix-bullet): Use right match groups.
10216 (allout-beginning-of-line, allout-next-heading):
10217 Disqualify aberrant containers.
10218 (allout-previous-heading): Disqualify aberrant containers, and
10219 change to regular (rather than inline) function, to allow
10220 self-recursion.
10221 (allout-get-invisibility-overlay): Increment so progress is made
10222 when the first overlay is not the sought one.
10223 (allout-end-of-prefix): Disqualify aberrant containers.
10224 (allout-end-of-line): Cycle something like allout-beginning-of-line.
10225 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
10226 outline.el outlines) functional again. Change the primary bullet
10227 along with the header-lead - level 1 new-style bullets now work.
10228 Engage allout-before-change-handler in mainline Emacs, not just
10229 XEmacs, to do undo handling.
10230 (allout-before-change-handler): Expose undo changes occurring in
10231 hidden regions. Use allout-get-invisibility-overlay instead of
10232 reimplementing it inline.
10233 (allout-chart-subtree): Use start rather than end of prefix in
10234 charts. Use allout-recent-depth variable.
10235 (allout-chart-siblings): Disqualify aberrant topics.
10236 (allout-beginning-of-current-entry): Position correctly.
10237 (allout-ascend): Use new allout-depth-specific-regexp and
10238 allout-depth-one-regexp for linear instead of O(N^2) or worse
10239 behavior.
10240 (allout-ascend-to-depth): Depend on allout-ascend, rather than
10241 reimplementing an algorithm.
10242 (allout-up-current-level): Depend on allout-ascend, rather than
10243 reimplementing an algorithm. Return to start-point if we fail.
10244 (allout-descend-to-depth): Use allout-recent-depth variable
10245 instead of function.
10246 (allout-next-sibling): On traversal of numerous intervening
10247 topics, resort to economical allout-next-sibling-leap.
10248 (allout-next-sibling-leap): Specialized version of
10249 allout-next-sibling that uses allout-ascend cleverly, to depend on
10250 a regexp search to leap large numbers of contained topics, rather
10251 than arbitrarily many one-by-one traversals.
10252 (allout-next-visible-heading): Disqualify aberrant topics.
10253 (allout-previous-visible-heading): Position consistently when
10254 interactive.
10255 (allout-forward-current-level): Base on allout-previous-sibling
10256 rather than (differently) reimplmenting the algorithm. Remove some
10257 unused variables.
10258 (allout-solicit-alternate-bullet): Present default choice stripped
10259 of text properties.
10260 (allout-rebullet-heading): Use bullet stripped of text properties.
10261 Register changes using allout-exposure-change-hook.
10262 Disregard aberrant topics.
10263 (allout-shift-in): With universal-argument, make topic a peer of
10264 it's former offspring. Simplify the code by separating out
10265 allout-shift-out functionality.
10266 (allout-shift-out): With universal-argument, make offspring peers
10267 of their former container, and its siblings. Implement the
10268 functionality here, rather than inappropriately muddling the
10269 implementation of allout-shift-in.
10270 (allout-rebullet-topic): Respect additional argument for new
10271 parent-child separation function.
10272 (allout-yank-processing): Use allout-ascend directly.
10273 (allout-show-entry): Disqualify aberrant topics.
10274 (allout-show-children): Handle discontinuous children gracefully,
10275 extending the depth being revealed to expose them and posting a
10276 message indicating the situation.
10277 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
10278 Leave cursor in correct position.
10279 (allout-hide-current-subtree): Use allout-ascend directly.
10280 Disqualify aberrant topics.
10281 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
10282 a way that the yanks can restore it, as used to happen.
10283 (allout-yank-processing): Restore exposure layout as recorded by
10284 allout-kill-*, as used to happen.
10285 (allout-annotate-hidden, allout-hide-by-annotation): New routines
10286 for preseving and restoring exposure layout across kills.
10287 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
10288 (allout-encrypt-string): Strip text properties.
10289 Rearranged order and outline-headings for some of the
10290 miscellaneous functions.
10291 (allout-resolve-xref): No need to quote the error name in the
10292 condition-case handler section.
10293 (allout-flatten): Classic recursive (and recursively intensive,
10294 without tail-recursion) list-flattener, needed by allout-shift-out
10295 when confronted with discontinuous children.
10296
10297 2006-09-16 Jason Rumney <jasonr@gnu.org>
10298
10299 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
10300 on ms-windows.
10301 (dnd-open-unc-file): Remove.
10302 (dnd-open-local-file): Mention in doc string that it also handles
10303 remote files if the system natively supports unc file-names.
10304
10305 2006-09-15 Kim F. Storm <storm@cua.dk>
10306
10307 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
10308 all necessary information about the event before erasing *Help*.
10309
10310 * simple.el (line-move-partial): Use window-line-visiblity to
10311 quickly check whether last line is partially visible, and only do
10312 the hard (and slow) part in that case.
10313
10314 2006-09-15 Jay Belanger <belanger@truman.edu>
10315
10316 * COPYING: Replace "Library Public License" by "Lesser Public
10317 License" throughout.
10318
10319 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10320
10321 * term/x-win.el (x-menu-bar-open): New function for F10.
10322
10323 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
10324
10325 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10326 Disallow filenames containing " -" to avoid confusion with libtool
10327 compilation messages. Suggested by Stefan Monnier.
10328
10329 2006-09-15 David Kastrup <dak@gnu.org>
10330
10331 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
10332 instead of buffer position for `mouse-on-link-p'.
10333
10334 * mouse.el (mouse-posn-property): New function looking up the
10335 properties at a click position in overlays and text properties in
10336 either buffer or strings.
10337 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
10338 of both `follow-link' as well as `mouse-face' properties.
10339 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
10340 buffer position.
10341
10342 * help.el (describe-key-briefly): When reading a down-event on
10343 mode lines or scroll bar, swallow the following up event, too.
10344 Use the new mouse sensitity of `key-binding' for lookup.
10345 (describe-key): The same here.
10346
10347 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
10348
10349 * play/life.el (life-patterns): Add a few more interesting patterns.
10350 (life-setup): Force `show-trailing-whitespace' to nil.
10351
10352 2006-09-14 Richard Stallman <rms@gnu.org>
10353
10354 * startup.el (fancy-splash-text): Change text to improve alignment.
10355 (fancy-splash-screens): Don't set non-standard tab width.
10356 Bind cursor-type temporarily, and make it easy to patch to
10357 preserve the splash buffer.
10358 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
10359 (fancy-splash-screens): Display echo-area message explicitly.
10360 Don't set fancy-splash-help-echo.
10361
10362 * simple.el (line-number-mode): Group mode-line instead of
10363 editing-basics.
10364 (column-number-mode, size-indication-mode): Likewise.
10365
10366 * faces.el (mode-line-faces): Group mode-line instead of modeline.
10367
10368 * time.el (display-time): Group mode-line instead of modeline.
10369
10370 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
10371
10372 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
10373
10374 * startup.el (fancy-splash-text): Move editing instructions to
10375 fancy-splash-head.
10376 (fancy-splash-head): Issue editing instructions.
10377 (fancy-splash-screens): Fixup whitespace.
10378
10379 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10380
10381 * bindings.el (mode-line-buffer-identification-keymap):
10382 Remove duplicate line.
10383
10384 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10385
10386 * ido.el (ido-ignore-item-p): Allow any kind of functions in
10387 ignore lists.
10388
10389 2006-09-14 Kim F. Storm <storm@cua.dk>
10390
10391 * jit-lock.el (jit-lock-fontify-again): New function.
10392 (jit-lock-fontify-now): Use it instead of lambda form.
10393
10394 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
10395
10396 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
10397 (flyspell-auto-correct-word): Make ispell-filter local to these
10398 functions. Check that ispell-filter has new stuff before calling
10399 ispell-parse-output.
10400
10401 2006-09-13 Kim F. Storm <storm@cua.dk>
10402
10403 * simple.el (line-move-partial): Optimize.
10404
10405 2006-09-13 Richard Stallman <rms@gnu.org>
10406
10407 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10408 Delete spurious backquote.
10409
10410 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10411
10412 * net/rcirc.el (rcirc-print): Fix last change.
10413
10414 2006-09-12 Jay Belanger <belanger@truman.edu>
10415
10416 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10417
10418 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10419
10420 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10421 rcirc-show-maximum-output.
10422 (rcirc-mode): Remove window-scroll-function hook.
10423 (rcirc-scroll-to-bottom): Remove function.
10424 (rcirc-print): Recenter so point stays at the bottom of the window
10425 if point was already there.
10426
10427 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
10428
10429 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10430 not to "t".
10431 * progmodes/compile.el (compilation-start): Likewise.
10432 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10433 Don't use expand-file-name on invocation-directory, since this
10434 might mishandle special characters in invocation-directory.
10435
10436 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10437
10438 * pcvs-defs.el: Remove * in defcustom's docstrings.
10439
10440 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
10441
10442 * progmodes/compile.el (compilation-directory-properties):
10443 Doc fix for help-echo.
10444
10445 2006-09-12 Lars Hansen <larsh@soem.dk>
10446
10447 * desktop.el (desktop-read): Add comment.
10448
10449 2006-09-12 Kim F. Storm <storm@cua.dk>
10450
10451 * simple.el (next-error-highlight, next-error-highlight-no-select):
10452 Fix spelling error.
10453
10454 * subr.el (sit-for): Rework to use input-pending-p and cond.
10455 Return nil input is pending on entry also for SECONDS <= 0.
10456 (while-no-input): Use input-pending-p instead of sit-for.
10457
10458 2006-09-11 Richard Stallman <rms@gnu.org>
10459
10460 * simple.el (next-error-highlight, next-error-highlight-no-select):
10461 Fix custom type and doc strings.
10462
10463 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10466 (diff-apply-hunk): Use it to ask for confirmation.
10467
10468 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
10469
10470 * emacs-lisp/cl.el (pushnew): Add missing `,'.
10471
10472 2006-09-11 David Kastrup <dak@gnu.org>
10473
10474 * help.el (string-key-binding, describe-key-briefly)
10475 (describe-key): Remove `string-key-binding' and its callers since
10476 `key-binding' already caters for the proper lookup now.
10477
10478 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10481 (cfengine-mode): Use it. Fix \ syntax to be like /.
10482
10483 * bindings.el (mode-line-buffer-identification-keymap):
10484 Move initialization into declaration.
10485
10486 2006-09-10 Kim F. Storm <storm@cua.dk>
10487
10488 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10489 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10490 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10491 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
10492
10493 2006-09-10 Richard Stallman <rms@gnu.org>
10494
10495 * dired-aux.el: Handle errors in recursive copy usefully.
10496 (dired-create-files-failures): New variable.
10497 (dired-copy-file): Remove condition-case.
10498 (dired-copy-file-recursive): Check for errors on all file
10499 operations, and add them to dired-create-files-failures.
10500 Check file file-date-erorr here too.
10501 (dired-create-files): Check dired-create-files-failures
10502 and report those errors too.
10503
10504 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10505
10506 * subr.el (add-to-list): New argument COMPARE-FN.
10507
10508 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10509
10510 * filecache.el (file-cache-add-directory)
10511 (file-cache-add-directory-list, file-cache-add-file)
10512 (file-cache-add-directory-using-find)
10513 (file-cache-add-directory-using-locate)
10514 (file-cache-add-directory-recursively): Add autoloads.
10515
10516 2006-09-09 Richard Stallman <rms@gnu.org>
10517
10518 * textmodes/conf-mode.el (conf-space-mode):
10519 Use hack-local-variables-hook instead of calling hack-local-variables.
10520 (conf-space-keywords-override): New variable.
10521 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10522 (conf-space-mode): Always make conf-space-keywords and
10523 conf-space-keywords-override local.
10524 Call conf-space-mode-internal directly as well as via hook.
10525
10526 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10527
10528 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10529 quasi-keywords.
10530
10531 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10534 (python-send-string): Be slightly more careful about adding \n.
10535
10536 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10537 kill it right away anyway.
10538
10539 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10540
10541 * international/codepage.el (cp850-decode-table): Fix a few codes.
10542 (cp858-decode-table): New variable.
10543
10544 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10545
10546 * net/ldap.el (ldap-search-internal): Doc fix.
10547
10548 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10549
10550 * play/life.el (life-display-generation): Test for input manually if
10551 `sleeptime' is negative or null.
10552
10553 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10554 (print-region-1): Substitute `%s' with the page title.
10555
10556 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10557
10558 * locate.el (locate-current-search): New variable.
10559 (locate): Set buffer local value. Use current buffer if it is
10560 in Locate mode.
10561 (locate-mode): Disable undo here.
10562 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10563 (locate-update): Use locate-current-search and locate-current-filter.
10564
10565 2006-09-08 David Kastrup <dak@gnu.org>
10566
10567 * desktop.el (desktop-read): When loading a desktop, disable
10568 saving it while the load progresses, and switch off a pending lazy
10569 load by calling `desktop-lazy-abort'.
10570
10571 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10572
10573 * window.el (mouse-autoselect-window-timer)
10574 (mouse-autoselect-window-position)
10575 (mouse-autoselect-window-window)
10576 (mouse-autoselect-window-now): New vars.
10577 (mouse-autoselect-window-cancel)
10578 (mouse-autoselect-window-select)
10579 (mouse-autoselect-window-start): New functions.
10580 (handle-select-window): Call `mouse-autoselect-window-start' when
10581 delayed window autoselection is enabled.
10582
10583 * cus-start.el (mouse-autoselect-window): Handle delayed window
10584 autoselection.
10585
10586 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10587 commands after which it is allowed to print in the echo area.
10588
10589 2006-09-08 Richard Stallman <rms@gnu.org>
10590
10591 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10592
10593 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10594 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10595
10596 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10597 (cancel-timer-internal): Add doc string.
10598 (cancel-function-timers): Doc fix.
10599 (with-timeout-handler, timer-event-last*): Add doc strings.
10600
10601 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10602
10603 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10604
10605 * dired.el (dired-log-summary): Add doc string.
10606
10607 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10608 (custom-group-menu-create): Not here.
10609
10610 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10611
10612 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10613
10614 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10615
10616 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10617 (mac-apple-event-map): Define its handler.
10618
10619 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10620
10621 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10622
10623 2006-09-07 Magnus Henoch <mange@freemail.hu>
10624
10625 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10626 clause.
10627
10628 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10629
10630 * info.el (Info-index): Bind completion-ignore-case.
10631
10632 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10635 previous commit.
10636 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10637 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10638 burp in dedicated windows.
10639 (inferior-prolog-self-insert-command): New command.
10640 (inferior-prolog-mode-map): Use it.
10641
10642 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10643
10644 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10645
10646 * international/code-pages.el: Add cp858.
10647
10648 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10649
10650 * dnd.el: Fix bootstrapping.
10651
10652 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10653
10654 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10655 (dnd-open-remote-url): New function.
10656 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10657 not windows-nt.
10658
10659 2006-09-07 Jason Rumney <jasonr@gnu.org>
10660
10661 * dnd.el (dnd-open-remote-file-function): New variable.
10662 (dnd-open-unc-file): New function.
10663 (dnd-open-file): Call dnd-open-remote-file-function if set.
10664
10665 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10666
10667 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10668 pgg-passphrase-coding-system rather than locale-coding-system.
10669 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10670
10671 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * progmodes/prolog.el: Remove * in docstrings.
10674 (prolog-program-name): Add SWI prolog.
10675 (prolog-mode-menu): New menu.
10676 (prolog-mode): Set comment-add.
10677 (prolog-indent-line): Simplify. Use indent-line-to.
10678 (inferior-prolog-buffer): New var.
10679 (inferior-prolog-run, inferior-prolog-process): New funs.
10680 (run-prolog, switch-to-prolog): Rewrite, using them.
10681 (prolog-consult-region): Use inferior-prolog-buffer.
10682 (inferior-prolog-load-file): New function.
10683 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10684
10685 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10686 last word, if it's not the end of the paragraph.
10687
10688 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10689 file name.
10690
10691 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10692
10693 * frame.el (display-mm-dimensions-alist): New defcustom.
10694 (display-mm-height, display-mm-width): Use it.
10695
10696 2006-09-06 Simon Josefsson <jas@extundo.com>
10697
10698 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10699
10700 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10701
10702 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10703 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10704 string values.
10705
10706 2006-09-06 Kim F. Storm <storm@cua.dk>
10707
10708 * simple.el (line-move-partial): New function to do vscrolling for
10709 partially visible images / tall lines. Rewrite based on code
10710 previously in line-move. Simplify backwards vscrolling.
10711 (line-move): Use it. Simplify.
10712
10713 2006-09-05 Kim F. Storm <storm@cua.dk>
10714
10715 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10716
10717 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10718
10719 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10720 Process the `gcc-include' after the `gnu' rule.
10721
10722 2006-09-05 Kim F. Storm <storm@cua.dk>
10723
10724 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10725
10726 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10727
10728 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10729 compatibility.
10730
10731 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10732 inhibit-redisplay; encode passphrase with locale-coding-system.
10733
10734 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10735
10736 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10737
10738 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10739
10740 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10741 (gdb-var-list-children-regexp): Make type field optional.
10742
10743 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10744 e.g public, protected in C++.
10745
10746 2006-09-04 John Paul Wallington <jpw@pobox.com>
10747
10748 * simple.el (completion-show-help): New defcustom.
10749 (completion-setup-function): Heed it.
10750
10751 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10752
10753 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10754
10755 2006-09-04 Richard Stallman <rms@gnu.org>
10756
10757 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10758 (rsf-min-region-to-spam-list): Doc fix.
10759 (rsf-add-content-type-field): Doc fix.
10760
10761 * simple.el (kill-region): Explicitly test there is a region.
10762
10763 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10764
10765 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10766 sendmail in several common directories.
10767
10768 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10769
10770 * paths.el (sendmail-program): Removed.
10771
10772 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10773
10774 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10775 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10776 http://article.gmane.org/gmane.emacs.gnus.general/50457
10777
10778 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10779
10780 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10781 mark after running the menu filter.
10782
10783 2006-09-03 Juri Linkov <juri@jurta.org>
10784
10785 * international/quail.el (quail-defrule-internal): Add a check
10786 if a key is a vector.
10787
10788 2006-09-02 Juri Linkov <juri@jurta.org>
10789
10790 * man.el (Man-topic-history): New variable.
10791 (man): Use it.
10792
10793 * woman.el (woman-topic-history): Change defvar to defvaralias
10794 for symbol `Man-topic-history'.
10795
10796 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10797 `comint-last-output-start' is a marker by using `markerp' and
10798 check if it has a position by using `marker-position', and use
10799 this position for `goto-char'.
10800
10801 * international/quail.el (quail-defrule-internal): Add missing
10802 `error' call for null key.
10803
10804 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10805
10806 * net/rcirc.el (rcirc-keywords): New variable.
10807 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10808 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10809 variables.
10810 (rcirc-responses-no-activity): New function.
10811 (rcirc-handler-generic): Check for responses in above.
10812 (rcirc-process-command): Add ?: character to arguments of raw
10813 server commands.
10814 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10815 `rcirc-dim-nicks'.
10816 (rcirc-gray-toggle): Remove unused variable.
10817 (rcirc-print): Remove some tracking logic, which is moved into
10818 markup functions.
10819 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10820 types.
10821 (rcirc-activity-string): Look for 'keyword in activity-types.
10822 (rcirc-window-configuration-change): Don't erase overlay-arrow
10823 unnecessarily.
10824 (rcirc-add-or-remove): New function.
10825 (rcirc-cmd-ignore): Use it.
10826 (rcirc-message-leader): Remove unused function.
10827 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10828 (rcirc-add-face): New function.
10829 (rcirc-facify): Use rcirc-add-face.
10830 (rcirc-url-regexp): Add parens.
10831 (rcirc-map-regexp): Remove function.
10832 (rcirc-mangle-regexp): Remove function.
10833 (rcirc-markup-text-functions): New variable.
10834 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10835 (rcirc-markup-body-text, rcirc-markup-attributes)
10836 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10837 (rcirc-markup-bright-nicks): New markup handler functions.
10838 (rcirc-nick-in-message-full-line): New face.
10839 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10840 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10841
10842 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10843
10844 * cus-start.el (hscroll-margin, hscroll-step)
10845 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10846 (x-use-underline-position-properties): Change version to "22.1"
10847 since they will appear there for the first time.
10848
10849 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10850
10851 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10852
10853 2006-08-31 Richard Stallman <rms@gnu.org>
10854
10855 * cus-edit.el (custom-save-variables): Slight cleanup.
10856 (Custom-no-edit): Renamed from custom-no-edit.
10857 (Custom-newline): Renamed from custom-newline.
10858 (custom-mode-map): Use new names.
10859
10860 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10861 about customization, rather than M-x customize, in the doc string
10862 made for the defcustom.
10863
10864 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10865
10866 2006-08-31 Romain Francoise <romain@orebokech.com>
10867
10868 * dired-x.el (dired-guess-shell-alist-default): Update.
10869
10870 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10871
10872 * custom.el (custom-theme-set-variables): Autoload packages before
10873 sorting the variables.
10874
10875 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10876
10877 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10878 Convert events to chars if XEmacs.
10879 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10880
10881 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10882
10883 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10884 waiting for process.
10885
10886 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10887
10888 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10889 results in ASCII-only string, encode original one directly.
10890
10891 2006-08-29 Romain Francoise <romain@orebokech.com>
10892
10893 * startup.el (normal-splash-screen, fancy-splash-screens):
10894 Make buffer read-only and arrange to enter view mode if necessary.
10895
10896 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10897
10898 * hl-line.el (hl-line): New face.
10899 (hl-line-face): Use it.
10900
10901 * image-mode.el (image-mode): Fix last fix.
10902 Suggested by Kim F. Storm.
10903
10904 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10905
10906 Sync with Tramp 2.0.54.
10907
10908 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10909 of `=', because `tramp-get-remote-gid' might not always return an
10910 integer when expected.
10911 (tramp-register-file-name-handlers): `partial-completion-mode' is
10912 unknown to XEmacs.
10913 (tramp-time-diff): Don't use `floor', it might fail for large
10914 differences.
10915 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10916 `tramp-auto-save-directory' if unset in order to guarantee unique
10917 auto-save file names.
10918
10919 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10920
10921 * image-mode.el (image-mode): Display image as text on a terminal.
10922
10923 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * progmodes/python.el (python-send-command): Simplify.
10926 (run-python): Don't generate a new buffer unless `new' was specified.
10927 Make sure we send `import emacs' to the proper process.
10928
10929 * progmodes/python.el (python-send-command): Don't wait for the command
10930 to terminate. Don't fiddle with compilation-parsing-end.
10931
10932 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10933
10934 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10935 Insert commentary after first line summary.
10936
10937 * woman.el (woman-follow): New function, based on `man-follow'.
10938 (woman-mode-map): Use it.
10939
10940 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10941 since ibuffer-do-sort-by-recency does not define a sorter.
10942
10943 2006-08-28 Kim F. Storm <storm@cua.dk>
10944
10945 * find-dired.el (find-dired): Use shell-quote-argument to properly
10946 escape ( and ) args. Also use it on {} and ; args in default
10947 value of find-ls-option string.
10948 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10949
10950 2006-08-27 Michael Olson <mwolson@gnu.org>
10951
10952 * emacs-lisp/tq.el: Small grammar fix in comments.
10953 (tq-enqueue): Check for existence of queue rather than the
10954 head queue item's question, which was a no-op.
10955 (tq-filter, tq-process-buffer): Make sure the process buffer
10956 exists before making it the current buffer.
10957
10958 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10959
10960 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10961 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10962 (special-event-map): Apply 2006-08-16 change for x-win.el.
10963
10964 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * progmodes/python.el (python-send-receive): Wait in the
10967 process's buffer so as to check the right buffer-local variables.
10968
10969 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10972 (defgroup checkdoc): Move to beginning.
10973
10974 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10975 (python-preoutput-continuation): Remove.
10976 (python-preoutput-filter): Simplify correspondingly.
10977 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10978 Loop around to catch embedded _emacs_out output.
10979 (run-python): Send the import&print command on a single line.
10980 (python-send-command): Send command&print on a single line.
10981 (python-send-string): Only add double \n if needed.
10982 (python-send-receive): Loop until the result comes.
10983 (python-mode-running): Defvar it.
10984 (python-setup-brm): Remove unused var `menu'.
10985 Only bind py-mode-map and `features' around brm-init.
10986 (python-calculate-indentation): Remove unused var `point'.
10987 (python-beginning-of-defun): Remove unused var `def-line'.
10988
10989 2006-08-25 Richard Stallman <rms@gnu.org>
10990
10991 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10992
10993 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10994
10995 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10996 viper-vi-state-cursor-color.
10997 (viper-non-hook-settings): Don't set default
10998 mode-line-buffer-identification.
10999
11000 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11001 New fun.
11002 (viper-set-cursor-color-according-to-state)
11003 (viper-get-saved-cursor-color-in-replace-mode)
11004 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
11005 viper-emacs-state-cursor-color.
11006
11007 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
11008 (viper-undo): Use point if undo-beg-posn is nil.
11009 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
11010 (viper-after-change-undo-hook): Don't use
11011 viper-emacs-state-cursor-color by default.
11012 (viper-undo): More sensible positioning after undo.
11013
11014 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
11015 (viper-emacs-state-cursor-color): Default to nil, since this feature
11016 doesn't work well yet.
11017
11018 * ediff-mult.el (ediff-intersect-directories)
11019 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
11020 always expand filenames.
11021
11022 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * tumme.el: Remove * in defcustoms's docstrings.
11025
11026 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
11027
11028 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
11029 Accept internal time format for SECS arg.
11030 (timer-relative-time): Doc fix.
11031
11032 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
11033 adapted from Martin Rudalics.
11034 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
11035 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
11036 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
11037 using sit-for.
11038
11039 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
11040
11041 * cus-start.el (all): Add `overline-margin' and
11042 `x-underline-at-descent-line'.
11043
11044 2006-08-24 Kim F. Storm <storm@cua.dk>
11045
11046 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
11047 to mean "use find -exec"; nil now unambiguously means auto-detect.
11048 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
11049 Use shell-quote-argument to build grep-find-command and
11050 grep-find-template.
11051 (rgrep): Use shell-quote-argument to properly quote arguments to find.
11052 Reported by Tom Seddon.
11053
11054 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
11055
11056 * startup.el (fancy-splash-head): Give instructions for dismissing
11057 the splash screen for default startup too.
11058 (display-startup-echo-area-message, fancy-splash-screens)
11059 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
11060 all splash text at once and keep the splash buffer around.
11061 (command-line-1): Give display-startup-echo-area-message a t arg.
11062
11063 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
11064
11065 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
11066 gnus frame is selected.
11067
11068 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
11069
11070 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
11071
11072 2006-08-22 Kim F. Storm <storm@cua.dk>
11073
11074 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
11075 Add suffix matching for subdirs.
11076
11077 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
11078
11079 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
11080 mouse-yank-at-point is non-nil.
11081
11082 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
11083
11084 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
11085 a bit wider and remove fringes to fit initial output on line.
11086
11087 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * frame.el (blink-cursor-end): Only ignore the error we care about.
11090 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
11091
11092 2006-08-21 Richard Stallman <rms@gnu.org>
11093
11094 * whitespace.el (whitespace-cleanup): Doc fix.
11095
11096 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
11097
11098 * net/rcirc.el (rcirc-show-maximum-output): New var.
11099 (rcirc-buffer-process): If no buffer argument is supplied, use
11100 current-buffer.
11101 (rcirc-complete-nick): Complete to the last completed nick first.
11102 (rcirc-mode): Preserve the value of `rcirc-urls' across
11103 connections. Setup scroll function.
11104 (rcirc-scroll-to-bottom): New function.
11105 (rcirc-print): Use nick syntax around regexp work.
11106 Notice dim-nicks speaking only if they say our nick.
11107 (rcirc-update-activity-string): Do not show the modeline indicator
11108 if there are no live rcirc processes.
11109 (rcirc-cmd-ignore): Ignore case.
11110 (rcirc-browse-url-at-point): Fix off-by-one error.
11111
11112 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
11113
11114 * progmodes/python.el: Remove * in defcustom docstrings.
11115 (run-python, python-proc, python-try-complete): Use derived-mode-p.
11116 (python-mode): Set tab-width and indent-tabs-mode.
11117
11118 2006-08-20 Dave Love <fx@gnu.org>
11119
11120 * progmodes/python.el: Update to Dave Love's latest version.
11121 (python-font-lock-keywords, python-mode): Don't use
11122 font-lock-syntax-table, but match symbol elements explicitly instead.
11123 (python-mode-map): Add help, and a few more key bindings.
11124 (python-skip-comments/blanks): Move out of comments as well.
11125 (python-continuation-line-p): Behave better with unbalanced parens.
11126 (python-blank-line-p): New fun.
11127 (python-open-block-statement-p): Don't use a heuristic.
11128 (python-outdent-p): Better handle blocks-in-the-same-line.
11129 (python-calculate-indentation): Misc improvements.
11130 (python-comment-indent): Remove.
11131 (python-block-pairs): New var.
11132 (python-first-word): New fun.
11133 (python-indentation-levels): Handle more common cases.
11134 (python-indent-line-1): Add `leave' argument.
11135 (python-indent-region): New fun.
11136 (python-skip-out): New fun.
11137 (python-beginning-of-statement, python-end-of-statement): Use it.
11138 (python-next-statement): Return correct count even at eob.
11139 (python-end-of-block): Fix paren-typo.
11140 (python-imenu-create-index): Add module variables.
11141 (run-python): Add `new' arg.
11142 Check we're at a prompt before returning.
11143 (python-send-command): Move to end of buffer.
11144 Wait for prompt to return.
11145 (python-set-proc): New fun.
11146 (python-imports): New var.
11147 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
11148 (python-eldoc-function): Try to move out of arg list.
11149 (python-outline-level): Offset by 1.
11150 (python-find-imports): New fun.
11151 (python-symbol-completions): Use python-imports.
11152 (python-module-path, ffap-alist): Add support for ffap.
11153 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
11154 (python-insert-*, python-default-template, python-expand-template):
11155 Add templates/skeletons.
11156 (python-setup-brm): Support for Bicycle Repair Man.
11157 (python-abbrev-syntax-table): New var.
11158 (python-abbrev-pc-hook, python-pea-hook): New funs.
11159
11160 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
11161
11162 * frame.el (blink-cursor-start): Set timer first.
11163 (blink-cursor-end): Ignore timer cancelling errors.
11164 Suggested by Ken Manheimer.
11165
11166 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
11167
11168 * newcomment.el (comment-box): Call `comment-normalize-vars'.
11169 Add autoload cookie.
11170
11171 2006-08-20 Richard Stallman <rms@gnu.org>
11172
11173 * simple.el (line-number-at-pos): Doc fix.
11174
11175 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
11176 timer-activate-when-idle, so timer can run before Emacs becomes
11177 non-idle again.
11178
11179 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
11180
11181 * whitespace.el (whitespace-cleanup-internal): New optional arg
11182 REGION-ONLY. If it's non-nil, modify the message to the user
11183 accordingly.
11184 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
11185 a non-nil argument.
11186
11187 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
11188
11189 * rect.el (spaces-string): Simplify and add doc string.
11190
11191 2006-08-17 Romain Francoise <romain@orebokech.com>
11192
11193 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
11194
11195 2006-08-17 Richard Stallman <rms@gnu.org>
11196
11197 * compare-w.el (compare-windows): lambda's take an arg and pass
11198 it to compare-windows-skip-whitespace.
11199
11200 2006-08-17 Martin Rudalics <rudalics@gmx.at>
11201
11202 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
11203 the right buffer.
11204
11205 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
11208 removed files.
11209
11210 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
11211
11212 * progmodes/gdb-ui.el (gdb-locals-watch-map)
11213 (gdb-locals-watch-map-1): Suppress keymap first.
11214 (gdb-edit-locals-map-1): New variable.
11215 (gdb-edit-locals-value): New function.
11216 (gdb-stack-list-locals-handler): Use them.
11217
11218 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
11219
11220 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
11221 cursor would normally be drawn in the fringe.
11222
11223 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
11224 Reported by Martin Rudalics <rudalics@gmx.at>.
11225
11226 2006-08-16 Richard Stallman <rms@gnu.org>
11227
11228 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
11229 (special-event-map): Process drag-n-drop events this way.
11230
11231 * simple.el (move-beginning-of-line): Test whether fields
11232 would prevent motion back to line's first visible character.
11233 If so, stop where the fields would stop the motion.
11234
11235 * newcomment.el (comment-indent): Fully update INDENT
11236 before checking to see if it will change the text.
11237
11238 * cus-edit.el (custom-newline): New function.
11239 (custom-mode-map): Bind newline to custom-newline.
11240
11241 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
11242 into ignore-whitespace.
11243 Check each buffer for its skip-function.
11244 Handle compare-windows-skip-whitespace special-case test
11245 by returning t from default skip function.
11246
11247 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
11248
11249 * textmodes/org.el (org-clock-special-range)
11250 (org-clock-update-time-maybe): New functions.
11251 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
11252 not only a-z.
11253 (org-agenda-get-blocks): Allow multiple blocks per headline.
11254 (org-timestamp-change): Call `org-clock-update-time-maybe'.
11255 (org-export-html-title-format)
11256 (org-export-html-toplevel-hlevel): New options.
11257 (org-export-language-setup): Add support for Czech.
11258 (org-mode, org-insert-todo-heading, org-find-visible)
11259 (org-find-invisible, org-invisible-p, org-invisible-p2)
11260 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
11261 (org-show-subtree, org-show-entry, org-make-options-regexp):
11262 Remove compatibility support for old outline-mode.
11263 (org-check-occur-regexp): Funtion removed.
11264 (org-on-heading-p, org-back-to-heading): Made defalias.
11265 (org-set-local): New defsubst.
11266 (org-set-regexps-and-options, org-mode)
11267 (org-set-font-lock-defaults, org-edit-agenda-file-list)
11268 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
11269 (org-remember-apply-template, org-table-edit-field)
11270 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
11271 (org-set-autofill-regexps): Use `org-set-local'.
11272 (org-table-eval-formula): Fix bug with parsing of display flags.
11273
11274 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
11275
11276 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
11277 frame with fringe arrow. Suggested by Simon Marshall
11278 <simon.marshall@misys.com>.
11279 (gdb-stack-position): New variable.
11280 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
11281 (gdb-frames-mode): Set gdb-stack-position to nil.
11282 Add to overlay-arrow-variable-list
11283 (gdb-reset): Delete gdb-stack-position from above list.
11284
11285 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11286
11287 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
11288 read only.
11289
11290 2006-08-13 Romain Francoise <romain@orebokech.com>
11291
11292 * cus-theme.el (customize-create-theme)
11293 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
11294
11295 * filesets.el (filesets-add-buffer): Ditto.
11296
11297 * pcvs.el (cvs-change-cvsroot): Ditto.
11298
11299 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
11300
11301 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
11302 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
11303 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
11304 expressions.
11305 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
11306 Only search till end of line.
11307 Add face to function names in case of no filename.
11308 Add face to variable names of watchpoints.
11309
11310 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
11311
11312 * cus-start.el <indent-tabs-mode>: Move to the `indent'
11313 customization group.
11314
11315 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
11316
11317 * allout.el (allout-prior-bindings, allout-added-bindings):
11318 Remove, after long deprecation.
11319 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
11320 Add customization vars controlling allout-beginning-of-line and
11321 allout-end-of-line conveniences.
11322 (allout-header-prefix, allout-use-mode-specific-leader)
11323 (allout-use-mode-specific-leader, allout-mode-leaders):
11324 Revise docstrings.
11325 (allout-infer-header-lead): Change to be an alias for
11326 allout-infer-header-lead-and-primary-bullet.
11327 (allout-infer-header-lead-and-primary-bullet): New version of
11328 allout-infer-header-lead which assigns the primary bullet to the
11329 same as the header lead, when its being changed.
11330 (allout-infer-body-reindent): Apply regexp-quote instead of
11331 unconditionally prepending "\\", so that all literal
11332 allout-header-prefix and allout-primary-bullet strings are
11333 properly handled.
11334 (allout-add-resumptions): Add optional qualifier for extending or
11335 appending to existing values, rather than replacing them.
11336 (allout-view-change-hook): Clarify docstring.
11337 (allout-exposure-change-hook): Take explicit arguments, via
11338 run-hook-with-args.
11339 (allout-structure-added-hook)
11340 (allout-structure-deleted-hook)
11341 (allout-structure-shifted-hook): New hooks analogous to
11342 allout-exposure-change-hook for other kinds of structural outline
11343 edits.
11344 (allout-encryption-plaintext-sanitization-regexps): New encryption
11345 customization variable, by which cooperating modes can provde
11346 massage of the plaintext without actually being passed it.
11347 (allout-encryption-ciphertext-rejection-regexps)
11348 (allout-encryption-ciphertext-rejection-ceiling): New encryption
11349 customization variables, by which cooperating modes can prohibit
11350 rare but possible ciphertext patterns from fouling their
11351 operation, with actually being passed the ciphertext.
11352 (allout-mode): Run activation and deactivation hooks after the
11353 minor-mode variable has been toggled, to clarify the mode
11354 disposition. The new encryption ciphertext rejection variable is
11355 used to ensure that the ciphertext does not contain text that
11356 would be recognized as outline structural elements by allout.
11357 Substite allout-beginning-of-line and allout-end-of-line for
11358 conventionall beginning-of-line and end-of-line bindings.
11359 If allout-old-style-prefixes is non-nil, don't nullify it on mode
11360 activation!
11361 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
11362 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
11363 (allout-chart-subtree): Implement new mode, charting only the
11364 visible items in the subtree, when new 'visible' parameter is non-nil.
11365 (allout-end-of-subtree): Properly handle the last item in the buffer.
11366 (allout-pre-command-business, allout-command-counter):
11367 Increment an advertised counter so that cooperating enhancements can
11368 track revisions of items.
11369 (allout-open-topic): Run allout-structure-added-hook with suitable
11370 arguments.
11371 (allout-shift-in): Run allout-structure-shifted-hook with suitable
11372 arguments.
11373 (allout-shift-out): Fix doubling for negative args and ensure call
11374 of allout-structure-shifted-hook by solely using allout-shift-in.
11375 (allout-kill-line, allout-kill-topic):
11376 Run allout-structure-deleted-hook with suitable arguments.
11377 (allout-yank-processing): Run allout-structure-added-hook with
11378 proper arguments.
11379 (allout-yank): Enclose activity in allout-unprotected.
11380 (allout-flag-region): Run allout-exposure-change-hook with
11381 suitable arguments, instead of making the callee infer the arguments.
11382 (allout-encrypt-string):
11383 Support allout-encryption-plaintext-sanitization-regexps,
11384 allout-encryption-ciphertext-rejection-regexps, and
11385 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
11386 en/de cryption mode in symmetric encryption failure message.
11387 (allout-obtain-passphrase): Use copy-sequence to get a distinct
11388 copy of the passphrase, and don't zero it or we'll corrupt the
11389 stashed copy.
11390 (allout-create-encryption-passphrase-verifier)
11391 (allout-verify-passphrase): Respect the new signature for
11392 allout-encrypt-string.
11393 (allout-get-configvar-values): Convenience for getting a
11394 configuration variable value and handling its absence gracefully.
11395
11396 2006-08-11 Romain Francoise <romain@orebokech.com>
11397
11398 * obsolete/zone-mode.el: Delete.
11399
11400 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11403
11404 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
11405
11406 * emacs-lisp/bindat.el (bindat-ip-to-string):
11407 Use `format-network-address' if possible.
11408
11409 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11410
11411 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11412
11413 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
11414
11415 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11416 restore unread-command-events here.
11417 (edebug-display): Do it here, to detect sit-for interruptions.
11418
11419 2006-08-10 Romain Francoise <romain@orebokech.com>
11420
11421 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11422 (dns-mode-soa-auto-increment-serial): New user option.
11423 (dns-mode-soa-maybe-increment-serial): New function.
11424 (dns-mode): Add the latter to `write-contents-functions'.
11425
11426 * obsolete/zone-mode.el: Move to obsolete/ from net/.
11427 Delete autoload cookies.
11428
11429 2006-08-10 John Wiegley <johnw@newartisans.com>
11430
11431 * eshell/em-glob.el (eshell-glob-chars-list)
11432 (eshell-glob-translate-alist): Add support for [^g] in character globs.
11433
11434 2006-08-10 Richard Stallman <rms@gnu.org>
11435
11436 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11437 (facemenu-set-face): Doc fix.
11438 (facemenu-listed-faces): Doc fix.
11439
11440 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
11441
11442 * avoid.el (mouse-avoidance-animating-pointer): New var.
11443 (mouse-avoidance-nudge-mouse): Use it.
11444 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11445 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11446 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11447 Don't activate if currently animating. All callers changed.
11448
11449 2006-08-09 John Wiegley <johnw@newartisans.com>
11450
11451 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11452 variable, which causes timeclock to report elapsed time worked,
11453 instead of just work remaining.
11454
11455 2006-08-09 Kenichi Handa <handa@m17n.org>
11456
11457 * international/latexenc.el (latexenc-find-file-coding-system):
11458 Fix for the case that the 2nd element of arg-list is a cons.
11459
11460 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
11461
11462 * info.el (Info-fontify-node): Handle preceding `in' for note
11463 reference hiding rules.
11464
11465 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11468 mistake a closing " for an opening one.
11469
11470 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11471
11472 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11473
11474 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11475
11476 * complete.el (PC-do-completion): Filter out completions matching
11477 completion-ignored-extensions before checking whether there are
11478 multiple completions.
11479 Don't use `list' unnecessarily when building completion tables.
11480
11481 2006-08-06 Richard Stallman <rms@gnu.org>
11482
11483 * help.el (describe-mode): Make minor mode list more concise.
11484
11485 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
11486
11487 * bindings.el: Give mode-line-format, mode-line-modes, and
11488 mode-line-position `standard-value' properties.
11489
11490 2006-08-05 Eli Zaretskii <eliz@gnu.org>
11491
11492 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11493 "(file)node" instead of the file name.
11494
11495 2006-08-05 Richard Stallman <rms@gnu.org>
11496
11497 * faces.el (escape-glyph): Doc fix.
11498
11499 2006-08-04 Kenichi Handa <handa@m17n.org>
11500
11501 * international/mule-diag.el (describe-font): Improve docstring
11502 and error message. Use frame-parameter (not frame-parameters).
11503
11504 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11505
11506 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11507 Correctly mark the end-of-docstring char.
11508
11509 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11510
11511 * simple.el (line-move-to-column): Constrain move-to-column to
11512 current field.
11513
11514 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * font-lock.el (font-lock-beg, font-lock-end)
11517 (font-lock-extend-region-functions): New vars.
11518 (font-lock-extend-region-multiline)
11519 (font-lock-extend-region-wholelines): New functions.
11520 (font-lock-default-fontify-region): Use them.
11521 (font-lock-extend-jit-lock-region-after-change): Only round up
11522 if font-lock-default-fontify-region will do it as well.
11523
11524 * font-lock.el (font-lock-extend-after-change-region-function):
11525 Rename from font-lock-extend-region-function.
11526 (font-lock-extend-region): Remove by inlining at call sites.
11527 (font-lock-after-change-function): Don't needlessly round up to a whole
11528 number of lines.
11529 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11530 the boundary conditions and the interactions between the various ways
11531 to extend the region.
11532
11533 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11534
11535 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11536 modification status when forcing the second redisplay.
11537
11538 2006-08-03 Kim F. Storm <storm@cua.dk>
11539
11540 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11541
11542 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11545 doesn't look like a file name.
11546
11547 * complete.el (PC-expand-many-files): Avoid signalling an error when
11548 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
11549
11550 2006-08-02 Andreas Schwab <schwab@suse.de>
11551
11552 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11553
11554 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11555
11556 * bindings.el (map): Make mode-line-buffer-identification-keymap
11557 before defining propertized-buffer-identification.
11558
11559 2006-08-01 Richard Stallman <rms@gnu.org>
11560
11561 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11562
11563 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11564
11565 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11566 default value.
11567 (gdb-find-source-frame): New function.
11568 (menu): Add to menu bar.
11569
11570 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * font-core.el (font-lock-extend-region-function)
11573 (font-lock-extend-region): Move to font-lock.el.
11574
11575 * font-lock.el (font-lock-extend-region-function)
11576 (font-lock-extend-region): Move from font-core.el. Simplify.
11577
11578 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11579 if needed.
11580 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11581 (jit-lock-after-change-extend-region-functions): New hook.
11582 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11583
11584 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11585 (font-lock-turn-on-thing-lock): Use it.
11586
11587 * longlines.el (longlines-show-region): Make it work on read-only
11588 buffers as well.
11589
11590 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11591
11592 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11593
11594 2006-07-31 Richard Stallman <rms@gnu.org>
11595
11596 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11597 (vhdl-speedbar-display-projects): Update old obsolete
11598 speedbar variable names.
11599
11600 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11601
11602 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11603 (gdb-stopped): Use it.
11604
11605 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11606
11607 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11608
11609 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11610 for load-history elements.
11611
11612 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11613
11614 * files.el (convert-standard-filename): For Cygwin, replace
11615 characters not allowed in Windows file names.
11616 (make-auto-save-file-name): Add Cygwin to the list of systems
11617 where the auto-save file name needs to be run through
11618 convert-standard-filename.
11619
11620 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11621
11622 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11623
11624 2006-07-28 Richard Stallman <rms@gnu.org>
11625
11626 * bindings.el (mode-line-frame-identification)
11627 (propertized-buffer-identification): Centralize the code
11628 to initialize the variable.
11629
11630 * progmodes/grep.el (grep-default-command): Catch errors from
11631 wildcard-to-regexp.
11632
11633 2006-07-29 Kim F. Storm <storm@cua.dk>
11634
11635 * progmodes/grep.el (grep-tag-default): New function.
11636 (grep-default-command, grep-read-regexp): Use it.
11637 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11638 as default if nothing else applies.
11639
11640 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11641
11642 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11643 Throw error if buffer is not in Dired and Wdired mode, respectively.
11644
11645 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11646
11647 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11648 self-insert-command keys don't activate buttons.
11649 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11650
11651 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11652
11653 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11654 faces for enable character.
11655
11656 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11657
11658 * Makefile.in (recompile): Update comment to reflect change
11659 on 2004-04-21.
11660
11661 2006-07-27 Richard Stallman <rms@gnu.org>
11662
11663 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11664 (customize-package-emacs-version): Change msg when pkg has no entry.
11665 (custom-no-edit): On a button, do like widget-button-press.
11666
11667 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11668
11669 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11670 S-tab and C-S-tab.
11671
11672 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11673
11674 * progmodes/which-func.el (which-function): Fix documentation/
11675 comment typo.
11676
11677 2006-07-26 Richard Stallman <rms@gnu.org>
11678
11679 * textmodes/ispell.el (ispell-word): If we replace the word,
11680 move point to the end. Insert before deleting.
11681
11682 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11683
11684 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11685 a timer.
11686
11687 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11688
11689 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11690 when at first image.
11691 (tumme-forward-image): Add prefix argument. Add error when at last
11692 image.
11693
11694 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11695
11696 * tabify.el (tabify-regexp): Use more specific regexps.
11697 (tabify): Avoid modifying the buffer unnecessarily.
11698
11699 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11700
11701 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11702 (tumme-format-properties-string): Handle empty `buf'.
11703 (tumme-get-comment): Change variable names inside `let'.
11704 Add missing `let' variable that cause font-lock problems.
11705 (tumme-write-comments): Change variable names inside `let'.
11706 Add missing `let' variable that cause font-lock problems.
11707 (tumme-forward-image): Rename from `tumme-forward-char'.
11708 (tumme-backward-image): Rename from `tumme-backward-char'.
11709
11710 2006-07-25 Masatake YAMATO <jet@gyve.org>
11711
11712 * progmodes/ld-script.el (ld-script-keywords)
11713 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11714 and add comments.
11715
11716 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11717
11718 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11719 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11720 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11721 for status indicator.
11722
11723 2006-07-24 Richard Stallman <rms@gnu.org>
11724
11725 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11726
11727 * subr.el (dolist, dotimes): Use interned symbols for locals.
11728 (--dotimes-limit--, --dolist-tail--): New defvars.
11729 (looking-back): Doc fix.
11730
11731 * replace.el (replace-match-string-symbols): Handle dotted lists.
11732
11733 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11734
11735 * tumme.el (tumme-write-tags): Add.
11736 (tumme-write-comments): Add.
11737 (tumme-tag-files): Change to use `tumme-write-tags'.
11738 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11739 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11740 (tumme-save-information-from-widgets): Change to use
11741 `tumme-write-comments' and `tumme-write-tags'.
11742 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11743 (tumme-write-tag): Remove.
11744 (tumme-write-comment): Remove.
11745 (tumme-display-previous-thumbnail-original): Remove empty line.
11746 (tumme-widget-list): Add punctuation.
11747
11748 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11749
11750 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11751
11752 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11753
11754 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11755 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11756 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11757
11758 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11759
11760 * mouse.el (mouse-on-link-p): Doc fix.
11761
11762 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11763
11764 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11765 Handle "C-h f `".
11766
11767 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11768
11769 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11770 column.
11771
11772 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11773
11774 * textmodes/table.el: Add move-beginning-of-line and
11775 move-end-of-line to Point Motion Only Group.
11776
11777 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11778
11779 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11780
11781 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11782
11783 * startup.el (user-mail-address): Initialize from the `EMAIL'
11784 environment variable first. Document this.
11785 (command-line): Ditto.
11786
11787 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11788
11789 * help-mode.el (help-function-def, help-variable-def)
11790 (help-face-def): Print a message in the minibuffer.
11791
11792 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11793
11794 * term/xterm.el (terminal-init-xterm): Fix key bindings
11795 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11796
11797 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11798
11799 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11800 where `(nth 1 command)' is a cons cell. Doc fix.
11801
11802 * textmodes/po.el (po-find-charset): Doc fix.
11803
11804 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11805
11806 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11807 (allout-beginning-of-current-line, allout-end-of-current-line)
11808 (allout-next-visible-heading, allout-open-topic)
11809 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11810 (allout-flag-current-subtree, allout-show-to-offshoot)
11811 (allout-hide-current-entry, allout-show-current-branches)
11812 (allout-hide-region-body, allout-old-expose-topic)
11813 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11814 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11815 containing `beginning-of-line' and `end-of-line' with
11816 `inhibit-field-text-motion' t.
11817
11818 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11819
11820 * frame.el (focus-follows-mouse): Document that it doesn't have
11821 any effect on MS-Windows.
11822
11823 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11824
11825 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11826
11827 2006-07-20 Jay Belanger <belanger@truman.edu>
11828
11829 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11830
11831 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11832 New variables.
11833 (calc-alg-entry): Use `calc-alg-entry-history'.
11834 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11835 Remove reference to `calc-previous-alg-entry'.
11836 (calcAlg-edit, calcAlg-enter): Remove reference to
11837 `calc-previous-alg-entry'.
11838 (calcAlg-previous): Use `previous-history-element' instead of
11839 `calc-previous-alg-entry'.
11840 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11841 Change keybinding for `calcAlg-plus-minus', add keybindings for
11842 `previous-history-element' and `next-history-element'.
11843
11844 * calc/calc-rewr.el (calc-match): Remove reference to
11845 `calc-previous-alg-entry'.
11846
11847 * calc/calc-sel.el (calc-selection-history): New variable.
11848 (calc-enter-selection, calc-sel-mult-both-sides)
11849 (calc-sel-add-both-sides): Use `calc-selection-history'.
11850
11851 * calc/calc-map.el (calc-get-operator-history): New variable.
11852 (calc-get-operator): Use `calc-get-operator-history'.
11853
11854 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11855 (calc-curve-fit): Use `calc-curve-fit-history'.
11856
11857 2006-07-20 Kenichi Handa <handa@m17n.org>
11858
11859 * international/mule-cmds.el (select-safe-coding-system): Fix the
11860 way of deciding eol-type of the coding system.
11861
11862 2006-07-20 Alan Mackenzie <acm@muc.de>
11863
11864 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11865 (c-lang-setvar): New macro.
11866 (c-make-init-lang-vars-fun): Use the initialization forms in
11867 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11868 (comment-start, comment-end, comment-start-skip): Change these from
11869 c-lang-defvar's to c-lang-setvar's.
11870
11871 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11872 which calls make-local-variable on the elements of
11873 c-emacs-variable-inits.
11874 (c-init-language-vars-for): Call this new macro.
11875
11876 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11879 Try to rule out false positives due to time stamps.
11880 (compilation-mode-font-lock-keywords): Remove rules made redundant
11881 because of the above change. Add `segmentation fault' to the known and
11882 highlighted compilation termination messages.
11883
11884 2006-07-19 Kim F. Storm <storm@cua.dk>
11885
11886 * progmodes/grep.el (grep-find-ignored-directories):
11887 Add .svn and _darcs to list.
11888
11889 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11890
11891 * dired.el (dired-mode-map): Add key binding `C-te' for
11892 `tumme-dired-edit-comment-and-tags'.
11893
11894 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11895 image display buffer is displayed before call to
11896 `tumme-display-image.
11897 (tumme-dired-display-image): Make sure image display buffer is
11898 displayed before call to `tumme-display-image.
11899 (tumme-mouse-display-image): Make sure image display buffer is
11900 displayed before call to `tumme-display-image.
11901 (tumme-widget-list): Add.
11902 (tumme-dired-edit-comment-and-tags): Add.
11903 (tumme-save-information-from-widgets): Add.
11904
11905 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11908
11909 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11912 Revert inadvertently installed patch hunk.
11913
11914 * progmodes/compile.el (compilation-find-file): Handle the
11915 cases where the user selects a non-existent file.
11916
11917 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11918
11919 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11920
11921 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11922
11923 * subr.el (sit-for): Just sleep-for if noninteractive.
11924
11925 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11928
11929 * custom.el (custom-autoload): Add `noset' argument.
11930 (custom-push-theme): Don't autoload the variable, let callers do it.
11931 (custom-theme-set-variables): Autoload the variable if necessary.
11932
11933 * cus-edit.el (custom-variable-state-set): If the variable was
11934 originally set outside custom, but to the same value as the default,
11935 consider it to be standard.
11936
11937 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11938 file *before* telling Emacs to add the autoloads, in case it fails.
11939
11940 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11941 Use `cond', push', and `dolist'.
11942
11943 2006-07-17 Richard Stallman <rms@gnu.org>
11944
11945 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11946 Add defvars to silence warnings.
11947
11948 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11949
11950 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11951 Don't highlight "Compiling file" messages as error.
11952
11953 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11954 file already exists.
11955
11956 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11957
11958 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11959 entry, don't assign to free var; simply return the extracted filename.
11960 (ff-treat-as-special): Incorporate common preamble from callers.
11961 (ff-other-file-name, ff-find-the-other-file):
11962 Update call to ff-treat-as-special.
11963
11964 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11965
11966 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11967
11968 * tumme.el (tumme-get-comment): Fix bug.
11969
11970 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * files.el: Remove spurious * in docstrings.
11973
11974 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11975
11976 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11977 grammar.
11978 (allout-beginning-of-current-line): Beware beginning of buffer.
11979 Also, a comment is simplified.
11980 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11981 when appropriate. (This fix enables use for other than
11982 bullet-hotspot operation.)
11983 (allout-hide-current-subtree): While escalating to sibling-close,
11984 make sure to situate on a topic.
11985
11986 2006-07-14 Kim F. Storm <storm@cua.dk>
11987
11988 * emulation/cua-base.el (cua-delete-selection)
11989 (cua-toggle-set-mark): New defcustoms.
11990 (cua-rectangle-modifier-key): Add `alt' modifier.
11991 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11992 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11993 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11994
11995 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11996
11997 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11998
11999 * allout.el: Require 'cl during byte-compilation/interactive load,
12000 for the `assert' macro.
12001 (allout-mode-deactivate-hook): New hook, run when allout mode
12002 deactivates.
12003 (allout-developer): New allout customization subgroup.
12004 (allout-run-unit-tests-on-load): New allout-developer
12005 customization variable, when true allout unit tests are run towards
12006 end of file load/eval.
12007 (allout-inhibit-auto-fill): Disable auto-fill activity even during
12008 auto-fill-mode.
12009 (allout-resumptions): Remove, to be replaced by...
12010 (allout-add-resumptions): Register variable settings to be
12011 reinstated by `allout-do-resumptions'. The settings are made
12012 buffer-local, but the locality/globality of the suspended setting
12013 is restored on resumption.
12014 (allout-do-resumptions): Reinstate all settings suspended using
12015 `allout-add-resumptions'.
12016 (allout-test-resumptions): Unit tests (and intermediate variables)
12017 for resumptions.
12018 (allout-tests-globally-unbound, allout-tests-globally-true)
12019 (allout-tests-locally-true): Intermediate variables for
12020 resumptions unit tests.
12021 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
12022 (allout-exposure-category): Replaces 'allout-overlay-category variable.
12023 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
12024 instead of retired `allout-resumptions'. For hook functions, use
12025 `local' parameter so hook settings are created and removed as
12026 buffer-local settings. Revise (resumptions) setting
12027 auto-fill-function so it is set only if already active. (The
12028 related fill-function settings are all made in either case, so
12029 that activating auto-fill-mode activity will have the custom
12030 allout-mode behaviors (hanging indent on topics, if configured for it).
12031 Remove all allout-exposure-category overlays on mode deactivation.
12032 (allout-hotspot-key-handler): New function extracted from
12033 `allout-pre-command-business', so the functionality can be used
12034 for other purposes, eg as a binding in an overlay.
12035 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
12036 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
12037 customization variable.
12038 (allout-run-unit-tests): Run the (currently quite small)
12039 repertoire of unit tests. Called just before the provide iff user
12040 has customized `allout-run-unit-tests-on-load' non-nil.
12041
12042 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12043
12044 * emacs-lisp/authors.el (authors-aliases): Update.
12045
12046 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
12047
12048 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
12049 gdb-source-window. Add dedicated argument.
12050 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
12051 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
12052 (gdb-display-threads-buffer, gdb-display-memory-buffer)
12053 (gdb-display-locals-buffer): Use it.
12054
12055 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
12056 Set gdb-source-window.
12057
12058 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
12061 minor modes, redundant with the custom-autoload line above.
12062
12063 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
12064
12065 * longlines.el (longlines-post-command-function): Handle open-line too.
12066
12067 2006-07-12 Richard Stallman <rms@gnu.org>
12068
12069 * progmodes/grep.el (grep-last-buffer): Doc fix.
12070
12071 * info.el (Info-try-follow-nearest-node): Doc fix.
12072
12073 * emacs-lisp/edebug.el (edebug-instrument-function):
12074 Err if find-function-noselect gives no position.
12075
12076 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12077 If can't find definition, return nil for position.
12078 (find-function-do-it): Handle new return value
12079 of find-definition-noselect.
12080 (find-definition-noselect, find-variable-noselect): Doc fix.
12081 (find-function-noselect): Doc fix.
12082
12083 * help-mode.el (help-variable-def): Handle find-variable-noselect
12084 returning no position.
12085 (help-function-def): Likewise for find-function-search-for-symbol.
12086 (help-face-def): Likewise.
12087
12088 * help-fns.el (describe-variable): Handle find-variable-noselect
12089 returning no position.
12090
12091 * files.el (locate-file-completion): Avoid duplicates in result.
12092
12093 * cus-edit.el (custom-no-edit): New command.
12094 (custom-mode-map): Remap to custom-no-edit instead of
12095 using suppress-keymap.
12096
12097 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
12098
12099 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
12100 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
12101 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
12102
12103 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
12104
12105 2006-07-11 Kim F. Storm <storm@cua.dk>
12106
12107 * ido.el (ido-copy-current-file-name): Use buffer-name if
12108 buffer-file-name is nil.
12109
12110 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
12111
12112 * simple.el (undo-ask-before-discard): Set to nil.
12113
12114 * vc.el (vc-exec-after): Don't delete process manually.
12115 (vc-print-log): Run log-view-mode in process sentinel inside
12116 inhibit-read-only. Don't shrink window due to timing issues.
12117
12118 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
12119 Avoid using with-output-to-temp-buffer, which clobbers local vars.
12120
12121 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12124 Fix ambiguity introduced by last change.
12125 (compilation-find-file): Move save-excursion to where it may
12126 make sense. Fix a left over `find-file'.
12127
12128 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
12129
12130 * textmodes/texinfmt.el (texinfo-format-separate-node):
12131 Insert a string before point, which fits documentation, not after.
12132 (texinfo-multitable-item): In a multitable row, insert any
12133 additional needed @tabs and spaces.
12134
12135 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
12136
12137 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
12138 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
12139 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
12140 instead of shell-command.
12141 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
12142 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
12143 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
12144 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
12145 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
12146 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
12147
12148 2006-07-11 Kim F. Storm <storm@cua.dk>
12149
12150 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
12151 Remove special case for seconds < 0. Use (redisplay t) instead.
12152
12153 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
12154
12155 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
12156 avoid compilation error.
12157
12158 * subr.el (sit-for): New function.
12159
12160 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
12161
12162 2006-07-10 Richard Stallman <rms@gnu.org>
12163
12164 * ldefs-boot.el (edebug): Update page.
12165
12166 2006-07-10 Kim F. Storm <storm@cua.dk>
12167
12168 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
12169 to FOR-RELEASE and TODO.
12170
12171 2006-07-10 Romain Francoise <romain@orebokech.com>
12172
12173 * emacs-lisp/authors.el (authors-aliases): Update.
12174
12175 2006-07-10 Alan Mackenzie <acm@muc.de>
12176
12177 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
12178 * cc-mode.el: Changes to eradicate eval-after-load.
12179
12180 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
12181
12182 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
12183 on non-char events.
12184
12185 2006-07-09 Romain Francoise <romain@orebokech.com>
12186
12187 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12188 Don't highlight start/end markers as compilation messages.
12189
12190 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
12191 to t.
12192
12193 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
12194
12195 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
12196
12197 2006-07-08 Richard Stallman <rms@gnu.org>
12198
12199 * term/x-win.el (x-handle-display): Add doc string.
12200
12201 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12202
12203 * subr.el (def-edebug-spec): Move here.
12204 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
12205
12206 * imenu.el (imenu-choose-buffer-index): Doc fix.
12207
12208 2006-07-08 Romain Francoise <romain@orebokech.com>
12209
12210 * term/x-win.el (x-display-name): Fix typo.
12211
12212 2006-07-08 Eli Zaretskii <eliz@gnu.org>
12213
12214 * hexl.el (hexl-find-file): Doc fix.
12215
12216 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12217
12218 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
12219
12220 * term/x-win.el (x-display-name): Doc fix.
12221
12222 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12223
12224 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
12225 long prefixes.
12226 (fill-region-as-paragraph): Don't round up to a whole line.
12227 (fill-comment-paragraph): Don't include the code-before-the-comment
12228 when calling fill-region-as-paragraph.
12229
12230 * international/mule.el (make-char): Remove redundancy.
12231
12232 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
12233 property may contain an anonymous function rather than a symbol.
12234
12235 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
12236
12237 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12238 Use shy regexp. Fix incorrect backref to potentially unmatched group.
12239
12240 * dirtrack.el (dirtrack-default-directory-function): Remove.
12241 (dirtrack-directory-function): Use file-name-as-directory.
12242 (dirtrack-windows-directory-function): Simplify.
12243 (dirtrack-forward-slash, dirtrack-backward-slash)
12244 (dirtrack-replace-slash): Remove.
12245 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
12246 (dirtrack): Fix wrong parenthesizing; use match-string.
12247
12248 * progmodes/octave-inf.el: Remove spurious * in docstrings.
12249 (inferior-octave-mode): Only change the buffer-local value of
12250 comint-dynamic-complete-functions.
12251 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
12252 Move the initialization to the declaration.
12253 (inferior-octave-complete): Remove unused var `filter'.
12254
12255 * shell.el (shell-mode): Only change the buffer-local value of
12256 comint-dynamic-complete-functions.
12257
12258 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
12259
12260 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
12261 entry is skipped because it has been scheduled.
12262 (org-prepare-agenda-buffers): Don't mark buffers as modified when
12263 changing `:org-archived' and `:org-comment' properties.
12264
12265 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
12266
12267 * server.el (server-select-display): Don't make the temp frame
12268 minibuffer-only, in case it's not a temp frame.
12269 (server-process-filter): Don't delete the temp frame if it's the
12270 only one we have on that display.
12271
12272 * files.el (find-alternate-file): Doc fix.
12273
12274 2006-07-05 Richard Stallman <rms@gnu.org>
12275
12276 * files.el (abbreviate-file-name): Add save-match-data.
12277
12278 2006-07-03 Richard Stallman <rms@gnu.org>
12279
12280 * faces.el (read-face-name): Doc fix.
12281
12282 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
12283
12284 * net/goto-addr.el (goto-address): Mark as safe for local evals.
12285
12286 2006-07-05 Andre Spiegel <spiegel@gnu.org>
12287
12288 * vc.el (vc-diff-internal): Fix prev change.
12289
12290 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
12291
12292 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
12293 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
12294
12295 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12296
12297 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
12298 fails if the symbol contains chars like ( or '.
12299 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
12300 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
12301 `short'.
12302
12303 2006-07-04 Kenichi Handa <handa@m17n.org>
12304
12305 * international/mule-cmds.el (set-language-info): If LANG-ENV is
12306 the current one, don't call set-language-environment, but call one
12307 of set-language-environment-XXX to make INFO effective now.
12308 (set-language-environment): Call set-language-environment-XXX
12309 functions instead of doing the various setups directly.
12310 (set-language-environment-coding-systems): Delete argument eol-type.
12311 (set-language-environment-input-method)
12312 (set-language-environment-nonascii-translation)
12313 (set-language-environment-charset)
12314 (set-language-environment-fontset)
12315 (set-language-environment-unibyte): New functions.
12316
12317 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
12318
12319 * locate.el (locate-update-when-revert): New option.
12320 (locate-update-path): New option (suggested by Michael Albinus).
12321 (locate-prompt-for-command): Whitespace change.
12322 (locate-update): No longer offer to update the locate database by
12323 default. Implement the two new options.
12324
12325 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
12326
12327 * tooltip.el: Move comment about track-mouse...
12328
12329 * progmodes/gud.el: ...to here.
12330
12331 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
12332
12333 * facemenu.el (facemenu-listed-faces): New var.
12334 (facemenu-unlisted-faces): Variable deleted.
12335 (facemenu-add-new-face): Use facemenu-listed-faces.
12336
12337 * emulation/viper-init.el, calendar/calendar.el:
12338 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
12339
12340 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
12341
12342 * textmodes/org.el (org-mode): Remove no invalid settings for
12343 calc embedded mode.
12344 (org-mode-p): New defsubst.
12345 (org-save-all-org-buffers): New function.
12346 (org-first-headline-recenter): Enclose outline-regexp in group
12347 delimiters.
12348 (org-set-tags): Keep single space after stars.
12349
12350 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12351
12352 * window.el (set-window-text-height): Only set window-min-height to
12353 1 if that's the requested size.
12354
12355 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
12356 (diff-unified->context, diff-context->unified)
12357 (diff-reverse-direction): Make sure the end marker stays at the end.
12358 (diff-mode): Add the keymap table at the end of docstring.
12359 Use lexical-let rather than constructing a closure manually.
12360
12361 * files.el (find-file-noselect-1): Remove unused var assignment.
12362 (hack-local-variables-confirm): Print lists of strings as lists of
12363 strings rather than lists of symbols.
12364 (abbreviate-file-name, hack-local-variables-prop-line):
12365 Use match-string.
12366 (hack-one-local-variable): Move `make-local-variable' nearer its use.
12367 (recover-session-finish): Use line-end-position.
12368
12369 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
12370
12371 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
12372
12373 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
12374
12375 * progmodes/make-mode.el (makefile-macroassign-regex):
12376 Accept preceding keyword.
12377 (makefile-gmake-statements): Reorganize, now that makepp has
12378 "override" and also handle forgotten "override define".
12379 (makefile-makepp-statements): Add new "global", "override export"
12380 and "override global".
12381
12382 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
12383
12384 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
12385 (ada-compile-mouse-goto-error, ada-deactivate-properties)
12386 (ada-no-auto-case): Fix typos in docstrings.
12387
12388 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
12389
12390 * info.el (Info-find-node-2): Search for makeinfo version more
12391 carefully.
12392
12393 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
12394
12395 * textmodes/org.el (org-prepare-agenda-buffers):
12396 Use `invisible-OK' argument for `org-end-of-subtree'.
12397 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
12398 (org-beginning-of-item): Fix bug in regular expression for white line.
12399 (org-export-as-html): Enforce space after bullet in plain list items.
12400 (org-set-autofill-regexps): Require space after plain list bullet
12401 for paragraph-start.
12402 (org-ts-regexp3): New constant.
12403 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12404 (org-timestamp-up-day, org-timestamp-down-day)
12405 (org-timestamp-change): Work with inactive timestamps.
12406 (org-ts-regexp1): Don't allow brackets in time stamps.
12407
12408 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
12409
12410 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12411 for ignoring links.
12412
12413 * faces.el (read-face-name): Use it.
12414
12415 2006-06-28 Juri Linkov <juri@jurta.org>
12416
12417 * buff-menu.el (list-buffers-noselect): Compare Info file
12418 with the string "dir" to detect Info directory.
12419
12420 * complete.el (partial-completion-mode): In lambda for
12421 `choose-completion-string-functions' use full function signature
12422 with 4 args, and move point to the end of the minibuffer only if arg
12423 `mini-p' is non-nil.
12424
12425 2006-06-28 John Paul Wallington <jpw@pobox.com>
12426
12427 * ibuffer.el (ibuffer-mode): Doc fix.
12428
12429 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
12430
12431 * textmodes/org.el (org-context): New contexts :item-bullet,
12432 :latex-fragment, :latex-preview.
12433 (org-overlays-at, org-overlay-start, org-overlay-end):
12434 New compatibility functions.
12435 (org-inside-LaTeX-fragment-p): More accurate matching, using the
12436 exact regexp that will be used during export.
12437 (org-latex-regexps): New variable.
12438 (org-cdlatex-mode): Improve advice for `texmathp'.
12439 (turn-on-org-cdlatex): New function.
12440
12441 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12442
12443 * term/mac-win.el (mac-handle-font-selection): Change keys of
12444 mac-atsu-font-table from strings to numbers.
12445 (mac-ts-caret-position): Use also when cursor-type is nil.
12446 (mac-ts-update-active-input-area): Add Mac OS Classic support.
12447 Relax condition for using overlay strings.
12448 Use mac-ts-caret-position face when cursor-type is nil.
12449
12450 2006-06-26 Kim F. Storm <storm@cua.dk>
12451
12452 * help.el (view-emacs-news): Declare `res' in the right let* form.
12453
12454 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
12455
12456 * net/rcompile.el (remote-compile): Replace ange-ftp based
12457 implementation by Tramp functions.
12458 Suggested by Marc Abramowitz <msabramo@gmail.com>.
12459
12460 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12461
12462 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
12463
12464 * international/fontset.el (setup-default-fontset): Fix a typo in
12465 the "Oriya-Akruti" registry name.
12466
12467 2006-06-23 Lars Hansen <larsh@soem.dk>
12468
12469 * desktop.el (desktop-full-file-name): New function.
12470 (desktop-kill, desktop-save, desktop-remove, desktop-read)
12471 (desktop-revert): Use it.
12472 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12473 (desktop-after-read-hook): Add option list-buffers.
12474 (desktop-locals-to-save): Add tab-width.
12475 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12476 Fix docstring.
12477
12478 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
12479
12480 * textmodes/org.el (org-cdlatex-mode-map)
12481 (org-cdlatex-texmathp-advice-is-done): New variables.
12482 (org-cdlatex-mode): New minor mode.
12483 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12484 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12485 (org-export-with-archived-trees): New option.
12486 (org-open-file): Remove the call to `convert-standard-filename'.
12487 (org-archive-tag, org-agenda-skip-archived-trees)
12488 (org-cycle-open-archived-trees)
12489 (org-sparse-tree-open-archived-trees): New options.
12490 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12491 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12492 New functions.
12493 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12494 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12495 (org-mode-map): Add binding for `org-toggle-archive-tag'.
12496 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12497 Call `org-prepare-agenda-buffers'.
12498 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12499 (org-file-apps, org-file-apps-defaults-gnu)
12500 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12501 Handle remote files by forcing them to be opened in Emacs.
12502
12503 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12504
12505 * vc.el (vc-diff-knows-L): New variable.
12506 (vc-diff-internal): Use it to handle "diff" programs that don't
12507 understand -L. This works automatically, no user action is necessary.
12508
12509 2006-06-23 Daniel Brockman <daniel@brockman.se>
12510
12511 * net/rcirc.el (rcirc-default-user-full-name): Default to
12512 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12513 longer exists).
12514 (rcirc-process-list): Check `buffer-live-p' before attempting to
12515 switch to a buffer.
12516
12517 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12518
12519 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12520 based on rcirc-coding-system-alist.
12521
12522 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12523
12524 * cus-edit.el (customize-apropos): A better error message.
12525 (top level) <debug-ignored-errors>: Extend and update the list of
12526 ignored error messages.
12527
12528 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12529
12530 * complete.el (PC-do-completion): Retain capitalization of user
12531 input, when possible, even if completion-ignore-case is set.
12532
12533 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12534
12535 * generic-x.el (bat-generic-mode): Support .cmd files.
12536
12537 * dos-w32.el (top level): Use find-file-not-found-functions
12538 instead of the obsolete find-file-not-found-hooks.
12539
12540 2006-06-22 Kim F. Storm <storm@cua.dk>
12541
12542 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12543 to recognize mode name containing submodes, such as Grep/lw.
12544
12545 2006-06-21 Kim F. Storm <storm@cua.dk>
12546
12547 * simple.el (line-move-1): Check for move-end-of-line instead of
12548 end-of-line when setting temporary-goal-column.
12549
12550 2006-06-21 Miles Bader <miles@gnu.org>
12551
12552 * play/cookie1.el (cookie): Work properly when there's only one entry.
12553
12554 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12555
12556 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12557 (gdb-frame-handler): Generalize frame regexp for templates.
12558
12559 2006-06-20 Glenn Morris <rgm@gnu.org>
12560
12561 * calendar/appt.el (appt-display-format): Default value must be
12562 one of the customize options.
12563
12564 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12565
12566 * term/xterm.el (terminal-init-xterm): Update key availability info.
12567 Bind C-return.
12568
12569 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12570
12571 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12572
12573 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12574 whether or not a local variables list is defined.
12575
12576 * msb.el (msb): Move `sit-for' hack here to handle both
12577 "mouse-down and drag" and "mouse-up and select" situations.
12578 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12579
12580 2006-06-20 Kenichi Handa <handa@m17n.org>
12581
12582 * international/characters.el (word-combining-categories):
12583 Add entries for 2-byte Han characters.
12584
12585 2006-06-19 Richard Stallman <rms@gnu.org>
12586
12587 * bindings.el (mode-line-format): Save some mode line space.
12588
12589 * files.el (find-file-noselect): Improve the question wording.
12590 (basic-save-buffer-2): Mask UMASK against 666.
12591
12592 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12593 (mouse-drag-vertical-line): Call it.
12594
12595 * cus-edit.el (customize-option, customize-option-other-window):
12596 Error if SYMBOL is nil.
12597
12598 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12599
12600 * textmodes/org.el: Require noutline, also on XEmacs.
12601 (org-end-of-subtree): Return point.
12602 (org-dblock-start-re, org-dblock-end-re): New constants.
12603 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12604 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12605 (org-update-all-dblocks, org-find-dblock): New functions.
12606 (org-collect-clock-time-entries): New function.
12607 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12608 (org-fixup-indentation): Modify to deal correctly with lines
12609 starting with TAB. Only one argument DIFF now.
12610 (org-demote, org-promote): Call `org-fixup-indentation' with just
12611 one argument, DIFF.
12612 (org-mode): Don't mark buffer as modified when aligning tables.
12613 (org-clock-sum): Don't mark buffer modified when adding time sum
12614 properties.
12615 (org-export-as-html): Add support for a link validation function.
12616 (org-archive-all-done): New function.
12617 (org-archive-subtree): New prefix argument. When set, archive all
12618 done subtrees in this buffer.
12619 (org-remove-clock-overlays)
12620 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12621 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12622 (org-put-clock-overlay): Don't swallow last headline character
12623 when displaying overlay.
12624 (org-store-link): Link to `image-mode' with just the file name.
12625
12626 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12627
12628 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12629 Use read-key-sequence.
12630 (viper-after-change-undo-hook): Misc enhancements.
12631 (viper-after-change-undo-hook): New hook.
12632 (viper-undo): Use viper-after-change-undo-hook.
12633 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12634 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12635 clicking on that widget/button.
12636
12637 * emulation/viper.el (viper-mode): Allow a separate cursor color
12638 in Emacs state.
12639
12640 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12641 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12642 (ediff-set-actual-diff-options): New function.
12643 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12644 Use ediff-set-actual-diff-options.
12645 (ediff-extract-diffs): Catch errors.
12646 (ediff-whitespace): Add non-breakable space.
12647 (ediff-same-file-contents): Catch errors.
12648
12649 * ediff-mult.el (ediff-collect-custom-diffs):
12650 Save coding-system-for-read.
12651
12652 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12653 (ediff-vc-internal, ediff-vc-merge-internal):
12654 Use ediff-delete-version-file.
12655 (ediff-delete-version-file): New function.
12656
12657 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12658
12659 * ediff.el (ediff-directories, ediff-directory-revisions)
12660 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12661 (ediff-directories-internal, ediff-merge-directory-revisions)
12662 (ediff-merge-directory-revisions-with-ancestor)
12663 (ediff-directories3): Use read-directory-name.
12664
12665 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12666
12667 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12668 Remove superfluous part of regexp for brace matching which is handled
12669 by `scan-lists' call.
12670
12671 2006-06-16 Richard Stallman <rms@gnu.org>
12672
12673 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12674
12675 * files.el (basic-save-buffer-2): For a new precious file,
12676 use the default modes in the return value.
12677
12678 * facemenu.el (facemenu-color-alist): Doc fix.
12679
12680 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12681
12682 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12683
12684 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12685
12686 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12687 (mac-utxt-to-string): Use it.
12688 (mac-ts-update-active-input-area): Use mac-ae-number.
12689
12690 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12691
12692 * term.el (term-handle-scroll, term-delete-lines)
12693 (term-insert-lines): Fix off by one errors.
12694
12695 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12696
12697 * net/tramp.el (tramp-touch): Use UTC to express time.
12698
12699 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12700
12701 * mail/sendmail.el (mail-send): Search explicitly for
12702 mail-header-separator when checking for corrupted header lines.
12703
12704 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12705
12706 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12707 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12708 (gdb-init-1): Initialise them.
12709 (gdb-starting): Reset gdb-printing
12710 (gdb-starting): Save value of gud-overlay-arrow-position.
12711 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12712 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12713 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12714 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12715
12716 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12717
12718 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12719
12720 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12721
12722 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12723 (ldap-search-internal): Keep error messages, and a regexp fix.
12724
12725 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12726
12727 * files.el (hack-local-variables-confirm):
12728 Display string value using its printed representation.
12729
12730 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12731
12732 * server.el (server-edit): No-op if no server buffers exist.
12733
12734 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12735
12736 * textmodes/page-ext.el (pages-directory-for-addresses):
12737 Including `pages-directory-address-mode' in the function results
12738 in the message "Buffer in which pages were found is deleted".
12739
12740 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12741
12742 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12743 clocking functions.
12744
12745 (org-agenda-clock-in, org-check-running-clock)
12746 (org-clock-out-if-current, org-remove-clock-overlays)
12747 (org-put-clock-overlay): New functions.
12748 (org-clock-marker, org-clock-file-total-minutes)
12749 (org-clock-overlays): New variables.
12750 (org-clock-display, org-clock-sum, org-clock-cancel)
12751 (org-clock-out, org-clock-in): New commands.
12752 (org-export): New function.
12753 (org-emph-re): New constant.
12754 (org-set-emph-re, org-do-emphasis-faces): New functions.
12755 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12756 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12757 (org-export-html-convert-emphasize): Use the configurable emphasis.
12758 (org-cleaned-string-for-export): Make multiline emphasis visible
12759 to the exporter. New optional argument PARAMETERS.
12760 (org-export-as-html): Specify :emph-multiline parameter to
12761 `org-cleaned-string-for-export'.
12762
12763 2006-06-10 Richard Stallman <rms@gnu.org>
12764
12765 * help.el (help-for-help-internal): Clean up help text.
12766
12767 2006-06-10 Andreas Schwab <schwab@suse.de>
12768
12769 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12770 in doc string.
12771
12772 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12773
12774 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12775
12776 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12777 spaces after the comment start.
12778
12779 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12780
12781 * play/pong.el (pong-init-buffer):
12782 Fill buffer with spaces instead of ^A.
12783
12784 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12785 launched asynchronously, delete its process instead of being cool.
12786 (ispell-async-processp): Check for `delete-process' existence
12787 instead of `kill-process' one for consistency.
12788
12789 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12790
12791 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12792 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12793 in mode line at startup.
12794
12795 2006-06-08 Kim F. Storm <storm@cua.dk>
12796
12797 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12798 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12799 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12800 (ido-file-internal): Pass full file name to write-file.
12801 (ido-read-internal): Only pop stack elements automatically if they
12802 actually match an existing directory or file name.
12803
12804 2006-06-07 Kenichi Handa <handa@m17n.org>
12805
12806 * international/mule.el (find-auto-coding): Don't handle the short
12807 name `char-trans'.
12808
12809 * files.el (hack-local-variables-prop-line)
12810 (hack-local-variables): Cancel the previous change.
12811
12812 2006-06-06 Jesper Harder <harder@phys.au.dk>
12813
12814 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12815
12816 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12817
12818 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12819 diff-default-read-only is non-nil.
12820 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12821 (diff-refine-hunk): Set inhibit-read-only to t.
12822
12823 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12824 modifying the *Diff* buffer.
12825 (diff-process-filter): New filter function for diff process that
12826 sets inhibit-read-only to t when modifying the *Diff* buffer.
12827
12828 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12829
12830 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12831 insertion point and control the number of empty lines.
12832 (org-paste-subtree): Limit the number of empty lines at the end of
12833 the inserted tree.
12834 (org-agenda): Use buffer name of current file for narrowing.
12835 (org-export-as-xml): Command removed.
12836 (org-export-xml-type): Option removed.
12837 (org-mode-map): Call `org-export-as-xoxo' directly.
12838 (org-get-indentation): New optional argument LINE.
12839 (org-fix-indentation, org-remove-tabs): New functions.
12840 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12841 correct indentation for headlines that are converted it items.
12842 (org-skip-comments): Remove table lines that contain narrowing
12843 cookies but no other non-empty fields.
12844 (org-set-tags): Allow groups of mutually exclusive tags.
12845 (org-cmp-time): Sort 24:21 before items without time.
12846 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12847 (org-open-at-point): Require double colon also for numbers.
12848
12849 2006-06-06 Kim F. Storm <storm@cua.dk>
12850
12851 * ido.el (ido-default-file-method, ido-default-buffer-method):
12852 Make choice values consistent with corresponding command names.
12853 (ido-visit-buffer): Update accordingly. Default to selected-window.
12854
12855 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12856
12857 * progmodes/gud.el (gud-running): Fix doc string.
12858 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12859 (gud-tooltip-modes): Add python-mode.
12860 (gud-tooltip-print-command): Add pdb. Remove perldb.
12861
12862 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12863
12864 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12865 Quote $(EMACS).
12866
12867 2006-06-05 Richard Stallman <rms@gnu.org>
12868
12869 * faces.el (defined-colors): Doc fix.
12870
12871 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12872
12873 * vc.el (vc-process-filter): Inhibit undo info collection around
12874 call to insert.
12875 (vc-setup-buffer): Likewise for call to erase-buffer.
12876 (vc-do-command): Likewise for call to process-file.
12877
12878 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12879
12880 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12881 for gud-go.
12882 (gud-common-init): Other debuggers may trigger error.
12883
12884 2006-06-05 Kenichi Handa <handa@m17n.org>
12885
12886 * international/mule.el (find-auto-coding):
12887 Handle enable-character-translation in file header.
12888
12889 2006-06-04 Kim F. Storm <storm@cua.dk>
12890
12891 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12892 (authors-fixed-entries): Fix spelling.
12893 (authors-canonical-file-name): Don't report error for wildcards.
12894
12895 * help.el (view-emacs-news): Rewrite to support new NEWS,
12896 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12897 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12898 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12899
12900 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12901
12902 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12903 exec constructs like `foo bar`.
12904 (sh-quoted-subshell): New helper function to search for a possibly
12905 nested subshell (like `` or $()) within a "" quoted string.
12906 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12907 (sh-apply-quoted-subshell): Flag quote characters inside a
12908 subshell, which is itself already in a quoted region, as
12909 punctuation, since this is the closest to what they actually are.
12910 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12911 sh-apply-quoted-subshell.
12912 (sh-font-lock-syntactic-face-function): Apply the new face for
12913 text inside `` instead of the old font-lock-string-face.
12914
12915 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12916
12917 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12918 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12919 (mac-bytes-to-text-range, mac-ae-text-range-array)
12920 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12921 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12922 (mac-ts-unicode-for-key-event): New functions.
12923 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12924 (mac-handle-font-selection): Use mac-ae-number.
12925 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12926 New variables.
12927 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12928 (mac-ts-converted-text, mac-ts-selected-converted-text)
12929 (mac-ts-block-fill-text, mac-ts-outline-text)
12930 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12931 (mac-ts-hilite-style-faces): New constant.
12932 (mac-apple-event-map): Bind text input events.
12933 (mac-dispatch-apple-event): Use command-execute instead of
12934 call-interactively.
12935 (global-map): Don't bind mac-apple-event.
12936 (special-event-map): Bind mac-apple-event.
12937
12938 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12939
12940 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12941 file name.
12942 (emacs): Enclose the value of $(EMACS) in quotes.
12943
12944 2006-06-02 Juri Linkov <juri@jurta.org>
12945
12946 * international/mule.el (sgml-html-meta-auto-coding-function):
12947 Remove the condition `(search-forward "<html" size t)'.
12948 Replace `\"' with `[\"']?' in `re-search-forward'.
12949
12950 2006-06-02 Kenichi Handa <handa@m17n.org>
12951
12952 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12953 as well as `coding'.
12954 (hack-local-variables): Likewise.
12955
12956 * international/mule.el (enable-character-translation):
12957 Put permanent-local and safe-local-variable properties.
12958 (find-auto-coding): Handle char-trans: tag.
12959
12960 2006-06-02 Juri Linkov <juri@jurta.org>
12961
12962 * international/mule.el (sgml-html-meta-auto-coding-function):
12963 Limit the search by the end of the HTML header (if any).
12964
12965 2006-06-01 Richard Stallman <rms@gnu.org>
12966
12967 * subr.el (with-current-buffer): Doc fix.
12968
12969 2006-06-02 Masatake YAMATO <jet@gyve.org>
12970
12971 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12972 Almost rewrite. Underlines over all lines of gcov output are too
12973 uncomfortable to read. Suggested by Dan Nicolaescu.
12974
12975 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12976
12977 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12978
12979 * shell.el (shell-mode): Use shell-mode-map in docstring.
12980
12981 * comint.el (comint-send-input): Do not add help-echo and
12982 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12983
12984 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12985
12986 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12987
12988 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12989
12990 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12991 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12992 look up the stack and pop up GUD buffer if necessary.
12993 (gdb-frames-select): Remove redundant call to gud-display-frame.
12994 (gdb-info-threads-custom): Keep point at start of buffer.
12995 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12996
12997 2006-05-31 Juri Linkov <juri@jurta.org>
12998
12999 * replace.el (query-replace-read-from, query-replace-read-to):
13000 Bind `history-add-new-input' to nil. Call `add-to-history'.
13001
13002 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
13003
13004 * textmodes/table.el: Convert all HTML tags to lower case for
13005 XHTML compatibility.
13006
13007 2006-05-31 Masatake YAMATO <jet@gyve.org>
13008
13009 * progmodes/compile.el:
13010 (compilation-error-regexp-alist-alist::gcov-called-line):
13011 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
13012
13013 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
13014
13015 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
13016 Revert inadvertent changes made with last commit.
13017
13018 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
13019
13020 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
13021 New functions.
13022
13023 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
13024
13025 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
13026
13027 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
13028 only matches in the right place.
13029 (org-upcoming-deadline): New face.
13030 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
13031 (org-export-ascii-underline): Rename constant `org-ascii-underline'
13032 and make it an option.
13033 (org-export-ascii-bullets): New option.
13034 (org-export-as-html): Many changes to emit valid XHTML.
13035 (org-par-open): New variable.
13036 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
13037 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
13038 (org-timeline): Pass `org-timeline-show-empty-dates' to
13039 `org-get-all-dates'. Interpret empty dates returned by
13040 `org-get-all-dates'.
13041 (org-get-all-dates): New argument EMPTY. Add dates without
13042 entries to the list, mark large ranges of empty dates.
13043 (org-point-in-group, org-context): New functions.
13044
13045 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
13046
13047 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
13048
13049 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
13050 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
13051 to C-mouse-3 (for 2 button mice).
13052 (gdb-send): Do the right thing for C-d.
13053
13054 * speedbar.el (speedbar-detach): Delete.
13055 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
13056 it breaks things.
13057 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
13058
13059 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
13060
13061 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
13062 Makeppfile.
13063
13064 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13065 Add makepp diagnostic.
13066
13067 2006-05-29 Richard Stallman <rms@gnu.org>
13068
13069 * window.el (fit-window-to-buffer): Doc fix.
13070
13071 * help.el (temp-buffer-max-height): Doc fix.
13072
13073 * subr.el (with-current-buffer): Doc fix.
13074
13075 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13076
13077 * term/x-win.el: Bind F10 to menu-bar-start if available.
13078
13079 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
13080
13081 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
13082 uses with a simple test.
13083 (term-set-escape-char, term-mode, term-check-kill-echo-list)
13084 (term-send-raw-string, term-send-raw, term-mouse-paste)
13085 (term-char-mode, term-line-mode, term-exec, term-sentinel)
13086 (term-handle-exit, term-read-input-ring)
13087 (term-previous-matching-input-string)
13088 (term-previous-matching-input-string-position)
13089 (term-previous-matching-input-from-input)
13090 (term-replace-by-expanded-history, term-send-input)
13091 (term-skip-prompt, term-bol, term-send-invisible)
13092 (term-kill-input, term-delchar-or-maybe-eof)
13093 (term-backward-matching-input, term-check-source)
13094 (term-proc-query, term-emulate-terminal)
13095 (term-handle-colors-array, term-process-pager, term-pager-line)
13096 (term-pager-bob, term-unwrap-line, term-word)
13097 (term-dynamic-complete-filename)
13098 (term-dynamic-complete-as-filename)
13099 (term-dynamic-simple-complete): Replace one arm ifs with whens or
13100 unlesses.
13101
13102 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13103
13104 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
13105 during bootstrapping.
13106
13107 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
13108 Basically undo the change of 2006-05-26: use extra arguments instead of
13109 dynamic scoping.
13110 (ewoc-locate): Remove unused var `footer'.
13111
13112 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
13115
13116 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
13117 (generate-file-autoloads): Obey it. Return whether autoloads were
13118 added at point or not.
13119 (update-file-autoloads): Use this new return value.
13120 Remove redundant test for the presence of an autoload cookie.
13121
13122 * emacs-lisp/autoload.el (autoload-find-file): New fun.
13123 This one calls hack-local-variables.
13124 (generate-file-autoloads, update-file-autoloads): Use it.
13125
13126 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
13127 (bibtex-sort-entry-class): Add safe-local-variable predicate.
13128 (bibtex-sort-entry-class-alist): Don't set the global value.
13129 (bibtex-init-sort-entry-class-alist): New fun.
13130 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
13131 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
13132 of bibtex-init-sort-entry-class.
13133
13134 2006-05-28 Richard Stallman <rms@gnu.org>
13135
13136 * subr.el (load-history-regexp): If FILE is relative, insist
13137 entire last name component must match it.
13138 (load-history-filename-element, load-history-regexp): Doc fixes.
13139
13140 2006-05-29 Kim F. Storm <storm@cua.dk>
13141
13142 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
13143 `pos' and `raw-data' for clarity, as eval forms may access these.
13144
13145 2006-05-28 Kim F. Storm <storm@cua.dk>
13146
13147 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
13148
13149 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * progmodes/make-mode.el (makefile-browser-map)
13152 (makefile-mode-syntax-table): Move initialization inside declaration.
13153 (makefile-fill-paragraph): Use the default comment-filling code.
13154
13155 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
13156
13157 * replace.el (query-replace-defaults): New variable.
13158 (query-replace-read-from): Use `query-replace-defaults' for
13159 default value, instead of history list.
13160 (query-replace-read-to): Update `query-replace-defaults'.
13161
13162 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
13163
13164 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
13165 with no X toolkit.
13166
13167 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
13168
13169 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
13170 (tumme-show-all-from-dir): Add autoload.
13171
13172 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
13173
13174 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
13175 (tumme-remove-tag): Fix bug.
13176
13177 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
13178
13179 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
13180 FOOTER args. Update unique caller.
13181 (ewoc-delete): Compute last node once before looping.
13182 (ewoc--node-branch): Merge into unique caller.
13183 (ewoc--node): Don't define constructor make-ewoc--node for this
13184 structure.
13185 (ewoc): Add member `hf-pp' to this structure.
13186 (ewoc--wrap): New func.
13187 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
13188 header/footer pretty-printers. Save header/footer pretty-printer.
13189 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
13190
13191 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
13192
13193 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
13194
13195 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
13196 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
13197 Tag'. Change "Compare directories..." to "Change Directories...".
13198 Move tumme commands to Operate, Regexp and Immediate menus.
13199 Change "Add Comment" to "Add Image Comment". Change "Add Image
13200 Tag" to "Add Image Tags".
13201
13202 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
13203 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
13204 `tumme-delete-tag'.
13205
13206 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
13207
13208 * shell.el (shell-mode): Call shell-dirtrack-mode after
13209 list-buffers-directory is made a local variable, to avoid setting
13210 the default value.
13211
13212 2006-05-26 Kevin Ryde <user42@zip.com.au>
13213
13214 * info.el (Info-index-next): Use where-is-internal to report
13215 actual binding of Info-index-next, rather than hard-coded `,'.
13216
13217 2006-05-26 Eli Zaretskii <eliz@gnu.org>
13218
13219 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
13220 and "Find Command in Manual" to here.
13221
13222 * buff-menu.el (list-buffers-noselect): For Info buffers, use
13223 Info-current-file as the file name.
13224
13225 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
13226
13227 * ses.el (defadvice undo-more): Delete this defadvice. The undo
13228 overrides will now be done a different way.
13229 (ses-set-parameter): Reapply this function for undo.
13230 (ses-set-header-row): Reconstruct header row during undo.
13231 (ses-widen): New function.
13232 (ses-goto-data, ses-reconstruct-all): Use new function.
13233 (ses-command-hook): Widen buffer during undo, before unupdating
13234 the cells.
13235 (ses-insert-row, ses-delete-row): Widen buffer during undo.
13236 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
13237 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
13238 formula hasn't been executed yet.
13239
13240 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13241
13242 * comint.el (comint-kill-whole-line): Rename arg to count.
13243 Fix doc string.
13244
13245 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
13246
13247 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
13248 to copy-file.
13249
13250 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13251
13252 * simple.el (toggle-truncate-lines): Make arg optional for
13253 backward compatibility.
13254
13255 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
13256
13257 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
13258 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
13259 DLL arg. Instead, use ewoc--current-dll. Update all callers.
13260 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
13261 (ewoc--adjust): Use ewoc--current-dll.
13262 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
13263
13264 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
13265
13266 * textmodes/org.el (org-next-item, org-previous-item): Emit more
13267 compact error message.
13268 (org-tags-view): Refresh category table in each file.
13269 (org-table-justify-field-maybe): Remove superfluous arguments to
13270 `format'.
13271 (org-export-as-html): Insert "<p>" before postamble.
13272 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
13273
13274 2006-05-26 Kenichi Handa <handa@m17n.org>
13275
13276 * textmodes/po.el (po-find-charset): Pay attention to the case
13277 FILENAME is a cons (NAME . BUFFER).
13278 (po-find-file-coding-system-guts): Likewise.
13279
13280 * arc-mode.el (archive-set-buffer-as-visiting-file):
13281 Call find-operation-coding-system with (FILENAME . BUFFER).
13282
13283 * tar-mode.el (tar-extract): Call find-operation-coding-system
13284 with (FILENAME . BUFFER).
13285
13286 * international/mule.el (decode-coding-inserted-region):
13287 Call find-operation-coding-system with (FILENAME . BUFFER).
13288
13289 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
13290
13291 * image-mode.el (image-toggle-display): Use buffer contents to
13292 generate image for a remote file.
13293
13294 2006-05-25 Juri Linkov <juri@jurta.org>
13295
13296 * replace.el (query-replace-read-from, query-replace-read-to):
13297 Remove 8th arg KEEP-ALL in read-from-minibuffer.
13298
13299 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
13300
13301 * whitespace.el (whitespace-cleanup): Change to cleanup
13302 region if one is active.
13303 * whitespace.el (whitespace-cleanup-internal): New internal method.
13304
13305 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13306
13307 * dired.el (dired-mode-map): Add help-echo strings to tumme
13308 commands. Bind `tumme-dired-display-image' to C-t i.
13309
13310 * tumme.el (tumme-display-image): Change documentation string slightly.
13311 (tumme-dired-display-image): Add call to `display-buffer'.
13312
13313 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
13314
13315 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
13316 Signal error if RAW-DATA is a multibyte string.
13317
13318 2006-05-24 Richard Stallman <rms@gnu.org>
13319
13320 * subr.el (with-local-quit): When handling `quit' signal,
13321 make a chance for quit-flag to cause a quit.
13322
13323 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
13324 (ad-disable-advice): Add autoloads.
13325
13326 * subr.el (read-passwd): Copy PROMPT before changing its properties.
13327
13328 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13329
13330 * dired.el (dired-mode-map): Change menu items for tumme as per
13331 suggestions in emacs-devel.
13332
13333 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
13334
13335 * dired.el (dired-mode-map): Fix breakage.
13336
13337 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13338
13339 * tumme.el (tumme-display-dired-image): Rename to...
13340 (tumme-dired-display-image): ...this.
13341 (tumme-track-movement): Change default value to t.
13342 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
13343 used from `tumme-next-line-and-display' and similar commands.
13344
13345 * dired.el (dired-mode-map): Add Thumbnail submenu under the
13346 Immediate menu. Add some tumme commands there.
13347
13348 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
13349
13350 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
13351
13352 2006-05-24 Chong Yidong <cyd@mit.edu>
13353
13354 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
13355 menu entries that open submenus.
13356
13357 2006-05-24 Alan Mackenzie <acm@muc.de>
13358
13359 * startup.el (command-line): For names of preloaded files, don't
13360 append ".elc" (now done in Fload), and call file-truename on the
13361 lisp directory.
13362
13363 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
13364 match ANY loaded file with the right name, not just those in
13365 load-path. Put a regexp matching the file name into
13366 after-load-alist, rather than the name itself.
13367
13368 * subr.el (load-history-regexp, load-history-filename-element)
13369 (do-after-load-evaluation): New functions.
13370
13371 * international/mule.el (load-with-code-conversion): Do the
13372 eval-after-load stuff by calling do-after-load-evaluation.
13373
13374 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
13375
13376 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
13377 has not been killed.
13378
13379 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13380
13381 * term/mac-win.el: Set idle timer to clean up expired Apple events.
13382 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
13383 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
13384 Optionally set error message in reply.
13385
13386 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
13387
13388 * textmodes/org.el (org-open-at-point): Use renamed variable
13389 `org-confirm-shell-link-function'.
13390 (org-confirm-shell-link-function): Rename from
13391 `org-confirm-shell-links'.
13392 (org-export-directory): New function.
13393 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
13394 (org-export-icalendar): Use `org-export-directory'.
13395 (org-indent-item): Keep cursor position.
13396 (org-link-file-path-type): New option.
13397 (org-export-as-html): Fix bug with plain lists starting in
13398 column 0.
13399 (org-export-as-html): Remove deadline formatting, this happens
13400 now already in `org-html-handle-time-stamps'.
13401 (org-export-html-style): Deadline class removed.
13402 (org-insert-labeled-timestamps-at-point): New option.
13403 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13404 of `hide-sublevels 1', in case the first headline is not level 1.
13405 (org-overview, org-content): New fuction.
13406 (org-cycle-global-status, org-cycle-subtree-status): Make these
13407 variables buffer-local.
13408 (org-global-cycle): New command.
13409 (org-shifttab): Use `org-global-cycle'.
13410 (org-insert-heading, org-insert-item): Go to end of new
13411 headline/item after creating it.
13412 (org-export-visible): Rename from `org-export-copy-visible'.
13413 Now creates a temporary org-file and applies an exporting command
13414 to it.
13415 (org-table-eval-formula): Support for lisp forms.
13416 (org-agenda-todo-ignore-scheduled): New option.
13417 (org-agenda-get-todos): Use new option
13418 `org-agenda-todo-ignore-scheduled'.
13419 (org-export-html-inline-images): New value `maybe'.
13420 (org-export-as-html): Inlining of images dependent on link description.
13421 (org-archive-subtree): Check for end-of-buffer before trying
13422 `kill-line'.
13423 (org-agenda-follow-mode): New option.
13424 (org-export-with-tags, org-export-with-timestamps): New options.
13425 (org-html-handle-time-stamps): New function.
13426 (org-keyword-time-regexp): New variable.
13427 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13428 (org-agenda-todo-list-sublevels): New option.
13429 (org-html-level-start): When TITLE is nil, just close all levels.
13430 (org-parse-key-lines, org-parse-export-options): Remove functions,
13431 replaced by `org-infile-export-plist'.
13432 (org-combine-plists, org-infile-export-plist)
13433 (org-default-export-plist): New functions.
13434 (org-export-html-preamble, org-export-html-postamble)
13435 (org-export-html-auto-preamble, org-export-html-auto-postamble):
13436 New variables.
13437 (org-export-publishing-directory): New option.
13438 (org-export-as-html, org-export-as-ascii): Use the new property
13439 lists for settings.
13440 (org-export-copy-visible, org-export-as-xoxo):
13441 Respect `org-export-publishing-directory'.
13442 (org-link-search, org-store-link, org-file-apps): Support for
13443 links to BibTeX database entries..
13444 (org-get-current-options, org-set-regexps-and-options):
13445 Implement logging as a startup option.
13446 (org-store-link): Make sure context string is never empty
13447 (org-insert-link): Use relative path when possible.
13448 (org-at-item-checklet-p): New function.
13449 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13450 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13451 (org-metaright, org-metaup, org-metadown, org-shiftup)
13452 (org-shiftdown, org-shiftright, org-shiftleft)
13453 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13454 Dispatch using `call-interactively'.
13455 (org-call-with-arg): New defsubst.
13456 (org-tag-alist, org-use-fast-tag-selection): New options.
13457 (org-complete): Use `org-tag-alist'.
13458 (org-fast-tag-insert, org-fast-tag-selection): New functions.
13459 (org-next-item, org-previous-item): New commands.
13460 (org-beginning-of-item, org-end-of-item): Add (interactive) to
13461 make command.
13462 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13463
13464 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
13465
13466 * emacs-lisp/ewoc.el (ewoc-delete): New function.
13467 (ewoc-filter): Use `ewoc-delete'.
13468
13469 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13470
13471 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13474 Signal more user-friendly error messages.
13475
13476 * complete.el (PC-do-completion): Undo the addition of implicit
13477 wildcards if they did not lead to finding any match.
13478 (read-file-name-internal): Don't add the final > if the completion is
13479 not finished.
13480
13481 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13482
13483 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13484 Quote safe-local-variable predicate.
13485
13486 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13487
13488 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13489
13490 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13491
13492 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13493
13494 * progmodes/make-mode.el (makefile-special-targets-list)
13495 (makefile-macro-table, makefile-target-table): Mark as risky.
13496 (makefile-query-one-target-method): Make this the alias for the
13497 following variable.
13498 (makefile-query-one-target-method-function): Make this the real name.
13499
13500 * textmodes/artist.el (artist-text-renderer): Make this the alias
13501 for the following variable.
13502 (artist-text-renderer-function): Make this the real name.
13503
13504 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13505 the alias for the following variable.
13506 (flyspell-generic-check-word-predicate): Make this the real name.
13507
13508 * textmodes/ispell.el (ispell-format-word): Make this the alias
13509 for the following variable.
13510 (ispell-format-word-function): Make this the real name.
13511 (ispell-message-text-end): Mark as risky.
13512
13513 * skeleton.el (skeleton-transformation, skeleton-filter)
13514 (skeleton-pair-filter): Make these the aliases for the following
13515 variables.
13516 (skeleton-transformation-function, skeleton-filter-function)
13517 (skeleton-pair-filter-function): Make these the real names.
13518
13519 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13520 and skeleton-pair-filter-function.
13521
13522 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13523 alias for the following variable.
13524 (sgml-transformation-function): Make this the real name.
13525 (sgml-tag-alist): Mark as risky.
13526
13527 2006-05-21 Richard Stallman <rms@gnu.org>
13528
13529 * simple.el (kill-region): Interactively, pass point, then mark.
13530
13531 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13532
13533 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13534
13535 2006-05-21 Romain Francoise <romain@orebokech.com>
13536
13537 * dired-x.el (dired-mode-map): Don't bind M-g.
13538
13539 2006-05-20 Richard Stallman <rms@gnu.org>
13540
13541 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13542 (dired-goto-file): Doc fix.
13543
13544 2006-05-21 Kim F. Storm <storm@cua.dk>
13545
13546 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13547 way to enable built-in cua-mode if user loads older CUA-mode package.
13548
13549 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13550 if default-filename is specified.
13551
13552 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13553
13554 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13555
13556 * info.el (info-apropos): Make sure current-file and current-node
13557 have non-nil values. Speed up by using add-to-list instead of
13558 manual consing.
13559
13560 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13561
13562 * progmodes/make-mode.el (makefile-mode): Doc fix.
13563
13564 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13565
13566 * dired-aux.el (dired-do-shell-command): Doc fix.
13567
13568 2006-05-20 Kevin Ryde <user42@zip.com.au>
13569
13570 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13571 ``(custom-manual :tag "Foo" "(foo)Node")''.
13572
13573 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13574
13575 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13576 value is an integer.
13577
13578 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13579
13580 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13581 "format".
13582 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13583
13584 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13585
13586 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13587 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13588
13589 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13590
13591 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13592 regexp for keywords.
13593
13594 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13595
13596 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13597 replace-regexp-in-string.
13598
13599 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13600 encode, and escape file name on conversion to URL.
13601
13602 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13603
13604 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13605 Don't unescape URL.
13606 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13607
13608 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13609 on conversion to URLs.
13610
13611 * net/browse-url.el (browse-url-file-url): Encode file name on
13612 conversion to URL.
13613
13614 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13615 conversion to URL.
13616
13617 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13618
13619 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13620
13621 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13622
13623 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13624 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13625
13626 2006-05-19 Glenn Morris <rgm@gnu.org>
13627
13628 * calendar/diary-lib.el (diary-bahai-date)
13629 (list-bahai-diary-entries, mark-bahai-diary-entries)
13630 (mark-bahai-calendar-date-pattern): Not interactive.
13631 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13632 (diary-entries-list): Change format of 4th element in each entry.
13633 (diary-list-entries): Use add-to-diary-list.
13634 (diary-goto-entry): Handle the case where the buffer visiting the
13635 diary has been killed.
13636 (fancy-diary-display): Add 'locator to button rather than 'marker.
13637 Only generate temp-face when there are marks to apply.
13638 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13639 (diary-fancy-date-pattern): New variable.
13640 (diary-time-regexp): Doc fix.
13641 (diary-anniversary, diary-time): New faces.
13642 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13643 diary-time-regexp. Add font-lock-multiline property where needed.
13644 Use new faces diary-anniversary and diary-time.
13645 (diary-fancy-font-lock-fontify-region-function): New function, to
13646 handle multiline font-lock pattern in fancy diary.
13647 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13648 (diary-font-lock-keywords): Tweak time regexp. Use new face
13649 diary-time.
13650
13651 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13652
13653 * international/code-pages.el (mik): Table corrected.
13654
13655 2006-05-18 Kim F. Storm <storm@cua.dk>
13656
13657 * progmodes/grep.el (grep-find): Don't check grep-find-command
13658 before running command (breaks non-interactive usage).
13659
13660 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13661
13662 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13663 (ewoc--insert-new-node): Don't insert trailing newline.
13664 Instead, adjust successor nodes's start markers.
13665 (ewoc--refresh-node): Delete all text from current node's start
13666 marker to the next one's; adjust successor nodes's start markers.
13667 (ewoc--create): Doc fixes.
13668 (ewoc--refresh): Don't insert newline.
13669 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13670 * pcvs.el (cvs-make-cvs-buffer):
13671 Specify extra newline for ewoc's header and footer.
13672 (cvs-update-header): Update initial header recognition.
13673 Append newline to final header and footer values.
13674 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13675
13676 2006-05-17 Richard Stallman <rms@gnu.org>
13677
13678 * files.el (file-name-extension): Doc fix.
13679
13680 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13681
13682 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13683 we can explicitly enable/disable rather than toggle.
13684 (shell-mode): Use it.
13685 (shell-cd): Don't try to reproduce what `cd' does.
13686
13687 2006-05-17 Kim F. Storm <storm@cua.dk>
13688
13689 * ido.el (ido-read-internal): Use only nondirectory part of
13690 default item.
13691
13692 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13693
13694 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13695 (ewoc-nth): Doc fix.
13696
13697 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13698
13699 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13700
13701 * international/mule.el (auto-coding-alist): Add .lha to files
13702 read with no-conversion.
13703
13704 * files.el (auto-mode-alist): Add .lha files to archive file
13705 extensions.
13706
13707 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13708 Convert csize to integer when computing offsets within the
13709 compressed archive file.
13710
13711 2006-05-16 Kim F. Storm <storm@cua.dk>
13712
13713 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13714 with read-from-minibuffer.
13715
13716 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13717
13718 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13719 (byte-compile-warnings): Fix safe-local-variable property.
13720
13721 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13722
13723 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13724 (allout-stylish-prefixes, allout-numbered-bullet)
13725 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13726 predicates to qualify `safe-local-variable' property, when
13727 available, else use equivalent lambda.
13728 (allout-current-topic-collapsed-p): Do the right thing regarding
13729 trailing blank lines.
13730
13731 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * server.el (server-start): Only create a directory if needed.
13734 (server-edit, server-unload-hook): server-start => server-mode.
13735 (kill-emacs-hook): Cleanup upon exit.
13736
13737 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13738
13739 * hexl.el (hexlify-buffer): Encode process arguments manually.
13740
13741 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13742
13743 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13744 call to gdb-tooltip-print.
13745
13746 2006-05-15 Romain Francoise <romain@orebokech.com>
13747
13748 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13749 systems, default to "tar" since those systems probably have GNU tar.
13750
13751 2006-05-14 Lars Hansen <larsh@soem.dk>
13752
13753 * desktop.el (desktop-missing-file-warning): Fix docstring.
13754 (desktop-restore-file-buffer): Correct question asked on missing file.
13755
13756 2006-05-14 Kim F. Storm <storm@cua.dk>
13757
13758 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13759 Add CUA move property.
13760
13761 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13762
13763 * custom.el (custom-push-theme): Load the variable before checking
13764 its `standard-value'.
13765
13766 2006-05-13 Lars Hansen <larsh@soem.dk>
13767
13768 * desktop.el (desktop-save): Use with-temp-buffer.
13769
13770 2006-05-12 Glenn Morris <rgm@gnu.org>
13771
13772 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13773 * calendar/calendar.el (calendar-mode-map):
13774 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13775 * calendar/appt.el (appt-check, appt-make-list): Refer to
13776 diary-view-entries, diary-list-entries, diary-show-all-entries
13777 rather than obsolete aliases.
13778
13779 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13780
13781 * simple.el (line-move-finish): Avoid calling point motion hooks
13782 while processing intangibility.
13783
13784 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13785
13786 * term/xterm.el (terminal-init-xterm): Fix typo.
13787
13788 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13789
13790 * allout.el (allout-view-change-hook): Mark as being deprecated,
13791 to be replaced by `allout-exposure-change-hook'.
13792 (allout-exposure-change-hook): New, replacing
13793 `allout-view-change-hook'.
13794 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13795 in addition to `allout-view-change-hook'.
13796 (allout-show-bodies, allout-old-style-prefixes)
13797 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13798 lambda forms to prevent their showing up in variable help
13799 presentations as inscrutable byte-compiled code.
13800 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13801 Use string-or-null-p to qualify safe-local-variable values.
13802 (allout-reindent-bodies): Use memq to qualify matches against
13803 valid safe-local-variable values. Also, quote the lambda as above.
13804 (allout-use-mode-specific-leader): Add missing candidate-value
13805 symbols, use memq, and quote the lambda.
13806 (allout-overlay-interior-modification-handler): Remove unused
13807 variables `msg' and 'opened'.
13808 (allout-hidden-p): Constrain invisibility consideration to allout's
13809 invisibility spec, disregarding invisibility for other reasons.
13810
13811 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13812
13813 * files.el (version-control): Correct safe values.
13814
13815 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13816
13817 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13818
13819 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13820 (ewoc--insert-new-node): New func.
13821 Update callers of deleted funcs to use it, instead.
13822
13823 2006-05-11 Glenn Morris <rgm@gnu.org>
13824
13825 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13826 obsolete alias `show-all-diary-entries'.
13827 (make-diary-entry): Not interactive.
13828 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13829 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13830 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13831 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13832 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13833 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13834
13835 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13836
13837 * calendar/calendar.el (calendar-french-date-string)
13838 (calendar-mayan-date-string, calendar-chinese-date-string)
13839 (calendar-astro-date-string, calendar-iso-date-string)
13840 (calendar-islamic-date-string, calendar-bahai-date-string)
13841 (calendar-hebrew-date-string, calendar-coptic-date-string)
13842 (calendar-ethiopic-date-string, calendar-persian-date-string):
13843 These functions are not interactive.
13844
13845 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13846
13847 * files.el: Balance parentheses.
13848
13849 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13850
13851 * files.el, newcomment.el, outline.el, simple.el,
13852 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13853 * progmodes/cc-vars.el, progmodes/compile.el:
13854 Move `safe-local-variable' declarations to the respective files.
13855
13856 * help-fns.el (describe-variable): Don't print safe-var if it is
13857 byte-code. Improve wording as suggested by Luc Teirlinck.
13858
13859 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13860
13861 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13862 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13863 Use a token for pending-triggers to ensure gdb-var-update
13864 gets called once per user input again for pre-GDB 6.4.
13865 (gdb-var-delete): Match on more complex expressions.
13866 (gdb-var-list-children-handler, gdb-var-create-handler):
13867 Use a token for consistency.
13868
13869 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13870
13871 * textmodes/org.el (org-read-date, org-goto-calendar)
13872 (org-agenda-goto-calendar):
13873 Bind `view-calendar-holidays-initially' to nil.
13874
13875 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13876
13877 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13878 Update all callers to do it there, instead.
13879
13880 2006-05-10 Glenn Morris <rgm@gnu.org>
13881
13882 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13883 prefix arg case, to avoid view-diary-entries-initially error.
13884 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13885 (calendar-date-is-legal-p): Handle dates with no day part.
13886
13887 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13888
13889 * comint.el (comint-insert-input): Just make it when
13890 comint-use-prompt regexp is nil (default) and with the mouse.
13891 (comint-copy-old-input): Reinstate from 2004-06-23.
13892 (comint-mode-map): Bind C-c C-m to it.
13893
13894 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13895
13896 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13897 Remove spurious move to point-max (new comint behavior fixes).
13898
13899 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13900 compatibility function (Emacs 18/19).
13901 (idlwave-is-continuation-line): Always return point at start of
13902 previous non-blank continuation line.
13903 (keyword-parameters): Fix continued comment font-lock matcher.
13904 (idlwave-font-lock-fontify-region): Written, use as
13905 font-lock-fontify-region-function, to fix continued keyword
13906 fontification issues.
13907
13908 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13909
13910 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13911 (mac-service-selection, mac-service-open-file)
13912 (mac-service-open-selection, mac-service-mail-selection)
13913 (mac-service-mail-to, mac-service-insert-text): Rename from
13914 mac-services-*. All uses changed.
13915 (mac-apple-event-map): Rename event symbol `services' to `service'.
13916
13917 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13918
13919 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13920 (ewoc--node-enter-first, ewoc--node-enter-last)
13921 (ewoc--delete-node-internal): Merge funcs into unique callers.
13922
13923 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13924
13925 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13926 return value of read-from-minibuffer for empty input.
13927
13928 2006-05-09 Miles Bader <miles@gnu.org>
13929
13930 * comint.el (comint-insert-input): Remove redundant calls to setq
13931 and goto-char.
13932
13933 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13934
13935 * comint.el (comint-insert-input): Make it work when
13936 comint-use-prompt-regexp is t.
13937
13938 2006-05-10 Miles Bader <miles@gnu.org>
13939
13940 * subr.el (field-at-pos): New function.
13941
13942 * comint.el (comint-insert-input): Use it.
13943
13944 2006-05-09 Juri Linkov <juri@jurta.org>
13945
13946 * battery.el (battery-linux-proc-acpi): Also try
13947 `/proc/acpi/thermal_zone/THR2/temperature'.
13948
13949 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13950 for now unused lambda `string-or-null'.
13951
13952 * add-log.el (change-log-default-name): Put `string-or-null-p'
13953 instead of lambda on `safe-local-variable' property.
13954
13955 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13956 `region-end' instead of `mark' and `point'.
13957 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13958 Operate on region in Transient Mark mode when the mark is active.
13959 Use `region-beginning' and `region-end' instead of `mark' and
13960 `point'.
13961 (diff-hunk-text, diff-goto-source): Doc fix.
13962
13963 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13964 face `mode-line-buffer-id' for mode-line buffer face instead of
13965 hard-coded `(:weight bold)'.
13966
13967 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13968 buffer-undo-list to t (undo-ask is reproducible by visiting
13969 nested archives).
13970
13971 2006-05-09 Kim F. Storm <storm@cua.dk>
13972
13973 * progmodes/grep.el (rgrep): Set default directory of *grep*
13974 buffer if we start M-x rgrep in the *grep* buffer and choose
13975 a different base directory.
13976
13977 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13978
13979 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13980 completion also when ido is loaded.
13981
13982 2006-05-09 Masatake YAMATO <jet@gyve.org>
13983
13984 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13985 "warning" and "import".
13986 (cpp-font-lock-keywords): Added "warning".
13987
13988 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13989
13990 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13991
13992 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13995 pages at a time, if we signal the end, we should indeed reach that end.
13996
13997 2006-05-08 David Reitter <david.reitter@gmail.com>
13998
13999 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
14000 output during execution of the body.
14001
14002 2006-05-08 Kim F. Storm <storm@cua.dk>
14003
14004 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
14005
14006 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
14007
14008 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
14009 Use with-current-buffer.
14010
14011 2006-05-07 Kim F. Storm <storm@cua.dk>
14012
14013 * subr.el (add-to-history): Remove keep-dups arg.
14014
14015 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
14016 to nil around call to add-to-history.
14017
14018 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14019
14020 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
14021 than after a buffer modification.
14022
14023 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
14024
14025 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
14026 call to...
14027 (gud-watch): ...here so speedbar is raised for already watched
14028 expressions.
14029 (gdb-speedbar-refresh): Delete function.
14030 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
14031 Use speedbar-timer-fn instead of speedbar-refresh (reverting
14032 earlier change).
14033 (gdb-var-evaluate-expression-handler)
14034 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
14035
14036 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
14037 Update localized contents for all buffers except ignored modes.
14038
14039 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14040
14041 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
14042 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
14043 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
14044 (mac-handle-font-panel-closed, mac-handle-font-selection):
14045 New functions.
14046 (mac-font-panel-mode): New minor mode.
14047 (mac-apple-event-map): Add bindings for toolbar toggle button and
14048 font panel.
14049 (menu-bar-showhide-menu): Add mac-font-panel-mode.
14050
14051 2006-05-07 John Paul Wallington <jpw@pobox.com>
14052
14053 * ibuffer.el (ibuffer-compressed-file-name-regexp):
14054 Avoid `regexp-opt'; simplify regexp for readability.
14055
14056 2006-05-06 Eli Zaretskii <eliz@gnu.org>
14057
14058 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
14059 * files.el (buffer-stale-function):
14060 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14061 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
14062 links to the main manual, not to emacs-xtra.
14063
14064 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14065
14066 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
14067 MacJapanese if text is ASCII-only.
14068
14069 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
14070
14071 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
14072 unless so nil isn't returned.
14073 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
14074
14075 2006-05-06 Kim F. Storm <storm@cua.dk>
14076
14077 * subr.el (add-to-history): New function.
14078
14079 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
14080 (ediff-merge-files-with-ancestor):
14081 * env.el (setenv):
14082 * isearch.el (isearch-update-ring):
14083 * server.el (server-visit-files):
14084 * progmodes/grep.el (lgrep, rgrep):
14085 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
14086 * progmodes/xscheme.el (xscheme-insert-expression):
14087 Use add-to-history.
14088
14089 * kmacro.el (kmacro-push-ring): Use add-to-history.
14090 (kmacro-ring-length): Remove unused defun.
14091 (kmacro-start-macro): Use kmacro-push-ring.
14092
14093 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
14094
14095 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
14096 directly instead of a lambda expression that calls it.
14097
14098 2006-05-06 Kim F. Storm <storm@cua.dk>
14099
14100 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
14101 instead of compute-motion.
14102
14103 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
14104
14105 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
14106 change.
14107
14108 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
14109
14110 * startup.el (command-line-1): Refer to "Pure Storage" on
14111 pure-space-overflow.
14112
14113 2006-05-05 Martin Rudalics <rudalics@gmx.at>
14114
14115 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
14116 provided faces once they all have been used up.
14117
14118 2006-05-05 Eli Zaretskii <eliz@gnu.org>
14119
14120 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
14121 reference to the Lisp manual to the warning about pure space
14122 overflow.
14123
14124 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14125
14126 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
14127 argument to avoid the call to `ispell-internal-change-dictionary'
14128 when not needed.
14129 (ispell-change-dictionary): Use this argument and call
14130 `ispell-internal-change-dictionary' after the possible change
14131 to `ispell-local-dictionary'.
14132 (ispell-internal-change-dictionary): Check for a change in
14133 personal dictionary use too.
14134
14135 2006-05-05 Eli Zaretskii <eliz@gnu.org>
14136
14137 * startup.el (command-line): On MS-Windows, probe "~", not
14138 "~USER", for warning about non-existent home directory.
14139
14140 * arc-mode.el (archive-l-e): New optional argument `float' means
14141 generate a float value.
14142 (archive-arc-summarize, archive-lzh-summarize)
14143 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
14144 with 3rd argument non-nil when file's size is being computed.
14145 Format the file sizes with %8.0f instead of %8d.
14146
14147 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14148
14149 * cus-start.el (all): Add mac-dnd-known-types.
14150
14151 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
14152 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
14153 (mac-TIFF-to-string): New functions.
14154 (x-get-selection, x-selection-value)
14155 (mac-select-convert-to-string): Use them.
14156 (mac-text-encoding-mac-japanese-basic-variant): New constant.
14157 (mac-dnd-types-alist): New customization variable.
14158 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
14159 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
14160 (mac-dnd-handle-drag-n-drop-event): New functions.
14161 (mac-drag-n-drop): Remove function.
14162 (global-map): Bind drag-n-drop and M-drag-n-drop to
14163 mac-dnd-handle-drag-n-drop-event.
14164
14165 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
14166
14167 * progmodes/perl-mode.el (perl-beginning-of-function):
14168 Skip anonymous subs.
14169
14170 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
14171
14172 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
14173 regexp-opt at run time.
14174
14175 * term.el (term-handle-ansi-escape): Fix off by one error.
14176
14177 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
14178
14179 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
14180 (gdb-init-1, gdb-post-prompt): ...and references to it.
14181 (gdb-frame-handler): Strip directory name from filename if present.
14182
14183 * progmodes/gud.el (gdb-force-update): Delete defvar
14184 (gud-speedbar-buttons): ...and references to it. Use window-start
14185 to try to keep positon in watch expression.
14186
14187 2006-05-03 Richard Stallman <rms@gnu.org>
14188
14189 * simple.el (next-history-element, previous-history-element): Doc fix.
14190
14191 * isearch.el (isearch-update-ring): Doc fix.
14192
14193 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
14194
14195 * isearch.el (isearch-update-ring): Take history-delete-duplicates
14196 into consideration. Replace one arm ifs with whens.
14197
14198 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
14199
14200 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
14201 (menu): Fix typo.
14202
14203 2006-05-02 Miles Bader <miles@gnu.org>
14204
14205 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
14206
14207 2006-05-02 Jay Belanger <belanger@truman.edu>
14208
14209 * calc/calc-embed.el (calc-override-minor-modes-map)
14210 (calc-override-minor-modes): New variables.
14211 (calc-do-embedded): Make sure that Calc keystrokes aren't
14212 overwritten by minor modes.
14213
14214 2006-05-02 Chong Yidong <cyd@mit.edu>
14215
14216 * msb.el (msb): If EVENT is a down event, read and discard the up event.
14217
14218 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14219
14220 * startup.el (command-line-1): Refer to Lisp manual when
14221 pure-space-overflow occurs.
14222
14223 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
14224 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
14225 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
14226 (version-control): Don't use `t' for safe-local-variable declarations.
14227
14228 2006-05-01 Richard Stallman <rms@gnu.org>
14229
14230 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
14231 M-r, M-R, M-A, M-SPC or M-DEL.
14232 (diff-mode-map): diff-refine-hunk now on C-c C-w
14233 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
14234
14235 * help-mode.el (help-mode): view-exit-action calls delete-window
14236 only when it is safe and possible.
14237
14238 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
14239 in messages.
14240
14241 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
14242
14243 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
14244 in the default tool-bar-map.
14245
14246 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
14247
14248 * net/tramp.el (tramp-completion-file-name-handler-alist)
14249 (tramp-run-real-handler, tramp-completion-run-real-handler)
14250 (tramp-completion-handle-file-name-all-completions)
14251 (tramp-completion-handle-file-name-completion): Autoload them.
14252 (tramp-completion-handle-file-exists-p)
14253 (tramp-completion-handle-file-name-directory)
14254 (tramp-completion-handle-file-name-nondirectory)
14255 (tramp-completion-handle-expand-file-name): Remove them.
14256 (tramp-handle-file-name-directory): Return the real directory name.
14257 Returning "/" only doesn't need to be necessary any longer.
14258 (tramp-file-name-handler): Make special attention when in hostname
14259 completion mode.
14260 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
14261 (tramp-register-file-name-handlers):
14262 Register `tramp-completion-file-name-handler' only when
14263 `partial-completion-mode' is enabled.
14264 (tramp-completion-handle-file-name-all-completions):
14265 Delete directory part from results.
14266 (tramp-get-completion-methods, tramp-get-completion-user-host):
14267 Discard deleting "/", it doesn't work after the change of
14268 `tramp-handle-file-name-directory' above.
14269
14270 2006-05-01 Kim F. Storm <storm@cua.dk>
14271
14272 * progmodes/grep.el (grep-expand-template): Use save-match-data
14273 and symbol-value.
14274
14275 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14276
14277 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
14278 Use select-frame-set-input-focus instead of raise-frame.
14279 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
14280
14281 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
14282
14283 * progmodes/gud.el (gud-def): Add %c case.
14284 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
14285 (gud-format-command): Make match case sensitive. Match on %F.
14286
14287 2006-04-30 Glenn Morris <rgm@gnu.org>
14288
14289 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
14290 (cal-tex-preamble): Use cal-tex-preamble-extra.
14291 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
14292 than alias `list-diary-entries'.
14293
14294 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
14295
14296 * help-fns.el (describe-variable): Add info about safe local variables.
14297
14298 2006-04-29 Richard Stallman <rms@gnu.org>
14299
14300 * bindings.el (mode-line-format): help-echo doc fixes.
14301
14302 * net/tramp.el (tramp-file-name-handler-alist): Delete
14303 expand-file-name and other operations that can cause spurious loading.
14304
14305 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * files.el (safe-local-variable-p): Remove support for the special
14308 value t.
14309
14310 * textmodes/paragraphs.el (sentence-end-without-space):
14311 Fix safety predicate.
14312 (sentence-end-double-space, sentence-end-without-period)
14313 (paragraph-ignore-fill-prefix):
14314 * textmodes/fill.el (colon-double-space):
14315 * abbrev.el (abbrev-mode): Tighten the safety predicate.
14316
14317 * subr.el (booleanp): New fun.
14318
14319 * textmodes/reftex-vars.el (reftex-guess-label-type):
14320 Tighten the safety predicate.
14321
14322 2006-04-28 Kim F. Storm <storm@cua.dk>
14323
14324 * progmodes/grep.el (defgroup grep): Doc fix.
14325 (grep-auto-highlight): Remove.
14326 (grep-template): New defcustom.
14327 (grep-find-template): Rename from grep-tree-template.
14328 (grep-files-aliases): Rename from grep-tree-files-aliases.
14329 Remove "all" alias, add "l" alias.
14330 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
14331 (grep-find-ignored-directories): New defcustom to replace
14332 grep-tree-ignore-CVS-directories, to facilitate ignoring
14333 subdirectories for multiple version control systems.
14334 (grep-mode-map): Add Recursive grep item to GREP menu.
14335 (grep-regexp-history, grep-files-history): New defvars.
14336 (grep-probe): New helper function.
14337 (grep-compute-defaults): Use it to simplify code.
14338 Adapt to name changes.
14339 Use `.' as base in grep-find-template rather than <D>.
14340 (grep): Remove superfluous highlight-regexp arg. Fix doc.
14341 Call grep-compute-defaults unconditionally.
14342 (grep-expand-keywords): New defconst.
14343 (grep-expand-template): Rename from grep-expand-command-macros.
14344 Simplify via grep-expand-keywords. Look at case-fold-search instead
14345 of grep-tree-ignore-case to add -i option.
14346 Bind case-fold-search to nil while matching keywords.
14347 (grep-tree-last-regexp, grep-tree-last-files): Remove.
14348 (grep-read-regexp, grep-read-files): New helper functions.
14349 (rgrep): Rename from grep-tree. Rework to use proper histories.
14350 Adapt to changes in defcustoms and functions above.
14351 (lgrep): New command, as grep, but using same interactive UI as rgrep.
14352
14353 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
14354
14355 * net/tramp.el (tramp-completion-file-name-handler):
14356 Disable Tramp's functionality while loading Tramp itself.
14357 (tramp-register-file-name-handlers): That's a defsubst now.
14358 Code from `tramp-repair-jka-compr' moved here. Apply it via
14359 `after-init-hook'.
14360 (tramp-repair-jka-compr): Remove.
14361
14362 2006-04-27 Jay Belanger <belanger@truman.edu>
14363
14364 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
14365 read expression when `math-read-big-expr' doesn't work.
14366
14367 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
14368
14369 * startup.el (command-line-1): Display warning when
14370 pure-space-overflow is non-nil.
14371
14372 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14373
14374 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
14375 risky.
14376
14377 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14378
14379 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
14380 Return the URL or nil if none can be generated.
14381
14382 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
14383
14384 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
14385 byte compiler warnings.
14386 (gud-basic-call, gud-find-expr): Let user select an expression
14387 for printing. Print expression as well as value in GUD buffer.
14388
14389 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
14390
14391 * allout.el: Remove local autoload declaration for
14392 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
14393 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
14394 (allout-plain-bullets-string, allout-distinctive-bullets-string)
14395 (allout-use-mode-specific-leader, allout-old-style-prefixes)
14396 (allout-stylish-prefixes, allout-numbered-bullet)
14397 (allout-file-xref-bullet, allout-presentation-padding)
14398 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
14399 safe-local-variable with suitable value spec, and add autoload
14400 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
14401 (move-beginning-of-line, move-end-of-line): Repair so these compat
14402 functions now actually resituate the point, when appropriate.
14403
14404 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14407
14408 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14409 (add-log-iso8601-time-string): Fix call to format-time-string.
14410
14411 2006-04-26 Kim F. Storm <storm@cua.dk>
14412
14413 * subr.el (posn-string, posn-image, posn-object): Doc fix.
14414
14415 2006-04-26 Masatake YAMATO <jet@gyve.org>
14416
14417 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14418 Add support for "//" style comments. Remove `b' flag
14419 from ?* in `asm-mode-syntax-table'.
14420
14421 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14422
14423 * follow.el: Use (featurep 'xemacs) everywhere.
14424 (follow-mode): Use define-minor-mode.
14425 (follow-mode-map): Move initialization into the declaration.
14426 Use command remapping.
14427 (follow-emacs-version-xemacs-p): Remove.
14428 (follow-submit-feedback): Remove.
14429
14430 * allout.el (allout-layout, allout-passphrase-verifier-string)
14431 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14432
14433 * textmodes/reftex-vars.el (reftex-vref-is-default)
14434 (reftex-fref-is-default, reftex-guess-label-type):
14435 Tighten up a bit the safety predicate.
14436
14437 * textmodes/paragraphs.el (sentence-end-double-space)
14438 (sentence-end-without-period, sentence-end-without-space)
14439 (page-delimiter, paragraph-ignore-fill-prefix):
14440 Tighten up a bit the safety predicate.
14441
14442 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14443
14444 * progmodes/python.el (python-continuation-line-p)
14445 (python-beginning-of-statement): syntax-ppss may return
14446 a negative depth.
14447 (python-mode): Don't forcefully enable font-lock.
14448
14449 * time-stamp.el (time-stamp-start, time-stamp-end)
14450 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14451
14452 * add-log.el: Remove spurious * in docstrings.
14453 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14454 (add-change-log-entry): Use it here, since it's not specific
14455 to iso8601.
14456 (add-log-iso8601-time-string): Don't use it here any more.
14457 (change-log-indent-text, change-log-indent): Rename from add-log-*.
14458
14459 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14460
14461 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
14462
14463 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14464 (rcirc-toggle-low-priority): Doc fix.
14465 (rcirc-handler-NOTICE): Remove beginning of line anchor in
14466 ChanServ regexp.
14467 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14468 #emacs.
14469 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14470 (rcirc-decode-coding-system): Use utf-8 as the default.
14471 (rcirc-multiline-minor-mode): Set the fill-column.
14472 (rcirc-format-response-string): Display bright and dim nicks.
14473 (rcirc-browse-url): Update interactive spec to fill ARG.
14474 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14475 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14476
14477 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
14478
14479 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14480 case for @Article, etc.
14481
14482 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
14483
14484 * net/tramp.el (tramp-register-file-name-handlers): New defun.
14485 Added with autoload cookie.
14486 (tramp-unload-file-name-handlers): Rename from
14487 `tramp-unload-file-name-handler-alist'.
14488
14489 2006-04-23 Romain Francoise <romain@orebokech.com>
14490
14491 * comint.el (comint-match-partial-filename): Doc fix.
14492
14493 2006-04-21 Glenn Morris <rgm@gnu.org>
14494
14495 * calendar/cal-menu.el (calendar-mode-map): Refer to
14496 `diary-view-entries' rather than alias `view-diary-entries'.
14497 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14498
14499 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
14500
14501 * progmodes/antlr-mode.el (antlr-default):
14502 * cus-edit.el (custom-documentation):
14503 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14504 in defface.
14505
14506 2006-04-21 Kim F. Storm <storm@cua.dk>
14507
14508 * image.el (image-type): New defun split out of create-image.
14509 (create-image): Use it.
14510
14511 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14512
14513 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14514 (org-open-at-point): Remove the "...done" message to keep output
14515 in the echo area visible.
14516 (org-export-as-xoxo): Fix call to `indent-region'.
14517
14518 2006-04-21 Kevin Ryde <user42@zip.com.au>
14519
14520 * international/mule.el (keyboard-coding-system): defcustom
14521 info-link fixes: "Specify Coding" has been split, keyboard now in
14522 "Terminal Coding", and "Single-Byte Character Support" is now
14523 "Unibyte Mode".
14524
14525 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14526
14527 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14528 Use font-lock-warning-face for any errors e.g. no stack.
14529 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14530
14531 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14532
14533 * progmodes/sh-script.el (sh-shell): Mark as safe.
14534
14535 * newcomment.el (comment-start, comment-start-skip)
14536 (comment-end-skip, comment-end): Mark as safe.
14537
14538 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14539
14540 * textmodes/org.el (org-deadline-announce): Face removed.
14541 (org-level-faces, org-n-levels): Convert to constant.
14542 (org-compatible-face): New function.
14543 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14544 (org-level-5, org-level-6, org-level-7, org-level-8)
14545 (org-special-keyword, org-warning, org-headline-done, org-link)
14546 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14547 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14548 Face definition revised for better color tty support.
14549 (org-bold-re, org-italic-re, org-underline-re): New constants.
14550 (org-set-font-lock-defaults): Use the new constants.
14551 (org-agenda-highlight-todo): New function.
14552 (org-agenda-todo): Fix bug with point at end of line.
14553 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14554 Fontify TODO keywords.
14555 (org-insert-link): Preserve relative path in ../ links.
14556 (org-export-as-html): Convert links pointing to .org files into
14557 links that will work beteen the exported HTML files.
14558 (org-todo-list): Fix bug when arg=0.
14559 (org-insert-heading): More fine-tuning.
14560
14561 2006-04-19 Romain Francoise <romain@orebokech.com>
14562
14563 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14564 from `rmail-mime-charset-pattern'.
14565
14566 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14567
14568 * progmodes/python.el (python-mode): Fix typo.
14569
14570 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14571
14572 * comint.el (comint-previous-input): Don't clobber input line
14573 when moving off either end of the input history ring.
14574 (comint-delete-input): New function, used by
14575 `comint-previous-input' and others.
14576 (comint-previous-matching-input):
14577 Use `coming-delete-input'. Save the partial input if leaving the
14578 edit line. Goto point-max before deleting input to avoid
14579 partial input fragments hanging around.
14580 (comint-restore-input): New function, used by `comint-previous-input'.
14581
14582 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14583
14584 * imenu.el (imenu--index-alist): Balance parentheses.
14585
14586 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14587
14588 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14589
14590 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14591
14592 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14593 file is nil.
14594
14595 2006-04-18 Richard Stallman <rms@gnu.org>
14596
14597 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14598
14599 * imenu.el (imenu-create-index-function, imenu--index-alist)
14600 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14601 (imenu-default-create-index-function, imenu--generic-function):
14602 Doc fixes.
14603
14604 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14605
14606 * help-mode.el (help-mode): Set view-exit-action to delete window.
14607
14608 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14609 now works by passing nil as arg.
14610
14611 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14612
14613 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14614 (read-abbrev-file): Provide default when reading filename.
14615
14616 * files.el (enable-local-variables): Allow :all as value.
14617 (hack-local-variables): Implement that value.
14618 (safe-local-variable-values, safe-local-eval-forms)
14619 (enable-local-variables): Mark as risky.
14620 (find-file-visit-truename, kept-old-versions): Mark safe.
14621
14622 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14623 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14624 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14625
14626 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14629 Use forward-line so as to get to BOL even in the presence of fields.
14630 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14631 in return.
14632 (inferior-tcl): Tell tclsh to work in interactive mode.
14633
14634 * complete.el (partial-completion-mode):
14635 Use 'choose-completion-string-functions to make sure that
14636 choose-completion fills the minibuffer properly.
14637
14638 * complete.el (PC-old-read-file-name-internal): Remove.
14639 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14640 of read-file-name-internal.
14641 (partial-completion-mode): Enable/disable this advice.
14642
14643 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14644
14645 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14646 of 2006-04-17.
14647
14648 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14649
14650 * textmodes/org.el (org-insert-heading): Insert heading before
14651 current if at beginning of line.
14652 (org-todo, org-date): New faces.
14653 (org-table-align): Make sure tooltip window contains full text.
14654 (org-no-properties): New defsubst.
14655 (org-set-font-lock-defaults): Use new faces.
14656
14657 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14658
14659 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14660 for root variables.
14661
14662 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14663 (gdb-frame-address): Re-use to identify frame for watch expression.
14664 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14665 variables.
14666 (gdb-init-1, gdb-source, gdb-post-prompt)
14667 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14668 (gdb-frame-handler): Get gdb-frame-address.
14669
14670 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14671
14672 Sync with Tramp 2.0.53.
14673
14674 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14675 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14676 (tramp-completion-file-name-handler): Add autoload cookie for
14677 adding to `file-name-handler-alist'.
14678
14679 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14680 the prompt. If it returns earlier (when detecting an error
14681 message), the rest of the output will merge accidently with the
14682 output of the next command. Reported by M Jared Finder
14683 <jared@hpalace.com>.
14684
14685 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14686 for `process-file', in order to let it work for older Emacsen too.
14687
14688 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14689
14690 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14691 (tex-font-lock-keywords-3): Use it.
14692
14693 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14694
14695 * newcomment.el (comment-add): New function.
14696 (comment-region-default, comment-dwim): Use it.
14697
14698 2006-04-15 Michael Olson <mwolson@gnu.org>
14699
14700 * emacs-lisp/tq.el: Improve comments.
14701 (tq-queue-head-question): New accessor function.
14702 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14703 Update for modified queue structure.
14704 (tq-queue-add): Accept `question' argument.
14705 (tq-queue-pop): If a question is pending, send it.
14706 (tq-enqueue): Accept new optional argument `delay-question'.
14707 If this is non-nil, and at least one other question is pending a
14708 response, queue the question rather than sending it immediately.
14709
14710 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14711
14712 * calendar/appt.el (appt-add): Check whether an appointment is
14713 already present in appt-time-msg-list. Simplify code.
14714
14715 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * progmodes/cc-langs.el (c-mode-menu):
14718 Don't presume c-subword-mode is bound.
14719
14720 2006-04-13 Bill Wohler <wohler@newt.com>
14721
14722 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14723 (customize-package-emacs-version): Use cdr instead of cadr now
14724 that alists use dotted pairs.
14725
14726 * custom.el (defcustom): Fix docstring for :package-version.
14727
14728 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14729
14730 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14731 (tramp-handle-shell-command): Display output buffer only when
14732 `tramp-display-shell-command-buffer' is true.
14733 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14734
14735 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14736
14737 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14738 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14739
14740 2006-04-13 Romain Francoise <romain@orebokech.com>
14741
14742 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14743 leaving temporary .cvsignore buffers behind.
14744
14745 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14746
14747 * textmodes/org.el (org-set-regexps-and-options)
14748 (org-get-current-options): Better names for the startup folding
14749 options.
14750
14751 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14752
14753 * vc.el (vc-annotate): Arrange for point to end up at the same
14754 line number as in the original, but only when using a new buffer.
14755
14756 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14757
14758 * files.el (hack-one-local-variable-eval-safep):
14759 Recognize `edebug-form-spec' for `put', but only if it passes
14760 `edebug-basic-spec'. Generalize `put' handling.
14761
14762 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14763 vetting file-local form specs.
14764
14765 * allout.el (allout-layout): Autoload its `safe-local-variable'
14766 property.
14767
14768 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14769
14770 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14771 (org-agenda-mouse-1-follows-link)
14772 (org-mouse-1-follows-link): New options.
14773 (org-format-agenda-item): Fix bug if TAGS is nil.
14774 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14775
14776 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14777
14778 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14779 GDB 6.1+ gives full filename for "info sources" so use
14780 file-name-nondirectory.
14781
14782 2006-04-12 Romain Francoise <romain@orebokech.com>
14783
14784 * subr.el (read-passwd): Bind `message-log-max' to nil.
14785
14786 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 * progmodes/perl-mode.el (perl-indent-new-calculate):
14789 Recompute parse-start after jumping backward by a whole sexp.
14790
14791 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14792
14793 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14794 window configuration.
14795 (vc-annotate-display-select): Select the buffer so that current-buffer
14796 (and selected-window) is the output buffer at the end of vc-annotate.
14797
14798 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14799
14800 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14801 8-color terminals, to use all of the colors in a sensible order.
14802 256-color terminals work well with the standard map.
14803 (vc-annotate-lines): Only strip the first color character if it
14804 is "#", to allow for terminal-style named colors.
14805 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14806 the correct buffer is scrolled.
14807
14808 2006-04-11 Richard Stallman <rms@gnu.org>
14809
14810 * emacs-lisp/bytecomp.el (byte-compile-file):
14811 Bind enable-local-variables to :safe, and make normal-mode obey it.
14812
14813 * files.el (enable-local-variables): Allow value :safe.
14814 (normal-mode): Doc fix.
14815 (hack-local-variables): Implement enable-local-variables = :safe.
14816 (hack-local-variables-confirm): Don't prevent quitting.
14817
14818 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14819
14820 * loadhist.el (unload-feature): A bit of sanity check of
14821 load-history entries. Cancel timer-vars before unbinding them.
14822
14823 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14824 quote special chars, and make the trick work on the hex part of the
14825 buffer as well.
14826 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14827 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14828
14829 * startup.el (normal-splash-screen): Fix last change so we don't wait
14830 2 minutes if we don't show the splash screen.
14831
14832 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14833
14834 * textmodes/org.el (org-export-plain-list-max-depth)
14835 (org-table-spaces-around-separators)
14836 (org-radio-targets, org-activate-camels)
14837 (org-table-spaces-around-invisible-separators): Options removed.
14838 (org-time-stamp-rounding-minutes, org-remember-templates)
14839 (org-ellipsis, org-activate-links, org-descriptive-links):
14840 New options.
14841 (org-remember-apply-template, org-current-time)
14842 (org-finish-edit-table-field)
14843 (org-link-unescape, org-link-escape)
14844 (org-string-width, org-table-clean-line, org-html-do-expand)
14845 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14846 (org-read-agenda-file-list): New functions.
14847 (org-table-edit-field)
14848 (org-table-create-or-convert-from-region): New commands
14849 (org-table-toggle-vline-visibility): Command removed.
14850 (org-table-convert-region): Made a command.
14851 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14852 Replace with the normal org- functions.
14853 (org-self-insert-command): Don't trigger realign unnecessarily
14854 when blanking a field that is not full.
14855 (org-mode): `Set buffer-invisibility-spec' for links.
14856 (org-activate-links2): Hide link part and only show descriptive
14857 part of the link.
14858 (org-insert-link): Modify for new linking system.
14859 (org-store-link): Store description separately, for use by
14860 `org-insert-link'.
14861 (org-table-align): Use `org-string-width'.
14862 (defgroup): Completely new group structure for custom variables.
14863 (org-agenda-files): Option: Single file name allowed. Function:
14864 Optional argument unrestrited means ignore any restricitons.
14865 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14866 trying to modify the menu. Use generalized access to
14867 `org-agenda-files.'
14868 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14869 (org-agenda-file-to-front, org-remove-file, org-diary)
14870 (org-tags-view, org-export-icalendar-all-agenda-files)
14871 (org-export-icalendar-combine-agenda-files): Use generalized
14872 access to `org-agenda-files'.
14873 (org-remember-handler): Correctly preserve heading if present.
14874 (org-table-insert-row, org-table-insert-hline): Deal with
14875 invisible characters.
14876
14877 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14878
14879 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14880 (vc-annotate-color-map): New 18 element constant
14881 value/saturation, rotating hue colormap, from red->blue.
14882 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14883 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14884 (vc-annotate): To avoid killing the required local variables,
14885 set them before the end of `with-output-to-temp-buffer', and
14886 after first switching to annotate-mode.
14887 (vc-annotate-warp-version): Add buffer argument in goto-line to
14888 ensure annotation, not source, is scrolled.
14889
14890 2006-04-10 Bill Wohler <wohler@newt.com>
14891
14892 * custom.el (defcustom, custom-handle-keyword):
14893 Add :package-version keyword.
14894 (custom-add-package-version): New function. Sets value of new
14895 property 'custom-package-version from :package-version keyword.
14896 (defcustom): Create Common Keywords section in docstring.
14897 (defface, defgroup): Replace definitions of a select few keywords
14898 with a reference to the Common Keywords in defcustom.
14899 (defcustom, defface, defgroup): Replace reference to Customization
14900 chapter in manual with hyperlink.
14901
14902 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14903 (customize-changed-options): Add check for custom-package-version.
14904 (customize-package-emacs-version): New function to look up Emacs
14905 version corresponding to the given package version.
14906
14907 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14908 defun name, in similar fashion to find-variable-regexp.
14909
14910 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14911
14912 * international/mule-cmds.el (set-locale-environment): Fix last
14913 change for when the locale's preferences don't specify any encoding.
14914
14915 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14916
14917 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14918 so the defined var/fun doesn't need to be quoted.
14919
14920 2006-04-10 Richard Stallman <rms@gnu.org>
14921
14922 * finder.el (finder-mode-map): Add n and p bindings.
14923
14924 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14925
14926 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14927 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14928 (gdb-setup-windows): Put something in source window if we can't find
14929 the source file.
14930 (gdb-frame-handler): Make it work again with just assembly.
14931 (gdb-data-list-register-values-handler): Make it work when there is
14932 no stack.
14933
14934 2006-04-09 Richard Stallman <rms@gnu.org>
14935
14936 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14937 specs while looking for charset.
14938
14939 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14940
14941 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14942 Make them faces.
14943 (lm-font-lock-keywords): Update appropriately.
14944
14945 2006-04-10 Kim F. Storm <storm@cua.dk>
14946
14947 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14948 it can also replace buffer-substring-no-properties.
14949
14950 * emulation/cua-base.el (cua-delete-region, cua-paste)
14951 (cua-repeat-replace-region): Use filter-buffer-substring.
14952
14953 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14954 (cua-cut-region-to-global-mark): Likewise.
14955
14956 * emulation/cua-rect.el (cua--extract-rectangle)
14957 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14958
14959 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14960
14961 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14962 entry-type. Add field delimiters to numerical fields if they are
14963 not present.
14964
14965 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14966
14967 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14968 string-const to return value.
14969 (bibtex-remove-delimiters): Use it.
14970
14971 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14972
14973 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14974 cl-byte-compile-compiler-macro unless it exists.
14975
14976 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14977
14978 * files.el (hack-local-variables-confirm) <offer-save>:
14979 Clarify message text. Suggested by Ralf Angeli.
14980
14981 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14982
14983 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14984 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14985 instead of `buffer-substring' and `delete-region'. (Most of the
14986 code actually copied from `kill-region'.)
14987
14988 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14989
14990 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14991 (rcirc-default-port): Rename from rcirc-port.
14992 (rcirc-default-nick): Rename from rcirc-nick.
14993 (rcirc-default-user-name): Rename from rcirc-user-name.
14994 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14995 (rcirc-low-priority-flag): New variable.
14996 (rcirc-decode-coding-system): New defcustom.
14997 (rcirc-encode-coding-system): New defcustom.
14998 (rcirc-coding-system-alist): New defcustom.
14999 (rcirc-multiline-major-mode): New defcustom.
15000 (rcirc-nick): New internal variable.
15001 (rcirc-process): Remove variable.
15002 (rcirc-server-buffer): New variable.
15003 (rcirc): Update to use rcirc-default-* variables above.
15004 (rcirc-connect): Do not add window-configuration-hook-here.
15005 (rcirc-server): New internal variable.
15006 (rcirc-connect): Do not send keepalive pings if
15007 rcirc-keepalive-seconds is nil.
15008 (with-rcirc-server-buffer): New macro.
15009 (rcirc-send-string): Encode with rcirc-encode-coding-system.
15010 (rcirc-server-name): Rename from rcirc-server.
15011 (rcirc-buffer-process): New function.
15012 (rcirc-buffer-nick): New function.
15013 (rcirc-buffer-target): Remove function.
15014 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
15015 New commands.
15016 (rcirc-mode-map): Change binding of C-c C-l to
15017 rcirc-toggle-low-priority.
15018 (rcirc-mode): Initialize coding system based on
15019 rcirc-coding-system-alist. New change-major-mode-hook to part the
15020 channel on a mode change. Make kill-buffer-hook buffer-local.
15021 (rcirc-change-major-mode-hook): New function.
15022 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
15023 (rcirc-last-post-time): New variable.
15024 (rcirc-process-message): Store the last time user posted a message
15025 to this target.
15026 (rcirc-multiline-minor-mode): New mode.
15027 (rcirc-multiline-minor-mode-map): New mode map.
15028 (rcirc-edit-multiline): Put multiline-edit buffer in
15029 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
15030 (rcirc-print): Ignore any line starting with an ignored nick.
15031 (rcirc-print): Decode using rcirc-decode-coding-system.
15032 (rcirc-track-minor-mode): Update global-mode-string when disabling
15033 this mode.
15034 (minor-mode-alist): Add LowPri indicator.
15035 (rcirc-toggle-low-priority): New function.
15036 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
15037 next lowpriority buffer with activity.
15038 (rcirc-record-activity): Sort buffers in rcirc-activity by the
15039 last time the user posted a message in to the target.
15040 (rcirc-update-activity-string): New formatting for low priority
15041 buffers.
15042 (rcirc-split-activity): New function.
15043 (rcirc-handler-PART, rcirc-handler-KICK)
15044 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
15045 (rcirc-nick-away-alist): New variable.
15046 (rcirc-handler-301): New handler. Away messages are printed once
15047 per change.
15048
15049 2006-04-08 Eli Zaretskii <eliz@gnu.org>
15050
15051 * info.el (Info-follow-nearest-node): Doc fix.
15052
15053 * international/mule-cmds.el (set-locale-environment): Make sure
15054 the coding-system preferred by the locale's language has the same
15055 EOL conversion type as the original buffer-file-coding-system.
15056 (locale-language-names): Add a few MS Windows language codes.
15057
15058 2006-04-07 Richard Stallman <rms@gnu.org>
15059
15060 * simple.el (eval-expression): Doc fix.
15061
15062 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
15063 (eval-defun): Doc fixes.
15064
15065 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
15066
15067 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
15068
15069 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
15070
15071 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
15072 GDB list command without argument for greater generality.
15073
15074 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
15075
15076 * subr.el (string-or-null-p): New function.
15077
15078 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
15079
15080 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
15081
15082 * files.el: Update comment about safe-local-variable declarations.
15083
15084 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
15085
15086 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
15087 See idlwave.org.
15088
15089 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
15090 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
15091
15092 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
15093 See idlwave.org.
15094
15095 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
15096 version 6.0 (minimal changes). See idlwave.org.
15097
15098 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
15099 6.0 (minimal changes). See idlwave.org.
15100
15101 * progmodes/idlw-rinfo.el: File obsoleted and removed.
15102
15103 2006-04-06 Romain Francoise <romain@orebokech.com>
15104
15105 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
15106 symmetric encryption features and a new asynchronous interface to
15107 GnuPG. This new version is version 1.4, plus whitespace changes.
15108
15109 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
15110
15111 * files.el: Move some `safe-local-variable' declarations to the
15112 respective files.
15113
15114 * textmodes/ispell.el (ispell-check-comments)
15115 (ispell-local-dictionary): Mark as safe.
15116
15117 * abbrev.el (abbrev-mode): Mark as safe.
15118
15119 * add-log.el (change-log-default-name): Mark as safe.
15120
15121 * textmodes/reftex-vars.el (reftex-vref-is-default)
15122 (reftex-fref-is-default, reftex-level-indent)
15123 (reftex-guess-label-type): Mark as safe.
15124
15125 * textmodes/fill.el (colon-double-space): Mark as safe.
15126
15127 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
15128 (sentence-end-double-space, sentence-end-without-period)
15129 (sentence-end-without-space, sentence-end, sentence-end-base)
15130 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
15131
15132 2006-04-06 Kim F. Storm <storm@cua.dk>
15133
15134 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
15135 the :set-after list.
15136 (ido-downcase-unc-hosts): New user option. Default on.
15137 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
15138 when it is set, as regexps are now applied on the fly.
15139 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
15140 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
15141 on the fly, but only when ido-process-ignore-lists is set.
15142 Do case insensitive filtering if ido-downcase-unc-hosts is set.
15143 Only downcase names if ido-downcase-unc-hosts is set.
15144
15145 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
15146
15147 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
15148
15149 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
15150
15151 2006-04-05 Kim F. Storm <storm@cua.dk>
15152
15153 * ido.el (ido-mode): Set after ido-unc-hosts and
15154 ido-ignore-unc-host-regexps.
15155 (ido-save-history): Save ido-unc-hosts-cache.
15156 (ido-load-history): Load ido-unc-hosts-cache.
15157 (ido-reread-directory): Refresh unc hosts cache in // dir.
15158
15159 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
15160 to nil while displaying slash screen.
15161
15162 2006-04-05 Daiki Ueno <ueno@unixuser.org>
15163
15164 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15165 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15166
15167 2006-04-05 Kenichi Handa <handa@m17n.org>
15168
15169 * international/characters.el: Setup cases of Latin, Greek, and
15170 Cyrillic characters in CJK charsets.
15171
15172 2006-03-29 Daiki Ueno <ueno@unixuser.org>
15173
15174 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15175 default-enable-multibyte-characters. This reverts the change from
15176 revision 6.17 which is no longer necessary because the passphrase
15177 is sent separately now. GnuPG messages are unreadable under
15178 multibyte locales with default-enable-multibyte-characters set to nil.
15179
15180 2006-04-04 Andreas Schwab <schwab@suse.de>
15181
15182 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
15183 and `byte-compile-warnings' as `safe-local-variable'.
15184
15185 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
15186
15187 * man.el (Man-mode-map): Restore the \r binding.
15188 (Man-abstract-xref-man-page): If Man-target-string is a function,
15189 call it.
15190 (Man-highlight-references): Use Man-default-man-entry to get the
15191 target. Deal with xrefs too.
15192 (Man-highlight-references0): Don't call the target function.
15193
15194 * woman.el (WoMan-xref-man-page): Strip the section number, woman
15195 cannot deal with it.
15196
15197 2006-04-04 Daiki Ueno <ueno@unixuser.org>
15198
15199 * pgg-gpg.el: Clean up process buffers every time gpg processes
15200 complete.
15201
15202 2006-04-04 Kenichi Handa <handa@m17n.org>
15203
15204 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
15205 here.
15206 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
15207 Temporarily bind inhibit-field-text-motion to t.
15208
15209 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15210
15211 * startup.el (normal-splash-screen): Only set mode-line-format in the
15212 splash buffer, so as not to interfere when debugging the code.
15213 Ignore errors when switching buffer.
15214
15215 2006-04-03 Romain Francoise <romain@orebokech.com>
15216
15217 * dired.el (dired-dnd-protocol-alist): Fix typo.
15218
15219 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
15220
15221 * savehist.el (savehist): Add :version.
15222 (savehist-ignored-variables): New variable.
15223 (savehist-minibuffer-hook): Don't save variables listed in
15224 `savehist-ignored-variables'.
15225
15226 * dired.el (dired-dnd-protocol-alist): Mention that change does
15227 only apply to new buffers in doc string.
15228
15229 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
15230
15231 * recentf.el (recentf-open-files-item): Include newline in button
15232 field, so opening a file will work, when the point is at the end
15233 of the file name. Allow, for example, to [i]search a file by
15234 extension and just push RET to open it.
15235
15236 2006-04-03 Daiki Ueno <ueno@unixuser.org>
15237
15238 * pgg-gpg.el (pgg-gpg-process-filter)
15239 (pgg-gpg-wait-for-completion): Check if buffer is alive.
15240
15241 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15242 lines, temporary fix.
15243
15244 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
15245
15246 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
15247
15248 2006-04-02 Richard Stallman <rms@gnu.org>
15249
15250 * progmodes/compile.el (compilation-message-face): Make it defcustom.
15251
15252 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
15253
15254 * ibuf-macs.el (define-ibuffer-column): Add a new key:
15255 header-mouse-map.
15256
15257 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
15258 (ibuffer-mode-header-map): New keymaps.
15259 (ibuffer-update-title-and-summary): Enable mouse face highlighting
15260 and keybindings for column headers.
15261 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
15262 property.
15263
15264 2006-04-02 Drew Adams <drew.adams@oracle.com>
15265
15266 * speedbar.el (speedbar-after-create-hook): Doc fix.
15267
15268 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
15269
15270 * shell.el (shell-directory-tracker)
15271 (shell-dynamic-complete-command): Doc fixes.
15272
15273 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
15274
15275 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
15276 terminals.
15277
15278 2006-04-01 Kim F. Storm <storm@cua.dk>
15279
15280 * ido.el (ido-unc-hosts-cache): New defvar.
15281 (ido-unc-hosts): If value of defcustom is a function, call it to
15282 get list of UNC hosts. Add function-item choices to specify
15283 ido-unc-hosts-net-view or user function.
15284 (ido-ignore-unc-host-regexps): New defcustom.
15285 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
15286 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
15287 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
15288
15289 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15290
15291 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
15292 wwidth.
15293
15294 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
15295
15296 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
15297 (ido-max-work-file-list, ido-switch-buffer)
15298 (ido-read-file-name-as-directory-commands):
15299 Fix typos in docstrings.
15300
15301 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15302
15303 * term/mac-win.el (mac-system-coding-system): Define and use after
15304 Mac-specific coding systems are ready.
15305
15306 2006-03-27 Romain Francoise <romain@orebokech.com>
15307
15308 * net/rcirc.el (rcirc-connect): Add autoload cookie.
15309
15310 * ldefs-boot.el: Update.
15311
15312 2006-03-27 Daiki Ueno <ueno@unixuser.org>
15313
15314 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15315 passphrases when it is not needed.
15316 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15317 passphrase stuff from gpg, should only be necessary when you use
15318 gpg with a smartcard.
15319
15320 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
15321
15322 * comint.el (comint-dynamic-list-completions): Allow user to
15323 select *Completions* buffer.
15324
15325 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
15326
15327 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
15328
15329 2006-03-26 Andreas Schwab <schwab@suse.de>
15330
15331 * progmodes/gud.el (gdb): Only complain about multiple debugging
15332 when the gdb process is still running.
15333
15334 2006-03-25 Eli Zaretskii <eliz@gnu.org>
15335
15336 * mail/rmail.el (tool-bar-map): Defvar it.
15337 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
15338 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
15339
15340 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
15341
15342 * help.el (print-help-return-message): Suggest to use
15343 display-buffer instead of switch-to-buffer-other-window to restore
15344 the previous window without selecting it.
15345
15346 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15347
15348 * frame.el (select-frame-by-name): Call x-focus-frame also when
15349 window-system is mac.
15350
15351 * term/mac-win.el: Adjust Courier font specifications in
15352 x-fixed-font-alist.
15353 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
15354 when directly encoding to UTF-16 in native byte order, no BOM.
15355
15356 2006-03-25 Kim F. Storm <storm@cua.dk>
15357
15358 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
15359 (cua--init-keymaps): Use it instead of fixed C-return.
15360 (cua-mode): Set after it.
15361
15362 * emulation/cua-rect.el (cua--init-rectangles):
15363 Use cua-rectangle-mark-key instead of fixed C-return.
15364
15365 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
15366
15367 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
15368 "run" in .gdbinit.
15369 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
15370
15371 2006-03-24 Romain Francoise <romain@orebokech.com>
15372
15373 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
15374 `display-buffer-other-frame'.
15375
15376 2006-03-24 Kim F. Storm <storm@cua.dk>
15377
15378 * apropos.el (apropos-synonyms): Add selection => region.
15379
15380 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
15381
15382 * progmodes/gdb-ui.el (gdb-var-create-regexp)
15383 (gdb-var-list-children-regexp, gdb-var-update-regexp)
15384 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
15385 (gdb-data-list-register-values-regexp)
15386 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
15387 Future proof against new fields being added to MI output.
15388 (gdb-send): Don't treat backslashes for program input as
15389 continuations.
15390 (gdb-assembler-handler): Don't use window-start for this handler.
15391 (gdb-frame-handler): Don't change to hollow arrow if overlay
15392 arrow doesn't move to new frame.
15393
15394 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
15395
15396 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
15397 prevent compiler warnings.
15398 (gdb-stopped): Check for gud-last-last-frame (case: signal).
15399 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
15400 (gdb-assembler-custom): Use hollow-right-triangle for assembler
15401 buffer too.
15402
15403 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
15404
15405 * pgg-gpg.el (pgg-gpg-update-agent): Check for
15406 make-network-process, so we can use the same code in Gnus v5-10
15407 too and have this file fully synchronized with that release.
15408
15409 2006-03-23 Romain Francoise <romain@orebokech.com>
15410
15411 * ibuf-ext.el (ibuffer-read-filter-group-name):
15412 Use `ibuffer-generate-filter-groups' to make completion list match
15413 the filter groups that are really displayed in the Ibuffer buffer.
15414 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15415
15416 2006-03-23 Kenichi Handa <handa@m17n.org>
15417
15418 * international/mule-cmds.el (sort-coding-systems): Describe that
15419 the argument is modified in docstring.
15420
15421 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15422
15423 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15424 (pgg-gpg-update-agent): New function.
15425 (pgg-gpg-use-agent-p): New function.
15426 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15427 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15428 (pgg-gpg-sign-region): Use it.
15429
15430 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
15431
15432 * cus-edit.el (custom-face-set): Call custom-push-theme before
15433 face-spec set so that `changed' theme is correctly saved.
15434 (custom-face-reset-standard): Reset to recalculated face rather
15435 than defface spec.
15436
15437 * custom.el (custom-push-theme): Only save `changed' theme if the
15438 current face does not match the defface specs.
15439
15440 2006-03-21 Simon Josefsson <jas@extundo.com>
15441
15442 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15443 <wilde@sha-bang.de>.
15444 (pgg-gpg-use-agent): New variable.
15445 (pgg-gpg-process-region): Use it.
15446 (pgg-gpg-encrypt-region): Likewise.
15447 (pgg-gpg-encrypt-symmetric-region): Likewise.
15448 (pgg-gpg-decrypt-region): Likewise.
15449 (pgg-gpg-sign-region): Likewise.
15450 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15451
15452 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
15453
15454 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15455 bracket links.
15456
15457 2006-03-21 Kim F. Storm <storm@cua.dk>
15458
15459 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15460 fringe-indicator-alist instead of modifying global value.
15461 (gdb-frame-handler): Likewise.
15462
15463 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
15464
15465 * diff-mode.el (diff-function): Make it inherit from diff-header
15466 instead of diff-context.
15467
15468 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15469 bitmap.
15470 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15471 change names in macro above for consistency.
15472 (gdb-frame-handler): Use hollow-right-triangle for all selected
15473 frames which except the innermost (where execution has stopped).
15474 (gdb-reset): Reset buffer-local values of overlay-arrow.
15475
15476 2006-03-20 Richard Stallman <rms@gnu.org>
15477
15478 * simple.el (set-mark-command): Doc fix.
15479
15480 * files.el (display-buffer-other-frame): New command.
15481 (ctl-x-4-map): Bind C-x 5 C-o to it.
15482
15483 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15484
15485 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15486 rather than just defer-time, in case defer-time has been changed but
15487 the timer isn't running yet.
15488 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15489
15490 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
15491
15492 * help-mode.el (help-follow-symbol): New function.
15493 Essentially identical to the old `help-follow', but do not let
15494 `push-button' do the work when on an xref.
15495 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15496
15497 2006-03-19 Richard Stallman <rms@gnu.org>
15498
15499 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15500 preceded by the word `program'.
15501 (help-follow-mouse, help-follow): Throw error if not on xref.
15502 Delete no longer used args.
15503
15504 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15505
15506 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15507 annotation ensure gud-overlay-arrow-position is redisplayed.
15508
15509 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15510
15511 * textmodes/bibtex.el (bibtex-include-OPTkey)
15512 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15513 (bibtex-autokey-name-case-convert)
15514 (bibtex-autokey-titleword-case-convert): Make these the aliases
15515 for the following two variables.
15516 (bibtex-autokey-name-case-convert-function)
15517 (bibtex-autokey-titleword-case-convert-function): Make these the
15518 real names.
15519 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15520 bibtex-font-lock-crossref sublists.
15521 (bibtex-mode): Revert 2005-12-30 change (which made
15522 completion-ignore-case buffer-local).
15523 (bibtex-url): Simplify.
15524
15525 2006-03-19 Kim F. Storm <storm@cua.dk>
15526
15527 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15528 cursor property value to 2 (to align with C level change).
15529
15530 2006-03-19 Bill Wohler <wohler@newt.com>
15531
15532 * image.el (image-load-path-for-library): Shorten first line in
15533 docstring.
15534
15535 2006-03-18 Richard Stallman <rms@gnu.org>
15536
15537 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15538
15539 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15540
15541 * isearch.el (isearch-other-meta-char): Handle user bindings for
15542 shifted control characters.
15543
15544 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15545
15546 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15547 part that matches email addresses, file names, etc.
15548
15549 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15550
15551 * term/w32-win.el (mouse-set-font):
15552 Mention w32-list-proportional-fonts in the doc string.
15553
15554 2006-03-18 Kim F. Storm <storm@cua.dk>
15555
15556 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15557 (ido-unc-hosts): New user option to explicitly define list of know
15558 UNC-style hosts for completion.
15559 (ido-cache-unc-host-shares-time): New user option.
15560 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15561 New helper functions for UNC file-name support.
15562 (ido-may-cache-directory): Check for UNC host. Simplify.
15563 (ido-wash-history): Clean out old UNC hosts.
15564 (ido-nonreadable-directory-p): UNC hosts are always readable.
15565 (ido-directory-too-big-p): UNC hosts are never too big.
15566 (ido-set-current-directory): Handle UNC root path.
15567 (ido-file-name-all-completions): Complete UNC host names from
15568 ido-unc-hosts list. Cache UNC host shares.
15569 (ido-make-file-list-1): Don't filter UNC root.
15570 (ido-exhibit): Check for // in root directory, and switch to UNC
15571 mode by setting ido-current-directory to //.
15572
15573 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15574
15575 * cus-edit.el (customize-changed-options): Mention explicit
15576 version number as default in prompt.
15577
15578 2006-03-17 Bill Wohler <wohler@newt.com>
15579
15580 * image.el (image-load-path-for-library): Minor docstring fix.
15581
15582 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15583
15584 * textmodes/org.el (org-read-date): Include subgroup 5 into
15585 replacement text.
15586 (org-popup-calendar-for-date-prompt): Fix customization type.
15587
15588 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15589
15590 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15591 (gdb-continuation): New variable.
15592 (gdb-send): Deal with continuation lines.
15593
15594 * progmodes/gud.el (gud-gdb-complete-command)
15595 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15596 expressions.
15597 (gud-tooltip-mode): Use buffer-local value.
15598
15599 2006-03-16 Kim F. Storm <storm@cua.dk>
15600
15601 * ido.el (ido-edit-input): Use selected match, if any.
15602
15603 2006-03-16 Bill Wohler <wohler@newt.com>
15604
15605 * image.el (image-load-path-for-library): Prefer user's images in
15606 image-load-path.
15607
15608 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15609
15610 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15611 when checking for attempt to drag leftmost or rightmost scrollbar.
15612
15613 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15614
15615 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15616 (gdb-force-mode-line-update): New function.
15617 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15618 (gdb-exited): Use them.
15619 (gdb-signal): New function.
15620 (gdb-annotation-rules): Provide a rule for it.
15621
15622 2006-03-16 Kenichi Handa <handa@m17n.org>
15623
15624 * international/mule.el (auto-coding-regexp-alist): Add entries
15625 for Unicode BOM.
15626
15627 * sort.el (sort-build-lists): Temporarily bind
15628 inhibit-field-text-motion to t.
15629
15630 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15631
15632 * locate.el (locate-command, locate-make-command-line)
15633 (locate-fcodes-file, locate-update-command)
15634 (locate-prompt-for-command, locate, locate-with-filter)
15635 (locate-get-file-positions): Doc fixes.
15636 (locate-buffer-name, locate-header-face): Remove leading `*' in
15637 defcustom.
15638 (locate-filter-output): Use `keep-lines' instead of its alias
15639 `delete-non-matching-lines'.
15640 (locate-get-filename, locate-get-dirname): Add introductory comment.
15641 (locate-find-directory-other-window): Give appropriate error
15642 message if used outside main listing.
15643
15644 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15645
15646 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15647 the new extend-region feature.
15648 (font-lock-after-change-function): Update correspondingly.
15649 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15650 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15651
15652 2006-03-15 Bill Wohler <wohler@newt.com>
15653
15654 * image.el (image-load-path-for-library): Fix example by not
15655 recommending that one binds image-load-path. Just defvar it to
15656 placate compiler and only use it if previously defined.
15657
15658 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15659
15660 * textmodes/org.el (org-insert-centered): Use `string-width' to
15661 make underlining work for wide characters.
15662 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15663 TAB to `org-cycle', to make sure that no binding in
15664 `outline-mode-map' can supercede it.
15665
15666 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15667
15668 * allout.el: Increment version to 2.2.1 in file commentary.
15669
15670 (allout-version): Increment to 2.2.1.
15671
15672 (allout-default-layout): New customization variable, used when the
15673 file lacks a specific allout-layout. Uses allout-layout-type for
15674 recursively nested definition.
15675
15676 (allout-layout-type): Widget defining allout layouts, necessary for
15677 self-recursive definition.
15678
15679 (allout-mode): Incorporate allout-default-layout as fallback for
15680 allout-layout.
15681
15682 (allout-layout): Mark as 'safe-local-variable', and refer mention
15683 fallback to `allout-default-layout' in absence of a specified value.
15684 (allout-passphrase-verifier-string)
15685 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15686
15687 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15688
15689 (allout-get-encryption-passphrase-verifier): Use correct name of
15690 passphrase verifier in docstring.
15691
15692 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15693
15694 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15695 elements.
15696 (gdb-find-watch-expression): Make it work for arrays too.
15697 Follow change to gdb-var-list.
15698 (gud-watch): Allow the user to enter variable name with a prexix
15699 arg. Create keybindings.
15700 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15701 (gdb-var-list-children-handler, gdb-var-update-handler)
15702 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15703 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15704 Follow change to gdb-var-list.
15705 (gdb-starting): Don't show the overlay arrows when program is running.
15706
15707 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15708 gdb-var-list.
15709
15710 2006-03-14 Bill Wohler <wohler@newt.com>
15711
15712 * image.el (image-load-path-for-library): Pass value of path
15713 rather than symbol. Always return list of directories.
15714 Guarantee that image directory comes first.
15715
15716 2006-03-14 Alan Mackenzie <acm@muc.de>
15717
15718 * font-core.el (font-lock-extend-region\(-function\)?.):
15719 New function/variable.
15720
15721 * font-lock.el (font-lock-after-change-function):
15722 Call font-lock-extend-region. Obey font-lock-lines-before.
15723 (font-lock-default-fontify-region): Remove reference to
15724 font-lock-lines-before.
15725
15726 * jit-lock.el (jit-lock-after-change):
15727 Call font-lock-extend-region. Obey font-lock-lines-before.
15728
15729 2006-03-14 David Ponce <david@dponce.com>
15730
15731 * tree-widget.el (tree-widget-themes-load-path)
15732 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15733
15734 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15735
15736 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15737 (rcirc-print): Mark the start of text at the end of the prompt.
15738 (rcirc-track-minor-mode): Add autoload cookie.
15739 (rcirc-update-activity-string): Add space to front of mode-line
15740 indicator.
15741
15742 2006-03-13 Miles Bader <miles@gnu.org>
15743
15744 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15745 (rcirc-abbrev-nick): Remove function.
15746 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15747
15748 2006-03-13 David Ponce <david@dponce.com>
15749
15750 * tree-widget.el: Handle themes across all occurrences of the main
15751 themes sub-directory found in tree-widget-themes-load-path.
15752 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15753 (tree-widget--locate-sub-directory): Return all occurrences.
15754 (tree-widget-themes-path): New function.
15755 Replace tree-widget-themes-directory, and return a list of directories.
15756 (tree-widget-set-parent-theme)
15757 (tree-widget-lookup-image): Use it.
15758
15759 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15760
15761 * textmodes/org.el (org-link-search): Avoid self-matching of
15762 links, allow target text to be distributed over several lines.
15763 (org-search-not-link): New function.
15764 (org-set-regexps-and-options, org-get-current-options):
15765 New startup options.
15766 (org-export-as-html): Take odd-level setting from local variable.
15767 (org-fontify-emphasized-text): New option.
15768 (org-set-font-lock-defaults): Include emphasized text.
15769 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15770 (org-font-lock): Customize group renamed from `org-faces'.
15771
15772 2006-03-13 John Paul Wallington <jpw@pobox.com>
15773
15774 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15775 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15776
15777 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15778
15779 * cus-start.el (all): Delete :version keyword for members of the
15780 fringe group, since the entire group is new in 22.1.
15781
15782 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15783
15784 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15785 map if value is hexadecimal (an address).
15786 (gud-watch): Only search roots for existing watch expressions.
15787 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15788 prevent caching problems with speedbar-update-directory-contents.
15789
15790 2006-03-12 Juri Linkov <juri@jurta.org>
15791
15792 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15793 before comparing with `low' and `warn'.
15794
15795 * info.el (Info-dir-remove-duplicates): Move point to the
15796 beginning of the current line after deleting the entries from
15797 redundant heading. Use marker for `limit' and compare it with
15798 point before calling `re-search-forward'.
15799
15800 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15801
15802 * simple.el (yank): Fix typo in docstring.
15803
15804 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15805
15806 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15807 messages, where "D" is the 6th character.
15808
15809 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15810
15811 * simple.el (yank): Fix last change.
15812
15813 2006-03-11 David Ponce <david@dponce.com>
15814
15815 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15816 before merging elements from the standard ispell-dictionary-alist.
15817 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15818 alist, and return the new alist.
15819
15820 2006-03-11 Richard Stallman <rms@gnu.org>
15821
15822 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15823
15824 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15825 the way it is implemented is too unclean.
15826
15827 * simple.el (kill-region, yank): Doc fix.
15828
15829 * battery.el (battery-echo-area-format): Doc fix.
15830 (battery-mode-line-format): Likewise.
15831 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15832 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15833
15834 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15835
15836 * progmodes/octave-mod.el (octave-indent-for-comment):
15837 Behave according to do string.
15838
15839 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15840
15841 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15842 Be visible only if major mode is Mail Mode.
15843
15844 * textmodes/flyspell.el (flyspell-external-point-words)
15845 (flyspell-process-localwords): Fix last changes.
15846
15847 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15848
15849 * calendar/holidays.el (list-holidays): Doc fix.
15850
15851 * international/mule.el (auto-coding-alist): Add .odt
15852 (OpenOffice's open document) files.
15853
15854 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15855 document) files. Mention in the doc string the need to sync with
15856 auto-coding-alist.
15857
15858 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15859
15860 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15861 enable-local-variables is set to always query, or there is no
15862 savable variable.
15863
15864 2006-03-10 Bill Wohler <wohler@newt.com>
15865
15866 * image.el (image-load-path-for-library): Merge at least three
15867 functions from Gnus and MH-E into this one function that can now
15868 be shared.
15869
15870 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15871
15872 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15873 gdb-remove-mouse-face and remove help-echo too.
15874 (gdb-enqueue-input): Correct conditional clause.
15875
15876 2006-03-10 Glenn Morris <rgm@gnu.org>
15877
15878 * calendar/calendar.el (calendar-holidays): Doc fix.
15879 * calendar/holidays.el (list-holidays): Doc fix.
15880
15881 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15882
15883 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15884 it gets called in gdb-prompt anyway.
15885 (gdb-use-separate-io-buffer): Only restore window arrangement for
15886 gdb-many-windows.
15887 (gdb-enqueue-input): Make it harder to send GDB input when program
15888 is running.
15889 (gdb-buffer-list): New variable.
15890 (gdb-remove-mouse-face): New function.
15891 (gdb-starting): Use it when GDB input won't get sent.
15892
15893 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15894
15895 * help.el (view-lossage): Remove trailing whitespace before
15896 inserting "\n".
15897
15898 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15899
15900 * files.el (hack-local-variables-confirm):
15901 Set coding-system-for-read to nil before writing to .emacs.
15902
15903 * arc-mode.el (archive-extract): Check if an existing buffer name
15904 comes from a different archive.
15905
15906 * help.el (describe-key-briefly): If KEY is a down event, read and
15907 discard the up event.
15908
15909 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15910
15911 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15912 be edited and use font-lock-warning-face for any changes.
15913
15914 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15915 (gdb-edit-value): Use it to report any errors.
15916
15917 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15918
15919 * help.el (describe-key): Remove leftover test code.
15920
15921 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15922
15923 * textmodes/org.el: Move defvars out of eval-when-compile.
15924 Use buffer-file-name variable.
15925 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15926 arg `file'.
15927 (org-level-faces): Remove startup dependency.
15928 (org-cycle, org-map-tree, org-scan-tags)
15929 (org-remember-handler): Don't call `outline-level' directly.
15930 (org-mhe-search-all-folders): New option.
15931 (org-mhe-get-message-folder-from-index)
15932 (org-mhe-get-message-folder): Fix indexing search.
15933 (org-format-agenda-item): Handle nil TAGS argument.
15934 (org-cleaned-string-for-export, org-activate-target-links)
15935 (org-make-target-link-regexp): Deal with empty radio target list.
15936 (org-tag): New face.
15937 (org-get-level-face): New function.
15938 (org-set-font-lock-defaults): Simplify setup for headlines.
15939 (org-complete): Pass common substring to `display-completion-list'.
15940
15941 2006-03-06 David Ponce <david@dponce.com>
15942
15943 * tree-widget.el: Update Commentary header.
15944 (tree-widget-theme-name): Ignore parent themes.
15945 (tree-widget-set-parent-theme): New function.
15946 (tree-widget-set-theme): Use it.
15947 (tree-widget-set-image-properties): Move definition. Does nothing
15948 if image properties have already been set.
15949 (tree-widget-image-properties): Move definition. Receive an image
15950 name. Set the :pointer property.
15951 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15952 Don't set the :pointer image property.
15953 (tree-widget-convert-widget): New function. Handle :dynargs
15954 compatibility here.
15955 (tree-widget): Use it to :convert-widget. Add the :expander-p
15956 predicate to control when the :expander function is entered.
15957 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15958 (tree-widget-value-create): Handle :expander-p. widget-apply
15959 :expander.
15960 (tree-widget-expander-p): New function. Default value of the
15961 :expander-p property.
15962
15963 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15964
15965 * help.el (describe-key): Properly handle the return value of
15966 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15967 remaps. Handle string and vector `follow-link' values.
15968
15969 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15970
15971 * complete.el (PC-expand-many-files): Try be more careful when parsing
15972 the shell's output.
15973
15974 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15975
15976 * outline.el (hide-sublevels): Provide better interactive default.
15977
15978 2006-03-06 Kenichi Handa <handa@m17n.org>
15979
15980 * international/fontset.el (create-fontset-from-fontset-spec):
15981 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15982
15983 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15984
15985 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15986 backslashes instead of one in regexp.
15987 (gud-tooltip-dereference): Add missing optional argument.
15988
15989 2006-03-04 John Paul Wallington <jpw@pobox.com>
15990
15991 * wdired.el (toplevel): Require `cl' at compile-time.
15992
15993 2006-03-04 Andreas Schwab <schwab@suse.de>
15994
15995 * server.el (server-process-filter): Handle errors during
15996 evaluation of the argument.
15997
15998 2006-03-03 John Paul Wallington <jpw@pobox.com>
15999
16000 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
16001 escape parentheses at beginning of line.
16002 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
16003 (t-mouse-mode): Remove period from end of error message.
16004
16005 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
16006
16007 * textmodes/flyspell.el (flyspell-process-localwords):
16008 Be case-sensitive.
16009
16010 2006-03-03 Martin Rudalics <rudalics@gmx.at>
16011
16012 * cus-edit.el (custom-quote): Remove function, since it has been
16013 moved to custom.el.
16014
16015 * font-lock.el (lisp-font-lock-keywords-2)
16016 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
16017 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
16018 they have no special meaning.
16019
16020 * midnight.el (clean-buffer-list): Handle case where base-buffer of
16021 indirect buffer gets killed before indirect buffer. Use dolist.
16022
16023 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
16024
16025 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
16026 value instead of a literal constant (1) on more pauses.
16027
16028 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
16029
16030 * textmodes/flyspell.el (flyspell-external-point-words):
16031 Be case-sensitive.
16032
16033 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
16034
16035 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
16036 with "www".
16037
16038 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
16039
16040 * allout.el: Restablish intermediate missing comment header to
16041 preserve outline structure.
16042 (allout-beginning-of-current-entry): Skip invisible text.
16043 (allout-open-topic): Fix opening a topic at end-of-buffer.
16044 (allout-minor-mode): Move nearer to allout-mode function.
16045
16046 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
16047
16048 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
16049
16050 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
16051
16052 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
16053 is nil.
16054
16055 * progmodes/gud.el (gud-speedbar-menu-items):
16056 Use buffer-local-value and add missing :visible keyword.
16057
16058 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
16059
16060 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
16061
16062 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
16063 must be `follow-link'.
16064
16065 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
16066
16067 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
16068 formatting: No nested anchors.
16069 (org-all-targets): Fix bug with XEmacs compatibility.
16070 (org-read-date): Add (require 'parse-time).
16071 (org-set-tags): Fix bug with extra inserted space.
16072 (org-export-html-style): Define a style class for targets.
16073 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
16074 (org-hide-leading-stars): New option.
16075 (org-hide): New face.
16076 (org-set-font-lock-defaults): Allow to hide leading stars.
16077 (org-get-legal-level, org-tr-level): New functions.
16078 (org-odd-levels-only): New option.
16079 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
16080 (org-demote, org-promote): Deal with double-star levels.
16081 (org-convert-to-odd-levels): New command.
16082
16083 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
16084
16085 * speedbar.el (speedbar-update-localized-contents): Try to
16086 preserve window-start.
16087 (speedbar-update-directory-contents): Try to preserve window-start
16088 and window-point.
16089 (speedbar-update-special-contents): Don't move back to start of window.
16090
16091 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
16092 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
16093 speedbar-timer-fn.
16094 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
16095 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
16096 instead of gdb-speedbar-timer-fn.
16097
16098 2006-02-28 Jay Belanger <belanger@truman.edu>
16099
16100 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
16101 (math-compose-expr): Use latex option when calling
16102 `math-compose-tex-matrix' for latex mode.
16103
16104 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
16105
16106 * speedbar.el: Re-instate comments about developing for speedbar
16107 [this is what info and gdb-ui use even if better methods exist now].
16108
16109 * t-mouse.el: New file.
16110 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
16111 (t-mouse-lispy-buffer-posn-from-coords): Remove.
16112 (t-mouse-make-event-element): Use posn-at-x-y instead.
16113 (t-mouse-make-event): Deal with Fedora Core 3.
16114 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
16115 (t-mouse-mouse-position-function): New function. Use it instead
16116 of advising mouse-position.
16117 (t-mouse-mode): New minor mode.
16118 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
16119
16120 2006-02-27 Glenn Morris <rgm@gnu.org>
16121
16122 * calendar/calendar.el (calendar-holidays): Doc fix.
16123
16124 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
16125
16126 * progmodes/gdb-ui.el (gdb-source-window): New variable.
16127 Re-introduce the concept of a source window.
16128 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
16129 consistency with get-buffer-create.
16130 (def-gdb-auto-update-handler, gdb-info-locals-handler)
16131 (gdb-data-list-register-values-handler)
16132 (gdb-stack-list-locals-handler): Try to preserve window-start as
16133 well as window-point.
16134 (gdb-display-source-buffer): New function (old concept).
16135 (gdb-goto-breakpoint): Use it.
16136
16137 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
16138 for gdb-ui/gdb-mi (old concept).
16139
16140 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
16141
16142 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
16143 binding.
16144
16145 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
16146
16147 * textmodes/reftex-sel.el (reftex-select-label-map)
16148 (reftex-select-bib-map): Add `follow-mouse' binding.
16149
16150 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
16151
16152 * jka-cmpr-hook.el (jka-compr-compression-info-list)
16153 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
16154 Give :set functions to provide automatic updating.
16155 Update docstring. Give compiler defvars early in the file
16156 and move the defcustoms to a later spot where all called functions
16157 are defined.
16158 (jka-compr-file-name-handler-entry): Doc fix.
16159 (jka-compr-compression-info-list--internal)
16160 (jka-compr-mode-alist-additions--internal)
16161 (jka-compr-load-suffixes--internal): New variables.
16162 (jka-compr-install): Set the three above variables.
16163 Update `load-file-rep-suffixes' instead of `load-suffixes'.
16164 (jka-compr-update, jka-compr-set): New functions.
16165 (auto-compression-mode): Doc fix.
16166
16167 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
16168 Update `load-file-rep-suffixes' instead of `load-suffixes'.
16169 Use jka-compr-compression-info-list--internal,
16170 jka-compr-mode-alist-additions--internal and
16171 jka-compr-load-suffixes--internal.
16172
16173 * files.el (load-library):
16174 * loadhist.el (file-loadhist-lookup):
16175 * startup.el (command-line):
16176 * subr.el (locate-library):
16177 * emacs-lisp/autoload.el (update-directory-autoloads):
16178 * emacs-lisp/find-func.el (find-library-suffixes):
16179 Use `get-load-suffixes' instead of `load-suffixes'.
16180
16181 * subr.el (locate-library):
16182 * emacs-lisp/find-func.el (find-library-name):
16183 Use `load-file-rep-suffixes' instead of '("").
16184
16185 2006-02-26 Kim F. Storm <storm@cua.dk>
16186
16187 * ido.el (ido-save-history, ido-load-history): Simplify.
16188 Don't use find-file-noselect to avoid interference from other modes.
16189
16190 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
16191
16192 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
16193 to use the default shell if filename is not available.
16194 Reported by Giorgos Keramidas.
16195
16196 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
16197
16198 * progmodes/etags.el (tags-completion-table): Do completion from
16199 all the tables in the current list, as documented in the manual.
16200
16201 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16202
16203 * CC Mode Update to 5.31.3.
16204
16205 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16206
16207 * progmodes/cc-mode.el (c-postprocess-file-styles):
16208 Bind inhibit-read-only to t, around the call to
16209 c-remove-any-local-eval-or-mode-variables, so that it works on a
16210 RO file.
16211
16212 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16213
16214 * progmodes/cc-awk.el: Correct a typo.
16215
16216 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16217
16218 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
16219 c-hungry-delete-backwards, at the request of RMS. Leave the old
16220 name as an alias.
16221
16222 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16223
16224 * progmodes/cc-mode.el: Correct a typo.
16225
16226 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16227
16228 * progmodes/cc-defs.el: Update the version number to 5.31.3.
16229
16230 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16231
16232 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
16233 brace-else-brace (error due to mbeg, mend being undefined).
16234
16235 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16236
16237 * progmodes/cc-mode.el: File Local variables: Solve the problem
16238 where both `mode' and c-file-offsets are specified: `mode' will
16239 overwrite c-f-o's settings:
16240 (c-remove-any-local-eval-or-mode-variables): New function.
16241 (c-postprocess-file-styles): Call the above new function, within
16242 c-tentative-buffer-change, to splat `mode' and `eval' before the
16243 second hack-local-variables.
16244
16245 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16246
16247 * progmodes/cc-mode.el:
16248 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
16249 (c-after-change): Protect the match data with save-match-data.
16250 It was getting corrupted by c-after-change-check-<>-operators.
16251
16252 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
16253 (top level): Check for a buggy font-lock-compile-keywords ONLY in
16254 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
16255
16256 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
16257 with save-match-data. It was being corrupted when Font Lock was
16258 not enabled.
16259
16260 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16261
16262 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
16263 Mode and Subword Mode.
16264
16265 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
16266 real labels ("case 1:" or "foo:") from non-labels ("public:").
16267 (c-forward-objc-directive): Replace c-forward-token-2 with crude
16268 coding; c-f-t-2 doesn't move over a token at EOB.
16269
16270 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
16271
16272 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
16273 (c-update-modeline): Concatenate the minor mode indicators
16274 directly onto mode-name, removing c-submode-indicators.
16275 Sometimes, c-s-i got separated from the mode name on the mode line.
16276
16277 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
16278 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
16279
16280 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16281
16282 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
16283 error message when there's an evaluation error to show whether
16284 it's loaded from source or not.
16285 (c-filter-ops): Make it available at runtime too to work when
16286 `c-make-init-lang-vars-fun' needs to evaluate from source.
16287
16288 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
16289
16290 * help.el (help): Revert last part of 2006-02-23 change (deletion
16291 of the `provide' call).
16292
16293 2006-02-23 Juri Linkov <juri@jurta.org>
16294
16295 * compare-w.el (compare-windows-highlight): Add new value
16296 `persistent' and change :type from `boolean' to `choice'.
16297 (compare-windows-overlays1, compare-windows-overlays2):
16298 New internal variables.
16299 (compare-windows-highlight): If compare-windows-highlight is
16300 `persistent', add current overlays to compare-windows-overlays[12]
16301 instead of adding compare-windows-dehighlight to pre-command-hook.
16302 (compare-windows-dehighlight): Delete all overlays from
16303 compare-windows-overlays[12].
16304
16305 * info.el (Info-search): Don't bind search-spaces-regexp to
16306 Info-search-whitespace-regexp in non-regexp isearch mode.
16307
16308 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16309
16310 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
16311
16312 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
16313
16314 * textmodes/org.el (org-xemacs-p)
16315 (org-export-html-show-new-buffer, org-table-may-need-update)
16316 (org-insert-item, org-mhe-get-message-real-folder)
16317 (org-mhe-get-message-folder-from-index)
16318 (org-mhe-get-message-folder, org-mhe-get-message-num)
16319 (org-mhe-get-header, org-make-org-heading-search-string)
16320 (org-make-org-heading-camel, org-table-sort-lines)
16321 (org-format-org-table-html, org-format-table-table-html):
16322 Fix typos in docstrings.
16323
16324 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
16325
16326 * textmodes/org.el (org-cleaned-string-for-export)
16327 (org-solidify-link-text): New function.
16328 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
16329 XEmacs, just to silence the compiler.
16330 (org-export-as-ascii, org-export-as-html-and-open):
16331 Use `org-cleaned-string-for-export' and create internal links.
16332 (org-follow-mhe-link): Require mh-e, use folder.
16333
16334 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
16335
16336 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
16337
16338 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
16339 gdb-debug-log-length.
16340 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
16341 it a real ring but...
16342 (gud-gdba-marker-filter): ...make it work like mark-ring.
16343 (gdb-enable-debug): Rename from gdb-enable-debug-log.
16344 (gdb-mouse-jump): New function. Add bindings.
16345
16346 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
16347
16348 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
16349 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
16350 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
16351 (gdb-debug-log-length): Customize it's length.
16352 (gud-watch, gdb-var-create-handler): Display function::var format
16353 but don't use to create variable object.
16354 (gdb-var-create-handler): Use message-box in place of message.
16355 (gdb-stopped): Call gdb-exited if signalled.
16356
16357 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
16358
16359 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
16360
16361 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
16362
16363 * textmodes/reftex.el (reftex-locate-file): Search all extensions
16364 if `reftex-try-all-extensions' is set.
16365
16366 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
16367 fail silently when there is no valid argument at point.
16368 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
16369 `fail-silently' argument. From a patch by David Reiter.
16370
16371 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
16372 New commands.
16373 (org-mark-ring): New variable.
16374 (org-mark-ring-length): New option.
16375 (org-open-at-point, org-goto, org-open-file): Push old position
16376 onto the mark ring.
16377 (org-add-hook): New function.
16378 (org-export-table-remove-special-lines): New option.
16379 (org-skip-comments, org-format-org-table-html): Respect new
16380 option `org-export-table-remove-special-lines'.
16381 (org-open-file): Allow special command configuration for
16382 directory link.
16383 (org-file-apps): Fix bugs in customize type, added setting
16384 for directories.
16385 (org-activate-tags, org-format-agenda-item, org-complete)
16386 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
16387 (org-get-tags, org-get-buffer-tags, org-open-at-point)
16388 (org-link-search, org-make-org-heading-search-string)
16389 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
16390 (org-radio-targets, org-file-link-context-use-camel-case)
16391 (org-activate-camels): New options.
16392 (org-update-radio-target-regexp, org-all-targets)
16393 (org-make-target-link-regexp, org-activate-target-links):
16394 New functions.
16395 (org-make-org-heading-search-string): New function.
16396 (org-store-link, org-insert-link): Use new option
16397 `org-file-link-context-use-camel-case'.
16398 (org-activate-camels): Use new option `org-activate-camels'.
16399 (org-link-regexp): Add mhe prefix.
16400 (org-open-at-point, org-store-link): Support for mhe links.
16401 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16402 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16403 (org-mhe-get-header, org-follow-mhe-link): New functions.
16404 (org-remove-angle-brackets, org-add-angle-brackets):
16405 New functions.
16406 (org-bracket-link-regexp): New constant.
16407 (org-read-date): Fix bug that was rejecting all typed dates.
16408 (org-link-search): Make hierarchy above visible after a match.
16409 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16410 (org-store-link): Fix bug with link creation when cursor is in
16411 an empty line.
16412 (org-open-at-point): Fix bug with matching a link.
16413 Fixed buggy argument sequence in call to `org-view-tags'.
16414 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16415 (org-prefix-has-tag): New variable.
16416 (org-format-agenda-item): Remove tags from headline
16417 if appropriate.
16418 (org-agenda-remove-tags-when-in-prefix): New option.
16419
16420 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
16421
16422 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16423 Fix the regular expressions.
16424
16425 2006-02-21 Richard M. Stallman <rms@gnu.org>
16426
16427 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16428 if there's no other specific basis.
16429
16430 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16431 as variables at all.
16432 (unsafep-variable): Rename arg; doc fix.
16433
16434 * abbrevlist.el (list-one-abbrev-table): Add autoload.
16435
16436 * calendar/appt.el (diary-selective-display): Add defvar.
16437
16438 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16439
16440 * isearch.el (search-whitespace-regexp): Fix custom type.
16441
16442 * help.el (describe-key-briefly): Compute interactive args
16443 in same was as before previous change.
16444
16445 * files.el (enable-local-variables): Doc fix.
16446
16447 2006-02-21 Kim F. Storm <storm@cua.dk>
16448
16449 * fringe.el: Cleanup as file is now pre-loaded.
16450 (fringe-bitmaps): Initialize unconditionally.
16451 (fringe-mode, set-fringe-style): Remove autoload cookies.
16452
16453 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
16454
16455 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16456 `horizontal-bar'.
16457 (fringe-cursor-alist): Use `horizontal-bar'.
16458
16459 2006-02-20 Kim F. Storm <storm@cua.dk>
16460
16461 * fringe.el (fringe-bitmaps): Update to new bitmap names.
16462 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16463
16464 * loadup.el: Load "fringe" on window systems.
16465
16466 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16467
16468 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16469 out of scope components.
16470
16471 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16472 default.
16473
16474 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
16475
16476 * custom.el (customize-mark-to-save, customize-mark-as-set):
16477 Load the symbol first.
16478
16479 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
16480
16481 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16482 strech spec so it doesn't display as "^J" on the header line
16483 when `Buffer-menu-use-header-line' is t.
16484
16485 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16486
16487 * speedbar.el (speedbar-make-button): Keep text properties
16488 of string arguments if desired.
16489
16490 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16491 expessions.
16492
16493 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16494 of speedbar.
16495
16496 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
16497
16498 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16499 to value of `read-file-name-completion-ignore-case'.
16500
16501 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
16502
16503 * custom.el (customize-mark-as-set): Push to `user' theme.
16504
16505 * cus-edit.el (custom-save-variables): Allow unthemed values.
16506 (customize-set-variable): Push setting to `user' theme.
16507
16508 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16509
16510 * progmodes/gud.el: Don't require font-lock as it's now
16511 automatically loaded.
16512 (gud-speedbar-buttons): Replace gdb-var-changed with
16513 gdb-force-update.
16514
16515 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16516 gdb-var-changed.
16517 (gdb-post-prompt): Use it.
16518 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16519 (gdb-var-update-handler, gdb-var-delete)
16520 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16521 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16522 gdb-force-update in gdb-post-prompt.
16523 (gdb-reset): Clear watch expressions from speedbar when quitting.
16524
16525 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16526
16527 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16528 (viper-change-state-to-vi, viper-change-state-to-emacs):
16529 Make aware of cursor coloring in the Emacs state.
16530 (viper-special-read-and-insert-char): Use read-char-exclusive.
16531 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16532
16533 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16534 New variable.
16535
16536 * emulation/viper-util.el (viper-save-cursor-color)
16537 (viper-get-saved-cursor-color-in-replace-mode)
16538 (viper-get-saved-cursor-color-in-insert-mode)
16539 (viper-restore-cursor-color): Make aware of the cursor color
16540 in Emacs state.
16541 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16542
16543 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16544 (ediff-ignore-case-option3, ediff-actual-diff-options)
16545 (ediff-actual-diff3-options): New variables to control case sensitivity.
16546 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16547 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16548 (ediff-toggle-ignore-case): New function.
16549 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16550
16551 * ediff-help.el (ediff-long-help-message-narrow2)
16552 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16553 (ediff-long-help-message-word-mode): Add ignore-case command.
16554 (ediff-help-for-quick-help): Add ignore-case command.
16555
16556 * ediff-merg.el: Move provide to the end.
16557
16558 * ediff-ptch.el: Move provide to the end.
16559
16560 * ediff-wind.el: Move provide to the end.
16561
16562 * ediff-mult.el: Move provide to the end.
16563 (ediff-set-meta-overlay): Enable follow-link.
16564
16565 * ediff.el: Move provide to the end.
16566 Break recursive load cycle in eval-when-compile.
16567 (ediff-patch-buffer): Better heuristics.
16568
16569 * ediff-util.el: Move provide to the end.
16570 Break recursive load cycle in eval-when-compile.
16571 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16572 defuns.
16573 (ediff-submit-report): Pass the values of ediff-diff3-program,
16574 ediff-diff3-options.
16575
16576 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16577
16578 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16579 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16580 `' (for example, in the docstring of `windmove-default-keybindings').
16581
16582 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16583
16584 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16585 shadow face. Don't provide binding to edit variable when it is
16586 out of scope.
16587
16588 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16589 (gdb-var-update-handler): Detect out of scope variables with pre
16590 GDB 6.4 too.
16591 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16592 Reset status of variable objects to nil in update handlers.
16593 (gdb-var-update-handler-1): Detect when a variable object comes
16594 in scope. setcar on var changes gdb-var-list directly.
16595
16596 2006-02-17 Juri Linkov <juri@jurta.org>
16597
16598 * ffap.el (ffap) <defface>: Add explicit face declaration.
16599 (ffap-highlight): Use face `ffap' directly instead of checking
16600 for its existence.
16601
16602 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16603 `visible-ok' of `other-buffer' to find the right original buffer.
16604
16605 * info.el (Info-search): Skip `Local Variables' node.
16606
16607 2006-02-17 Juri Linkov <juri@jurta.org>
16608
16609 * info.el (Info-find-file): Check for symbols `apropos', `history',
16610 `toc' in the input filename, and return these symbols as is.
16611 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16612 `history', `toc' instead of strings.
16613 (Info-set-mode-line): For non-string Info-current-file use the
16614 symbol's name inside **.
16615 (Info-isearch-push-state): Add quote before Info-current-file and
16616 Info-current-node.
16617 (Info-isearch-pop-state): Use `equal' instead of `string='.
16618 (Info-extract-pointer, Info-following-node-name): Use
16619 `match-string-no-properties' instead of `match-string'.
16620 (Info-up): Check `old-file' for `stringp'.
16621 (Info-history): Use `equal' instead of `string-equal'.
16622 Check `file' for `stringp'.
16623 (Info-history): Use symbol `history' instead of string as first arg
16624 of `Info-find-node'.
16625 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16626 `toc' instead of string.
16627 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16628 instead of `buffer-substring', and `match-string-no-properties'
16629 instead of `match-string'.
16630 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16631 instead of strings.
16632 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16633 Use symbol `apropos' instead of string.
16634 (Info-copy-current-node-name): Check `Info-current-file' for
16635 `stringp' and construct a command with `Info-find-node' from it.
16636 (Info-fontify-node): Use `match-string-no-properties' instead of
16637 `match-string' and check file names for `stringp'.
16638 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16639 `history', `toc' instead of strings.
16640
16641 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16642
16643 * files.el: Rearrange functions and variables in the file local
16644 variables section.
16645
16646 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16647
16648 * files.el: Add truncate-lines, ispell-check-comments and
16649 ispell-local-dictionary as safe local variables.
16650
16651 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16652
16653 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16654 out of scope variables.
16655 (gud-speedbar-buttons): Use unless.
16656
16657 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16658 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16659 (gdb-show-changed-values): Also use for out of scope variables.
16660 (gdb-var-update-handler-1): Note if variable goes out of scope.
16661
16662 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16663
16664 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16665 default to global variable values for unsupplied args.
16666 (rcirc-get-buffer-create): Fix bug with setting the target.
16667 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16668 test for rcirc-always-use-server-buffer-flag here.
16669 (rcirc-response-formats): Add %N, which is a facified nick. %n
16670 uses the default face. Change the ACTION format string. If the
16671 "nick" is the server, don't print anything for that field.
16672 Comment fixes.
16673 (rcirc-target-buffer): Don't test
16674 rcirc-always-use-server-buffer-flag here.
16675 (rcirc-print): Squeeze extra spaces out of the text before message.
16676 (rcirc-put-nick-channel): Strip potential "@" char from nick
16677 before adding them to nick table.
16678 (rcirc-url-regexp): Improve to match address like "foo.com".
16679
16680 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16681
16682 * allout.el (allout-hidden-p): Move this defsubst before
16683 allout-overlay-interior-modification-handler, where it is first
16684 used.
16685
16686 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16687
16688 * allout.el: Use allout invisible-text overlays instead of
16689 selective display for concealed text. Also, lots of general
16690 cleanup, and improved compatibility code.
16691
16692 (allout-version): Incremented, corrected, revised, and refined
16693 module commentary.
16694
16695 (provide 'allout): Moved to the bottom, added a require of overlay.
16696
16697 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16698 `except-current'.
16699 (allout-write-file-hook-handler): Minimize delay.
16700 (count-trailing-whitespace-region): New function so
16701 auto-encryption of current topic can resituate cursor exactly.
16702 PGP/GPG encryption trims trailing whitespace from lines, which
16703 must be accounted for across encryption then decryption.
16704
16705 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16706 just plain "\C-c", to avoid intruding on user's keybinding space.
16707
16708 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16709 parameter, so user request to provide a new password is done.
16710
16711 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16712 Refined mechanism for auto-filling behavior while in allout mode.
16713
16714 (allout-mode): Explicitly specify the mode map in the docstring.
16715 Clarify provision for various write-file hook var names.
16716 Adjusted for invisible-text overlays instead of selective-display.
16717
16718 (allout-depth): Really return 0 if not within any topic. This
16719 rectifies `allout-beginning-of-level' and sequence numbering
16720 errors that occur when cutting and pasting numbered topics.
16721 Changed from a in-line subst to a regular function, as well.
16722
16723 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16724
16725 (allout-end-of-subtree, allout-end-of-subtree)
16726 (allout-end-of-entry, allout-end-of-current-heading)
16727 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16728 (allout-show-children, allout-show-to-offshoot)
16729 (allout-hide-current-entry, allout-show-current-entry): Rectified
16730 handling of trailing blank lines between items.
16731
16732 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16733 (allout-current-depth, allout-unprotected, allout-hidden-p)
16734 (allout-on-current-heading-p, allout-listify-exposed)
16735 (allout-chart-subtree, allout-goto-prefix)
16736 (allout-back-to-current-heading, allout-get-body-text)
16737 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16738 (allout-hide-region-body, allout-toggle-subtree-encryption)
16739 (allout-encrypt-string, allout-encrypted-key-info)
16740 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16741 (allout-file-vars-section-data): Adjusted for use with
16742 invisible-text overlays instead of selective-display.
16743
16744 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16745 Reworked for use with invisible text overlays.
16746
16747 (allout-current-topic-collapsed-p): New function.
16748
16749 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16750 to know when to close the containing topic.
16751
16752 (allout-pre-command-business, allout-post-command-business):
16753 Simplify undo-batching and dynamic isearch exposure.
16754
16755 (allout-set-overlay-category): New for invisible-text overlays.
16756 Sets properties of allout-overlay-category, used by
16757 allout-flag-region to set invisible-text overlay properties.
16758 (allout-get-invisibility-overlay): Get the first qualifying
16759 invisibility overlay, so we can find the extent of it.
16760 (allout-back-to-visible-text): Get to just before the beginnining
16761 of the current invisibility overlay, if any.
16762
16763 (allout-overlay-insert-in-front-handler)
16764 (allout-overlay-interior-modification-handler)
16765 (allout-before-change-handler, allout-isearch-end-handler): New
16766 functions to handle extraordinary actions affecting concealed
16767 text.
16768
16769 (allout-flag-region): Use overlays instead of selective-display
16770 for invisible text - by inheritence from the properties of
16771 allout-overlay-category in mainline Emacs, and applied
16772 property-by-property in XEmacs, some recent versions of which
16773 don't inherit the properties from the category. Provisions to
16774 respond to concealed-text edits simplified drastically.
16775
16776 (allout-isearch-rectification, allout-isearch-was-font-lock)
16777 (allout-isearch-expose, allout-enwrap-isearch)
16778 (allout-isearch-abort, allout-pre-was-isearching)
16779 (allout-isearch-prior-pos, allout-isearch-did-quit)
16780 (allout-isearch-dynamic-expose)
16781 (allout-hide-current-entry-completely): Functions deleted.
16782
16783 (allout-undo-aggregation): Explicit undo aggregation no longer
16784 necessary due to transition away from selective-display.
16785
16786 (set-allout-regexp, allout-up-current-level)
16787 (allout-next-visible-heading, allout-forward-current-level)
16788 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16789 (allout-kill-line, allout-yank-processing, allout-show-children)
16790 (allout-expose-topic, allout-old-expose-topic)
16791 (allout-listify-exposed, allout-insert-latex-header)
16792 (allout-toggle-subtree-encryption, allout-encrypt-string)
16793 (remove-from-invisibility-spec, allout-hide-current-subtree):
16794 Ditched unused variables.
16795
16796 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16797
16798 * textmodes/ispell.el (ispell-change-dictionary): Call
16799 ispell-buffer-local-dict instead of
16800 ispell-accept-buffer-local-defs.
16801 (ispell-local-dictionary-alist): Accept as valid any coding-system
16802 supported by Emacs.
16803 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16804 changed to iso-8859-3.
16805
16806 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16807
16808 * speedbar.el (speedbar-frame-width): Make an inline function
16809 instead of a macro. Use frame-width.
16810 (speedbar-try-completion, speedbar-update-contents)
16811 (speedbar-timer-fn): Use consp.
16812 (speedbar-update-localized-contents): Try to preserve point.
16813
16814 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16815 (menu): Re-order menu items.
16816 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16817 field.
16818 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16819 (gdb-post-prompt): Speed things by not forcing update.
16820
16821 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16822
16823 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16824 press and perform default action if we get a mouse movement event.
16825
16826 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16827
16828 * calendar/icalendar.el (icalendar--get-event-property)
16829 (icalendar--get-event-property-attributes): Fix typos in
16830 docstrings.
16831
16832 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16833 docstring.
16834
16835 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16836
16837 * bs.el (bs-mode): Use `buffer-disable-undo'.
16838 (bs--get-file-name): Simplify.
16839 (bs-show-in-buffer): Mark the buffer as not modified.
16840
16841 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16842
16843 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16844 widget-button-click.
16845
16846 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16847 (custom-mode): Update docstring.
16848
16849 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16850 binding.
16851
16852 * files.el (hack-local-variables-confirm): Allow scrolling if the
16853 file variable list is too long. Kill temp buffer after use.
16854
16855 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16856
16857 * progmodes/gud.el (gdb): Improve doc string.
16858 (gdb-script-font-lock-keywords): Expand allowed character set.
16859
16860 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16861 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16862 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16863 (gdb-separate-io-stop, gdb-separate-io-eof):
16864 Rename from gdb-inferior-* to gdb-separate-*.
16865 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16866
16867 2006-02-14 Jay Belanger <belanger@truman.edu>
16868
16869 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16870 expression is a symbol before checking that it is bound.
16871
16872 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16873 test to see if equation can be solved.
16874
16875 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16876
16877 * wid-edit.el (widget-button-click): Use :pressed-face property
16878 for overlay face, if it exists.
16879
16880 * cus-edit.el (custom-manual, custom-add-see-also)
16881 (custom-add-parent-links, custom-group-link): Add :pressed-face
16882 property to links.
16883
16884 * files.el (hack-local-variables): Remove ignored variables before
16885 checking if any variables need setting.
16886
16887 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16888
16889 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16890
16891 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16892
16893 * help.el (where-is): Fix message for remapped commands.
16894
16895 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16896 Fix typos in docstrings.
16897
16898 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16899
16900 * files.el (safe-local-variable-values): New option.
16901 (hack-local-variables-prop-line): Return a list of variable-value
16902 pairs if MODE-ONLY is non-nil.
16903 (hack-local-variables): Construct list of variable-value pairs,
16904 and apply or reject them in one go. Ask for confirmation if
16905 variables are not known safe.
16906 (hack-local-variables-confirm): Complete rewrite. Support
16907 `safe-local-variable-values'.
16908 (enable-local-variables): Update docstring to reflect new
16909 behavior.
16910 (ignored-local-variables): Ignore ignored-local-variables and
16911 safe-local-variable-values.
16912 (safe-local-variable-p): New function.
16913 (risky-local-variable-p): `safe-local-variable' property check
16914 moved to safe-local-variable-p.
16915 (hack-one-local-variable): Checks moved to hack-local-variables.
16916
16917 (byte-compile-dynamic, c-basic-offset, c-file-style)
16918 (c-indent-level, comment-column, fill-column, fill-prefix)
16919 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16920 (no-update-autoloads, outline-regexp, page-delimiter)
16921 (paragraph-start, paragraph-separate, sentence-end)
16922 (sentence-end-double-space tab-width, version-control):
16923 Add `safe-local-variable' property.
16924
16925 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16926
16927 * icomplete.el, play/landmark.el: Change nonexistent
16928 `outline-layout' file variable to `allout-layout'.
16929
16930 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16931
16932 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16933 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16934 to gud-comint-buffer.
16935 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16936 gdb-ui.el for gdb-mi.el.
16937 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16938 registers buffer to gdb-get-changed-registers.
16939 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16940 deletion of catchpoints (throw and catch).
16941 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16942 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16943 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16944 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16945 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16946
16947 2006-02-13 Jay Belanger <belanger@truman.edu>
16948
16949 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16950 expression is a symbol before checking that it is bound.
16951
16952 2006-02-13 Richard M. Stallman <rms@gnu.org>
16953
16954 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16955 for the minibuffer too, but not if resize-mini-windows will interfere.
16956
16957 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16958 inside `interactive' spec.
16959 (describe-key-briefly-internal, describe-key-internal):
16960 Functions merged back into their callers.
16961
16962 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16963
16964 * info.el (info-xref-visited): Inherit from info-xref too.
16965 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16966 when propertizing Info-current-file and Info-current-node.
16967
16968 2006-02-13 Juri Linkov <juri@jurta.org>
16969
16970 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16971 (tumme-thumb-name): Fix per-directory format.
16972
16973 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16974
16975 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16976
16977 2006-02-12 Miles Bader <miles@gnu.org>
16978
16979 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16980
16981 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16982
16983 * tumme.el: Remove history section. If someone needs the it, it
16984 can always be found in CVS.
16985
16986 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16987
16988 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16989 about the Thumbnail Managing Standard option.
16990
16991 2006-02-12 Richard M. Stallman <rms@gnu.org>
16992
16993 * subr.el (substitute-key-definition): Doc fix.
16994
16995 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16996
16997 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16998
16999 * info.el (Info-mode): Doc fix.
17000
17001 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
17002
17003 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
17004
17005 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
17006 because on Solaris a POSIX compatible "id" is needed. Reported by
17007 Magnus Henoch <mange@freemail.hu>.
17008
17009 2006-02-12 Juri Linkov <juri@jurta.org>
17010
17011 * tumme.el: Remove todo item about Thumbnail Managing Standard.
17012 (tumme) <defgroup>: Change :group to `multimedia'.
17013 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
17014 Managing Standard.
17015 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
17016 Fix dostring.
17017 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
17018 and %y. Fix docstring.
17019 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
17020 (tumme-cmd-create-standard-thumbnail-command): New user options.
17021 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
17022 is `standard'. Fix docstring.
17023 (tumme-thumb-width, tumme-thumb-height): New user options.
17024 (tumme-external-viewer): Try to find various viewers.
17025 (tumme-get-thumbnail-image): Use `create-image' instead of
17026 constructing the `image' structure.
17027 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
17028 `standard'.
17029 (tumme-thumb-name): Add file name generation for standard storage.
17030 Simplify code for other storages.
17031 (tumme-thumb-name): Use width %w and height %h instead of size %s.
17032 Add modification time %m and thumbnail-nq8 %q.
17033 Use `tumme-cmd-create-standard-thumbnail-command' if
17034 tumme-thumbnail-storage is `standard'.
17035 (tumme-dired-insert-marked-thumbs): New autoload command.
17036 (tumme-dired-after-readin-hook): New function.
17037 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
17038 `tumme-thumb-size'.
17039 (tumme-display-image): Replace size-x %x and size-y %y with
17040 width %w and height %h.
17041
17042 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
17043 `tumme-dired-insert-marked-thumbs'.
17044
17045 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
17046
17047 * tumme.el (tumme-write-tag): Fix small bug (file name did not
17048 include path).
17049 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
17050 matching tag.
17051
17052 2006-02-12 Miles Bader <miles@gnu.org>
17053
17054 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
17055 New variables.
17056 (rcirc-abbrev-nick): New function.
17057 (rcirc-format-response-string): Rewrite to use the formats in
17058 `rcirc-response-formats' and expand escape sequences therein.
17059 A text-property `rcirc-text' is added over the actual response
17060 text to make easy to find inside the returned string.
17061 (rcirc-print): When filling, just look for the `rcirc-text'
17062 text-property to find the appropriate fill prefix, instead of
17063 using hardwired patterns.
17064
17065 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
17066
17067 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
17068 Managing Standard.
17069
17070 2006-02-11 Kim F. Storm <storm@cua.dk>
17071
17072 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
17073 Don't use insert-buffer; do insert-buffer-substring directly.
17074 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
17075
17076 2006-02-11 Martin Rudalics <rudalics@gmx.at>
17077
17078 * files.el (revert-buffer, recover-file): Replace buffer-read-only
17079 with inhibit-read-only. Suggested by Stefan Monnier.
17080 (revert-buffer): Let insert-file-contents discard
17081 buffer-undo-list. Simplify code.
17082 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
17083
17084 2006-02-11 Eli Zaretskii <eliz@gnu.org>
17085
17086 * menu-bar.el (menu-bar-select-yank): Add a doc string.
17087
17088 * help.el (describe-key-briefly): Now a wrapper for
17089 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
17090 to t. Populate yank-menu if empty.
17091 (describe-key-briefly-internal): Renamed from describe-key-briefly.
17092 (describe-key): Now a wrapper for describe-key-internal. Bind
17093 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
17094 (describe-key-internal): Renamed from describe-key.
17095
17096 2006-02-11 Milan Zamazal <pdm@zamazal.org>
17097
17098 * progmodes/glasses.el (glasses-separator): Doc fix.
17099 (glasses-original-separator): New defcustom.
17100 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
17101
17102 2006-02-11 Martin Rudalics <rudalics@gmx.at>
17103
17104 * mwheel.el (mouse-wheel-up-event): Doc fix.
17105
17106 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
17107
17108 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
17109 (tumme-dir): New function. Copied from thumbs.el.
17110
17111 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
17112
17113 * desktop.el (desktop-outvar): Fix typo.
17114 (desktop-save-buffer-p): Doc fix.
17115
17116 * subr.el (substitute-key-definition): Fix typo.
17117
17118 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17119
17120 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
17121 when window-system is mac.
17122
17123 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
17124
17125 2006-02-10 Kim F. Storm <storm@cua.dk>
17126
17127 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
17128 indirect-function instead of using condition-case.
17129
17130 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
17131
17132 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
17133 less `colloquial'...
17134
17135 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
17136
17137 * tumme.el: Add a couple of todo items.
17138
17139 2006-02-09 Lars Hansen <larsh@soem.dk>
17140
17141 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
17142 (highlight-changes-mode): Don't change desktop-locals-to-save.
17143
17144 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
17145
17146 * image-mode.el (image-toggle-display): Clear image cache if using
17147 filename.
17148
17149 2006-02-09 Masatake YAMATO <jet@gyve.org>
17150
17151 * dired-x.el (dired-guess-shell-alist-default): Add .man as
17152 a `dired-man' target.
17153
17154 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
17155 boundary of symbols.
17156
17157 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
17158
17159 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
17160
17161 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
17162
17163 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
17164 `mapcar'; return nil.
17165
17166 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
17167
17168 * mouse.el (mouse-drag-track): Don't change window if we rebind to
17169 some other event.
17170
17171 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
17172
17173 * net/rcirc.el (rcirc-startup-channels-alist):
17174 Add irc.freenode.net and #emacs as defaults.
17175 (rcirc-ignore-all-activity-flag): Remove variable.
17176 (rcirc-authinfo): New variable.
17177 (rcirc-authinfo-filename): Remove variable.
17178 (rcirc-always-use-server-buffer-flag): New flag.
17179 (rcirc): M-x rcirc will automatically connect without prompting.
17180 C-u M-x rcirc will prompt. Use rcirc-connect to create a
17181 connection in lisp.
17182 (rcirc-process-server-response-1): Remove everything but the nick
17183 portion of the sender so it doesn't need to be done everywhere
17184 else. Update related code.
17185 (global-map): Remove global keybindings.
17186 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
17187 (rcirc-send-input): Split into several functions.
17188 (rcirc-process-input-line, rcirc-process-message)
17189 (rcirc-process-command): New functions.
17190 (rcirc-target-buffer): New function to determine where to route
17191 messages.
17192 (rcirc-user-nick): Save match data.
17193 (rcirc-toggle-ignore-buffer-activity)
17194 (rcirc-update-activity-string): Remove global ignore functionality,
17195 which can be done now by toggling rcirc-track-minor-mode.
17196 (rcirc-track-minor-mode-map): New keymap.
17197 (rcirc-track-minor-mode): New minor-mode.
17198 (ignore): Make the ignore output nicer. Always print it when
17199 adding or removing nicks.
17200 (rcirc-url-regexp): Improve.
17201 (rcirc-mangle-text): Remove properties before using text in the
17202 modeline.
17203 (rcirc-authenticate): Authentication data comes from
17204 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
17205 (rcirc-server-prefix): Inherit from rcirc-server.
17206
17207 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
17208
17209 * Makefile.in (compile): Append "|| true" to the end of the `find'
17210 command, like compile-always does.
17211
17212 2006-02-08 Sam Steingold <sds@gnu.org>
17213
17214 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
17215 output from a dead connection.
17216
17217 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
17218
17219 * dired.el (dired-mode-map): Add more bindings for tumme.
17220
17221 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * wdired.el (wdired-mode-map): Use remap.
17224 (wdired-get-filename): Massage.
17225 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
17226 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
17227 `keymap' property rather than `local-map'.
17228
17229 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
17230
17231 * tumme.el (tumme-get-thumbnail-image): New utility function.
17232 Suggested by from Chong Yidong.
17233 (tumme-dired-with-window-configuration): Rename from
17234 `tumme-dired'. Add code to save window configuration.
17235 (tumme-restore-window-configuration): New command to restore the
17236 window configuration that `tumme-dired-with-window-configuration'
17237 saves before it changes the window configuration.
17238 (tumme-show-all-from-dir): New command to display thumbnails for
17239 all files in a directory entered by the user, like M-x thumbs.
17240 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
17241 have been created.
17242 (tumme-display-thumbnail-original-image): Call `display-buffer'.
17243 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
17244 Remove obsolete test function.
17245
17246 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
17247
17248 * vc.el (small-temporary-file-directory): Remove defvar; there's
17249 a defcustom for it in files.el.
17250
17251 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
17252 Fix typo in message.
17253 (tumme-gallery-generate): Fix typo in `error' message.
17254 (tumme-display-window-height-correction)
17255 (tumme-display-window-width-correction, tumme-line-up-dynamic)
17256 (tumme-line-up-interactive): Dox fixes.
17257 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
17258 (tumme-restore-window-configuration, tumme-format-properties-string)
17259 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
17260 Fix typos in docstrings.
17261
17262 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
17263
17264 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
17265
17266 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
17267
17268 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
17269 User should use hook if desired.
17270
17271 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
17272 buffer if necessary.
17273 (gdb-delete-frame-or-window): New function.
17274 (gdb-breakpoints-mode-map): Bind "q" to it.
17275
17276 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17277
17278 * textmodes/nroff-mode.el: Clean up name space.
17279 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
17280 (nroff-mode): Obey the global setting of nroff-electric-mode.
17281 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
17282
17283 * calendar/calendar.el (calendar-increment-month): Typo in last change.
17284
17285 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
17286
17287 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
17288
17289 2006-02-06 Lars Hansen <larsh@soem.dk>
17290
17291 * generic-x.el (etc-fstab-generic-mode): Add file system types
17292 cifs and usbdevfs. Allow special chars in file names.
17293
17294 2006-02-05 Jay Belanger <belanger@truman.edu>
17295
17296 Update copyright notices of the files in lisp/calc.
17297
17298 2006-02-05 Romain Francoise <romain@orebokech.com>
17299
17300 Update copyright notices of all files in the lisp/play directory.
17301
17302 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
17303
17304 * ldefs-boot.el: Regenerate.
17305
17306 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
17307
17308 2006-02-05 Kim F. Storm <storm@cua.dk>
17309
17310 * files.el (magic-mode-regexp-match-limit): New defvar.
17311 (set-auto-mode): Use it to limit magic-mode-alist matching.
17312
17313 2006-02-04 Eli Zaretskii <eliz@gnu.org>
17314
17315 * info.el (Info-index, Info-mode): Improve the description of the
17316 `i' command.
17317
17318 * ldefs-boot.el: Regenerate.
17319
17320 2006-02-03 Werner Lemberg <wl@gnu.org>
17321
17322 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
17323 greedy to find the closing bracket in \*[...] and similar
17324 expressions. This is a first rough fix -- many additional
17325 refinements are necessary to make nroff mode really usable with groff.
17326
17327 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
17328
17329 * international/mule-cmds.el (set-locale-environment):
17330 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
17331 libX11.
17332
17333 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17334
17335 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
17336 archive are created in archive-tmpdir.
17337
17338 2006-02-02 John Paul Wallington <jpw@pobox.com>
17339
17340 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
17341 (ibuffer-fontification-alist): Use it.
17342 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
17343 to "* z" and the Ibuffer Mark menu.
17344
17345 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
17346
17347 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17348
17349 * textmodes/table.el (*table--cell-describe-mode)
17350 (*table--cell-describe-bindings): Undo last change since
17351 print-help-return-message is not obsoleted by anything at all.
17352
17353 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
17354
17355 * emulation/cua-base.el (cua-mode): Doc fix.
17356
17357 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
17358
17359 * dframe.el (dframe-handle-make-frame-visible)
17360 (dframe-handle-iconify-frame, dframe-get-focus)
17361 (dframe-select-attached-frame, dframe-power-click)
17362 (dframe-frame-mode): Fix typos in docstrings.
17363
17364 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
17365 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
17366 Fix typos in docstrings.
17367
17368 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
17369 (hi-lock-face-buffer, hi-lock-font-lock-hook)
17370 (hi-lock-archaic-interface-message-used)
17371 (hi-lock-file-patterns-range): Fix typos in docstrings.
17372
17373 * savehist.el (savehist-loaded, savehist-load, savehist-install)
17374 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
17375
17376 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
17377 Fix typo in docstring.
17378
17379 * net/newsticker.el (newsticker--decode-iso8601-date)
17380 (newsticker--set-customvar, newsticker--buffer-insert-item)
17381 (newsticker--do-run-auto-mark-filter)
17382 (newsticker--parse-generic-feed): Doc fixes.
17383 (newsticker--retrieval-timer-list, newsticker-url-list)
17384 (newsticker-hide-immortal-items-in-echo-area)
17385 (newsticker-hide-obsolete-items-in-echo-area)
17386 (newsticker-new-item-face, newsticker--enclosure)
17387 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
17388 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
17389 (newsticker--parse-generic-feed, newsticker--cache-contains)
17390 (newsticker--stat-num-items, newsticker-download-enclosures):
17391 Fix typos in docstrings.
17392
17393 * net/rcirc.el (rcirc-debug): Doc fix.
17394 (rcirc-fill-column, rcirc-receive-message-hooks)
17395 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
17396 (rcirc-mode, rcirc-generate-new-buffer-name)
17397 (rcirc-startup-channels, rcirc-ignore-update-automatic)
17398 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
17399 Fix typos in docstrings.
17400 (rcirc-print): "?\ " -> "?\s".
17401 (rcirc-cmd-join): Improve argument/docstring consistency.
17402
17403 2006-02-01 Mark A. Hershberger <mah@everybody.org>
17404
17405 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17406 before narrow-to-region.
17407
17408 2006-02-01 Richard M. Stallman <rms@gnu.org>
17409
17410 * simple.el (move-beginning-of-line): Scan properly for invis change.
17411
17412 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17413
17414 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
17415
17416 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17417 change bit only when id-format is 'integer. Reported by Matt
17418 Hodges <M.P.Hodges@rl.ac.uk>.
17419
17420 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
17421
17422 * hilit-chg.el (highlight-changes-initial-state)
17423 (highlight-changes-global-initial-state): Doc fixes.
17424 (highlight-changes-global-modes, global-highlight-changes):
17425 Fix typos in docstrings.
17426
17427 2006-02-01 Kim F. Storm <storm@cua.dk>
17428
17429 * emulation/cua-base.el (cua-mode): Mention that CUA enables
17430 transient-mark-mode in doc string.
17431
17432 2006-01-31 Richard M. Stallman <rms@gnu.org>
17433
17434 * replace.el (multi-occur): Doc fix.
17435 (multi-occur-in-matching-buffers): Rename from
17436 multi-occur-by-filename-regexp. Prefix arg says match
17437 buffer names instead of file names.
17438
17439 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
17440
17441 * bs.el: Allow non-default values of `bs-header-lines-length'.
17442 (bs--running-in-xemacs): Remove (not needed anymore).
17443 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17444 instead of `shrink-window', thus avoiding having to compute the
17445 height of the window.
17446 (bs--up): Wrap around even when there's no header.
17447 (bs--down): Use `forward-line' instead of `next-line'.
17448
17449 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
17450
17451 * image-mode.el (image-toggle-display): Use file name if possible,
17452 instead of unnecessarily allocating a (possibly huge) lisp string.
17453
17454 2006-01-30 John Paul Wallington <jpw@pobox.com>
17455
17456 * subr.el (toplevel): Define `cl-assertion-failed' condition here
17457 because the `assert' macro signals it at runtime.
17458
17459 * emacs-lisp/cl.el (toplevel): Remove definition of
17460 `cl-assertion-failed' condition.
17461
17462 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
17463
17464 * thumbs.el (thumbs-marked-list): Make buffer-local and
17465 permanent-local.
17466 (thumbs-insert-thumb): Make help-echo non-sticky.
17467 (thumbs-file-alist): Use eolp as check for (non)-image.
17468
17469 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
17470
17471 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17472 (ediff-before-session-group-setup-hooks)
17473 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17474 Fix typos in docstrings.
17475
17476 * window.el (bw-dir, bw-eqdir, balance-windows)
17477 (split-window-keep-point): Fix typos in docstrings.
17478
17479 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17480 (org-quote-string, org-calendar-to-agenda-key)
17481 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17482 (org-show-following-heading, org-tags-column)
17483 (org-use-tag-inheritance, org, org-allow-space-in-links)
17484 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17485 (org-enable-table-editor, org-calc-default-modes)
17486 (org-table-allow-automatic-line-recalculation)
17487 (org-export-html-style, org-export-with-fixed-width)
17488 (org-export-with-sub-superscripts, org-special-keyword)
17489 (org-formula, org-time-grid, org-table-may-need-update)
17490 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17491 (org-goto-quit, org-get-indentation, org-end-of-item)
17492 (org-move-item-down, org-move-item-up)
17493 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17494 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17495 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17496 (org-agenda-log-mode, org-agenda-toggle-diary)
17497 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17498 (org-agenda-file-to-end, org-agenda-no-heading-message)
17499 (org-agenda-get-closed, org-format-agenda-item)
17500 (org-cmp-priority, org-cmp-category, org-cmp-time)
17501 (org-agenda-change-all-lines, org-agenda-diary-entry)
17502 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17503 (org-link-search, org-camel-to-words, org-open-file)
17504 (org-remember-handler, org-table-convert-region)
17505 (org-table-move-row-down, org-table-move-row-up)
17506 (org-table-copy-region, org-table-wrap-region)
17507 (org-table-toggle-vline-visibility)
17508 (org-table-get-vertical-vector, org-table-modify-formulas)
17509 (org-table-get-specials, org-recalc-commands)
17510 (org-table-rotate-recalc-marks, org-table-eval-formula)
17511 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17512 (org-level-color-stars-only, org-insert-heading):
17513 Fix typos in docstrings.
17514 (last-arg): Add defvar.
17515
17516 * makefile.w32-in (WINS): Add erc.
17517 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17518
17519 2006-01-29 Bill Wohler <wohler@newt.com>
17520
17521 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17522 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17523 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17524 (mh-autoloads): Don't use comments on otherwise empty lines.
17525
17526 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17527
17528 * emulation/viper.el (viper-major-mode-modifier-list):
17529 Add insert-state and vi-state entries for erc-mode.
17530 (viper-go-away, viper-set-hooks): Add and remove
17531 viper-comint-mode-hook from erc-mode-hook as appropriate.
17532
17533 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17534
17535 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17536
17537 * bs.el (bs--format-aux): Implement `middle' alignment as
17538 described in the docstring for `bs-attributes-list'.
17539 (bs--get-name): Simplify. Don't pad the buffer name.
17540
17541 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17542
17543 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17544 English aspell dictionary is installed, use the first entry of
17545 ispell-dictionary-alist-1.
17546
17547 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17548
17549 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17550 Doc fix.
17551
17552 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17553
17554 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17555 for `process-file', in order to let it work for older Emacsen too.
17556
17557 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17558
17559 * international/latexenc.el: Add a suitable `coding:' tag.
17560 (latexenc-find-file-coding-system): Undo last change.
17561
17562 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17563
17564 * international/latexenc.el (latexenc-find-file-coding-system):
17565 Make sure latexenc-main-file is a regular file and is readable.
17566
17567 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17568
17569 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17570 Pass FILE to vc-user-login-name.
17571
17572 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17573
17574 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17575
17576 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17577 there are no more images to display.
17578 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17579 the next image.
17580
17581 2006-01-26 Richard M. Stallman <rms@gnu.org>
17582
17583 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17584
17585 * wid-edit.el (advertised-widget-backward): New alias.
17586 (widget-keymap): Use advertised-widget-backward for S-TAB.
17587
17588 * tumme.el: Correct the keywords.
17589 (tumme-dir-max-size): Use defvar.
17590 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17591
17592 * simple.el (move-beginning-of-line): Take account of fields.
17593 (clone-indirect-buffer-other-window): Take args like
17594 clone-indirect-buffer, and work like it.
17595
17596 * help-fns.el (describe-function): Don't pass `nil' as default.
17597
17598 * files.el (risky-local-variable-p): Follow var aliases.
17599
17600 * subr.el (lazy-completion-table): Doc fix.
17601
17602 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17603 global binding of `line'.
17604
17605 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17606
17607 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17608 Tramp.
17609
17610 * vc.el (vc-default-dired-state-info): Pass FILE to
17611 vc-user-login-name.
17612 (vc-default-update-changelog): Don't use vc-user-login-name, we
17613 don't need it here.
17614
17615 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17616 no longer necessary.
17617
17618 2006-01-25 Kenichi Handa <handa@m17n.org>
17619
17620 * international/mule.el (decode-char): Avoid the overhead of
17621 calling utf-lookup-subst-table-for-decode if
17622 utf-translate-cjk-mode is nil.
17623 (encode-char): Avoid the overhead of calling
17624 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17625 nil.
17626
17627 2006-01-22 Kenichi Handa <handa@m17n.org>
17628
17629 * international/mule.el (make-subsidiary-coding-system): Reset
17630 `coding-system-define-form' property of subsidiaries to nil.
17631 Avoid duplicated entry in coding-system-alist.
17632 (make-coding-system): Avoid duplicated entry in
17633 coding-system-alist.
17634 (define-coding-system-alias): Likewise.
17635
17636 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17637
17638 * completion.el: Minor fixes in introductory comment.
17639 (completion-def-wrapper): Fix alist.
17640
17641 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17642
17643 * thumbs.el (thumbs-new-image-size): New function.
17644 (thumbs-increment-image-size-element)
17645 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17646 (thumbs-decrement-image-size): Delete.
17647 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17648 temp files and use to resize.
17649 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17650 Use increment argument to enlarge/shrink. Preserve point.
17651 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17652 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17653 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17654 (thumbs-mark, thumbs-unmark): Preserve point.
17655 (thumbs-modify-image): Keep old temp files and use to modify.
17656 Cleanup old temp files at load time. Preserve point.
17657 (thumbs-view-image-mode-map): Use new command names.
17658
17659 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17660
17661 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17662
17663 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17664 the nastiest part of the cyclic dependency.
17665 (cal-menu-update): Use dotimes and calendar-increment-month.
17666
17667 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17668 (calendar-week-start-day): Add an :initializer.
17669 (calendar-mode-map): Use suppress-keymap, and command remapping.
17670 (describe-calendar-mode): Setup xref-stack info for the back button.
17671 (calendar-star-date): Insert before delete.
17672 (calendar-set-mode-line): Add file-modified info if applicable.
17673 (calendar-increment-month): New function.
17674
17675 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17676
17677 * font-lock.el (lisp-font-lock-keywords-2):
17678 Recognize "& keywords" only at word boundaries.
17679
17680 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17681
17682 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17683 and permanent-local.
17684 (thumbs-max-image-number): New variable.
17685 (thumbs-do-thumbs-insertion): Use them.
17686 (thumbs-per-line): Change default to 4.
17687 (thumbs-marked-list): Rename from thumbs-markedL.
17688 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17689 (thumbs-rename-images): Use -list instead of L for internal variables.
17690 (thumbs-call-convert): Use call-process instead of shell-command.
17691 (thumbs-insert-thumb): Add filename as help-echo to each image.
17692 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17693 Give dir to thumbs-show-thumbs-list.
17694 (thumbs-show-thumbs-list): Set default-directory to that of images.
17695 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17696 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17697 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17698 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17699
17700 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17701
17702 * ses.el (ses-read-cell): Provide a default value.
17703
17704 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17705
17706 * term/w32-win.el (image-library-alist): Add additional names for
17707 GIF library.
17708
17709 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17710
17711 * international/latexenc.el (latexenc-find-file-coding-system):
17712 Add file-regular-p check.
17713
17714 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17715
17716 * simple.el (clone-buffer): Don't show the new buffer in the same
17717 window.
17718
17719 2006-01-23 Juri Linkov <juri@jurta.org>
17720
17721 * faces.el (link, link-visited): New faces based on default values
17722 of `info-xref' and `info-xref-visited'.
17723
17724 * info.el (info-xref): Inherit from `link'.
17725 (info-xref-visited): Inherit from `link-visited'.
17726
17727 * cus-edit.el (custom-buffer-create-internal): Use widget type
17728 `custom-manual' instead of `info-link' and don't set properties
17729 `button-face' and `mouse-face' explicitly.
17730 (custom-browse-group-tag, custom-browse-variable-tag)
17731 (custom-browse-face-tag): Inherit from widget class
17732 `custom-group-link' instead of `push-button'.
17733 (custom-button-unraised): Inherit from `underline' face.
17734 (custom-link): Inherit from `link' face. Fix doc and group.
17735 (custom-add-parent-links, custom-group-value-create): Don't set
17736 properties `button-face' and `mouse-face' explicitly for
17737 `custom-group-link' widget.
17738 (custom-group-link): Add properties `button-face' and `mouse-face'
17739 to widget definition.
17740 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17741 editable-field's :keymap property.
17742 (custom-mode): Fix docstring: substitute keybindings for
17743 `widget-forward' and `widget-backward' from `widget-keymap',
17744 `widget-complete' from `custom-field-keymap', replace old
17745 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17746
17747 * desktop.el (desktop-load-file): Check for `fboundp' before
17748 calling `symbol-function'.
17749
17750 * simple.el (clone-buffer, clone-indirect-buffer)
17751 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17752 `read-string'. Fix prompts.
17753
17754 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17755
17756 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17757
17758 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17759
17760 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17761
17762 * startup.el (inhibit-splash-screen, initial-scratch-message):
17763 Doc fixes.
17764
17765 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17766
17767 Sync with Tramp 2.0.52.
17768
17769 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17770 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17771 `tramp-unload-tramp' for checklist.
17772
17773 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17774 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17775 (tramp-unload-file-name-handler-alist)
17776 (tramp-unload-tramp): New defuns.
17777 (tramp-advice-PC-expand-many-files): New defadvice.
17778 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17779 removed.
17780 (tramp-handle-expand-file-name): Remove double slash.
17781 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17782 It doesn't matter, because it will be converted later on.
17783 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17784 implementation was just heuristic.
17785 (tramp-post-connection): Set uid and gid properties.
17786 (tramp-convert-file-attributes): Set file's gid change bit.
17787 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17788 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17789 in case of su(do)? methods. The home directory of the local user
17790 will be taken else.
17791 (tramp-open-connection-telnet)
17792 (tramp-open-connection-rsh, tramp-open-connection-su)
17793 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17794 local shell prompt could hurt. Reported by Romain Francoise
17795 <romain@orebokech.com>.
17796 (tramp-let-maybe): Add `edebug-form-spec' property.
17797 (tramp-handle-expand-file-name): Bind `default-directory' locally
17798 to "/" in order to avoid problems with UNC shares or Cygwin
17799 mounts.
17800 (tramp-md5-function): Fix typo in error message.
17801
17802 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17803
17804 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17805 for byte-compiler pacification.
17806
17807 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17808
17809 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17810 ID-FORMAT `string'. This allows us to get rid of
17811 `vc-user-login-name UID'.
17812
17813 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17814
17815 2006-01-22 John Paul Wallington <jpw@pobox.com>
17816
17817 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17818
17819 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17820
17821 * emacs-lisp/find-func.el (find-definition-noselect)
17822 (find-variable-noselect): Search variables in C source code too.
17823 (find-function-C-source, find-function-noselect, find-function)
17824 (find-function-other-frame, find-variable-noselect, find-variable)
17825 (find-variable-other-frame, find-variable-at-point):
17826 Fix docstrings.
17827
17828 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17829
17830 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17831
17832 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17833
17834 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17835 Default to disabling the "Save affix" question.
17836
17837 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17838
17839 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17840 the first arg to run-python.
17841
17842 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17843
17844 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17845 is not loaded.
17846
17847 2006-01-20 Jay Belanger <belanger@truman.edu>
17848
17849 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17850 limit is 0.
17851
17852 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17853 the correct variable.
17854
17855 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17856
17857 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17858 link. Fixed buggy argument sequence in call to `org-view-tags'.
17859 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17860 (org-prefix-has-tag): New variable.
17861 (org-format-agenda-item): Remove tags from headline if
17862 appropriate.
17863 (org-agenda-remove-tags-when-in-prefix): New option.
17864 (org-get-tags-at): New function.
17865
17866 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17867
17868 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17869 (thumbs-find-image): Move image name and number from buffer name
17870 to mode name. Set thumbs-buffer. Preserve point so that large
17871 images remain visible.
17872 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17873 order.
17874 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17875 mode name.
17876 (thumbs-next-image, thumbs-previous-image): Make them work.
17877
17878 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17879
17880 * cus-edit.el (custom-buffer-create-internal): State in the text above
17881 the whole buffer buttons that they do not operate on hidden items.
17882 (custom-face-menu): Use `custom-face-save' instead of
17883 `custom-face-save-command'.
17884 (custom-face-save-command): Make it an alias for `custom-face-save'
17885 and declare it obsolete.
17886 (custom-face-save): Doc fix.
17887
17888 * dired.el (dired-no-confirm): Add quote.
17889 (dired-subdir-alist-pre-R): Add quote in
17890 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17891
17892 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17893
17894 * textmodes/table.el (table-mode-indicator): Typo in last change.
17895
17896 2006-01-19 Richard M. Stallman <rms@gnu.org>
17897
17898 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17899 Fixes bug reported in Nov 2005.
17900
17901 * isearch.el (isearch-forward): Doc fix.
17902
17903 * dired.el (dired-move-to-filename-regexp): Define as alias.
17904 (dired-no-confirm): Use defcustom.
17905 (dired-subdir-alist-pre-R): Put defvar at top level.
17906
17907 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17908
17909 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17910 Mark as risky.
17911
17912 * simple.el (set-mark-command): Doc fix.
17913 (clone-indirect-buffer-other-window):
17914 Read arg like clone-indirect-buffer.
17915 (move-beginning-of-line): Skip invisible newlines.
17916
17917 2006-01-19 Masatake YAMATO <jet@gyve.org>
17918
17919 * progmodes/cpp.el (cpp-edit-load): Make the order of
17920 listed conditions in a base C code buffer and its associate
17921 CPP Edit buffer the same.
17922
17923 2006-01-19 Kenichi Handa <handa@m17n.org>
17924
17925 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17926 (rmail-mime-feature): Likewise.
17927 (rmail-require-mime-maybe): Use display-warning to show a warning
17928 message.
17929
17930 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17931 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17932
17933 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17934
17935 * array.el: Move defvars out of eval-when-compile.
17936 (array-make-template): Replace undeclared global var with a local one.
17937 (array-mode): Inline initialization functions.
17938 (array-init-local-variables, array-init-max-row)
17939 (array-init-max-column, array-init-columns-per-line)
17940 (array-init-field-width, array-init-rows-numbered)
17941 (array-init-line-length, array-init-lines-per-row): Remove.
17942
17943 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17944 (doc-mode-map): Define explicitly.
17945 (doctor-txtype): Use mapc.
17946
17947 * textmodes/table.el: Move defvars out of eval-when-compile.
17948 Remove harmful code meant to avoid byte-compiler warnings.
17949 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17950 specification that checks table-fixed-width-mode directly.
17951 (table-recognize-region, table-recognize-cell):
17952 Use restore-buffer-modified-p.
17953 (table-fixed-width-mode): Remove code that refreshes
17954 table-fixed-mode-indicator.
17955 (*table--cell-describe-bindings, *table--cell-describe-mode):
17956 Avoid obsolete name print-help-return-message.
17957 (table--test-cell-list): Don't use replace-regexp from elisp.
17958 (table--point-entered-cell-function, table--point-left-cell-function):
17959 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17960
17961 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17962 that was after the end of file. Use buffer-file-name variable.
17963 (org-timestamp-change): Use with-current-buffer.
17964 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17965 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17966 `file'.
17967
17968 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17969 (fortran-break-line): Remove unused var `opoint'.
17970 (fortran-abbrev-start): Obey help-event-list.
17971
17972 2006-01-18 Jesper Harder <harder@phys.au.dk>
17973
17974 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17975
17976 2006-01-18 Masatake YAMATO <jet@gyve.org>
17977
17978 * progmodes/make-mode.el (makefile-imake-mode): New mode
17979 derived from makefile-mode.
17980 (makefile-imake-mode-syntax-table): New syntax table
17981 derived from makefile-mode-syntax-table.
17982 (makefile-mode): Write about makefile-imake-mode in doc string.
17983 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17984 (makefile-imake-font-lock-keywords): New font lock keywords.
17985
17986 * files.el (auto-mode-alist): Add Imakefile.
17987
17988 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17989
17990 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17991 loading the file rather than when turning on flyspell-mode.
17992
17993 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17994
17995 * cus-edit.el (customize-rogue): Minor doc fix.
17996
17997 2006-01-17 Juri Linkov <juri@jurta.org>
17998
17999 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
18000 instead of the file at the mark as default if the file at the mark
18001 is the same as the file at point or if dired-dwim-target-directory
18002 is not the same as the current directory and the mark is not active.
18003
18004 * log-view.el (log-view-minor-wrap): Use the same logic to get
18005 revisions as `log-view-diff'.
18006
18007 * info.el (Info-revert-find-node): Check for Info-current-file
18008 before preserving new-history.
18009
18010 * man.el (Man-heading-regexp): Add `/'.
18011
18012 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
18013 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
18014
18015 2006-01-16 Juri Linkov <juri@jurta.org>
18016
18017 * faces.el (mode-line-faces): New defgroup.
18018 (mode-line-highlight): Move definition after new defgroup.
18019 (mode-line, mode-line-inactive, mode-line-highlight):
18020 Replace :group `modeline' with `mode-line-faces'.
18021 (mode-line-buffer-id): New face.
18022 (modeline-buffer-id): New face alias.
18023 (vertical-border): Remove :group `modeline'.
18024
18025 * bindings.el (propertized-buffer-identification): Use face
18026 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
18027 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
18028 (mode-line-buffer-identification-keymap): For mouse-1 replace
18029 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
18030 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
18031 mouse-3.
18032
18033 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
18034 Buffer-menu-buffer. Doc fix.
18035 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
18036 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
18037 `Buffer-menu-buffer'.
18038
18039 * info.el (Info-mode-line-node-keymap): New defvar.
18040 (Info-set-mode-line): Use `stringp' to check Info-current-file.
18041 Propertize Info-current-node with `mode-line-buffer-id' and
18042 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
18043
18044 * time.el (display-time-mail-face): Replace :group `faces' with
18045 `mode-line-faces'.
18046
18047 2006-01-16 Kenichi Handa <handa@m17n.org>
18048
18049 * international/code-pages.el: Add autoload cookies for cp125[0345678].
18050
18051 * language/european.el (cp1252): New alias for windows-1252.
18052
18053 * international/mule.el (autoload-coding-system): Prepare for EOL
18054 variants.
18055
18056 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
18057
18058 * term.el (term-raw-map): Add mapping for insert.
18059 (term-send-insert): New.
18060 (term-mode): Make variables local here instead of doing it in
18061 `term-emulate-terminal'.
18062 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
18063 Scroll reverse needs to take into account the scroll region.
18064 Saving and restoring the cursor should save the color attributes too.
18065 (term-reset-terminal): Reset the scroll region.
18066 (term-handle-ansi-escape): Cursor up and down should take into
18067 account the scroll region.
18068 (term-set-scroll-region): Rename from `term-scroll-region'.
18069 Move to 0,0 after setting the region.
18070 (term-handle-scroll): Handle scroll up.
18071 (term-down): Fix off by one error.
18072 (term-delete-lines): Do not delete outside the scroll region.
18073 (term-insert-lines): Take into account the scroll region.
18074
18075 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
18076
18077 * textmodes/ispell.el (ispell-internal-change-dictionary)
18078 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
18079 (start, end): Move declaration outside of eval-when-compile.
18080
18081 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
18082 (flyspell-mode-on): Use it.
18083
18084 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
18085 ispell-kill-ispell-hook.
18086
18087 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
18088
18089 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18090 (Custom-reset-saved): Do not ask for confirmation in single option
18091 buffers.
18092
18093 2006-01-13 Richard M. Stallman <rms@gnu.org>
18094
18095 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
18096
18097 2006-01-13 Romain Francoise <romain@orebokech.com>
18098
18099 * add-log.el (add-change-log-entry, change-log-merge):
18100 Conditionally use `hard-newline'.
18101
18102 2006-01-13 Martin Rudalics <rudalics@gmx.at>
18103
18104 * wid-edit.el (widget-field-end): If the overlay is no longer
18105 associated with a buffer, behave as if the overlay didn't exist.
18106
18107 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
18108 Make sure the links use the `custom-link' face.
18109
18110 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
18111
18112 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
18113 (ld-script-mode): Don't set indent-line-function since we don't
18114 have one.
18115
18116 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
18117
18118 * textmodes/org.el (org-open-file): Use mailcap for selecting an
18119 application.
18120 (org-file-apps-defaults-gnu): Use mailcap as the default for
18121 selecting an application on a UNIX system.
18122 (org-agenda-show-tags): New command.
18123 (org-table-insert-hline): Keep cursor in current table line.
18124 (org-table-convert): Offset effect of modifying
18125 `org-table-insert-hline'.
18126 (org-format-agenda-item): New optional argument TAG.
18127 (org-compile-prefix-format): Handle %T format for the tag.
18128 (org-expand-wide-chars): New function.
18129 (org-table-insert-row, org-table-insert-hline):
18130 Use `org-expand-wide-chars'.
18131 (org-open-file): Fix bug in program launch.
18132 (org-get-time-of-day): Fix bug with times before 1am.
18133 (org-agenda-menu): Add tags commands.
18134
18135 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
18136
18137 * textmodes/ispell.el (ispell-init-process): Include the used
18138 dictionary in ispell process start message.
18139 (ispell-internal-change-dictionary): When flyspell-mode is active
18140 and dictionary is changed, make sure ispell process is restarted
18141 and flyspell word cache cleared out for the current buffer.
18142 (ispell-change-dictionary): Make sure flyspell word cache is
18143 cleared out in all buffers with active flyspell mode when
18144 dictionary is globally changed.
18145 Call ispell-internal-change-dictionary after dictionary change.
18146
18147 2006-01-13 Eli Zaretskii <eliz@gnu.org>
18148
18149 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
18150
18151 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
18152 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
18153 years. Fix small differences wrt Makefile.in.
18154 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
18155 Makefile.in does.
18156
18157 2006-01-12 Bill Wohler <wohler@newt.com>
18158
18159 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
18160 mh-search.el.
18161
18162 2006-01-12 Masatake YAMATO <jet@gyve.org>
18163
18164 * progmodes/ld-script.el: Update copyright year.
18165
18166 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
18167
18168 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
18169 Don't add widget if setting undefined.
18170
18171 2006-01-12 John Paul Wallington <jpw@pobox.com>
18172
18173 * help-fns.el (describe-variable): Remove newlines from void
18174 variable output.
18175
18176 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
18177
18178 * wdired.el (wdired-mode-map): Add help echo for
18179 wdired-abort-changes.
18180
18181 * man.el (Man-file-name-regexp): Adjust for a list of files.
18182
18183 2006-01-12 Masatake YAMATO <jet@gyve.org>
18184
18185 * progmodes/ld-script.el (auto-mode-alist): Support
18186 suffix conventions used in netbsd and eCos.
18187
18188 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
18189
18190 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
18191 (custom-variable-menu, custom-face-menu, custom-group-menu)
18192 (Custom-mode-menu): Change names of menu items. (As discussed on
18193 emacs-devel.)
18194 (custom-face-menu): Add "Undo Edits" item.
18195
18196 * startup.el (init-file-user): defcustom -> defvar.
18197
18198 * tooltip.el (tooltip-mode): Doc fix.
18199
18200 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
18201
18202 * reveal.el (reveal-post-command): window-buffer signals an error on
18203 dead windows rather than returning nil.
18204 (reveal-open-new-overlays): An overlay might die while we open others.
18205
18206 2006-01-11 Bill Wohler <wohler@newt.com>
18207
18208 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
18209 phrasing in docstring.
18210
18211 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
18212 can give some systems gas. Add new file mh-buffers.el.
18213
18214 2006-01-06 Masatake YAMATO <jet@gyve.org>
18215
18216 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
18217 C preprocessor forward ported from GNU Emacs 21.2.
18218
18219 * progmodes/asm-mode.el (asm-font-lock-keywords):
18220 Use `cpp-font-lock-keywords'.
18221
18222 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
18223
18224 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
18225 of $ for "\\.ld[s]?".
18226
18227 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
18228
18229 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
18230 (tcl-indent-line): Return `noindent' if inside a string.
18231
18232 * progmodes/flymake.el (flymake-split-string): Remove more than one
18233 empty string at beg/end of the result.
18234 (flymake-find-buildfile, flymake-find-possible-master-files):
18235 Use expand-file-name.
18236 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
18237 since expand-file-name does it for us. Use directory-file-name.
18238 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
18239 (flymake-ler-get-type, flymake-ler-get-text)
18240 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
18241 (flymake-current-line-no): Remove spurious interactive spec.
18242 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
18243 (flymake-check-include): Remove arg inc-path merged into inc-name.
18244 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
18245 Arg regexp-list replaced by a simple regexp.
18246 (flymake-master-make-header-init, flymake-master-tex-init):
18247 Correspondingly replace regexp-list with a regexp. Fix regexp.
18248
18249 2006-01-10 Simon Josefsson <jas@extundo.com>
18250
18251 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
18252 describing AUTH PLAIN fix.
18253
18254 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
18255
18256 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
18257 (report-emacs-bug): Don't record initial prompt text.
18258 Instead, add text properties to prompting text.
18259 (report-emacs-bug-hook): Delete prompting text.
18260
18261 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
18262
18263 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
18264 `dirs'. Adjust callers.
18265
18266 2006-01-09 John Paul Wallington <jpw@gnu.org>
18267
18268 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
18269
18270 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
18271
18272 * reveal.el (reveal-open-new-overlays): New extracted fun.
18273 (reveal-close-old-overlays): Idem. Check overlays's liveness before
18274 using them. Simplify the code.
18275 (reveal-post-command): Use them. Fix up obsolete windows in
18276 reveal-open-spots.
18277
18278 * progmodes/flymake.el: Use `require' rather than autoload for
18279 XEmacs's overlays.
18280 (flymake-get-common-file-prefix, flymake-build-relative-filename):
18281 Delete. Use file-relative-name instead.
18282 (flymake-get-syntax-check-program-args, flymake-perl-init):
18283 Simplify the resulting code.
18284
18285 * log-view.el (log-view-file-re, log-view-message-re): Add support
18286 for DaRCS output.
18287
18288 2006-01-09 Alex Schroeder <alex@gnu.org>
18289
18290 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
18291 identifiers sometimes added in square brackets at the beginning of
18292 subject lines.
18293
18294 2006-01-07 Richard M. Stallman <rms@gnu.org>
18295
18296 * cus-edit.el (Custom-set, Custom-save): Doc fix.
18297 (Custom-reset-current, Custom-reset-saved): Change question text.
18298 (Custom-reset-standard): Likewise.
18299 (custom-variable-reset-saved): Doc fix.
18300
18301 2006-01-07 Eli Zaretskii <eliz@gnu.org>
18302
18303 * startup.el (init-file-user): Doc fix.
18304
18305 2006-01-07 Alex Schroeder <alex@gnu.org>
18306
18307 * mail/rmail.el (rmail-current-subject): New function.
18308 (rmail-current-subject-regexp): New function.
18309 (rmail-next-same-subject): Use it.
18310
18311 * mail/rmailsum.el (rmail-summary-by-topic):
18312 Use rmail-current-subject and rmail-current-subject-regexp.
18313 (rmail-summary-next-same-subject): Ditto.
18314
18315 * net/rcirc.el (rcirc-send-input): No longer check whether the
18316 process is open, since not all commands need an open process.
18317 (rcirc-send-string): Check whether the process is open before
18318 sending anything.
18319 (rcirc-ignore-list): New option.
18320 (rcirc-ignore-list-automatic): New variable.
18321 (rcirc-print): Take rcirc-ignore-list into account.
18322 (rcirc-cmd-ignore): New command.
18323 (rcirc-ignore-update-automatic): New function.
18324 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
18325 list if ignored nicks.
18326 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
18327
18328 2006-01-06 David Reitter <david.reitter@gmail.com>
18329
18330 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
18331 reflect the address to which the report will be sent.
18332
18333 2006-01-06 Eli Zaretskii <eliz@gnu.org>
18334
18335 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
18336 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
18337
18338 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
18339
18340 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
18341
18342 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
18343 the doc string: "functoin" => "function".
18344 * ldefs-boot.el: Likewise.
18345
18346 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
18347 message text: "Duplicat" => "Duplicate".
18348
18349 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
18350
18351 * files.el (basic-save-buffer-2): If backing-up failed, reset
18352 buffer-backed-up to nil.
18353
18354 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
18355
18356 * progmodes/gud.el (gdb-script-skip-to-head)
18357 (gdb-script-calculate-indentation): Indent for breakpoint command
18358 lists also.
18359
18360 2006-01-05 Bill Wohler <wohler@newt.com>
18361
18362 * Makefile.in (compile-always): Add mh-autoloads dependency.
18363 (bootstrap): Remove mh-autoloads dependency, as compile dependency
18364 provides it.
18365 (updates): Remove mh-autoloads dependency, since it probably has
18366 already run recently (via recompile).
18367
18368 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
18371 argument `force' to disable the flyspell-last-buffer optimization.
18372 (flyspell-mode-on): Use it.
18373
18374 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
18375 flymake-simple-cleanup.
18376 (flymake-allowed-file-name-masks): Use this new default.
18377 All the functions are now called in the right buffer rather than
18378 passing the buffer as argument.
18379 (flymake-process-sentinel): Switch to buffer before calling cleanup.
18380 (flymake-parse-err-lines): Remove redundant buffer arg.
18381 (flymake-get-program-dir): Comment out unused function.
18382 (flymake-start-syntax-check, flymake-start-syntax-check-process):
18383 Remove redundant buffer argument.
18384 (flymake-get-real-file-name, flymake-simple-java-cleanup)
18385 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
18386
18387 2006-01-05 Richard M. Stallman <rms@gnu.org>
18388
18389 * info.el (Info-find-node): Don't record previous node if have none.
18390 (info): Go to directory only if history is empty.
18391
18392 * simple.el (mark): Doc fix.
18393
18394 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18395
18396 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
18397 already of desired type.
18398 (mac-ae-list): Coerce parameter to "list" type.
18399 (mac-dispatch-apple-event): Replace cadr part of event with a
18400 dummy position so that event-start returns it.
18401
18402 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
18403
18404 * textmodes/org.el (org-end-of-subtree): New function.
18405 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18406 Use `org-end-of-subtree'.
18407 (org-agenda, org-agenda-convert-date): Protect calls to
18408 `fit-window-to-buffer'.
18409 (org-tags-view): Force matching of sublevels when doing a
18410 todo-only search. Define the correct redo command, including the
18411 arguments.
18412 (org-agenda-redo): Display message.
18413 (org-check-for-org-mode): New function.
18414 (org-agenda-type): New variable.
18415 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18416 Set `org-agenda-type'.
18417 (org-agenda-check-type): New function.
18418 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18419 (org-agenda-week-view, org-agenda-day-view)
18420 (org-agenda-next-date-line, org-agenda-previous-date-line)
18421 (org-agenda-log-mode, org-agenda-toggle-diary)
18422 (org-agenda-toggle-time-grid, org-agenda-date-later)
18423 (org-agenda-date-prompt, org-agenda-diary-entry)
18424 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18425 (org-agenda-convert-date, org-agenda-menu):
18426 Use `org-agenda-check-type'.
18427 (org-make-overlay, org-delete-overlay)
18428 (org-detatch-overlay, org-move-overlay, org-overlay-put):
18429 New compatibility functions.
18430 (org-calendar-select-mouse): New command.
18431
18432 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
18433
18434 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18435 (Custom-reset-standard): Fix y-or-n-p messages.
18436 (custom-link): New face for links.
18437 (custom-buffer-create-internal, custom-manual): Use it.
18438 (custom-face-save): Push to theme-face before setting face spec.
18439
18440 * wid-edit.el (widget-default-mouse-face-get): New function.
18441 (widget-specify-button): Handle mouse-face like button-face.
18442
18443 * custom.el (load-theme): Clear old theme settings if reloading.
18444
18445 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
18446
18447 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18448 "Erase Customization" button back to same position it occupies in
18449 the individual State menus.
18450
18451 2006-01-04 Kim F. Storm <storm@cua.dk>
18452
18453 * wid-edit.el (key-sequence): Rework widget to read key binding
18454 using `kbd' syntax. Use C-q to insert literal key, event, or code.
18455 (widget-key-sequence-default-value): Default value for empty sequence.
18456 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
18457 (widget-key-sequence-read-event): New command for C-q.
18458 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18459 (widget-key-sequence-value-to-external): New functions.
18460
18461 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18462
18463 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18464 Use expand-file-name.
18465 (flymake-delete-temp-directory): Use expand-file-name,
18466 file-name-directory, and directory-file-name.
18467 (flymake-strrchr): Delete.
18468 (flymake-start-syntax-check): Don't pass the redundant buffer argument
18469 to the init-f function.
18470 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18471 (flymake-init-find-buildfile-dir)
18472 (flymake-init-create-temp-source-and-master-buffer-copy)
18473 (flymake-simple-make-init-impl, flymake-simple-make-init)
18474 (flymake-master-make-init, flymake-master-make-header-init)
18475 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18476 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18477 (flymake-xml-init): Remove corresponding redundant buffer argument.
18478 (flymake-allowed-file-name-masks): Remove last elems that are equal to
18479 the default anyway. Clean up regexps.
18480
18481 * progmodes/flymake.el (flymake-temp-source-file-name)
18482 (flymake-master-file-name, flymake-temp-master-file-name)
18483 (flymake-base-dir): New buffer-local vars.
18484 (flymake-buffer-data, flymake-get-buffer-value)
18485 (flymake-set-buffer-value): Replace those hash-tables by the new
18486 buffer-local vars. Update callers.
18487
18488 * progmodes/flymake.el (flymake-check-start-time)
18489 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18490 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18491 Move definition, so we can remove redundant earlier declaration.
18492 (flymake-replace-regexp-in-string, flymake-split-string)
18493 (flymake-get-temp-dir): Use defalias.
18494 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
18495 (flymake-xemacs-window-edges): Remove unused function.
18496 (flymake-get-point-pixel-pos): Move.
18497 (flymake-pid-to-names, flymake-reg-names)
18498 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18499 Replace by a simple list flymake-processes and by process-buffer.
18500 Update callers. Other than simplify the code, it uses buffers rather
18501 than buffer-names so it doesn't get confused by uniquify.
18502 (flymake-buffer-data): The global value should just be nil.
18503
18504 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18505 Optimize the body of a defalias like any other code.
18506
18507 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18508 Make sure we've setup font-lock's vars. It may influence which
18509 function we then call.
18510 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18511 here since it's too late anyway.
18512
18513 2006-01-03 Romain Francoise <romain@orebokech.com>
18514
18515 * startup.el (fancy-splash-tail, normal-splash-screen):
18516 Update copyright year.
18517
18518 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18519
18520 * mouse.el (mouse-drag-track): Rename, from
18521 `mouse-drag-region-1'. Includes optional argument required to
18522 enable post-drag event processing (e.g. delete region keys).
18523 Can be used without this argument to track a mouse region and operate
18524 on it as soon as the drag completes.
18525 (mouse-drag-region): Use `mouse-drag-track'.
18526
18527 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18528
18529 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18530 Move to `custom-buffer' group.
18531
18532 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18533 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18534 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18535 (custom-theme-face-menu): New variables.
18536 (custom-theme-add-variable, custom-theme-variable-action)
18537 (custom-variable-reset-theme, custom-theme-delete-variable)
18538 (custom-face-reset-theme, custom-theme-face-action)
18539 (custom-theme-delete-face, custom-theme-merge-theme)
18540 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18541
18542 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18543
18544 * custom.el: Move Custom Themes commentary to start of theme code.
18545 (custom-known-themes): Rename `standard' theme to `changed'.
18546 (custom-push-theme): Caller no longer specifies what theme to use
18547 when doing `reset'---the setting is simply removed from the theme.
18548 Delete MODE from `theme-value' and `theme-settings' properties.
18549 (custom-declare-theme): Ignore &rest args since we don't use them.
18550
18551 (custom-loaded-themes): Delete variable.
18552 (custom-theme-load-themes, custom-theme-loaded-p)
18553 (custom-theme-value): Delete functions.
18554
18555 (custom-declare-theme): Signal error on invalid theme names.
18556 (provide-theme): custom-loaded-themes was deleted.
18557 (load-theme): Load the file unconditionally.
18558 (enable-theme): Call `load-theme' if theme is undefined.
18559 (custom-enabled-themes): Only update value for successful loads.
18560 (disable-theme): Complete from enabled themes when interactive.
18561 (custom-variable-theme-value): Calculate theme value directly.
18562
18563 (custom-theme-reset-variables, custom-reset-variables): Mark as
18564 XEmacs compatibility functions. We don't actually use these.
18565
18566 * cus-edit.el (custom-variable-state-set):
18567 Use custom-variable-theme-value instead of custom-theme-value.
18568 (custom-face-state-set): Rename `standard' theme to `changed'.
18569 (custom-save-variables, custom-save-faces): Delete unneeded
18570 references to custom-reset-variables.
18571 (custom-save-resets): Delete function.
18572 (custom-save-variables, custom-save-faces): MODE argument deleted.
18573 (custom-save-variables, custom-save-faces): Ignore theme values.
18574
18575 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18576 compatibility function.
18577
18578 2006-01-01 Richard M. Stallman <rms@gnu.org>
18579
18580 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18581 (Custom-reset-current, Custom-reset-saved): Likewise.
18582 (Custom-reset-standard): Show message if aborted.
18583 (custom-mode): Doc fix, describing those commands.
18584
18585 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18586 put on event-kind property.
18587
18588 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18589
18590 * custom.el (provide-theme): Ban `user' theme name.
18591 (custom-enabling-themes): New variable.
18592 (enable-theme): Don't enable user if custom-enabling-themes is t.
18593 (custom-enabled-themes): Make it a defcustom.
18594 (custom-theme-recalc-face): No-op if face is undefined.
18595
18596 * cus-edit.el (custom-button-mouse): New variable.
18597 (custom-button-mouse): New face.
18598 (custom-raised-buttons, custom-mode): Use it.
18599
18600 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18601
18602 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18603
18604 * progmodes/gud.el (gud-display-line): Support hl-line in the
18605 source buffer.
18606
18607 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18608
18609 * mouse.el (mouse-drag-window-above): Verify that the found window
18610 overlaps with the given window in the horizontal dimension.
18611
18612 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18613
18614 * Makefile.in (cvs-update): New target.
18615
18616 * makefile.w32-in (cvs-update): Ditto.
18617
18618 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18619
18620 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18621 (custom-new-theme-mode-map): New variable.
18622
18623 2005-12-30 Richard M. Stallman <rms@gnu.org>
18624
18625 * custom.el (custom-load-themes): Function deleted.
18626
18627 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18628 (custom-save-variables): Don't delete or add custom-load-themes call.
18629
18630 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18631
18632 * cus-start.el: Add `visible-cursor'.
18633
18634 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18635 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18636 (flymake-process-filter): Switch to buffer before calling it instead.
18637 (flymake-post-syntax-check, flymake-highlight-err-lines)
18638 (flymake-delete-own-overlays, flymake-parse-err-lines)
18639 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18640 (flymake-count-lines, flymake-parse-residual):
18641 Remove constant buffer argument.
18642 (flymake-start-syntax-check-for-current-buffer): Remove.
18643 Update callers to use flymake-start-syntax-check instead.
18644 (flymake-display-err-menu-for-current-line):
18645 Remove unused var `mouse-pos'.
18646 (flymake-restore-formatting): Comment out unused function.
18647 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18648 argument, use current-buffer instead. Update callers.
18649
18650 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18651
18652 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18653 buffer-local because choose-completion-delete-max-match requires
18654 that we set completion-ignore-case (i.e., binding via let is not
18655 sufficient).
18656 (bibtex-complete): Always set completion-ignore-case and
18657 choose-completion-string-functions. The latter is needed because
18658 choose-completion-string-functions keeps its value if we quit the
18659 *Completions* buffer without requesting a completion.
18660
18661 2005-12-30 Andreas Schwab <schwab@suse.de>
18662
18663 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18664
18665 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18666
18667 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18668
18669 2005-12-30 Juri Linkov <juri@jurta.org>
18670
18671 * locate.el (locate-fcodes-file, locate-header-face)
18672 * progmodes/delphi.el (delphi-other-face)
18673 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18674
18675 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18676 group `paren-showing-faces'.
18677
18678 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18679 (goto-address): Fix docstring.
18680
18681 * net/webjump.el (webjump-sample-sites): Update URLs.
18682
18683 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18684
18685 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18686
18687 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18688
18689 * font-lock.el (font-lock-compile-keywords): Signal an error when
18690 font-lock-set-defaults hasn't been called.
18691
18692 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18693
18694 * subr.el (noreturn, 1value): Doc fixes.
18695
18696 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18697
18698 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18699 that assoc-string returns nil.
18700
18701 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18702
18703 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18704 (bibtex-entry-type-str, bibtex-empty-field-re)
18705 (bibtex-search-backward-string, bibtex-preamble-prefix)
18706 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18707 (bibtex-any-valid-entry-type): New variable.
18708 (bibtex-parse-field-name): Simplify.
18709 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18710 (bibtex-preamble-prefix): Include left delimiter.
18711 (bibtex-search-forward-field, bibtex-search-backward-field):
18712 Allow unbounded search past entry boundaries (required by bibtex-pop).
18713 (bibtex-text-in-field-bounds): Use push.
18714 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18715 (bibtex-parse-preamble, bibtex-valid-entry)
18716 (bibtex-beginning-first-field): New functions.
18717 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18718 (bibtex-map-entries): Fix docstring.
18719 (bibtex-flash-head): New arg prompt. Simplify.
18720 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18721 (bibtex-insert-kill): Simplify. Always insert text past the
18722 current field or entry.
18723 (bibtex-format-entry): Use bibtex-parse-field.
18724 (bibtex-pop): Use bibtex-beginning-of-entry and
18725 bibtex-end-of-entry to initiate the search. Insert empty field if
18726 we found ourselves.
18727 (bibtex-print-help-message): New args field and comma.
18728 Handle entry keys.
18729 (bibtex-make-field): Use bibtex-beginning-of-entry.
18730 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18731 invalid entry.
18732 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18733 Handle preambles. Simplify code for thorough test.
18734 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18735 New arg comma. Handle entry heads.
18736 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18737 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18738 New arg comma.
18739 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18740 (bibtex-fill-field): Simplify.
18741 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18742 bibtex-parse-field.
18743 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18744 (bibtex-complete): Use bibtex-parse-preamble.
18745
18746 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18747
18748 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18749 Display name of expression instead of convenience variable.
18750 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18751
18752 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18753 toggle-gud-tooltip-dereference.
18754 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18755 (gud-tooltip-tips): ...here when dereferencing.
18756
18757 2005-12-28 Bill Wohler <wohler@newt.com>
18758
18759 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18760
18761 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18762
18763 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18764 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18765 (vc-annotate-display-autoscale): Adjust call.
18766 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18767 Fix interactive spec.
18768 (vc-annotate-time-span): Remove.
18769 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18770 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18771 (vc-annotate-display-select): Use new name.
18772
18773 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18774 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18775 Correct the construction of span entries. Simplify.
18776 (vc-annotate-display-select): Fix the nil case.
18777 (vc-annotate): Remove obsolete (and now broken) code.
18778 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18779 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18780
18781 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18782
18783 * subr.el (lazy-completion-table): Correct typo in docstring.
18784
18785 * startup.el (command-line): Use `custom-reevaluate-setting' for
18786 `send-mail-function'.
18787
18788 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18789
18790 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18791
18792 * mail/smtpmail.el (smtpmail-try-auth-methods):
18793 Send credentials together with "AUTH PLAIN" command.
18794
18795 2005-12-27 Richard M. Stallman <rms@gnu.org>
18796
18797 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18798 mouse-2, go back to previously selected window, so it's selected
18799 when mouse-2 command runs.
18800
18801 2005-12-27 Juri Linkov <juri@jurta.org>
18802
18803 * descr-text.el (describe-text-sexp): Use square brackets for
18804 button [Show] to distinguish it from the property value `show'.
18805 (describe-property-list): Use `insert-text-button' with
18806 `help-face' type instead of putting face in quotes, because button
18807 is not created automatically for a list of faces.
18808 (describe-text-properties-1): Put button-type value in quotes to
18809 distinguish from plain text "button".
18810 (describe-char): Display code point values in hex. Don't use
18811 `symbol-name' for `current-input-method' because it is a string.
18812 Use `insert-text-button' with `help-face' type instead of putting
18813 hardcoded face in quotes, because button is not created automatically.
18814
18815 2005-12-27 Richard M. Stallman <rms@gnu.org>
18816
18817 * progmodes/glasses.el (glasses-face): More specific custom type.
18818
18819 * files.el (set-visited-file-name): Doc fix.
18820
18821 * textmodes/flyspell.el (flyspell-external-point-words):
18822 Use local var buffer-scan-pos to advance scan for next misspelling.
18823 Advance it only after we find the misspelling.
18824
18825 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18826
18827 * textmodes/flyspell.el (flyspell-external-point-words):
18828 New criteria for finding the misspelling in the buffer.
18829
18830 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18831
18832 * help-mode.el (help-insert-string): Set help-xref-stack-item
18833 rather than call help-setup-xref.
18834
18835 * descr-text.el (describe-char): Revert previous changes for
18836 optional buffer argument.
18837
18838 2005-12-27 Juri Linkov <juri@jurta.org>
18839
18840 * help-mode.el (help-insert-string): New function. Save buffer
18841 contents in cases where it is impossible to recompute the old contents.
18842
18843 * descr-text.el (describe-char): Set help-xref-stack-item
18844 explicitly after buffer has been generated.
18845
18846 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18847
18848 * cus-start.el (all): Add x-gtk-show-hidden-files.
18849
18850 2005-12-26 Richard M. Stallman <rms@gnu.org>
18851
18852 * replace.el (perform-replace): Calculate match-again
18853 before skipping read-only matches.
18854
18855 * paren.el (paren-showing-faces): New group.
18856 (show-paren-match, show-paren-mismatch): Move to that group.
18857
18858 * button.el (button): Put into group `basic-faces'.
18859
18860 * progmodes/make-mode.el: Remove faces from group `faces'.
18861
18862 * apropos.el (apropos, apropos-value): Doc fix.
18863 (apropos-documentation): Doc fix.
18864
18865 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18866
18867 * subr.el (lazy-completion-table): Remove argument `args'.
18868
18869 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18870 Don't use the `args' argument of lazy-completion-table.
18871
18872 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18873
18874 * descr-text.el (describe-char): Add optional argument for buffer.
18875 Set buffer appropriately. Call help-setup-xref.
18876 Suggested by Stefan Monnier.
18877
18878 2005-12-26 Juri Linkov <juri@jurta.org>
18879
18880 * descr-text.el: Require `help-fns' at runtime. Don't require
18881 `button' for byte compilation.
18882 (describe-text-widget): Add `help-echo' for first button.
18883 Use `help-info' for second.
18884 (describe-property-list): Use `help-argument-name' instead of `italic'.
18885 (describe-text-category): Add prompt to interactive spec.
18886 Call `help-setup-xref'.
18887 (describe-char): Use `help-character-set'. Add `help-echo' for
18888 code point. Use `help-input-method'. Remove superfluous insert.
18889
18890 2005-12-25 Richard M. Stallman <rms@gnu.org>
18891
18892 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18893 at point, in case of narrowing.
18894
18895 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18896
18897 * locate.el (locate-header-face): Allow nil in type.
18898
18899 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18900
18901 2005-12-25 Romain Francoise <romain@orebokech.com>
18902
18903 * battery.el (battery-linux-proc-acpi): Also try
18904 `/proc/acpi/thermal_zone/THM0/temperature'.
18905
18906 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18907
18908 * custom.el (custom-push-theme): Fix docstring.
18909
18910 * cus-edit.el (custom-variable-set, custom-variable-save)
18911 (custom-variable-save): Custom-quote widget values.
18912 (customize-save-variable): Fix custom-push-theme call.
18913
18914 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18915
18916 * w32-fns.el (w32-batch-update-autoloads): New function.
18917
18918 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18919 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18920 from the command line.
18921
18922 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18923
18924 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18925 reset means to remove setting from theme entirely. Don't keep
18926 expanding theme-settings list; delete old entries if necessary.
18927
18928 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18929 customization" button one line up.
18930 (custom-themed): New face.
18931 (custom-magic-alist): New value, THEMED, for theme settings.
18932 (custom-variable-state-set, custom-face-state-set):
18933 Check theme-value instead of saved-value.
18934 (custom-variable-reset-standard, custom-face-reset-standard):
18935 Remove theme setting entirely. Recalculate new values.
18936 (custom-variable-set, custom-variable-set)
18937 (custom-variable-reset-saved, custom-variable-reset-backup)
18938 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18939 (custom-variable-save): Fix typos.
18940
18941 2005-12-23 Juri Linkov <juri@jurta.org>
18942
18943 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18944 Add autoload cookies.
18945 (edebug-outside-d-c-i-n-s-w): New variable.
18946 (edebug-display, edebug-outside-excursion): Use it to save the
18947 original value of default-cursor-in-non-selected-windows.
18948 Set default-cursor-in-non-selected-windows to t while Edebug
18949 is active.
18950 (edebug-mode, edebug-eval-mode): Doc fix.
18951
18952 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18953 with `buffer-substring-no-properties' to remove common substring
18954 highlighting.
18955
18956 * info.el (info-other-window, info): Rename function argument
18957 `file' to `file-or-node'.
18958 (Info-complete-menu-item): Use local variable `complete-nodes' to
18959 keep the global value of `Info-complete-nodes' unchanged for
18960 subsequent completions.
18961 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18962
18963 * simple.el (get-next-valid-buffer, last-buffer)
18964 (next-error-buffer-p, next-error-find-buffer)
18965 (minibuffer-history-sexp-flag): Doc fix.
18966
18967 * savehist.el (savehist-mode-hook): Add `:group'.
18968
18969 * log-view.el: Call autoload for vc-find-version.
18970 (log-view-current-file): Adjust subgroup numbers.
18971 (log-view-current-tag): Add `length'.
18972
18973 2005-12-23 Richard M. Stallman <rms@gnu.org>
18974
18975 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18976
18977 2005-12-23 Juri Linkov <juri@jurta.org>
18978
18979 * hi-lock.el (hi-lock-archaic-interface-message-used)
18980 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18981 (hi-lock-mode): Display "Hi" in the mode line only when
18982 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18983 (hi-lock-write-interactive-patterns):
18984 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18985 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18986 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18987 font-lock-add-keywords to t.
18988
18989 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18990
18991 * hi-lock.el (hi-lock-highlight-range): New variable.
18992 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18993 only if font-lock-fontified is non-nil. Remove overlays.
18994 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18995 font-lock-fontified is non-nil, otherwise use overlays (instead of
18996 text properties).
18997 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18998 New variables.
18999 (hi-lock-string-serialize): New function.
19000
19001 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19002
19003 * menu-bar.el (menu-find-file-existing): New function.
19004 (menu-bar-file-menu): Use menu-find-file-existing for Open.
19005
19006 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
19007
19008 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
19009
19010 * vc.el: Remove unnecessary leading * in docstrings.
19011 (vc-annotate-mode-map): Move initialization into declaration.
19012 (vc-static-header-alist): Nitpick on the regexp.
19013 (vc-default-init-version): New fun.
19014 (vc-register): Use it.
19015 (vc-insert-headers): Use dolist.
19016 (vc-annotate-get-backend): Remove unused function.
19017 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
19018 (vc-annotate-mode): Remove corresponding call.
19019 (vc-annotate-car-last-cons): Simplify.
19020 (vc-annotate-buffers): Remove var.
19021 (vc-annotate-backend): Make it buffer-local.
19022 (vc-annotate): Move the interaction to the interactive spec.
19023 Add a `buf' argument.
19024 (vc-annotate-warp-version): Use this new `buf' argument to avoid
19025 killing&creating a vc-annotate buffer, which is very disruptive when
19026 the buffers are shown in dedicated frames.
19027
19028 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
19029
19030 * descr-text.el: Add FSF as maintainer.
19031 (describe-text-mode, describe-text-mode-map)
19032 (describe-text-mode-hook, describe-text-done): Delete. Use normal
19033 help-mode.
19034 (describe-text-widget, describe-text-sexp)
19035 (describe-property-list, describe-text-category)
19036 (describe-text-properties, describe-text-properties-1)
19037 (describe-char): Use help buttons instead of widgets.
19038 (describe-char-unicodedata-file): Make URL link in doc string.
19039
19040 2005-12-22 Richard M. Stallman <rms@gnu.org>
19041
19042 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
19043 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
19044 Don't include buttons that write a file when there's no file.
19045 (custom-variable-menu, custom-face-menu, custom-group-menu):
19046 Don't include commands that write a file when there's no file.
19047 (customize-browse): Reword the top-of-buffer help intro.
19048 (custom-buffer-create-internal): Fix previous change.
19049 (customize-changed-options-previous-release): Prev release is 21.1.
19050 (customize-changed-options): Doc fix.
19051 (customize-changed): New alias.
19052 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
19053 Say "standard values".
19054 (Custom-reset-standard): Doc fix.
19055 (custom-face-reset-standard): Doc fix.
19056
19057 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
19058
19059 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
19060 even if font-lock-mode is non-nil since it may be t without having
19061 turned on font-lock-mode-internal.
19062 (font-lock-choose-keywords): Minor optimization.
19063 (font-lock-add-keywords, font-lock-remove-keywords)
19064 (font-lock-set-defaults): Don't call make-local-variable on a variable
19065 that we know to already be local.
19066
19067 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19068
19069 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
19070 messages if in the minibuffer.
19071
19072 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
19073
19074 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
19075 (tex-mode-flyspell-verify, flyspell-get-word)
19076 (flyspell-external-point-words): Don't use point-min/max uselessly.
19077
19078 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
19079 by Kevin Rodgers. Instead, just hide the completions buffer if we
19080 don't need to show it.
19081
19082 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
19083
19084 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
19085
19086 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
19087
19088 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
19089 delete-windows-on with an inexistent buffer.
19090
19091 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
19092
19093 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19094 Delete defcustom variable :tag names.
19095
19096 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
19097
19098 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
19099 (log-view-font-lock-keywords): Ajust subgroup numbers.
19100 (log-view-current-tag): Don't hard code the number of subgroups.
19101
19102 2005-12-20 Juri Linkov <juri@jurta.org>
19103
19104 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
19105 (tooltip-x-offset, tooltip-y-offset): Doc fix.
19106
19107 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19108 (menu-bar-non-minibuffer-window-p): Instead of checking
19109 display-multi-frame-p, use selected-frame when menu-updating-frame
19110 is nil.
19111
19112 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
19113
19114 * align.el (align-rules-list): Use [ \t] instead of \s-
19115 for column separators in text mode.
19116
19117 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
19118
19119 * help-mode.el (help-customize-variable, help-customize-face):
19120 Don't pop help-xref-stack as help-follow no longer pushes
19121 anything on to it.
19122
19123 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
19124
19125 * textmodes/org.el (org-agenda-custom-commands): New option.
19126 (org-agenda): Offer custom commands on splash screen.
19127 (org-make-tags-matcher): Parser for Boolean logic added.
19128 (org-agenda-set-tags): New command.
19129 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
19130 (org-set-tags): Efficiency improvements.
19131 (org-auto-align-tags): New option.
19132 (org-todo, org-demote, org-promote): Realign tags.
19133 (org-tags-completion-function): Use also "&" and "|" as separators.
19134 (org-org-menu): Agenda commands simplified.
19135
19136 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
19137
19138 * cus-edit.el (customize-apropos, customize-apropos-options):
19139 Docstring changes.
19140
19141 * font-lock.el (font-lock): Add tags to the links in the defgroup.
19142
19143 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
19144
19145 * longlines.el (longlines-mode): Wrap while widened.
19146 (longlines-decode-region, longlines-encode-region): Compute max
19147 just once.
19148
19149 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19150
19151 * cus-edit.el (mac): New group.
19152
19153 * cus-start.el (all): Add user options in macterm.c. Add test for
19154 Mac-related built-ins. Fix test for GTK-related built-ins.
19155
19156 * term/mac-win.el (mac-handle-language-change)
19157 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
19158 (mac-services-open-selection, mac-services-mail-selection)
19159 (mac-services-mail-to, mac-services-insert-text)
19160 (mac-dispatch-apple-event): Add docstrings.
19161 (x-get-selection, mac-select-convert-to-string): Select coding
19162 system from `utf-16be' and `utf-16le' using `byteorder'.
19163
19164 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
19165
19166 * subr.el (lazy-completion-table): Don't be fooled if the var holds
19167 a "list" (lambda ...) rather than a real completion list.
19168
19169 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
19170 lexical-let when encountering ((lambda (...) ...) ...).
19171
19172 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
19173
19174 * progmodes/sh-script.el (sh-mode):
19175 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
19176 * textmodes/picture.el (picture-mode): Update docstrings.
19177
19178 2005-12-17 Eli Zaretskii <eliz@gnu.org>
19179
19180 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
19181 commands enclosed in $(ARGQUOTE)s should not be split between two
19182 lines, as that will break with GNU Make >3.80, when sh.exe is used
19183 and arg quoting is with '..'.
19184 (autoloads): Don't break the quoted --eval expression between
19185 several lines.
19186
19187 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
19188
19189 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
19190 Capture error from printing circular structures.
19191
19192 2005-12-17 Martin Rudalics <rudalics@gmx.at>
19193
19194 * wid-edit.el (widget-checkbox-action): Clear undo info.
19195
19196 2005-12-16 Bill Wohler <wohler@newt.com>
19197
19198 * menu-bar.el (kill-this-buffer): Set a good example by using menu
19199 bar, not menubar in comment.
19200
19201 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
19202
19203 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
19204 After-change-functions should not clobber the match data.
19205
19206 2005-12-16 Juri Linkov <juri@jurta.org>
19207
19208 * simple.el (choose-completion): Use `buffer-substring-no-properties'
19209 instead of `buffer-substring'.
19210 (completion-common-substring): Doc fix.
19211 (completion-setup-function): Use minibuffer-completion-contents
19212 instead of minibuffer-contents. Don't set common-string-length
19213 initially. Remove special handling of partial-completion-mode.
19214 Move computation of completion-base-size into one cond.
19215 Call completion-base-size-function in mainbuf. In computation of
19216 completion-base-size for file name completion don't move point to
19217 the end of the minibuffer. Move computation of common-string-length
19218 into one cond. Start putting faces only when common-string-length>=0.
19219 Add condition to put completions-common-part when
19220 common-string-length>0.
19221
19222 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
19223 place point at the first different character in the minibuffer
19224 even if this position is at the beginning of the minibuffer.
19225
19226 * info.el (Info-read-node-name-1): In completion-base-size-function's
19227 lambda return 1 if common-substring or minibuffer-completion-contents
19228 starts with (, and 0 otherwise.
19229
19230 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
19231 Use `crm-current-element' for second arg of `display-completion-list'.
19232
19233 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
19234
19235 * files.el (set-auto-mode): Look for an interpreter specified on
19236 the first line also if search for mode specification succeeded,
19237 but the mode is not known.
19238
19239 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
19240
19241 * textmodes/org.el (org-tags-match-list-sublevels): New option.
19242 (org-open-at-point): Implement tag searches as links.
19243 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
19244 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
19245 (org-tags-sparse-tree, org-tags-view, org-set-tags)
19246 (org-agenda-dispatch): New commands.
19247 (org-use-tag-inheritance, org-tags-column): New options.
19248 (org-tab-follows-link, org-return-follows-link): New options.
19249 (org-tags): New customize group.
19250 (org-start-icalendar-file): Get local time zone.
19251 (org-tags-completion-function): New function.
19252 (org-set-font-lock-defaults): Make sure links will also be
19253 highlighted inside headlines.
19254
19255 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
19256
19257 * term.el (term-emulate-terminal):
19258 Let term-handle-ansi-terminal-messages override what Bash says about
19259 its current directory.
19260
19261 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19262
19263 * bindings.el (last-buffer): Move to simple.el.
19264 * simple.el (last-buffer): Move here.
19265 (get-next-valid-buffer): New function.
19266 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
19267 (prev-buffer): Ditto. Rename to `previous-buffer'.
19268
19269 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
19270 * bindings.el (global-map): Ditto.
19271
19272 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
19273
19274 * cus-edit.el: Introductory comment change.
19275 (custom-magic-alist): Change message string for the `rogue' state.
19276
19277 2005-12-15 Richard M. Stallman <rms@gnu.org>
19278
19279 * tooltip.el: Delete defcustom variable :tag names.
19280
19281 * complete.el (partial-completion-mode): Doc fix.
19282
19283 * textmodes/flyspell.el (flyspell-external-point-words):
19284 Use save-excursion to ensure we don't move backward in the
19285 search loop, not even one character.
19286 (flyspell-delete-all-overlays): Use remove-overlays directly.
19287
19288 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
19289 (ispell-start-process): Set that variable.
19290 Clear ispell-buffer-local-name.
19291 (ispell-internal-change-dictionary):
19292 Set ispell-current-dictionary after killing process.
19293 (ispell-buffer-local-dict):
19294 Don't set spell-personal-dictionary after killing process.
19295 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
19296 (ispell-tex-skip-alists, ispell-html-skip-alists)
19297 (ispell-skip-region-alist): Mark as risky.
19298
19299 * net/newsticker.el (newsticker--retrieval-timer-list)
19300 (newsticker--display-timer, newsticker-running-p)
19301 (newsticker-ticker-running-p): Definitions moved up.
19302
19303 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
19304
19305 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
19306
19307 2005-12-15 David Ponce <david@dponce.com>
19308
19309 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
19310 (recentf-edit-list, recentf-open-files): Signal an error when
19311 there is no recent file.
19312
19313 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
19314
19315 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
19316 read-only except for texinfo-format-region evaluation.
19317
19318 2005-12-14 Richard M. Stallman <rms@gnu.org>
19319
19320 * vc.el (vc-default-previous-version, vc-default-next-version)
19321 (vc-do-command): Doc fixes.
19322
19323 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19324
19325 * textmodes/bibtex.el (bibtex-expand-strings)
19326 (bibtex-autokey-expand-string, bibtex-name-part)
19327 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
19328 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
19329 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
19330 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
19331 (bibtex-entry-postfix, bibtex-known-entry-type-re)
19332 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
19333 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
19334 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
19335 (bibtex-beginning-of-last-entry): Remove.
19336 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
19337 message if comma is missing but buffer is read-only.
19338 (bibtex-parse-field-text): Handle whitespaces at the end of field
19339 text. Return 3-element list with beginning and end of field text
19340 and end of field.
19341 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
19342 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
19343 (bibtex-search-forward-field, bibtex-search-backward-field):
19344 Search always delimited by limits of entry. Use more efficient
19345 search algorithms.
19346 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
19347 bibtex-end-of-name-in-field.
19348 (bibtex-text-in-field-bounds): Handle BibTeX strings when
19349 extracting the content of a field.
19350 (bibtex-text-in-field): Use search limits.
19351 (bibtex-parse-string-prefix): Handle empty string keys based on
19352 bibtex-string-empty-key.
19353 (bibtex-parse-string): Fix docstring.
19354 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
19355 (bibtex-preamble-prefix, bibtex-strings): New functions.
19356 (bibtex-skip-to-valid-entry): Include preceding whitespace in
19357 BibTeX entries (consistent with other BibTeX functions).
19358 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
19359 (bibtex-search-entry): Fix docstring. Simplify.
19360 (bibtex-flash-head, bibtex-complete-string-cleanup)
19361 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
19362 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
19363 (bibtex-parse-entry): New optional arg content.
19364 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
19365 Use bibtex-text-in-field-bounds.
19366 (bibtex-print-help-message): Handle BibTeX strings and preambles.
19367 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
19368 bibtex-parse-string-postfix.
19369 (bibtex-find-text-internal): New function.
19370 (bibtex-remove-delimiters): Use it.
19371 (bibtex-find-text): Use it. New optional arg help.
19372 (bibtex-complete): Handle BibTeX string and preamble entries.
19373 (bibtex-Preamble): Fix order of closing delimiters.
19374
19375 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
19376
19377 * vc.el (vc-default-revert): New fun.
19378
19379 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
19380
19381 2005-12-14 Romain Francoise <romain@orebokech.com>
19382
19383 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
19384 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
19385 (font-lock-remove-keywords): Likewise.
19386
19387 2005-12-14 Juri Linkov <juri@jurta.org>
19388
19389 * log-view.el (log-view-diff): Doc fix.
19390
19391 * isearch.el (isearch-query-replace): Use (mark) instead of
19392 isearch-opoint if mark is active in transient-mark-mode.
19393
19394 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
19395
19396 * isearch.el (isearch-query-replace): Check for isearch-other-end.
19397
19398 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
19399
19400 * progmodes/cpp.el (cpp-face): New widget.
19401 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19402
19403 2005-12-14 Juri Linkov <juri@jurta.org>
19404
19405 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19406 around `erase-buffer' and `insert'.
19407
19408 * descr-text.el (describe-text-properties): Replace buffer name
19409 "*Help-2*" with "*Help*<2>".
19410 (describe-char): Add functions print-help-return-message,
19411 toggle-read-only. Use help-setup-xref with nil to not store
19412 describe-char in help-xref-stack. Use help-make-xrefs to
19413 make [back] button.
19414
19415 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19416
19417 * wdired.el (wdired-old-point): New internal variable.
19418 (wdired-change-to-wdired-mode): Set it buffer-locally.
19419 (wdired-abort-changes): Restore point after aborting changes.
19420
19421 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
19422
19423 * vc.el (vc-do-command): Add a new value t for okstatus.
19424
19425 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19426 frame in case of errors.
19427
19428 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19429
19430 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19431 so it comes after "On the Left" in the menu.
19432
19433 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
19434
19435 * cus-edit.el (customize-apropos, customize-apropos-options)
19436 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19437
19438 2005-12-12 Bill Wohler <wohler@newt.com>
19439
19440 * vc-svn.el (vc-svn-registered): Fix problem of visiting
19441 non-writable Subversion-controlled files by saving window
19442 configuration before calling vc-do-command. vc-do-command calls
19443 pop-to-buffer on error which is unexpected during registration.
19444
19445 2005-12-12 Jay Belanger <belanger@truman.edu>
19446
19447 * calc/README: Update the summary of changes.
19448
19449 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
19450
19451 * descr-text.el (describe-char): Rework last fix to solve the problem
19452 is the same way it's solved for everything else in that function
19453 (i.e. by extracting the info before setting up the *Help* buffer).
19454
19455 2005-12-12 Kim F. Storm <storm@cua.dk>
19456
19457 * subr.el (version-regexp-alist): Allow space as separator before
19458 non-numeric part, e.g. "1.0 alpha".
19459 (version-to-list): Interpret .X.Y version as 0.X.Y version.
19460
19461 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
19462
19463 * textmodes/org.el (org-agenda, org-timeline, org-todo):
19464 Implement Logging and the keep-modes setting.
19465 (org-get-category): Make sure a string is returned.
19466 (org-log-done): New function.
19467 (org-log-done, org-closed-string): New options.
19468
19469 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19470
19471 * tooltip.el (tooltip-y-offset): Change default to 20.
19472
19473 2005-12-12 Richard M. Stallman <rms@gnu.org>
19474
19475 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19476
19477 * frame.el (display-hourglass): Doc fix.
19478
19479 * help.el (help-for-help-internal): Simplify entry for `a'.
19480
19481 * info.el (Info-on-current-buffer): Doc fix.
19482 (info-insert-file-contents): Don't test (featurep 'jka-compr).
19483
19484 * startup.el (inhibit-splash-screen): Make this the real name.
19485 (inhibit-startup-message): Make this the alias.
19486 (command-line): Find only simple.el, and use its directory
19487 to fill in other preloaded files' names.
19488 (command-line): Deactivate the mark if deactivate-mark is set.
19489
19490 * international/mule.el (load-with-code-conversion):
19491 Bind deactivate-mark.
19492
19493 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19494
19495 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
19496
19497 * cus-edit.el (customize-apropos): Avoid listing an option more
19498 than once under different aliases. No longer list user options
19499 that are not defined with defcustom (unless a prefix arg is given).
19500 Doc fix.
19501 (customize-apropos-options): Doc fix.
19502
19503 2005-12-11 Juri Linkov <juri@jurta.org>
19504
19505 * frame.el (set-background-color, set-foreground-color)
19506 (set-cursor-color, set-mouse-color, set-border-color):
19507 Add explicit prompts to read colors by `facemenu-read-color'.
19508 (show-trailing-whitespace, blink-cursor-delay)
19509 (blink-cursor-interval, display-hourglass, hourglass-delay):
19510 Remove tags.
19511 (display-hourglass, hourglass-delay): Doc fix.
19512 (cursor-in-non-selected-windows): Capitalize words in tag.
19513
19514 * faces.el (frame-background-mode): Replace `choice-item' keywords
19515 with `const' to not make [default] button. Change default value tag
19516 from `default' to `automatic'. Doc fix.
19517 (trailing-whitespace) <defface>: Change group `whitespace' to
19518 `whitespace-faces'.
19519
19520 2005-12-11 Richard M. Stallman <rms@gnu.org>
19521
19522 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19523
19524 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19525
19526 * term/mac-win.el: Create keymap for mac-apple-event-map.
19527
19528 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19529
19530 * tooltip.el (tooltip-mode): Move to start of file so that it
19531 appears at top of customize buffer.
19532
19533 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19534 Add the gud groupname.
19535 (gud-tooltip-mode): Add the tooltip groupname.
19536 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19537 avoid conflict with tooltip-use-echo-area.
19538
19539 2005-12-10 Romain Francoise <romain@orebokech.com>
19540
19541 * help.el (help-for-help-internal): Add `r' in doc string.
19542
19543 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19544
19545 * align.el (align-regexp, align-highlight-rule):
19546 Use region-beginning and region-end instead of point and mark, so that
19547 repetition (with `repeat-complex-command') recomputes the region
19548 bounds.
19549
19550 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19551
19552 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19553 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19554 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19555 (balance-windows): Rewrite using the above new functions.
19556
19557 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19558
19559 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19560 react if global-hi-lock-mode seems intended.
19561 (global-hi-lock-mode): Renamed from hi-lock-mode.
19562 (hi-lock-archaic-interface-message-used)
19563 (hi-lock-archaic-interface-deduce): New variables.
19564 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19565 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19566 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19567 Replace hi-lock-buffer-mode with hi-lock-mode.
19568
19569 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19570
19571 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19572 completion list, even after a partial completion has been
19573 inserted in the current buffer. If there are more than 1
19574 completion, redisplay the *Completions* buffer; if the
19575 completion is unique, delete the *Completions* window.
19576
19577 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19578
19579 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19580 strings and long subject lines that were broken into multiple
19581 lines at arbitrary places. Handle subjects that have "Re: " in
19582 the middle.
19583
19584 2005-12-10 John W. Eaton <jwe@octave.org>
19585
19586 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19587 comments or strings if octave-auto-indent is nil.
19588
19589 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19590
19591 * term/mac-win.el: Require url when compiling.
19592 Call mac-process-deferred-apple-events after loading init files.
19593 (mac-apple-event-map): New defvar. Define event handlers in it.
19594 (core-event, internet-event): New Apple event class symbols.
19595 (open-application, reopen-application, open-documents)
19596 (print-documents, open-contents, quit-application)
19597 (application-died, show-preferences, autosave-now, get-url):
19598 New Apple event ID symbols.
19599 (about): New HICommand ID symbol.
19600 (mac-event-spec, mac-event-ae): New macros.
19601 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19602 (mac-ae-selection-range, mac-ae-text-for-search)
19603 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19604 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19605 and Services menu events are now defined in mac-apple-event-map.
19606 (mac-drag-n-drop): Remove selection range handling.
19607
19608 2005-12-10 Kenichi Handa <handa@m17n.org>
19609
19610 * simple.el (zap-to-char):
19611 * isearch.el (isearch-process-search-char): Translate CHAR by
19612 translation-table-for-input.
19613
19614 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19615
19616 * foldout.el (foldout-exit-fold): Properly hide subtree.
19617
19618 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19619
19620 * files.el (save-buffer):
19621 * international/ucs-tables.el (ucs-set-table-for-input):
19622 * mail/mail-extr.el (mail-extract-address-components):
19623 * mail/sendmail.el (mail-mode): Reformat doc string.
19624
19625 2005-12-09 Juri Linkov <juri@jurta.org>
19626
19627 * isearch.el (isearch-highlight): Change main overlay priority
19628 from 1 to 1001. Simplify.
19629 (isearch-lazy-highlight-update): Change lazy overlay priority
19630 from 0 to 1000.
19631
19632 * replace.el (replace-highlight): Change overlay priority from
19633 1 to 1001.
19634
19635 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19636 Change overlay priority from 1 to 1001. Reuse existing overlay.
19637
19638 * compare-w.el (compare-windows-highlight): Change overlay
19639 priority from 1 to 1000.
19640
19641 * menu-bar.el (menu-bar-edit-menu): Add listp around
19642 pending-undo-list to disable menu item "undo" when pending
19643 undo list is empty.
19644
19645 * locate.el (locate): Disable undo in *Locate* buffer.
19646
19647 2005-12-09 Kim F. Storm <storm@cua.dk>
19648
19649 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19650
19651 2005-12-09 David Ponce <david@dponce.com>
19652
19653 * recentf.el: Improvement of the menu code.
19654 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19655 instead of menu hook.
19656 (recentf-show-menu, recentf-hide-menu): New functions.
19657 (recentf-menu-customization-changed, recentf-mode): Use them.
19658 (recentf-menu-action, recentf-max-menu-items)
19659 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19660 (recentf-arrange-by-rule-others)
19661 (recentf-arrange-by-rules-min-items)
19662 (recentf-arrange-by-rule-subfilter): Don't use
19663 `recentf-menu-customization-changed'.
19664 (recentf-arrange-rules): Likewise. Accept functions to compute
19665 sub-menu titles.
19666 (recentf-menu-filter): Likewise. Doc fix.
19667 (recentf-menu-value-shortcut): Doc fix.
19668 (recentf-dump-variable): Quote atom value.
19669 (recentf-make-menu-items): Update to use it as a menu filter.
19670 (recentf-match-rule): New function.
19671 (recentf-arrange-by-rule): Use it.
19672 (recentf-indirect-mode-rule): New function.
19673 (recentf-build-mode-rules): Use it.
19674 (recentf-dir-rule): New function.
19675 (recentf-arrange-by-dir): Use it.
19676 (recentf-filter-changer-current): Rename from
19677 `recentf-filter-changer-state'. All references updated.
19678 (recentf-filter-changer-alist): Update filter names.
19679 (recentf-filter-changer-select): New function.
19680 (recentf-filter-changer): Use it. Make a sub-menu from filters
19681 available in `recentf-filter-changer-alist'.
19682 (recentf-data-cache, recentf-clear-data)
19683 (recentf-update-menu): Remove. All references updated.
19684 (recentf-match-rule-p, recentf-build-dir-rules)
19685 (recentf-filter-changer-goto-next)
19686 (recentf-filter-changer-get-current)
19687 (recentf-filter-changer-get-next): Remove.
19688
19689 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19690
19691 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19692 buffer "Reset" button to "Reset to Current" for consistency with
19693 the State buttons.
19694
19695 2005-12-08 John Paul Wallington <jpw@pobox.com>
19696
19697 * ibuf-ext.el (define-ibuffer-filter filename):
19698 If `dired-directory' is a list then really use its car.
19699
19700 2005-12-08 Kim F. Storm <storm@cua.dk>
19701
19702 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19703 Fix indention of text on right side of replaced rectangle.
19704
19705 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19706
19707 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19708 No need to check gud-comint-buffer is bound.
19709 (gdb): Prevent multiple debugging when first session uses gdba.
19710
19711 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19712
19713 CC Mode update to 5.31.
19714
19715 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19716 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19717 We might do this function properly in the future).
19718
19719 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19720 New macros c-sentence-end and c-default-value-sentence end, to cope
19721 with Emacs 22's new function `sentence-end'.
19722
19723 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19724
19725 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19726 compat issue using `c-put-overlay' and `c-delete-overlay'.
19727
19728 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19729 New compat macros to handle overlays/extents.
19730
19731 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19732
19733 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19734 (for GNU Emacs 20.4).
19735
19736 * progmodes/cc-defs.el
19737 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19738
19739 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19740 highlighting mechanism so it will work in XEmacs too.
19741
19742 * progmodes/cc-defs.el: Insert c-int-to-char.
19743
19744 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19745 call to the new macro c-int-to-char. This solves XEmacs's
19746 regarding characters as different from integers.
19747
19748 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19749
19750 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19751 New internal helper.
19752
19753 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19754 construct to make the indirect face lookup work in XEmacs.
19755
19756 (c-cpp-matchers): Append the negation char face to the existing
19757 fontification, so that the cpp face doesn't disappear.
19758 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19759 and strings.
19760
19761 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19762 to map to `font-lock-negation-char-face' in emacsen where it exists.
19763
19764 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19765
19766 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19767
19768 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19769 Rename "c-subword-move-mode" as "c-subword-mode".
19770
19771 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19772 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19773
19774 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19775
19776 * progmodes/cc-mode.el: Added autoload directive for
19777 `c-subword-move-mode' for use in older emacsen.
19778
19779 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19780
19781 * progmodes/cc-mode.el:
19782 (i): Insert a binding for C-c C-backspace into
19783 c-bind-special-erase-keys which works in TTYs.
19784 (ii): Make sure that when file styles are used, any explicitly
19785 given style variables take priority over those in the style.
19786 Do this by calling `hack-local-variables' a second time.
19787
19788 * progmodes/cc-vars.el: Add language specific customization
19789 widgets for AWK to c-doc-comment-style, c-require-final-newline
19790 and c-default-style. Add a defcustom for awk-mode-hook.
19791 Give c-syntactic-element and c-syntactic-context doc-strings by
19792 directly setting their `variable-documentation' propery.
19793 This allows Emacs 22.1 to read these with C-h v.
19794
19795 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19796
19797 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19798
19799 * progmodes/cc-fonts.el, cc-vars.el
19800 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19801 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19802 Masatake YAMATO.
19803
19804 (c-doc-comment-style): Made GtkDoc default in C mode.
19805
19806 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19807 and C-c C-<delete>.
19808
19809 (c-bind-special-erase-keys): New function for use on
19810 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19811
19812 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19813 <delete> key behavior in XEmacs according to `delete-forward-p'.
19814 C.f. `c-electric-delete'.
19815
19816 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19817
19818 * progmodes/cc-mode.el: Give c-hungry-backspace and
19819 c-hungry-delete-forward permanent key bindings.
19820
19821 * progmodes/cc-cmds.el (c-electric-semi&comma):
19822 Bind c-syntactic-context for calls to "criteria functions", for
19823 consistency with other calls to user functions.
19824
19825 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19826 `current-prefix-arg', since this might be the prefix arg to a
19827 command which calls c-indent-command as a function. Change the
19828 interactive spec from "p" to "P".
19829
19830 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19831 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19832 was difficult to understand.
19833
19834 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19835
19836 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19837 first char of an identifier.
19838
19839 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19840 +" syntax in C++.
19841
19842 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19843
19844 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19845 auto-fill doesn't split a c-comment's last word from a hanging
19846 "*/" when a space is typed between them after fill-column.
19847
19848 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19849
19850 * progmodes/cc-styles.el (c-set-style)
19851 (c-setup-paragraph-variables): Abort the command if we're not in a
19852 CC Mode buffer.
19853
19854 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19855 with blank comment-prefix, and a blank line as the comment's
19856 second line.
19857
19858 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19859
19860 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19861 Incorporate the patterns added in the Emacs development branch
19862 for the new Emacs 22 face `font-lock-negation-char-face'.
19863
19864 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19865 of "red" since it stands out better in xterms and DOS terminals.
19866
19867 * progmodes/cc-engine.el (c-literal-faces):
19868 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19869
19870 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19871
19872 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19873 forcibly enable c-electric-flag.
19874
19875 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19876 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19877 after the comment-prefix of a C-style comment will close that comment.
19878
19879 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19880
19881 * progmodes/cc-fonts.el (c-basic-matchers-before)
19882 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19883 in Pike.
19884
19885 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19886 digraphs.
19887
19888 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19889 (c-cpp-message-directives, c-cpp-include-directives)
19890 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19891 (c-cpp-expr-directives): Introduce new language constants to
19892 control cpp syntax in a cleaner way.
19893
19894 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19895
19896 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19897
19898 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19899 (c-multiline-string-start-char): New language constants and
19900 variables to specify how newlines in string literals work.
19901
19902 (c-font-lock-invalid-string): Use them.
19903
19904 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19905 unbalanced close brace is entered. Optimization by avoiding going
19906 back over arbitrarily large blocks. Removed hints that this
19907 function only would be relevant/useful in AWK.
19908
19909 (c-electric-brace): Indent syntactically after the cleanups since
19910 lineup functions might do it differently then.
19911
19912 * progmodes/cc-engine.el, cc-langs.el
19913 (c-opt-op-identifier-prefix): New language constant and variable.
19914
19915 (c-just-after-func-arglist-p, c-after-special-operator-id)
19916 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19917
19918 * progmodes/cc-align.el, cc-engine.el
19919 (c-after-special-operator-id): New helper to handle C++ operator
19920 identifiers.
19921
19922 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19923 (c-guess-basic-syntax): Handle C++ operator identifiers in
19924 declarations.
19925
19926 * progmodes/cc-langs.el (c-assignment-operators): Add the
19927 trigraph version of ^= too.
19928
19929 * progmodes/cc-langs.el (c-assignment-operators): Add the
19930 trigraph version of |= in C++.
19931
19932 * progmodes/cc-fonts.el (c-font-lock-declarators):
19933 Handle `c-decl-hangon-kwds' after the identifier name.
19934
19935 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19936 whether an arglist is "nonempty", ignore a comment after the open
19937 paren if it isn't followed by a non-comment token on the same line.
19938
19939 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19940 Enable heuristics below the point to cope with classes inside special
19941 brace lists in Pike.
19942
19943 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19944
19945 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19946
19947 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19948
19949 * progmodes/cc-guess.el (cc-guess-install): New function to
19950 install an already guessed style in another buffer.
19951
19952 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19953 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19954 anyway if the change always is undone.
19955
19956 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19957
19958 Implement togglable electricity:
19959
19960 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19961 saying when it should be used.
19962
19963 * progmodes/cc-engine.el: Add the new buffer-local variable,
19964 c-electric-flag.
19965
19966 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19967 c-toggle-auto-newline.
19968
19969 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19970 c-toggle-auto-newline. Remove the binding for
19971 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19972 c-toggle-electric-state.
19973
19974 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19975
19976 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19977 c-\(forward\|backward\)-subword.
19978 (c-update-modeline): Add the new modeline flag `l' for
19979 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19980 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19981 Make the old name an alias of the new name.
19982 (c-toggle-electric-state): New function.
19983 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19984 Adapt these functions to do electric things only when
19985 c-electric-flag is non-nil.
19986 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19987 new functions from c-electric-brace.
19988 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19989 mode, so that the tentative extra newline doesn't change the
19990 syntax of the following brace.
19991 (c-electric-brace): Restructure by extracting the above functions.
19992 Tidy up the coding somewhat.
19993 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19994 restructure a bit.
19995
19996 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19997
19998 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19999 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
20000
20001 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
20002 (c-submode-indicators): Change name from `c-auto-hungry-string'
20003 since it's now used to track another submode.
20004
20005 (c-update-modeline): Convert to function and extended to check
20006 `c-subword-move-mode'.
20007
20008 (c-forward-into-nomenclature, c-backward-into-nomenclature):
20009 Convert to compat aliases for `c-forward-subword' and
20010 `c-backward-subword'.
20011
20012 * progmodes/cc-subword.el: New functions and minor mode to handle
20013 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
20014
20015 (c-forward-subword, c-backward-subword, c-mark-subword)
20016 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
20017 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
20018 Functions corresponding to the standard word handling functions.
20019
20020 (c-subword-move-mode): Minor mode that replaces all the standard
20021 word handling functions with their subword equivalences.
20022
20023 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20024
20025 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
20026 entry for one-liner-defun.
20027
20028 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
20029 name in its def-edebug-spec.
20030
20031 * progmodes/cc-cmds.el (c-electric-brace): Make the
20032 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
20033 compacts space before a comment, if this will make things fit on
20034 one line.
20035
20036 Introduce an "awk" style, mainly for auto-newline and clean-ups.
20037
20038 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
20039
20040 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
20041 clean-up one-liner-defun.
20042
20043 * progmodes/cc-styles.el: Add the new "awk" style.
20044
20045 * progmodes/cc-vars.el: Add description of one-liner-defun to
20046 c-cleanup-list's doc-string. New user options,
20047 c-max-one-liner-length. In c-default-style, set the default style
20048 for AWK to "awk".
20049
20050 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20051
20052 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
20053 macros inside labels.
20054
20055 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
20056 `c-at-statement-start-p' and `c-at-expression-start-p'.
20057
20058 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
20059 error if the mark isn't set.
20060
20061 * progmodes/cc-engine.el (c-guess-continued-construct)
20062 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
20063 accurately detect functions inside functions.
20064
20065 * progmodes/cc-engine.el (c-at-expression-start-p): New function
20066 like `c-at-statement-start-p' that additionally recognizes commas
20067 and expression parentheses as delimiters.
20068
20069 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
20070 to avoid heuristics that doesn't work for unclosed blocks.
20071 (c-at-statement-start-p): New function.
20072
20073 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
20074 Objective-C directives, e.g. directives spanning lines should work
20075 reasonably well now.
20076
20077 (c-put-c-type-property, c-clear-c-type-property): New helpers.
20078
20079 (c-forward-objc-directive): New function to move over any ObjC
20080 directive.
20081
20082 (c-just-after-func-arglist-p, c-guess-basic-syntax)
20083 (c-basic-matchers-before): Use it.
20084
20085 (c-font-lock-objc-iip-decl): Remove.
20086
20087 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
20088 in the template arglist recognition.
20089
20090 * progmodes/cc-styles.el (c-style-alist): Fix several
20091 inconsistencies in the Whitesmith style.
20092
20093 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
20094 New lineup function to get lines after Whitesmith style blocks
20095 correctly indented.
20096
20097 (c-lineup-whitesmith-in-block): Back out the compensation for
20098 opening parens since it's done using `add' lists in the style
20099 definition instead. Don't use the anchor position since it varies
20100 too much between the syntactic symbols. :P
20101
20102 * progmodes/cc-vars.el (c-valid-offset): Update.
20103
20104 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
20105 lists where the offsets are combined according to several
20106 different methods: `first', `min', `max', and `add'.
20107 Report offset evaluation errors with `c-benign-error' so that some kind
20108 of reindentation still is done.
20109
20110 * progmodes/cc-engine.el (c-guess-basic-syntax):
20111 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
20112 `arglist-close'.
20113
20114 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
20115 situations for `arglist-cont-nonempty' and `arglist-close'.
20116
20117 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
20118
20119 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
20120 cc-bytecomp-boundp' in a number of places.
20121
20122 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
20123 macro related issue.
20124
20125 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20126
20127 * progmodes/cc-awk.el: Change the terminology of regexps: A char
20128 list is now [asdf], a char class [:alpha:].
20129 Include code for char classes.
20130 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
20131 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
20132
20133 Remove (nearly all of) the cruft associated with AWK Mode's former
20134 concept of "virtual semicolons":
20135
20136 Adapt c-beginning-of-statement, c-end-of-statement (together with
20137 subfunctions) to use the new notion of "virtual semicolon" in
20138 place of the old awkward special handling for AWK. There remains
20139 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
20140 * progmodes/cc-cmds.el:
20141 (c-ascertain-adjacent-literal): In the backwards direction, now
20142 recognises AWK regexp delimiters as string delimiters.
20143 (c-after-statement-terminator-p): Adapt for virtual semicolons;
20144 check more rigorously for "end of macro".
20145 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
20146 virtual semicolons;
20147 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
20148 out the code for forward movement into ...
20149 (c-end-of-statement): Now contains the code for forward movement,
20150 adapted for virtual semicolons.
20151
20152 * progmodes/cc-engine.el:
20153 (c-ws*-string-limit-regexp): New regexp.
20154 (c-forward-single-comment, c-backward-single-comment): Comment out
20155 the (now redundant) "special" AWK stuff.
20156
20157 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
20158 c-string-par-start, c-string-par-separate to be more like Text
20159 Mode than Fundamental Mode.
20160
20161 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20162
20163 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
20164 to the fontified region so that fontification doesn't occur
20165 outside it (could happen e.g. when fontifying a line with an
20166 unfinished declaration).
20167
20168 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20169
20170 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
20171 start of the file. ^L now separate sections of the file.
20172 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
20173 (c-awk-one-line-possibly-open-string-re)
20174 (c-awk-regexp-one-line-possibly-open-char-class-re)
20175 (c-awk-one-line-possibly-open-regexp-re)
20176 (c-awk-one-line-non-syn-ws*-re): New defonsts.
20177 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
20178
20179 Amend the concept of "virtual semicolons" (in the indentation
20180 engine) for languages like AWK, such that they are now
20181 conceptually attached to end of the last token of a statement, not
20182 the end of the line. (In AWK Mode, however, the pertinent text
20183 property is still physically set on the EOL.) Remove the specific
20184 tests for awk-mode, thus facilitating the introduction of other
20185 language modes where EOLs can end statements.
20186 (Note: The funtionality in cc-cmds.el, specifically
20187 c-beginning/end-of-statement has yet to be amended.)
20188
20189 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
20190 New macros.
20191
20192 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
20193 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
20194 c-vsemi-status-unknown-p-fn (in a new page).
20195
20196 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
20197 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
20198 numerous awkward forms like
20199 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
20200 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
20201 variable before-ws-ip, the place just after char-before-ip appears.
20202
20203 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
20204 a comment.
20205
20206 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20207
20208 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
20209 `c-tentative-buffer-changes'.
20210
20211 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
20212 convert to macro to choose between Emacs and XEmacs at compile time.
20213
20214 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
20215
20216 (c-tentative-buffer-changes): New macro to handle temporary buffer
20217 changes in a convenient way.
20218
20219 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
20220 for `c-tentative-buffer-changes'.
20221
20222 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
20223 the checks for paren sexps between the point and the keyword, to
20224 avoid some false alarms.
20225
20226 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
20227 Fixed a situation where an error could be thrown for unbalanced
20228 parens. Changed to make use of c-keyword-member' to avoid some
20229 repeated regexp matches.
20230
20231 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
20232 These language variable are no longer necessary.
20233
20234 (c-block-stmt-kwds): New language constant used by
20235 c-looking-at-inexpr-block'.
20236
20237 (c-guess-basic-syntax): Remove an optional check that looked at
20238 the existence of the now removed language variables.
20239
20240 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
20241 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
20242 object instantiation expressions as declarations in some contexts.
20243 This bug only affected languages where the declarator can't be
20244 enclosed in parentheses.
20245
20246 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
20247 insert newlines before and after substatement braces.
20248
20249 * progmodes/cc-engine.el: Improved the heuristics for recognizing
20250 function declaration headers and the handling of C++ style member
20251 init lists.
20252
20253 (c-just-after-func-arglist-p): Rewritten to use
20254 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
20255
20256 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
20257
20258 (c-guess-basic-syntax): Adapt case 5B for the new
20259 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
20260 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
20261 covers all cases now).
20262
20263 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
20264
20265 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20266
20267 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
20268 c-string-par-start/separate c-sentence-end-with-esc-eol,
20269 initialised in c-setup-paragraph-variables, used in string
20270 scanning subroutines of c-beginning-of-statement.
20271
20272 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
20273 which precedes the newly inserted `{'.
20274
20275 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20276
20277 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
20278 function for declaration level blocks. It should now cope with
20279 templates better and also be a lot more comprehensible.
20280
20281 (c-looking-at-decl-block): The new function.
20282
20283 (c-search-uplist-for-classkey): The old one. It's now a wrapper
20284 for compatibility.
20285
20286 (c-add-class-syntax, c-guess-continued-construct)
20287 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
20288
20289 (c-decl-block-key): Change to tell apart ambiguous and
20290 unambiguous keywords. Pike specials are now handled directly in
20291 the code instead.
20292
20293 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
20294 New language constants and variables to make the backward skip in
20295 `c-looking-at-decl-block' as tight as possible.
20296
20297 (c-nonsymbol-token-char-list): New language constant.
20298
20299 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
20300 find balanced template arglists backwards.
20301
20302 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
20303 making char classes for `c-syntactic-skip-backward'.
20304
20305 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
20306 16D - can't be a class-close at that point.
20307
20308 * progmodes/cc-engine.el (c-guess-basic-syntax)
20309 (c-add-class-syntax): Don't narrow out the enclosing declaration
20310 level. This makes everything a lot easier, and it was actually
20311 only four small places that needed it to work. Some places that
20312 previously did `widen' are removed now, which has the effect that
20313 `c-guess-basic-syntax' never will look at things outside the
20314 current narrowment now. The anchor position for `topmost-intro'
20315 is affected by this, but it was so bogus it was basically useless
20316 before, and now it's equally bogus but in a slightly different way.
20317
20318 (c-narrow-out-enclosing-class): Gone.
20319
20320 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
20321 the narrowed region.
20322
20323 (c-least-enclosing-brace): Remove silly optional argument.
20324
20325 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
20326 the point could be left directly after an open paren when finding
20327 the beginning of the first decl in the block.
20328
20329 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
20330 Specify which submatch to use.
20331
20332 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
20333
20334 (c-decl-start-re): No longer any need for special treatment of
20335 ObjC due to the above.
20336
20337 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
20338 presumably follows C in that regard.
20339
20340 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
20341 New language constants to specify operator tokens inside
20342 identifiers in a more high level way.
20343
20344 (c-opt-identifier-prefix-key): New internal language constant.
20345
20346 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
20347 (c-identifier-start, c-identifier-key): Now completely calculated
20348 from other constants.
20349
20350 (c-identifier-last-sym-match): Decommission since it's no longer used.
20351
20352 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
20353
20354 * progmodes/cc-engine.el (c-forward-name): Remove the
20355 optimization when c-identifier-key is equal to c-symbol-key since
20356 it doesn't work in byte compiled files. Don't record empty
20357 regions as identifiers.
20358
20359 * progmodes/cc-langs.el (c-filter-ops): New helper function to
20360 simplify access to `c-operators' and its likes.
20361
20362 (c-operator-list, c-all-op-syntax-tokens)
20363 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
20364 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
20365 (c-primary-expr-regexp, c-cast-parens): Use it.
20366
20367 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
20368 an explicit language in functions.
20369
20370 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
20371 variant of adornment.
20372
20373 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
20374 variable.
20375
20376 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
20377 the Pike value.
20378
20379 * progmodes/cc-engine.el (c-on-identifier)
20380 (c-simple-skip-symbol-backward): Small fix for handling "-"
20381 correctly in `skip-chars-backward'. Affected the operator lfun
20382 syntax in Pike.
20383
20384 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
20385 diagnostic message about precompiled language vars not being used.
20386
20387 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
20388 "__attribute__" is followed by a parenthesis.
20389
20390 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
20391 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
20392 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
20393
20394 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
20395 Internal cleanups to properly detect the declared identifiers in
20396 various declarations.
20397
20398 (c-decl-start-kwds): New language constant to recognize
20399 declarations that can start anywhere. Used for class declarations
20400 in Pike.
20401
20402 (c-specifier-key, c-not-decl-init-keywords)
20403 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20404 (c-find-decl-spots): Implement `c-decl-start-kwds'.
20405
20406 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20407 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20408 handling of the compiler specific extension keywords into a new
20409 language constant `c-decl-hangon-kwds' that defines keyword
20410 clauses to be ignored in declarations.
20411
20412 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20413 past unrecognized tokens when handling `c-colon-type-list-kwds'.
20414 Necessary to stop at the declared identifier in e.g. IDL valuetype
20415 declarations.
20416
20417 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20418 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20419 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20420 (c-forward-decl-or-cast-1): Recognize the declared identifier in
20421 class and enum declarations as such and not as part of the type.
20422
20423 (c-forward-decl-or-cast-1, c-forward-label): Relax the
20424 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20425
20426 (c-forward-decl-or-cast-1): Don't disregard sure signs of
20427 declarations when there's some syntax error later on.
20428
20429 (c-complex-decl-matchers): Did away with a reference to
20430 `c-specifier-key'.
20431
20432 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20433 value - this variable is always dynamically bound.
20434
20435 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20436 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20437 * cc-cmds.el, cc-defs.el: Change the policy for marking up
20438 functions that might do hidden buffer changes: All such internal
20439 functions are now marked instead of those that don't.
20440
20441 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20442 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20443 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20444 (c-literal-type): Allow these functions to make hidden buffer changes,
20445 so that they are free to use text property caching later on.
20446
20447 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20448 (c-electric-brace, c-electric-slash, c-electric-star)
20449 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20450 (c-electric-paren, c-electric-continued-statement, c-indent-command)
20451 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20452 (c-context-line-break): Add `c-save-buffer-state' calls to comply
20453 with the changed semantics of the functions above.
20454
20455 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20456 when macros occur in obscure places. Optimized the sexp movement
20457 a bit.
20458
20459 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20460
20461 Enhancements for c-beginning-of-statement to work in AWK Mode:
20462
20463 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20464 (completed statement) with `}' (statement completed by closing
20465 brace or semicolon) and `$' (statement completed by EOL).
20466
20467 (c-awk-virtual-semicolon-ends-prev-line-p)
20468 (c-awk-virtual-semicolon-ends-line-p)
20469 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20470 (c-awk-at-statement-end-p): New functions.
20471
20472 * progmodes/cc-cmds.el: Simplify the structure of functions
20473 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
20474 two functions and c-beginning-of-statement to handle AWK Mode.
20475
20476 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20477 c-backward-single-comment for AWK mode. Attempt to clarify their
20478 doc-strings.
20479
20480 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20481
20482 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20483
20484 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20485 label handling. Labels are now recognized in a uniform and more
20486 robust way, regardless of context. Text properties are put on all
20487 labels to recognize the following declarations better.
20488 Multiword labels are handled both in indentation and fontification for
20489 the benefit of language extensions like Qt. For consistency, keywords
20490 in labels are now fontified with the label face instead.
20491 That also applies to "case" and "default".
20492
20493 (c-beginning-of-statement-1): Fix some bugs in the label
20494 handling. Disregard `c-nonlabel-token-key' in labels that begin
20495 with `c-label-kwds'.
20496
20497 (c-find-decl-spots): Support that the callback adds more
20498 `c-decl-end' spots to find.
20499
20500 (c-forward-decl-or-cast-1): Don't treat a list of plain
20501 identifiers followed by a colon as a declaration.
20502
20503 (c-forward-label): New function to recognize labels.
20504
20505 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20506 `c-forward-label'. Moved the label recognition cases (14 and 15)
20507 earlier since they aren't so context sensitive now. Handle labels
20508 on the top level gracefully. Moved access label recognition to
20509 the generic label case (CASE 15) - removed CASE 5E.
20510
20511 (c-font-lock-declarations): Add recognition of labels in the
20512 same round since we need to handle labels in parallell with other
20513 declarations to recognize both accurately. It should also improve
20514 speed.
20515
20516 (c-simple-decl-matchers, c-basic-matchers-after):
20517 Move `c-font-lock-labels' so that it only is used on decoration level 2
20518 since `c-font-lock-declarations' handles it otherwise.
20519
20520 (c-complex-decl-matchers): Remove the simplistic recognition of
20521 access labels.
20522
20523 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20524 with labels earlier.
20525
20526 (c-decl-start-re): New language variable to make
20527 `c-font-lock-declarations' stop for the special protection labels
20528 in Objective-C that start with `@'.
20529
20530 (c-label-key): Remove since it's no longer used.
20531
20532 (c-recognize-colon-labels, c-label-prefix-re): New language
20533 constants to support recognition of generic colon-terminated labels.
20534
20535 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20536 are colon terminated labels.
20537
20538 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20539 first argument starts with a special brace list.
20540
20541 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20542 (c-font-lock-declarations): Break out the declaration and cast
20543 recognition from `c-font-lock-declarations' to a new function, so
20544 that it can be used in the indentation engine.
20545
20546 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20547 up to the start of the literal. Fixed bug with the point on the
20548 wrong side of the search limit that could happen when the start
20549 position is inside a literal.
20550
20551 * progmodes/cc-engine.el (c-parse-state)
20552 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20553 so that it's kept a little bit back to increase the hit rate.
20554
20555 (c-parse-state): Change the macro handling and fixed some
20556 glitches. Macro context is checked more often than necessary now,
20557 but otoh less garbage conses are generated.
20558
20559 * progmodes/cc-engine.el (c-parse-state)
20560 (c-invalidate-state-cache): Cache the last position where
20561 `c-state-cache' applies. This can speed up refontification quite
20562 a bit in blocks where there are many non-brace parens before the point.
20563
20564 (c-state-cache-end): New variable for this.
20565
20566 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20567 cache variable.
20568
20569 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20570 get close initial continue positions when the start position is
20571 inside a literal or macro. Do not call the callback for spots
20572 before the start position (which can happen e.g. for `c-decl-end'
20573 spots inside comments). Optimize better in special cases when the
20574 region is a single line inside a literal or macro (typically when
20575 the current line is refontified).
20576
20577 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20578 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20579 entries from the paren state.
20580
20581 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20582 special case for "else if" clauses.
20583
20584 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20585 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20586
20587 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20588 New language variable to recognize the gcc extension with statement
20589 blocks inside expressions.
20590
20591 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20592 it somewhat more comprehensible. The argument AT-BLOCK-START is
20593 no longer used and hence removed.
20594
20595 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20596 to `c-add-stmt-syntax'.
20597
20598 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20599 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20600 This fixes bogus label recognition.
20601
20602 * progmodes/cc-engine.el (c-add-type, c-check-type)
20603 (c-forward-name, c-forward-type): Improve storage of template
20604 types in `c-found-types' so that they can be recognized better.
20605
20606 (c-syntactic-content): Add option to skip past nested parens.
20607
20608 * progmodes/cc-engine.el (c-forward-name):
20609 Set `c-last-identifier-range' all the time. It's less work that way.
20610 Handle that there might not be an identifier to store in
20611 `c-last-identifier-range'.
20612
20613 (c-forward-type): Handle that `c-last-identifier-range' might be
20614 nil from `c-forward-name'.
20615
20616 * progmodes/cc-defs.el (c-safe-scan-lists)
20617 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20618
20619 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20620 to work even if the form fails.
20621
20622 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20623 down in a large file in one go.
20624
20625 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20626
20627 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20628 function which is like `c-lineup-math' but returns nil instead of
20629 `c-basic-offset' when it doesn't match.
20630
20631 (c-lineup-math): Change to use `c-lineup-assignments'.
20632
20633 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20634
20635 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20636 c-beginning-of-statement. New subfunctions
20637 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20638
20639 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20640
20641 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20642 hardcoded char classes whereever possible. Changed a couple of
20643 places to use skip by syntax instead of skip by char class.
20644
20645 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20646 Fix a bug in the regexp that caused extreme backtracking.
20647
20648 * progmodes/cc-langs.el (c-block-comment-starter)
20649 (c-block-comment-ender): New language constants to specify in a
20650 single place how block comments look.
20651
20652 (c-comment-start-regexp, c-block-comment-start-regexp)
20653 (comment-start, comment-end, comment-start-skip)
20654 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20655 (c-syntactic-ws, c-nonempty-syntactic-ws)
20656 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20657 `c-line-comment-starter', `c-block-comment-starter' and
20658 `c-block-comment-ender'.
20659
20660 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20661 New language constants to break up things a bit.
20662
20663 (c-simple-ws): New language constant for simple whitespace.
20664
20665 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20666
20667 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20668 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20669 newlines. Allow and ignore nil elements in the list.
20670
20671 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20672
20673 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20674 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20675
20676 * progmodes/cc-cmds.el: Tidy up the comments in
20677 c-beginning-of-statement and subfunctions.
20678
20679 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20680 more flexible c-put-char-property and c-clear-char-properties.
20681 Add the author's email address.
20682
20683 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20684
20685 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20686 closing "*/" of a block comment.
20687
20688 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20689 subfunctions) so that it works at BOB and EOB.
20690
20691 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20692 c-beginning-of-statement, including new variable
20693 c-block-comment-start-regexp.
20694
20695 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20696
20697 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20698 symbols from `*-font-lock-extra-types' so that there's no need to
20699 use `regexp-opt' on those lists.
20700
20701 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20702 `c-type-modifier-kwds' is empty.
20703
20704 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20705 there are several strings on the same line.
20706
20707 * progmodes/cc-engine.el (c-literal-limits): Remove the
20708 compatibility function for older emacsen. `c-literal-limits-fast'
20709 has now taken the place of this function.
20710
20711 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20712 with older emacsen: We now require `pps-extended-state'.
20713
20714 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20715
20716 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20717 which obviates the need to hack sentence-end. This now handles
20718 escaped newlines in strings correctly. Correct minor bugs in
20719 c-move-over-sentence and in c-beginning-of-statement.
20720
20721 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20722 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20723 that movement over macros and code are rigorously separated from
20724 eachother. Correct a few incidental bugs.
20725
20726 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20727 Improve its doc-string. Improve the handling of certain specific cases.
20728
20729 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20730
20731 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20732 (c-guess-basic-syntax): Change the way class-level labels are
20733 recognized; they can now contain essentially any symbols.
20734
20735 (c-opt-extra-label-key): New language variable to cope with the
20736 special protection label syntax in Objective-C.
20737
20738 (c-opt-access-key): Remove; this is now handled better by
20739 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20740
20741 (c-complex-decl-matchers): Update to handle that
20742 `c-opt-access-key' no longer exists.
20743
20744 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20745 improved label recognition in `c-beginning-of-statement-1'.
20746
20747 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20748 Recognize bitfields better.
20749
20750 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20751 Remove some cruft and fixed a bug that could cause it to go to a
20752 position further down.
20753
20754 * progmodes/cc-langs.el, cc-engine.el
20755 (c-beginning-of-statement-1): Improve detection of labels in
20756 declaration contexts.
20757
20758 (c-beginning-of-decl-1): Use it.
20759
20760 (c-nonlabel-token-key): New language constant and variable needed
20761 by `c-beginning-of-statement-1'.
20762
20763 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20764 manifested itself due to the correction in `c-forward-sexp'.
20765
20766 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20767 Make these behave as documented when used at the buffer limits.
20768
20769 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20770 (c-type-decl-end-used): Made this a language variable.
20771
20772 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20773 correctly when `combine-after-change-calls' is used together with
20774 temporary narrowings.
20775
20776 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20777 Report labels correctly when the start point is immediately after the
20778 colon.
20779
20780 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20781 Remove since it isn't used anymore.
20782
20783 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20784 bracket arglists such as template parens in C++.
20785
20786 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20787 in the last check-in. Some optimization.
20788
20789 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20790 where it could stop at the same level in a preceding sexp when
20791 PAREN-LEVEL is set.
20792
20793 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20794 text property lookup only when it's needed.
20795
20796 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20797 Change the policy for paren marked angle brackets to be more
20798 persistent; once marked they remain marked even when they're found
20799 to be unbalanced in the searched region. This should keep the
20800 paren syntax around even when individual lines are refontified in
20801 multiline template arglists.
20802
20803 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20804 to control markup so that incorrect angle bracket arglists aren't
20805 marked in contexts where the correct value for
20806 `c-disallow-comma-in-<>-arglists' isn't known.
20807
20808 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20809 argument has become `c-parse-and-markup-<>-arglists'.
20810
20811 (c-remove-<>-arglist-properties): Remove - no longer used.
20812
20813 (c-after-change-check-<>-operators): New function used on
20814 `after-change-functions' to avoid that "<" and ">" characters that
20815 are part of longer operators have paren syntax.
20816
20817 (c-<>-multichar-token-regexp): New language variable used by
20818 `c-after-change-check-<>-operators'.
20819
20820 (c-after-change): Call `c-after-change-check-<>-operators'.
20821
20822 (c-font-lock-<>-arglists): Use the context properties set by
20823 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20824 correctly to avoid doing invalid markup.
20825
20826 (c-font-lock-declarations): Remove code that undoes the invalid
20827 markup done by `c-font-lock-<>-arglists'.
20828
20829 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20830 after `c-font-lock-declarations'.
20831
20832 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20833 Add paren-level feature.
20834
20835 (c-guess-basic-syntax): Improve the anchor position for
20836 `template-args-cont' in nested template arglists. There's still
20837 much to be desired in this area, though.
20838
20839 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20840
20841 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20842 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20843
20844 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20845
20846 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20847 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20848
20849 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20850 it doesn't work no longer are supported.
20851
20852 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20853 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20854 requires support for the syntax-table' text property, which rules
20855 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20856 cruft associated with those versions.
20857
20858 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20859 for the `syntax-table' text property, which rules out Emacs 19 and
20860 XEmacs < 21.4. Removed various compatibility cruft associated
20861 with those versions.
20862
20863 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20864 support for the `syntax-table' text property.
20865
20866 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20867 variable and use an extra quoted face name instead. All the
20868 emacsen flavors handle that correctly.
20869
20870 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20871 (c-font-lock-declarators, c-font-lock-declarations)
20872 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20873 property to mark the items in in declarator lists to handle
20874 refontification inside multiline declarations better.
20875
20876 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20877 construct like "a * b = c;" as a declaration.
20878
20879 2005-12-08 Kim F. Storm <storm@cua.dk>
20880
20881 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20882 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20883 select either meta, hyper, or super modifier for rectangle commands.
20884 (cua--rectangle-modifier-key): New defvar.
20885 (cua--M/H-key): Use it. Remove special case for `space'.
20886 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20887 on X, to meta otherwise. Always bind C-return to toggle
20888 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20889
20890 * emulation/cua-rect.el (cua-help-for-rectangle):
20891 Use cua--rectangle-modifier-key. Handle super modifier too.
20892 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20893 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20894
20895 * ido.el: Move Acknowledgements and History after Commentary.
20896 Minor changes to Commentary.
20897
20898 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20899 keymap if cua--prefix-override-timer is `shift'.
20900 (cua--shift-control-prefix): New function; emulate "type prefix
20901 key twice" functionality to handle shifted prefix key override.
20902 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20903 New commands.
20904 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20905
20906 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20907
20908 * textmodes/org.el (org-insert-heading): Try to do items before
20909 headings.
20910 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20911 (org-insert-item): New function.
20912 (org-renumber-ordered-list): Don't skip to higher level lists.
20913
20914 2005-12-08 Juri Linkov <juri@jurta.org>
20915
20916 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20917
20918 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20919
20920 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20921
20922 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20923 the constructed function name fun-1.
20924
20925 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20926 because such links don't lead to parent documentation.
20927
20928 2005-12-08 Kenichi Handa <handa@m17n.org>
20929
20930 * descr-text.el (describe-char): Use *Help-2* buffer if the
20931 current buffer is *Help*. Call describe-text-properties while
20932 setting the original buffer.
20933
20934 2005-12-07 Bill Wohler <wohler@newt.com>
20935
20936 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20937 and causes problems with non-MH users (such as Gnus users).
20938
20939 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20940
20941 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20942 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20943 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20944 command "info sources". Move calls to GDB command "list".
20945 (gdb-find-file-hook): Just use gdb-source-file-list.
20946 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20947 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20948 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20949 (gdb-data-list-register-values-handler): Use correct trigger name.
20950
20951 2005-12-07 Kim F. Storm <storm@cua.dk>
20952
20953 * ido.el (ido-completion-map): Rename from ido-mode-map.
20954 (ido-common-completion-map, ido-file-completion-map)
20955 (ido-file-dir-completion-map, ido-buffer-completion-map):
20956 Rename from ido-mode-....-map.
20957 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20958 (ido-setup-completion-map): Rename from ido-define-mode-map.
20959 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20960 to ido-completion-map.
20961
20962 2005-12-07 Kenichi Handa <handa@m17n.org>
20963
20964 * international/mule-cmds.el
20965 (set-display-table-and-terminal-coding-system): If the coding
20966 system specified in `unibyte-display' property is different from
20967 the arg coding-system, don't setup standard-display-table.
20968
20969 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20970
20971 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20972 that comments end at \n, regardless of selective-display.
20973
20974 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20975
20976 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20977 (gdb-version): New variables.
20978 (gdb-source-file-list, gdb-register-names)
20979 (gdb-changed-registers): New variables for use with GDB 6.4+.
20980 (gdb-ann3): Replace with...
20981 (gdb-init-1, gdb-init-2): ...two new functions.
20982 (gdba, gdb-prompt): Call gdb-init-1.
20983 (gdb-get-version): New function. Call gdb-init-2 from here.
20984 (gud-watch): Make it work with mouse events too.
20985 (gdb-post-prompt): Don't add to queue until GDB version is known.
20986 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20987 (gdb-locals-mode): Use gdb-version.
20988 (gdb-memory-format-map, gdb-memory-unit-map)
20989 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20990 (gdb-locals-font-lock-keywords-1)
20991 (gdb-locals-font-lock-keywords-2): New variables.
20992 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20993 (gdb-set-gud-minor-mode-existing-buffers-1)
20994 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20995 (gdb-var-update-1, gdb-var-update-handler-1)
20996 (gdb-data-list-register-values-handler)
20997 (gdb-data-list-register-values-custom)
20998 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20999 (gdb-stack-list-locals-handler, gdb-get-register-names):
21000 New functions for use with GDB 6.4+.
21001 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
21002 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
21003 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
21004 (gdb-stack-list-locals-regexp)
21005 (gdb-data-list-register-names-regexp): New regexps for use with
21006 GDB 6.4+.
21007
21008 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
21009
21010 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
21011
21012 2005-12-06 Nozomu Ando <nand@mac.com>
21013
21014 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
21015 prompts work for AUTH PLAIN. Also reported by Steve Allan
21016 <seallan@verizon.net>.
21017
21018 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
21019
21020 * frame.el (set-frame-parameter): Add doc string.
21021
21022 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
21023
21024 * textmodes/org.el (org-occur-highlights): New variable.
21025 (org-highlight-new-match, org-remove-occur-highlights): New functions.
21026 (org-highlight-sparse-tree-matches): New option.
21027 (org-do-occur): New function.
21028 (org-get-heading): Make it work also at beginning of line.
21029 (org-category-table): New variable.
21030 (org-get-category-table, org-get-category)
21031 (org-camel-to-words, org-link-search): New functions.
21032 (org-select-this-todo-keyword): New variable.
21033 (org-todo-list): New command.
21034 (org-shiftright, org-shiftleft): New commands.
21035 (org-agenda-todo): Add prefix argument.
21036 (org-show-hierarchy-above): New option.
21037 (org-show-todo-tree): Numerical prefix creates tree for specific
21038 TODO keyword.
21039 (org-outline-level): New function, to assign a level to plain
21040 lists items.
21041 (org-cycle-include-plain-lists): New option.
21042 (org-mode): Use `org-outline-level' as value of `outline-level'.
21043 (org-cycle): Temporarily switch `outline-regexp' if
21044 `org-cycle-include-plain-lists' is non-nil.
21045 (org-start-icalendar-file): Fix format bug.
21046 (org-agenda-get-day-entries): Create category table.
21047 (org-agenda-get-todos, org-agenda-get-timestamps)
21048 (org-agenda-get-deadlines, org-agenda-get-scheduled)
21049 (org-agenda-get-blocks): Use `org-get-category'.
21050 (org-context-in-file-links): Rename from
21051 `org-line-numbers-in-file-links'.
21052
21053 2005-12-06 Romain Francoise <romain@orebokech.com>
21054
21055 * window.el (balance-windows): Delete extraneous third arg in call
21056 to `enlarge-window'.
21057
21058 2005-12-06 Kenichi Handa <handa@m17n.org>
21059
21060 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
21061
21062 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
21063
21064 * progmodes/gdb-ui.el (gdb-var-create-handler)
21065 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
21066 (gdb-var-list-children-handler, gdb-var-update-handler):
21067 Current buffer is already gdb-partial-output-buffer, don't
21068 make it current again.
21069
21070 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
21071
21072 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
21073 (list-buffers-noselect): Use it.
21074
21075 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
21076
21077 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
21078 (mail-yank-ignored-headers): Use regexp-opt.
21079 (mail-mode-map): Move initialization into declaration.
21080 (mail-sent-via): Remove unused shadowed var `to-line'.
21081 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
21082 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
21083 (mail-do-fcc): Use dolist and push.
21084 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
21085 (mail-yank-ignored-headers): Don't autoload.
21086
21087 2005-12-05 Kenichi Handa <handa@m17n.org>
21088
21089 * international/mule-cmds.el (set-language-info-internal): New fun.
21090 (set-language-info): Call set-language-info-internal to update
21091 language-info-alist. If LANG-ENV is the current one, call
21092 set-language-environment to make INFO effective now.
21093 (set-language-info-alist): Likewise.
21094 (locale-language-names): With locale "en", use English
21095 lang. env. but set the default codings to iso-8859-1.
21096
21097 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
21098
21099 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
21100 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
21101 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
21102 for plain strings.
21103 (gdb-frames-mode): Remove redundant call to font-lock-mode.
21104 (gdb-all-registers): Rename from toggle-gdb-all-registers.
21105 Create registers buffer if necessary. Echo new state in minibuffer.
21106 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
21107
21108 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
21109
21110 * info.el (Info-fontify-node): Match external links using
21111 non-directory part of filename.
21112
21113 2005-12-04 Juri Linkov <juri@jurta.org>
21114
21115 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
21116 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
21117 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
21118 because there is no customization option for it.
21119
21120 * font-lock.el (lisp-font-lock-keywords-1):
21121 Add define-global-minor-mode.
21122
21123 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
21124
21125 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
21126 properties on the constructed variable names.
21127
21128 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21129 Put `definition-name' properties on the constructed function names
21130 next-sym and prev-sym.
21131
21132 * emacs-lisp/find-func.el (find-function-regexp):
21133 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
21134 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
21135 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
21136 and easy-menu-define.
21137
21138 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
21139 easy-mmode-define-global-mode and define-global-minor-mode.
21140 (lisp-imenu-generic-expression): Add define-global-minor-mode.
21141
21142 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
21143 instead of easy-mmode-define-global-mode.
21144
21145 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
21146 Use define-minor-mode instead of easy-mmode-define-minor-mode.
21147
21148 * cus-edit.el (customize-group, customize-group-other-window):
21149 Filter out autoloaded options from the group completion list by
21150 using heuristics that autoloaded groups don't have `custom-autoload'
21151 property on their symbols (they have only `custom-loads').
21152
21153 * simple.el (completion-setup-function): Put completions-common-part
21154 face on complete completion string too (i.e. completion string
21155 without completions-first-difference face).
21156
21157 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
21158
21159 2005-12-03 Eli Zaretskii <eliz@gnu.org>
21160
21161 * view.el (view-mode): Doc fix.
21162
21163 * disp-table.el (standard-display-european): Add to the warning
21164 message a reference to the doc string.
21165
21166 * play/yow.el (apropos-zippy): Call print-help-return-message,
21167 similar to other Help and Apropos commands.
21168
21169 * help.el (print-help-return-message): If pop-up-frames is
21170 non-nil, set up help-return-method to delete the help window and,
21171 possibly, its frame as well, and don't display message about
21172 scrolling the help window. Doc fix.
21173 (help-return-method): Doc fix.
21174
21175 2005-12-03 Martin Rudalics <rudalics@gmx.at>
21176
21177 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
21178 whereby names of length one or names starting with a
21179 symbol-constituent character would not be returned.
21180
21181 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21182
21183 * subr.el (atomic-change-group): Add edebug and indentation spec.
21184
21185 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
21186
21187 * completion.el (save-completions-file-name): Fix typo in last change.
21188
21189 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21190
21191 * info.el: Move back/forward history to the beginning of the tool bar.
21192
21193 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
21194
21195 * allout.el (eval-when-compile): Remove unnecessary load of cl.
21196 Add fset of allout-real-isearch-abort during compile to fix
21197 byte-compilation warnings.
21198 (allout-mode-p): Move definition of this macro above all uses, or
21199 byte compilation in barren Emacs (eg, during Emacs build) will
21200 lack the definition.
21201 (allout-mode): Move this variable above any uses, or byte
21202 compilation will fail.
21203 (allout-resolve-xref): Remove use of personal file-reference function.
21204 (allout-toggle-current-subtree-encryption): Do the current (ie,
21205 visible containing) topic, rather than nearest around point. Doc fix.
21206 (allout-toggle-subtree-encryption): New function, workhorse that
21207 works on nearest topic containing point.
21208 (allout-encrypt-string): Signal requirement for newer version of pgg.
21209 (allout-resumptions): Doc fix.
21210
21211 2005-12-02 Eli Zaretskii <eliz@gnu.org>
21212
21213 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
21214
21215 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
21216
21217 * textmodes/flyspell.el (flyspell-external-point-words):
21218 Consider a misspelling as found in the string search if: (a) misspelling
21219 and found string lengths match, or (b) misspelling is found as
21220 element in a boundary-chars separated longer string, or (c)
21221 ispell-program-name is really ispell and misspelling is found as
21222 part of a TeX string. After successful match move beginning of
21223 search region to end of match. Warn about not found misspellings
21224 once the process is done.
21225 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
21226
21227 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
21228
21229 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21230 tool bar (removed inadvertently).
21231
21232 2005-12-02 Juri Linkov <juri@jurta.org>
21233
21234 * log-view.el (log-view-diff): Clarify doc string.
21235
21236 2005-12-01 Bill Wohler <wohler@newt.com>
21237
21238 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
21239 triggers lm-verify errors.
21240
21241 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
21242
21243 * simple.el (transient-mark-mode, line-number-mode)
21244 (column-number-mode, size-indication-mode): Remove `:require nil'.
21245
21246 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
21247
21248 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
21249 in the margin also.
21250 (gdb-breakpoints-mode-map): Use D instead of d for
21251 gdb-delete-breakpoint.
21252 (gdb-get-frame-number): Require a number to match on.
21253 (gdb-threads-mode-map): Add follow-link binding.
21254
21255 2005-11-30 Jason Rumney <jasonr@gnu.org>
21256
21257 * isearch.el (isearch-mode-map): Avoid exiting search on
21258 language-change event.
21259
21260 2005-11-30 Romain Francoise <romain@orebokech.com>
21261
21262 * speedbar.el (speedbar-default-position): New defcustom.
21263 (speedbar-frame-reposition-smartly): Use it.
21264
21265 * dframe.el (dframe-reposition-frame-emacs): Fix position
21266 computation for `left' location.
21267 Update copyright year.
21268
21269 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
21270
21271 * help.el (help-map): Move initialization into declaration.
21272
21273 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
21274
21275 * help-fns.el (help-argument-name): Don't autoload.
21276 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
21277 to be re-loaded when customizing the `help' group.
21278
21279 2005-11-30 John Paul Wallington <jpw@gnu.org>
21280
21281 * help-fns.el (describe-function-1): Fill arglist output.
21282
21283 2005-11-30 Kim F. Storm <storm@cua.dk>
21284
21285 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
21286 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
21287 after revert-buffer (or anything else which kills all local variables).
21288
21289 * apropos.el (apropos-parse-pattern): Doc fix.
21290 Set apropos-regexp directly, rather than expecting callers to do so.
21291 (apropos-command, apropos, apropos-value, apropos-documentation):
21292 Simplify calls to apropos-parse-pattern.
21293
21294 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
21295
21296 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
21297 (hi-lock-face-phrase-buffer): Use hi-yellow face.
21298 (hi-lock-write-interactive-patterns): Use comment-region.
21299
21300 * longlines.el (longlines-mode): Add mail-setup-hook.
21301
21302 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
21303
21304 * simple.el (sendmail-user-agent-compose, next-line):
21305 Conditionally use hard-newline.
21306
21307 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
21308
21309 * international/latexenc.el (latex-inputenc-coding-alist):
21310 Reword doc string.
21311
21312 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
21313
21314 * help.el (describe-key-briefly, describe-key): Recognize default
21315 bindings.
21316
21317 2005-11-29 Romain Francoise <romain@orebokech.com>
21318
21319 * view.el (view-inhibit-help-message): New defcustom.
21320 (view-mode-enter): Use it.
21321
21322 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
21323
21324 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
21325 Preserve user position.
21326
21327 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
21328
21329 * font-lock.el: Throw error if facemenu is not loaded to prevent
21330 accidental change of loading order in loadup.el. (Suggested by RMS.)
21331
21332 * loadup.el: Add comment explaining why facemenu must be loaded
21333 before font-lock.
21334
21335 2005-11-28 Jay Belanger <belanger@truman.edu>
21336
21337 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
21338 (calc-dispatch-map): Add more keys for `calc-same-interface'.
21339
21340 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
21341
21342 * calc/calc-embed.el (calc-do-embedded): Update help message.
21343
21344 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
21345
21346 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21347
21348 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
21349
21350 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
21351 called-interactively-p.
21352 (elp-profilable-p): Rename from elp-not-profilable-p.
21353 Invert result and take into account macros and autoloaded functions.
21354 (elp-instrument-function): Update call.
21355 (elp-instrument-package): Update call. Add completion.
21356 (elp-pack-number): Use match-string.
21357 (elp-results-jump-to-definition-by-mouse): Merge into
21358 elp-results-jump-to-definition and then remove.
21359 (elp-output-insert-symname): Make help echo text single-line.
21360
21361 * replace.el (query-replace-map): Move initialization into declaration.
21362 (occur-engine): Use with-current-buffer.
21363 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
21364 (occur-mode-mouse-goto): Replace with an alias.
21365
21366 2005-11-28 Juri Linkov <juri@jurta.org>
21367
21368 * simple.el (quoted-insert): Let-bind input-method-function to nil.
21369
21370 * term/w32-win.el: Bind [S-tab] to [backtab].
21371
21372 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
21373 `Info-find-file' to t.
21374
21375 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
21376 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
21377 and same-window-regexps.
21378 (occur-next-error): Don't move point for arg 0.
21379
21380 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
21381
21382 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
21383
21384 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21385
21386 * log-edit.el (log-edit-changelog-use-first): New var.
21387 (log-edit-changelog-ours-p): Use it.
21388 (log-edit-insert-changelog): Set it with new arg `use-first'.
21389 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
21390 (log-edit-hook): Add them to the list of suggested options.
21391
21392 * textmodes/flyspell.el (flyspell-last-buffer): New var.
21393 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
21394 redundant work.
21395 (flyspell-mode-on): Use add-hook for after-change-functions.
21396 (flyspell-mode-off): Use remove-hook for after-change-functions.
21397 (flyspell-changes): Make it buffer-local.
21398 (flyspell-after-change-function): Make it non-interactive. Use push.
21399 (flyspell-post-command-hook): Check input-pending-p while processing
21400 the potentially long list of buffer changes.
21401
21402 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
21403
21404 * buff-menu.el (list-buffers-noselect): Display the selected
21405 frame's buffer list, not the global one.
21406
21407 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21408
21409 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21410 that (list last-input-event) works as in interactive spec.
21411
21412 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21413
21414 * loadup.el ("facemenu"): Load facemenu before font-lock, because
21415 `facemenu-keymap' needs to be defined when font-lock is loaded.
21416 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21417
21418 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21419
21420 * completion.el: Remove useless leading * in defcustom docstrings.
21421 (save-completions-file-name): Use ~/.emacs.d if available.
21422 (completion-standard-syntax-table): Rename from
21423 cmpl-standard-syntax-table and fold initialization into declaration,
21424 thus removing cmpl-make-standard-completion-syntax-table.
21425 (completion-lisp-syntax-table, completion-c-syntax-table)
21426 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21427 (cmpl-saved-syntax, cmpl-saved-point): Remove.
21428 (symbol-under-point, symbol-before-point)
21429 (symbol-under-or-before-point, symbol-before-point-for-complete)
21430 (add-completions-from-c-buffer): Use with-syntax-table.
21431 (make-completion): Don't return a list of completion entries.
21432 Update callers.
21433 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21434 (completion-initialize): Rename from initialize-completions.
21435 (completion-find-file-hook): Rename from cmpl-find-file-hook.
21436 (kill-emacs-save-completions): Collect stats here.
21437 (save-completions-to-file, load-completions-from-file):
21438 Use with-current-buffer.
21439 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
21440 into a function. Move all calls to toplevel.
21441 (completion-lisp-mode-hook): New fun.
21442 (completion-c-mode-hook, completion-setup-fortran-mode):
21443 Set the syntax-table here. Use local-set-key.
21444 (completion-saved-bindings): New var.
21445 (dynamic-completion-mode): Make it into a proper minor mode.
21446 (load-completions-from-file): Remove unused var `num-uses'.
21447
21448 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21449 constructor if it is explicitly overridden.
21450
21451 * complete.el (PC-completion-as-file-name-predicate):
21452 Use minibuffer-completing-file-name.
21453 (partial-completion-mode): Use find-file-not-found-functions.
21454 (PC-lisp-complete-symbol): Use with-syntax-table.
21455 (PC-look-for-include-file): Remove dead setq.
21456 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21457 (PC-complete): Use with-current-buffer.
21458
21459 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21460 escape single quotes.
21461
21462 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21463
21464 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21465 of `if' whose condition always returned nil. Doc fix.
21466
21467 * buff-menu.el (Buffer-menu-revert-function): Make the selected
21468 window's buffer the current buffer around the call to
21469 `list-buffers-noselect'. This is necessary to mark that buffer
21470 with a `.' in the Buffer Menu when called from Lisp, for instance
21471 by Auto Revert Mode.
21472
21473 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21474
21475 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21476 attaching to it.
21477 (gdb-pre-prompt): Make sure gdb-error is reset.
21478
21479 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21480 with a child process, detect it.
21481 (gud-speedbar-buttons): Match regexp more carefully.
21482
21483 2005-11-27 Richard M. Stallman <rms@gnu.org>
21484
21485 * mouse.el (mouse-drag-move-window-bottom):
21486 Use adjust-window-trailing-edge.
21487
21488 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21489
21490 * simple.el (blink-matching-open): Ignore
21491 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21492 (blink-matching-paren-on-screen): Update docstring.
21493
21494 * paren.el (show-paren-mode): No longer change
21495 `blink-matching-paren-on-screen'.
21496
21497 2005-11-27 John Paul Wallington <jpw@pobox.com>
21498
21499 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21500 (gdb-threads-select, gdb-edit-register-value):
21501 Use `posn-set-point' instead of `mouse-set-point' because the
21502 latter is not fbound when configured without X.
21503
21504 2005-11-27 Kim F. Storm <storm@cua.dk>
21505
21506 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21507 existing face when partially highlighting a TAB in a rectangle.
21508
21509 2005-11-26 Kim F. Storm <storm@cua.dk>
21510
21511 * ido.el (ido-mode-map): Doc fix.
21512 (ido-mode-common-map, ido-mode-file-map)
21513 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21514 (ido-define-mode-map): Rewrite. Select one of the new maps as
21515 parent for ido-mode-map instead of building from scratch.
21516 (ido-init-mode-maps): New defun to initialize new maps.
21517 (ido-mode): Call it.
21518 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21519 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21520
21521 2005-11-26 John Paul Wallington <jpw@pobox.com>
21522
21523 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21524 `mouse-set-point' because the latter is not fbound when configured
21525 without X.
21526
21527 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21528
21529 * files.el (file-relative-name): Doc fix.
21530
21531 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21532
21533 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21534 non-empty string for secondary prompt PS2.
21535
21536 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21537
21538 * progmodes/compile.el (compilation-setup): Fix last change.
21539
21540 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21541
21542 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21543 (gdb-mouse-toggle-breakpoint-margin)
21544 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21545 Add gdb-server-prefix to keep out of command history.
21546 (gdb-edit-register-value): New function.
21547 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21548 (gdb-info-registers-custom): Use above map.
21549
21550 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21551
21552 * custom.el (enable-theme): Signal error if argument is not a
21553 theme. Don't recalculate a face if it's not loaded yet.
21554
21555 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21556 the `user' theme is in effect.
21557
21558 * info.el (Info-on-current-buffer): Record actual filename in
21559 Info-current-file, instead of t, or a fake filename if a non-file
21560 buffer. Make autoload.
21561 (Info-find-node, Info-revert-find-node): No need to check for
21562 Info-current-file nil.
21563 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21564 Info-current-file is now never `t'.
21565 (Info-fontify-node): Many simplifications due to Info-current-file
21566 always being valid. Use Info-find-file to find node filename.
21567
21568 2005-11-25 David Kastrup <dak@gnu.org>
21569
21570 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21571 new character, then delete" in order to preserve markers.
21572
21573 2005-11-25 David Ponce <david@dponce.com>
21574
21575 * recentf.el (recentf-arrange-by-rule): Handle a special
21576 `auto-mode-alist'-like "strip suffix" rule.
21577 (recentf-build-mode-rules): Handle second level auto-mode entries.
21578
21579 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21580
21581 * emulation/viper-keym.el (viper-ESC-key): Use different values
21582 in terminal and window modes.
21583
21584 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21585 add jde-javadoc-checker-report-mode.
21586
21587 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21588
21589 * ediff.el (ediff-date): Change the date of last update.
21590
21591 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21592
21593 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21594 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21595 (hi-lock-mode): New global minor mode.
21596 (turn-on-hi-lock-if-enabled): New function.
21597 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21598 Change arguments to regexp and face instead of a font-lock pattern.
21599 Directly set face property, instead of refontifying.
21600 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21601 (hi-lock-find-patterns): Use line-number-at-pos.
21602
21603 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21604 arguments for hi-lock-set-pattern.
21605 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21606 Call font-lock-fontify-buffer.
21607 (hi-lock-find-file-hook, hi-lock-current-line)
21608 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21609
21610 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21611 turned off.
21612
21613 * progmodes/compile.el (compilation-setup): Don't fiddle with
21614 font-lock-defaults.
21615
21616 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21617
21618 * progmodes/gdb-ui.el (gdb-var-create-handler)
21619 (gdb-var-list-children-handler): Find values for all variable
21620 objects. gud-speedbar-buttons decides whether to display them.
21621
21622 2005-11-24 Romain Francoise <romain@orebokech.com>
21623
21624 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21625 buffer name with a space.
21626
21627 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21628
21629 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21630 `org-export-local-list-max-depth'. Change default value to 3.
21631 (org-auto-renumber-ordered-lists)
21632 (org-plain-list-ordered-item-terminator): New options.
21633 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21634 (org-get-indentation, org-get-string-indentation)
21635 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21636 New functions.
21637 (org-move-item-down, org-move-item-up): New commands.
21638 (org-export-as-html): New classes for CSS support. Bug fix in
21639 regular expression detecting fixed-width regions. Respect
21640 `org-local-list-ordered-item-terminator'.
21641 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21642 also a list item.
21643 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21644 New item moving functions.
21645
21646 2005-11-24 Juri Linkov <juri@jurta.org>
21647
21648 * isearch.el (isearch-repeat): With empty search ring set
21649 `isearch-error' to the error string instead of signaling error
21650 with the function `error'.
21651
21652 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21653
21654 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21655
21656 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21657
21658 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21659 and variable.
21660 (gdb-var-create-handler, gdb-var-list-children-handler):
21661 Don't match on "char **...".
21662 (gdb-var-update-handler): Find values for all variable objects.
21663 (gdb-info-frames-custom): Identify frames by leading "#".
21664
21665 * progmodes/gud.el (gud-speedbar-menu-items): Add
21666 gdb-speedbar-auto-raise as radio button.
21667 (gud-speedbar-buttons): Raise speedbar if requested.
21668 Don't match on "char **...".
21669 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21670 Make it editable.
21671
21672 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21673
21674 * info.el (Info-fontify-node): Handle the case where
21675 Info-current-file is t.
21676
21677 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21678
21679 * simple.el (blink-matching-open): Fix off-by-one in last change.
21680
21681 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21682
21683 * term/mac-win.el: Don't change default directory.
21684
21685 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21686
21687 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21688 buffers correctly. (It used to throw an error in such buffers.)
21689 Make it ask for confirmation in group buffers and other Custom
21690 buffers containing more than one customization item.
21691
21692 2005-11-22 John Paul Wallington <jpw@gnu.org>
21693
21694 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21695 property on mail and url overlays.
21696 (goto-address-at-point): Use `posn-set-point' instead of
21697 `mouse-set-point' because the latter is not fbound when configured
21698 without X.
21699
21700 2005-11-22 Lars Hansen <larsh@soem.dk>
21701
21702 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21703 (ls-lisp-classify, ls-lisp-format): Delete call to
21704 ls-lisp-parse-symlink.
21705 (ls-lisp-handle-switches): Handle symlinks to directories as
21706 directories when ls-lisp-dirs-first in non-nil.
21707
21708 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21709
21710 * startup.el (command-line): Make sure that loaddefs.el is handled
21711 correctly in load-history.
21712
21713 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21714
21715 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21716 (gdb-struct-string, gdb-array-string): New constants.
21717 (gdb-info-locals-handler): Use them.
21718 (gdb-reset): Reset gdb-var-list to nil.
21719
21720 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21721
21722 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21723 in patterns.
21724
21725 2005-11-21 Juri Linkov <juri@jurta.org>
21726
21727 * custom.el (defcustom): Update link types in docstring.
21728
21729 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21730
21731 * custom.el (defgroup): Add doc-string-elt info.
21732
21733 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21734
21735 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21736
21737 * newcomment.el (comment-enter-backward): Fix last fix.
21738
21739 * simple.el (blink-matching-open):
21740 * paren.el (show-paren-function): Allow new paren-class info.
21741
21742 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21743
21744 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21745 handled automagically.
21746
21747 2005-11-20 Andreas Schwab <schwab@suse.de>
21748
21749 * descr-text.el (describe-char): When copying overlays put them
21750 over the full char description instead of just the first character
21751 of it.
21752
21753 2005-11-20 Juri Linkov <juri@jurta.org>
21754
21755 * simple.el (what-cursor-position):
21756 * descr-text.el (describe-char): Use Lisp-readable syntax
21757 for octal and hex. Reorder decimal, octal and hex values.
21758 Remove excess whitespace in the output. Use `=' in `column='
21759 like in `point=' and `Hscroll='.
21760
21761 * international/mule-cmds.el (encoded-string-description):
21762 Use Lisp-readable syntax for hex.
21763
21764 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21765
21766 * newcomment.el (comment-enter-backward): Handle the case where the
21767 comment is closed by EOB.
21768
21769 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21770
21771 * longlines.el (longlines-before-revert-hook)
21772 (longlines-after-revert-hook): New functions.
21773 (longlines-mode): Turn off longlines temporarily when reverting.
21774 Add a message-setup-hook.
21775 (longlines-decode-buffer): New function.
21776 (longlines-wrap-line): Preserve marker positions.
21777
21778 2005-11-19 Andreas Schwab <schwab@suse.de>
21779
21780 * emacs-lisp/shadow.el: Handle compressed files.
21781
21782 2005-11-19 Romain Francoise <romain@orebokech.com>
21783
21784 * net/browse-url.el (browse-url-default-browser): Signal an error
21785 if no usable browser can be found, rather than try to load w3.
21786
21787 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21788
21789 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21790 replacing existing properties.
21791 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21792 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21793 tty specs.
21794 (rcirc-server-prefix, rcirc-server): New faces.
21795 (rcirc-url-regexp): Generate with rx macro.
21796 (rcirc-last-server-message-time): New variable.
21797 (rcirc-filter): Record time of last message.
21798 (rcirc-keepalive): Kill processes that did not send a message
21799 since the last ping.
21800 (rcirc-mode): Give rcirc-topic a local binding here.
21801
21802 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21803
21804 * subr.el (read-passwd): Fontify the prompt as we do with other
21805 prompts.
21806
21807 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21808
21809 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21810 binding buffer-read-only to nil.
21811
21812 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21813
21814 * complete.el (partial-completion-mode):
21815 Mention completion-auto-help in the doc string.
21816
21817 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21818 more Lisp-ish way.
21819
21820 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21821
21822 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21823 digits, not 8, to avoid misalignment for files larger than 100MB.
21824
21825 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21826
21827 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21828 Mention "keyboard shortcuts" in the help text.
21829
21830 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21831
21832 * startup.el (fancy-splash-default-action): Discard only
21833 mouse-down and succeeding mouse-up events in the splash screen
21834 window so that drag-n-drop event can be processed.
21835
21836 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21837
21838 * longlines.el (longlines-mode): Add hacks for mail-mode and
21839 message-mode.
21840
21841 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21842
21843 * textmodes/org.el (org-table-sort-lines): New command.
21844 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21845 (org-add-file): Command removed, use `org-agenda-file-to-front'
21846 instead.
21847 (org-export-icalendar): Use `org-icalendar-combined-name'.
21848 (org-cycle-agenda-files, org-agenda-file-to-end)
21849 (org-agenda-file-to-front): New commands.
21850 (org-table-tab-jumps-over-hlines, org-export-html-style):
21851 New options.
21852 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21853 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21854 New functions.
21855 (org-fill-paragraph): Call `org-table-align' in tables.
21856 (org-mode): Call `org-set-autofill-regexps'.
21857 (org-export-as-html): Support for local handformatted lists.
21858 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21859 (org-export-local-list-max-depth): New option.
21860 (org-html-expand): Use `org-html-protect'.
21861
21862 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21863
21864 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21865 to "p".
21866 (gdb): Move definition of gud-pp to...
21867
21868 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21869 speedbar.
21870 (gdb-find-watch-expression): New function.
21871
21872 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21873
21874 * faces.el (face-attribute, set-face-attribute): Mention existence
21875 of `:ignore-defface' setting in docstring.
21876
21877 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21878
21879 * simple.el (completion-setup-function): Fix last change.
21880
21881 2005-11-17 John Paul Wallington <jpw@pobox.com>
21882
21883 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21884 Use `posn-set-point' instead of `mouse-set-point' because the
21885 latter is not fbound when configured without X.
21886
21887 * comint.el (comint-insert-input): Likewise.
21888
21889 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21890
21891 * simple.el (hard-newline): New variable.
21892 (sendmail-user-agent-compose, next-line): Use it.
21893
21894 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21895 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21896 (mail-mail-reply-to, mail-mail-followup-to)
21897 (mail-position-on-field, mail-signature, mail-yank-original)
21898 (mail-attach-file): Likewise.
21899
21900 * mail/mailheader.el (mail-header-format)
21901 (mail-header-format-function): Likewise.
21902
21903 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21904
21905 2005-11-17 Juri Linkov <juri@jurta.org>
21906
21907 * font-lock.el (font-lock-faces): Rename this defgroup from
21908 `font-lock-highlighting-faces'.
21909 (font-lock-comment-face, font-lock-comment-delimiter-face)
21910 (font-lock-string-face, font-lock-doc-face)
21911 (font-lock-keyword-face, font-lock-builtin-face)
21912 (font-lock-function-name-face, font-lock-variable-name-face)
21913 (font-lock-type-face, font-lock-constant-face)
21914 (font-lock-warning-face, font-lock-negation-char-face)
21915 (font-lock-preprocessor-face)
21916 (font-lock-regexp-grouping-backslash)
21917 (font-lock-regexp-grouping-construct): Rename :group from
21918 `font-lock-highlighting-faces' to `font-lock-faces'.
21919
21920 * cus-edit.el (lisp, c, tex):
21921 * progmodes/ada-mode.el (ada):
21922 * progmodes/asm-mode.el (asm):
21923 * progmodes/cperl-mode.el (cperl-faces):
21924 * progmodes/cpp.el (cpp):
21925 * progmodes/dcl-mode.el (dcl):
21926 * progmodes/f90.el (f90):
21927 * progmodes/fortran.el (fortran):
21928 * progmodes/icon.el (icon):
21929 * progmodes/idlwave.el (idlwave-misc):
21930 * progmodes/m4-mode.el (m4):
21931 * progmodes/make-mode.el (makefile):
21932 * progmodes/meta-mode.el (meta-font):
21933 * progmodes/modula2.el (modula2):
21934 * progmodes/octave-mod.el (octave):
21935 * progmodes/pascal.el (pascal):
21936 * progmodes/perl-mode.el (perl):
21937 * progmodes/prolog.el (prolog):
21938 * progmodes/ps-mode.el (PostScript-edit):
21939 * progmodes/scheme.el (scheme):
21940 * progmodes/sh-script.el (sh-script):
21941 * progmodes/simula.el (simula):
21942 * progmodes/tcl.el (tcl):
21943 * textmodes/nroff-mode.el (nroff):
21944 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21945 * textmodes/sgml-mode.el (sgml):
21946 * textmodes/texinfo.el (texinfo):
21947 Add :link (custom-group-link font-lock-faces) to defgroup.
21948
21949 * hi-lock.el (hi-lock): Rename this defgroup from
21950 `hi-lock-interactive-text-highlighting'. Change parent group from
21951 `faces' to `font-lock'. Add link to the manual.
21952 (hi-lock-mode, hi-lock-file-patterns-range)
21953 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21954 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21955 (hi-lock-faces): Add :group `faces'.
21956
21957 * cus-edit.el (custom-variable-prompt): Clarify the code.
21958
21959 * faces.el (face-read-string): Set the default value arg of
21960 completing-read.
21961
21962 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21963
21964 * rfn-eshadow.el (file-name-shadow-properties)
21965 (file-name-shadow-tty-properties, file-name-shadow-mode):
21966 Remove autoloads, because the file is now preloaded.
21967
21968 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21969
21970 * printing.el (easy-menu-intern): Don't define.
21971 (pr-get-symbol): Use easy-menu-intern only if defined.
21972
21973 * simple.el (blink-matching-open): Simplify a bit.
21974 (completion-setup-function): Fix the case of partial-completion-mode
21975 when the minibuffer's contents start with "-".
21976 Obey completion-base-size-function even when
21977 minibuffer-completing-file-name is non-nil.
21978
21979 2005-11-16 Richard M. Stallman <rms@gnu.org>
21980
21981 * net/eudcb-ph.el (eudc-ph-open-session):
21982 Use set-process-query-on-exit-flag.
21983
21984 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21985
21986 * international/ucs-tables.el (ucs-set-table-for-input):
21987 Use make-local-variable, not make-variable-buffer-local.
21988
21989 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21990 Improve warning message text.
21991
21992 * savehist.el (savehist-save-hook): Add :group.
21993
21994 * menu-bar.el (menu-bar-help-menu):
21995 Rename Find Extra Packages to External Packages.
21996
21997 * cus-edit.el (Custom-reset-standard): Verify that
21998 :custom-standard-value prop exists before calling it.
21999
22000 * apropos.el (apropos-calc-scores): Use apropos-pattern.
22001
22002 2005-11-16 Martin Rudalics <rudalics@gmx.at>
22003
22004 * wid-edit.el (color): Enclose %t in %{...%}.
22005
22006 * cus-edit.el (face): Enclose %t in %{...%}.
22007
22008 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
22009
22010 * savehist.el (savehist-mode-hook): Re-add the var.
22011 (savehist-mode): Use it.
22012
22013 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
22014
22015 * textmodes/flyspell.el: Fix commenting convention.
22016 Remove unnecessary leading * in custom docstrings.
22017 (flyspell-emacs): Remove unused var.
22018 (flyspell-delete-region-overlays): Use remove-overlays.
22019 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
22020 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
22021 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
22022 (flyspell-debug-signal-word-checked): Use with-current-buffer.
22023 (make-flyspell-overlay): Don't locally reuse a global name.
22024 (flyspell-highlight-incorrect-region)
22025 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
22026 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
22027 (flyspell-notify-misspell): Remove unused args `start' and `end'.
22028 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
22029 Wrap calls to accept-process-output inside with-local-quit since it's
22030 often called from a post-command-hook.
22031 (flyspell-correct-word, flyspell-auto-correct-word):
22032 Use ispell-send-string.
22033 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
22034
22035 * calendar/diary-lib.el (diary-list-entries): Also hide the
22036 terminating newline.
22037
22038 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
22039
22040 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
22041 window-system, to allow fonts on tty.
22042
22043 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
22044
22045 * progmodes/gud.el (gud-speedbar-item-info): New function.
22046 (gud-install-speedbar-variables): Use it to display data type
22047 of watch expression as a tooltip in speedbar.
22048
22049 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
22050
22051 * font-core.el (global-font-lock-mode): Add :version keyword,
22052 because default was changed.
22053
22054 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
22055
22056 * startup.el (command-line): Use `custom-reevaluate-setting' for
22057 `file-name-shadow-mode'.
22058
22059 * loadup.el: Preload rfn-eshadow.
22060
22061 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
22062 Add :version keyword.
22063 (file-name-shadow-properties, file-name-shadow-tty-properties)
22064 (file-name-shadow): Add :version keyword.
22065
22066 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
22067 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
22068 in the custom-group property of the symbol frames and the fringe
22069 group got no link to its parent group frames.
22070 Doc fix.
22071
22072 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
22073
22074 * progmodes/gud.el (gud-stop-subjob): New function.
22075 (gud-menu-map, gud-tool-bar-map): Use it.
22076
22077 2005-11-16 Kim F. Storm <storm@cua.dk>
22078
22079 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
22080 than kill it.
22081 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
22082 to a more useful/logical place.
22083
22084 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
22085
22086 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
22087 go buttons complementary.
22088
22089 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
22090
22091 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
22092 (rfn-eshadow-sifn-equal): New function.
22093 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
22094
22095 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
22096
22097 * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
22098 Quote `-' in string.
22099
22100 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
22101 rcirc-mode buffers come up in Emacs state.
22102
22103 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
22104 operation.
22105
22106 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
22107
22108 * term.el (term-termcap-format): Fix typos.
22109 (term-down): Fix the negative argument case.
22110
22111 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
22112
22113 * progmodes/gdb-ui.el: Remove face-alias left over from change on
22114 2005-08-15.
22115 (gdb-ann3): New command gud-go.
22116 (menu): Accomodate gdb-mi.el.
22117 (gdb-assembler-custom): Make buffer of selected window current
22118 so that set-window-point works.
22119
22120 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
22121 buttons and include new ones.
22122
22123 2005-11-16 Kim F. Storm <storm@cua.dk>
22124
22125 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
22126 (gud-menu-map): Use it.
22127
22128 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
22129
22130 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
22131 that works correctly for Custom and that does not override a user
22132 who disables it.
22133
22134 * help-mode.el (help-make-xrefs, help-xref-on-pp)
22135 (help-xref-interned, help-follow): Make hyperlinks for variables
22136 that are unbound, but have a non-nil variable-documentation property.
22137
22138 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
22139 mode hook. (It conflicted with defcustoms for some mode hooks.)
22140 Use the `variable-documentation' property to give the mode hook a
22141 docstring and expand that docstring.
22142
22143 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
22144
22145 * savehist.el (savehist-mode): Don't bother with
22146 `custom-set-minor-mode'.
22147 (savehist-coding-system): Check XEmacs version.
22148 (history-length): Declare also at run time.
22149 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
22150 Don't set the customize state.
22151 (savehist-minibuffer-hook): Special case for when
22152 minibuffer-history-variable is equal to t.
22153
22154 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
22155
22156 * files.el (write-file): Refresh VC status.
22157
22158 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
22159 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
22160 than fundamental-mode to see if the mode was set.
22161
22162 2005-11-14 Romain Francoise <romain@orebokech.com>
22163
22164 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
22165 dummy function in `eval-when-compile' to avoid compiler warning.
22166 Require `man' at compile time.
22167
22168 2005-11-14 Jay Belanger <belanger@truman.edu>
22169
22170 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
22171 calcFunc-powerexpand.
22172 (math-write-out-power): Rename it to math-powerexpand; have it
22173 handle negative exponents.
22174 (calc-writeoutpower): Rename it to calc-powerexpand.
22175
22176 * calc/calc-ext.el: Change calcFunc-writeoutpower and
22177 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
22178 autoloads.
22179 Add calcFunc-ldiv to autoloads.
22180
22181 * calc/calc-arith.el (calcFunc-ldiv): New function.
22182
22183 * calc/calc.el (calc-left-divide): New function.
22184
22185 2005-11-14 Juri Linkov <juri@jurta.org>
22186
22187 * cus-edit.el (custom-variable-prompt): Set the default value arg
22188 of completing-read.
22189
22190 * cus-dep.el (custom-make-dependencies): Reverse the list of
22191 found dependencies.
22192
22193 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
22194
22195 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
22196 Highlighting" entry, it is on by default now.
22197 (menu-bar-options-save): Do not save global-font-lock-mode.
22198
22199 2005-11-13 Richard M. Stallman <rms@gnu.org>
22200
22201 * textmodes/flyspell.el (flyspell-large-region):
22202 Call flyspell-accept-buffer-local-defs.
22203
22204 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
22205
22206 * textmodes/flyspell.el (flyspell-notify-misspell):
22207 Fix misspelling of "Misspelling".
22208 (flyspell-process-localwords): New function.
22209 (flyspell-large-region): Call flyspell-process-localwords and
22210 flyspell-delete-region-overlays.
22211 (flyspell-delete-region-overlays): New function.
22212 (flyspell-delete-all-overlays): Call that.
22213
22214 2005-11-13 Richard M. Stallman <rms@gnu.org>
22215
22216 * help.el (help-for-help-internal): Improve doc of C-h a.
22217 (describe-key): Improve prompt; doc fix.
22218
22219 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
22220
22221 * vc-svn.el (vc-svn-registered): Catch all errors.
22222
22223 * cus-dep.el (custom-make-dependencies): Typo.
22224
22225 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
22226
22227 * net/tramp-util.el (top): Fix compilation warning.
22228
22229 2005-11-13 Kim F. Storm <storm@cua.dk>
22230
22231 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
22232
22233 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
22234
22235 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
22236 (gud-speedbar-buttons): Match on "const char *" too.
22237
22238 * progmodes/gdb-ui.el (gdb-var-create-handler)
22239 (gdb-var-list-children-handler): Match on "const char *" too.
22240 (gdb-var-evaluate-expression-handler): Match on empty string.
22241 (gdb-var-update-handler): Only call
22242 gdb-var-evaluate-expression-handler when required.
22243
22244 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
22245
22246 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
22247 selected window. This still doesn't work for speedbar.
22248 (gud-speedbar-buttons): Handle string expressions properly.
22249
22250 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
22251 (gdb-var-create-handler): Handle string expressions properly.
22252 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
22253 Handle string expressions properly. Move "type" field into regexp.
22254
22255 2005-11-12 Karl Fogel <kfogel@red-bean.com>
22256
22257 * bookmark.el (bookmark-maybe-message): New function to reduce
22258 code duplication: invokes `message' iff baud-rate is high enough.
22259 (bookmark-write-file): Use above instead of an inline conditional.
22260 (bookmark-load): Same.
22261
22262 2005-11-12 Karl Fogel <kfogel@red-bean.com>
22263
22264 * bookmark.el (bookmark-write-file): Don't visit the destination
22265 file, just write the data to it using write-region. This is
22266 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
22267 change to avoid visiting the file in the first place.
22268
22269 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
22270
22271 * hi-lock.el (hi-lock-mode): Set the default value of
22272 font-lock-defaults.
22273
22274 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
22275
22276 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
22277 arg to `file-attributes'.
22278 (find-lisp-format): The UID and GID can now be strings.
22279
22280 2005-11-12 Kim F. Storm <storm@cua.dk>
22281
22282 * help.el (help-map): Bind C-h d to apropos-documentation.
22283
22284 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
22285 when point is at end-of-buffer.
22286
22287 * apropos.el (apropos-match-face): Doc fix.
22288 (apropos-sort-by-scores): Add new choice `verbose'.
22289 (apropos-documentation-sort-by-scores): New defcustom.
22290 (apropos-pattern): Now contains the pattern entered by the user.
22291 (apropos-pattern-quoted): New defvar.
22292 (apropos-regexp): New defvar, containing the regexp corresponding
22293 to apropos-pattern.
22294 (apropos-all-words-regexp): Rename from apropos-all-regexp.
22295 (apropos-read-pattern): New defun. Use it to read pattern arg in
22296 interactive calls; returns list of words for a word list, and
22297 string for a regexp.
22298 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
22299 parses a list of words or regexp as returned by apropos-read-pattern.
22300 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
22301 (apropos-score-doc): Return a very high score if the string
22302 entered by the user matches literally.
22303 (apropos-variable): Doc fix. Use apropos-read-pattern.
22304 (apropos-command): Doc fix. Use apropos-read-pattern and
22305 apropos-parse-pattern. Call apropos-print with nosubst=t.
22306 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
22307 apropos-parse-pattern.
22308 (apropos-documentation): Doc fix. Use apropos-read-pattern and
22309 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
22310 apropos-documentation-sort-by-scores. Call apropos-print with
22311 nosubst=t.
22312 (apropos-documentation-internal): Pass doc string through
22313 substitute-key-definition before adding text properties.
22314 Highlight substring matching literal user input if possible.
22315 (apropos-documentation-check-doc-file): Remove locals beg and end.
22316 Fix calculation of score (as added twice). Pass doc string through
22317 substitute-key-definition before adding text properties.
22318 (apropos-documentation-check-elc-file): Pass doc string through
22319 substitute-key-definition before adding text properties.
22320 Highlight substring matching literal user input if possible.
22321 (apropos-print): Add new arg NOSUBST; if set, command and variable
22322 doc strings have already been passed through substitute-key-definition.
22323 Add code to handle apropos-accumulator items without score element
22324 for backwards compatibility (e.g. with woman package).
22325 Only show scores if apropos-sort-by-scores is `verbose'.
22326
22327 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22328
22329 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
22330 Add jka-compr-load-suffixes to load-suffixes.
22331
22332 * jka-compr.el: Require jka-cmpr-hook.
22333 (jka-compr-info-compress-message, jka-compr-info-compress-program)
22334 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
22335 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
22336 (jka-compr-info-can-append, jka-compr-info-strip-extension)
22337 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
22338 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
22339 (jka-compr-uninstall): Remove entries from
22340 jka-compr-added-to-file-coding-system-alist after they are used.
22341 (jka-compr-error): Remove unused var `curbuf'.
22342 (jka-compr-file-local-copy): Remove unused var `notfound'.
22343
22344 2005-11-10 Romain Francoise <romain@orebokech.com>
22345
22346 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
22347
22348 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
22349
22350 * progmodes/gud.el (gud-menu-map): Move parentheses.
22351 (gdb): New command gud-pv.
22352
22353 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22354
22355 * tar-mode.el: Remove spurious or unnecessary leading stars
22356 in docstrings.
22357 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
22358 (tar-parse-octal-integer-safe): Use mapc.
22359 (tar-header-block-summarize): Remove unused var `ck'.
22360 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
22361 cleared before. Obey default-enable-multibyte-characters.
22362 Use mapconcat. Simplify setting of tar-header-offset.
22363 (tar-mode-map): Move initialization inside delcaration.
22364 (tar-flag-deleted): Use `abs'.
22365 (tar-expunge-internal): Remove unused var `line'.
22366 (tar-expunge-internal): Don't hardcode point-min==1.
22367 (tar-expunge): Widen while doing set-buffer-multibyte.
22368 (tar-rename-entry): Use file-name-coding-system.
22369 (tar-alter-one-field): Don't hardcode point-min==1.
22370 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
22371 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
22372
22373 2005-11-10 Masatake YAMATO <jet@gyve.org>
22374
22375 * add-log.el (add-log-current-defun): Handle class::method
22376 notation of c++. Fix incorrect comment.
22377
22378 2005-11-10 Alan Mackenzie <acm@muc.de>
22379
22380 * help-fns.el (describe-variable): Make C-h v work when a variable
22381 has variable documentation yet is unbound.
22382
22383 2005-11-10 Masatake YAMATO <jet@gyve.org>
22384
22385 * man.el (Man-highlight-references): Set an empty
22386 string to `Man-arguments' if it is nil.
22387 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
22388
22389 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
22390
22391 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
22392 commenting conventions.
22393
22394 * cus-dep.el (custom-make-dependencies): Simplify.
22395 Better follow the commenting conventions.
22396
22397 2005-11-09 Richard M. Stallman <rms@gnu.org>
22398
22399 * apropos.el (apropos-pattern): Rename from apropos-regexp.
22400 (apropos-orig-pattern): Rename from apropos-orig-regexp.
22401 All uses changed.
22402 (apropos-rewrite-regexp): Doc fix.
22403 (apropos-variable, apropos-command, apropos, apropos-value):
22404 Change prompt; carry through the argument renaming.
22405
22406 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
22407
22408 * find-lisp.el: Require dired.
22409 (find-lisp-find-dired-internal): Do not call
22410 `abbreviate-file-name' on DIR.
22411
22412 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
22413
22414 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22415
22416 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
22417
22418 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22419 when using the speedbar.
22420 (gdb): New command gud-pp.
22421 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22422
22423 2005-11-09 Juri Linkov <juri@jurta.org>
22424
22425 * replace.el (occur-excluded-properties): New defcustom.
22426 (occur-1, occur-engine, occur-accumulate-lines): Use it.
22427
22428 2005-11-08 Jay Belanger <belanger@truman.edu>
22429
22430 * calc/calc-units.el (math-convert-units): Replace any composite
22431 unit by its definition.
22432
22433 2005-11-08 Lars Hansen <larsh@soem.dk>
22434
22435 * emacs-lisp/autoload.el (update-directory-autoloads):
22436 Add obsolete function alias.
22437
22438 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
22439
22440 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22441 comment-indent-function.
22442 (lisp-comment-indent): Replace by an alias for comment-indent-default.
22443
22444 * reveal.el (reveal-post-command): Rework the handling of
22445 reveal-open-spots, so as to be more reliable. There were several
22446 tricky corner cases where an open spot might be lost, or where
22447 a closed spot might end up on the list of open spots.
22448 Only reveal text that's ellipsised.
22449
22450 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
22451
22452 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22453
22454 2005-11-07 John Paul Wallington <jpw@gnu.org>
22455
22456 * ibuffer.el (ibuffer): Search iconified frames too when
22457 getting Ibuffer buffer's window.
22458
22459 2005-11-06 Richard M. Stallman <rms@gnu.org>
22460
22461 * progmodes/compile.el (compilation-internal-error-properties):
22462 save-excursion around the computation of MARKER.
22463
22464 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
22465
22466 * textmodes/flyspell.el (flyspell-external-point-words):
22467 flyspell-get-word returns a list, not just a string.
22468
22469 2005-11-06 John Paul Wallington <jpw@pobox.com>
22470
22471 * ibuffer.el (ibuffer): Search all visible frames when getting
22472 Ibuffer buffer's window.
22473
22474 2005-11-07 Masatake YAMATO <jet@gyve.org>
22475
22476 * man.el (Man-reference-regexp): Accept spaces between
22477 `Man-name-regexp' and `Man-section-regexp'.
22478 (Man-apropos-regexp): New variable.
22479 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22480 if available.
22481 (Man-highlight-references, Man-highlight-references0):
22482 Handle the case when `Man-arguments' includes "-k".
22483 (Man-highlight-references0): Rename the argument `TARGET-POS' to
22484 `TARGET'. `TARGET' can be a number, function or nil.
22485
22486 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
22487
22488 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22489 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22490 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22491 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22492 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22493 (gdb-send-item): Use buffer-local-value and simplify.
22494
22495 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
22496
22497 * startup.el (command-line): Use `custom-reevaluate-setting' for
22498 `global-font-lock-mode'.
22499
22500 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22501 by default, except in batch mode or when the -D option is given.
22502
22503 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22504 specified keyword args on to `define-minor-mode'. Update docstring.
22505
22506 2005-11-05 Romain Francoise <romain@orebokech.com>
22507
22508 * replace.el (occur-engine): Add marker at end of line, too.
22509
22510 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22511
22512 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22513 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22514 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22515 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22516 argument to all these routines, so the passphrase can be managed
22517 externally and passed in to the system.
22518 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22519 pgg-add-passphrase-to-cache function.
22520
22521 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22522 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22523 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22524 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22525 argument to all these routines, so the passphrase can be managed
22526 externally and passed in to the system.
22527 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22528 function.
22529
22530 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22531
22532 * font-lock.el: Don't deal with font-lock-face-attributes here,
22533 move the code ...
22534
22535 * startup.el (command-line): ... here. Use face-spec-set instead
22536 of custom-declare-face.
22537
22538 * faces.el (face-spec-set): Reset the face if spec is not nil.
22539
22540 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22541
22542 * newcomment.el (comment-region-internal): Box more tightly in the
22543 common case where there's no TAB in the boxed text.
22544
22545 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22546
22547 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22548 up-node.
22549
22550 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22551
22552 * net/newsticker.el: Commentary updated. Code formatting changed.
22553 (newsticker-version): Change to "1.9".
22554 (newsticker, newsticker-feed): Doc fix.
22555 (newsticker-url-list): Doc fix. Add option "Weekly".
22556 (newsticker-retrieval-interval): Add option "Weekly".
22557 (newsticker-headline-processing): Doc fix.
22558 (newsticker-auto-mark-filter): Remove.
22559 (newsticker-auto-mark-filter-list): New.
22560 (newsticker-layout, newsticker-sort-method): Doc fix.
22561 (newsticker-hide-old-items-in-newsticker-buffer)
22562 (newsticker-heading-format, newsticker-item-format)
22563 (newsticker-desc-format): Doc fix.
22564 (newsticker-show-all-rss-elements): Remove.
22565 (newsticker-show-all-news-elements): New.
22566 (newsticker-faces, newsticker-ticker): Doc fix.
22567 (remove-from-invisibility-spec): Code formatting.
22568 (newsticker--process-ids): New.
22569 (newsticker-mode): Doc fix.
22570 (newsticker-mode): Change mode-line-format.
22571 (newsticker-start): Remove debug output.
22572 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22573 (newsticker-w3m-show-inline-images): Code formatting.
22574 (newsticker-next-item): Call `force-mode-line-update'.
22575 (newsticker-previous-item): Call `force-mode-line-update'.
22576 (newsticker-next-feed): Call `force-mode-line-update'.
22577 (newsticker-previous-feed): Call `force-mode-line-update'.
22578 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22579 (newsticker-show-old-items): Do not show descs.
22580 (newsticker-hide-entry): Hide too much.
22581 (newsticker-hide-entry, newsticker-show-entry)
22582 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22583 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22584 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22585 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22586 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22587 (newsticker-get-news): Call `force-mode-line-update'.
22588 Collect process ids.
22589 (newsticker--sentinel): Change coding system handling.
22590 Move image retrieval to new functions newsticker--get-logo-url-*.
22591 Move feed parsing to new functions newsticker--parse-*.
22592 Update list of process ids.
22593 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22594 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22595 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22596 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22597 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22598 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22599 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22600 (newsticker--decode-coding-string): Remove.
22601 (newsticker--decode-numeric-entities): Check input. Format code.
22602 (newsticker--remove-whitespace): Check input.
22603 (newsticker--do-forget-preformatted): Doc fix.
22604 (newsticker--decode-rfc822-date): Allow for missing time.
22605 (newsticker--update-process-ids): New.
22606 (newsticker--image-sentinel): Change comment.
22607 (newsticker--image-read): Change error message.
22608 (newsticker--imenu-goto): Doc fix. Show headline title.
22609 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22610 (newsticker--buffer-do-insert-text): Clean whitespace in
22611 html-rendered headline title. Code formatting.
22612 Call `newsticker--buffer-print-extra-elements'.
22613 (newsticker--buffer-print-extra-element): Remove.
22614 (newsticker--buffer-print-extra-elements): New.
22615 (newsticker--buffer-do-print-extra-element): New.
22616 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22617 large sizes.
22618 (newsticker--run-auto-mark-filter)
22619 (newsticker--do-run-auto-mark-filter):
22620 Use `newsticker-auto-mark-filter-list'.
22621
22622 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22623
22624 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22625 (rcirc-print): Force redisplay before running hooks. Do long
22626 buffer truncation after making new text read-only. Deal with nil
22627 text when decoding strings. If TARGET is nil, use either the
22628 currently selected buffer, if it is an rcirc buffer and of the
22629 same process or the process buffer.
22630 (rcirc-mode): Remove header-line. Recompute short buffer names.
22631 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22632 (rcirc-short-buffer-name): Add variable.
22633 (rcirc-kill-buffer-hook): Recompute short buffer names.
22634 Remove nick from private channel.
22635 (rcirc-send-input): Send command text to current-buffer.
22636 Don't clear overlay arrow here.
22637 (rcirc-short-buffer-name): Return a short buffer name.
22638 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22639 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22640 buffer-name abbreviations.
22641 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22642 Do not touch nick-table when killing a parted channel.
22643 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22644 Clear arrow from current buffer if it is now hidden.
22645 (rcirc-current-buffer): Add variable.
22646 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22647 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22648 Remove -face from names.
22649 (rcirc-update-activity-string): Print "DND" when globally ignoring
22650 activity.
22651 (rcirc-ignore-buffer-activity-flag): Rename from
22652 rcirc-ignore-channel-activity.
22653 (rcirc-ignore-all-activity-flag): Doc fix.
22654 (rcirc-channels): Remove variable.
22655 (rcirc-kill-buffer-hook):
22656 (rcirc-get-buffer-create): Add nick to private channel.
22657 (rcirc-multiline-edit-submit): Remove tabs.
22658 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22659 folded.
22660 (rcirc-remove-nick-channel): Bug fix.
22661 (rcirc-toggle-ignore-buffer-activity): Rename from
22662 rcirc-toggle-ignore-channel-activity.
22663 (rcirc-record-activity): Add buffers to the front of the list.
22664 (rcirc-update-activity): Remove killed buffers from list.
22665 (rcirc-process-server-response-1): Remove last argument if it is
22666 null before calling handler.
22667 (rcirc): Add "rcirc" defcustom prefix.
22668 (rcirc-prompt): Simplify default prompt.
22669 Use custom-initialize-default.
22670 (rcirc-private-chats): Remove variable.
22671 (rcirc-prompt): Change initialization.
22672 (rcirc-version): Remove function.
22673 (rcirc-id-string): Add constant.
22674 (rcirc-last-buffer): Remove variable.
22675 (rcirc-buffer-alist): Add variable.
22676 (rcirc-connect): Update variable setup.
22677 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22678 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22679 default.
22680 (rcirc-handler-generic): Trigger activity.
22681 (rcirc-send-message): Create the buffor of the target.
22682 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22683 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22684 (rcirc-multiline-edit-cancel): Remove function.
22685 (rcirc-set-last-buffer): Remove function.
22686 (rcirc-get-any-buffer): Add function.
22687 (rcirc-join-channels): Don't print /join text.
22688 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22689 messages.
22690 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22691 (rcirc-handler-NOTICE): Recognize CTCP responses.
22692 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22693 constructing TOPIC string for buffers we are not JOINed.
22694 (rcirc-handler-CTCP-response): Add handler.
22695 (rcirc-multiline-edit-submit): Restore the window-configuration
22696 before adjusting point.
22697 (rcirc): Add customization group.
22698 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22699 (rcirc-user-full-name, rcirc-startup-channels-alist)
22700 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22701 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22702 (rcirc-input-ring-size, rcirc-read-only-flag)
22703 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22704 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22705 Change defvar to defcustom.
22706 (rcirc-update-prompt): Add optional ALL arg, which will update
22707 prompts in all rcirc buffers. Regexp quote replacement text.
22708 (rcirc-fill-column): Accept frame-width as a value.
22709 (rcirc-set-changed): Add function.
22710 (rcirc-next-active-buffer): Write more meaningful messages.
22711 (rcirc-faces): Add customization group.
22712 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22713 (rcirc-nick-in-message-face, rcirc-prompt-face)
22714 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22715 (with-rcirc-process-buffer): Move before first usage.
22716 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22717 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22718 (rcirc-debug): Rename from `rcirc-log'.
22719 (rcirc-format-response-string): Do not print `-' chars for a
22720 NOTICE with no sender. Simplify output of server responses.
22721
22722 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22723
22724 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22725 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22726 Make urls mouse and RET clickable.
22727
22728 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22729
22730 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22731
22732 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22733
22734 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22735 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22736 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22737 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22738 argument to all these routines, so the passphrase can be managed
22739 externally and passed in to the system.
22740 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22741 pgg-add-passphrase-to-cache function.
22742
22743 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22744 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22745 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22746 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22747 argument to all these routines, so the passphrase can be managed
22748 externally and passed in to the system.
22749 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22750 function.
22751
22752 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22753
22754 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22755 from goto-address-url-regexp.
22756
22757 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22758
22759 * textmodes/org.el (org-read-date, org-goto-calendar)
22760 (org-recenter-calendar, org-agenda-goto-calendar):
22761 Temporarily clear `calendar-move-hook'.
22762
22763 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22764
22765 * ediff-merg.el (ediff-merge-region-is-non-clash):
22766 Return t, if not merging.
22767
22768 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22769 have merge clashes.
22770
22771 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22772
22773 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22774 Undo previous change.
22775
22776 * startup.el (command-line): Use `custom-reevaluate-setting' for
22777 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22778 tty-register-default-colors on Mac.
22779
22780 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22781
22782 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22783 (gdb-buffer-type): Make it automatically buffer local...
22784 (gdb-get-create-buffer): ...and set it accordingly.
22785 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22786 actually work.
22787
22788 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22789
22790 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22791 not red.
22792
22793 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22794
22795 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22796 case GUD buffer is not visible.
22797 (gdb-goto-breakpoint): Try to force display in source buffer.
22798 (gdb-frame-gdb-buffer): Copy other similar functions.
22799 (gdb-restore-windows): Don't display source if not asked for.
22800 (gdb-assembler-buffer-name): Don't capitalise.
22801
22802 2005-11-03 Richard M. Stallman <rms@gnu.org>
22803
22804 * wid-edit.el (key-sequence): New widget type.
22805
22806 * simple.el (set-mark-command-repeat-pop): New variable.
22807 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22808 if set-mark-command-repeat-pop is true.
22809
22810 * info.el (Info-fontify-node): Don't display extra "see" if there
22811 already is one here.
22812
22813 * mouse.el: Fix special handling of DEL after dragging a region:
22814 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22815 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22816
22817 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22818
22819 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22820 not to assume it pertains to an affix.
22821
22822 * textmodes/flyspell.el (flyspell-post-command-hook):
22823 Bind deactivate-mark to prevent deactivation.
22824
22825 2005-11-03 Lars Hansen <larsh@soem.dk>
22826
22827 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22828 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22829 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22830
22831 2005-11-03 Romain Francoise <romain@orebokech.com>
22832
22833 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22834 Update copyright years.
22835
22836 2005-11-03 Sam Steingold <sds@gnu.org>
22837
22838 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22839 Use system-type instead of window-system because window-system is not
22840 correctly defined during loadup.
22841
22842 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22843
22844 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22845 (xml-parse-tag): Join strings separated by a comment properly.
22846
22847 2005-11-02 Andreas Schwab <schwab@suse.de>
22848
22849 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22850
22851 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22852
22853 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22854 (byte-optimize-pure-func): Quote the eval'd value.
22855
22856 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22857 Rename from perl-font-lock-syntactic-face-function.
22858 Change the calling convention so it can be used as a font-lock MATCHER.
22859 Do the parse-partial-sexp loop outselves.
22860 (perl-font-lock-syntactic-keywords): Use it.
22861 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22862
22863 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22864
22865 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22866 disassembly buffer too.
22867 (gdb-exited): Remove overlay arrows when execution has finished.
22868 (gdb-info-frames-custom, gdb-info-threads-custom)
22869 (gdb-info-registers-custom): Don't add inappropriate text
22870 properties if inferior is not active.
22871
22872 2005-11-02 Glenn Morris <rgm@gnu.org>
22873
22874 * progmodes/fortran.el (fortran-blink-match):
22875 Use `blink-matching-delay'.
22876
22877 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22878
22879 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22880
22881 2005-11-02 Lars Hansen <larsh@soem.dk>
22882
22883 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22884 "Permission denied".
22885
22886 2005-11-01 Richard M. Stallman <rms@gnu.org>
22887
22888 * textmodes/flyspell.el (flyspell-external-point-words):
22889 Pass nil to flyspell-get-word.
22890
22891 2005-11-02 Kim F. Storm <storm@cua.dk>
22892
22893 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22894 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22895
22896 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22897
22898 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22899 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22900 (calendar-mouse-print-dates): Add optional `event' argument.
22901 Update interactive-spec.
22902 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22903 Use `calendar-event-to-date' instead of `event'.
22904
22905 2005-11-02 Masatake YAMATO <jet@gyve.org>
22906
22907 * progmodes/ld-script.el (ld-script-builtins):
22908 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22909 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22910 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22911
22912 2005-11-01 Romain Francoise <romain@orebokech.com>
22913
22914 * vc-sccs.el: Update copyright year.
22915 * ezimage.el: Likewise.
22916
22917 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22918
22919 * info.el (Info-fontify-node): Use `string-width' for fontifying
22920 underlined titles.
22921
22922 2005-11-01 Juri Linkov <juri@jurta.org>
22923
22924 * info.el (Info-fontify-node): Downcase node header keywords Node,
22925 Prev, Next, Up before comparison.
22926 (Info-history): Insert absolute directory name, and put invisible
22927 property on it.
22928
22929 2005-11-01 Juri Linkov <juri@jurta.org>
22930
22931 * info.el (Info-file-supports-index-cookies): New variable.
22932 (Info-find-node-2): Check makeinfo version for index cookie support.
22933 (Info-index-nodes): Search for nodes with index cookies only when
22934 Info-file-supports-index-cookies is t. Otherwise, search nodes
22935 with "Index" in the node name.
22936 (Info-index-node): Search index cookie in the current node only when
22937 Info-file-supports-index-cookies is t. Otherwise, check the word
22938 "Index" in the node name.
22939 (Info-find-emacs-command-nodes): Remove code that searches nodes
22940 with "Index" node name in the top menu.
22941
22942 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22943
22944 * progmodes/scheme.el (scheme-mode-variables): Use the default
22945 comment-indent-function.
22946
22947 * faces.el (face-attribute): Handle the case where a face inherits from
22948 a non-existent face.
22949
22950 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22951 for octal and hexa output, and merge the char into the paren.
22952 (kill-new): Use push.
22953 (copy-to-buffer): Use with-current-buffer.
22954 (completion-setup-function): Move code in loop to remove redundancy.
22955 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22956 those inherited from minibuffer-local-completion-map.
22957
22958 * savehist.el (savehist-mode) <defcustom>:
22959 Use custom-set-minor-mode if available.
22960 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22961 and emit a message if applicable.
22962
22963 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22964
22965 * savehist.el: Sync up to version 19.
22966 (savehist-mode): New minor mode.
22967 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22968 (savehist-length): Remove (use history-length instead).
22969 (savehist-file-modes): Rename from savehist-modes.
22970 (savehist-save-hook, savehist-loaded): New vars.
22971 (savehist-load): Use savehist-mode. Try to smooth up transition from
22972 old format to new format.
22973 (savehist-install): Allow savehist-autosave-interval to be nil.
22974 (savehist-save): Run the new hook. Be more careful to only trim the
22975 history variables.
22976 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22977 (savehist-printable): Print into a buffer rather than char-by-char.
22978
22979 2005-11-01 John Wiegley <johnw@newartisans.com>
22980
22981 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22982 toggle-ignore keybinding (C-a). The author said it had been
22983 disabled much earlier due to a possible incompatibility, but after
22984 many months of usage I have encountered no problems (and it is a
22985 rather useful option, especially for switching to " *temp*").
22986
22987 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22988 support for OS/X's AddressBook, by calling out to the open source
22989 program "contacts" (installable through Fink).
22990
22991 * net/eudc.el (eudc-expand-inline): If the
22992 `eudc-multiple-match-handling-method' is set to `all', delete the
22993 query string before inserting the query result.
22994
22995 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22996 flag, to prevent Eshell from using the system ls when
22997 `eshell-ls-insert-directory' is in used.
22998 (eshell-ls-insert-directory): Disable font-lock in directory
22999 buffer so that Eshell's own fontification is seen. This broke
23000 recently due to changes in font-lock, so this goes back to version
23001 21 behavior.
23002
23003 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
23004
23005 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
23006 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
23007 (gdb-many-windows): Doc fix.
23008
23009 2005-10-31 Romain Francoise <romain@orebokech.com>
23010
23011 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
23012
23013 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
23014
23015 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
23016 that global-font-lock-mode can be enabled by default.
23017
23018 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
23019 (font-lock-add-keywords, font-lock-remove-keywords)
23020 (font-lock-fontify-buffer): Remove autoload cookies.
23021
23022 * jit-lock.el (jit-lock-register): Likewise.
23023
23024 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
23025
23026 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
23027
23028 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
23029 intact if there is no gud-comint-buffer.
23030
23031 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
23032
23033 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
23034 old prompt comint-prompt-read-only is t and GDB commands are
23035 issued from tool bar etc.
23036
23037 2005-10-31 Masatake YAMATO <jet@gyve.org>
23038
23039 * vc.el (vc-directory-exclusion-list): Add "{arch}".
23040
23041 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
23042
23043 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
23044 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
23045
23046 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
23047
23048 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
23049 starting at beginning of line. Fontification is messed up when
23050 `open-paren-in-column-0-is-defun-start' set to t.
23051 Reported by John Paul Wallington <jpw@pobox.com>.
23052
23053 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
23054
23055 * comint.el (comint-send-input): Call `comint-update-fence' when
23056 `comint-process-echoes' and `comint-prompt-read-only' are both
23057 non-nil, to avoid leftover read-only newline.
23058
23059 2005-10-30 Richard M. Stallman <rms@gnu.org>
23060
23061 * textmodes/flyspell.el (flyspell-external-point-words):
23062 Detect when WORD can't be checked properly because
23063 flyspell-get-word finds just part of it, and move on.
23064
23065 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
23066 boundarychar for Polish.
23067 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
23068 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
23069
23070 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
23071
23072 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
23073 (gdb-registers-font-lock-keywords): Delete.
23074 (gdb-registers-mode): Don't fontify.
23075 (gdb-info-registers-custom): Use text properties instead as, in
23076 future, changed register values will use font-lock-warning-face.
23077 (gdb-local-font-lock-keywords): Rename to...
23078 (gdb-locals-font-lock-keywords): ...for consistency.
23079
23080 2005-10-30 Andre Spiegel <spiegel@gnu.org>
23081
23082 * vc.el (vc-switch-backend): Better error message if the buffer is
23083 not visiting a file under version control.
23084
23085 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
23086
23087 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
23088
23089 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
23090 ~/.emacs.d/.emacs.
23091
23092 2005-10-29 Richard M. Stallman <rms@gnu.org>
23093
23094 * replace.el (occur-mode-mouse-goto): Always go to other window.
23095 (occur-mode-goto-occurrence): Always switch in same window.
23096
23097 * simple.el (undo): Display message at end, not at start.
23098
23099 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
23100 New arg REUSE-CELL.
23101 (cancel-timer-internal): New function.
23102 (timer-event-handler): Use cancel-timer-internal,
23103 and pass the cell it returns to timer-activate...
23104
23105 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
23106 (jit-lock-deferred-fontify, jit-lock-context-fontify)
23107 (jit-lock-after-change): Test memory-full.
23108
23109 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
23110
23111 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23112 part of the decoded armor to find the key-identifier.
23113 (pgg-gpg-lookup-key-owner): New function to return the
23114 human-readable identifier of a key owner.
23115 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23116 key itself.
23117 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23118 the key value) if we have a key and can match it against a secret
23119 key. Also, added a note pointing out fact that the prompt only
23120 indicates the first matching key.
23121
23122 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23123 pgg-decrypt-region.
23124 (pgg-pending-timers): A new hash for tracking the passphrase cache
23125 timers, so that new ones supercede old ones.
23126 (pgg-add-passphrase-to-cache): Rename from
23127 `pgg-add-passphrase-cache' to reduce confusion (all callers
23128 changed). Modified to cancel old timers when new ones are added.
23129 (pgg-remove-passphrase-from-cache): Rename from
23130 `pgg-remove-passphrase-cache' to reduce confusion (all callers
23131 changed). Modified to cancel old timers when their keys are
23132 removed from the cache.
23133 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23134 XEmacs, an indirection to delete-itimer.
23135 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23136 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23137 users can only check cache without risk of prompting. Correct bug in
23138 notruncate behavior.
23139 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23140 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23141 Add informative docstrings.
23142 (pgg-decrypt): Convey provided passphrase in subordinate call to
23143 pgg-decrypt-region.
23144
23145 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23146 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23147 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23148 `passphrase' argument, so the passphrase can be managed externally
23149 and then passed in to the system.
23150
23151 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23152 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23153 so the passphrase cache can be used reliably with identifiers
23154 besides a pgp packet's key id.
23155
23156 * pgg-gpg.el (pgg-pgp-encrypt-region)
23157 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23158 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23159 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23160 argument to all these routines, so the passphrase can be managed
23161 externally and passed in to the system.
23162
23163 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23164 `notruncate' argument, so the passphrase cache can be used
23165 reliably with identifiers besides a pgp packet's key id.
23166
23167 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
23168
23169 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23170 symmetric encryption.
23171 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23172 encrypted session key.
23173 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23174 message ask for the passphrase in a proper way.
23175
23176 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23177 New user commands for symmetric encryption.
23178
23179 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
23180
23181 * textmodes/conf-mode.el (conf-assignment-sign)
23182 (conf-assignment-regexp): Fix docstrings.
23183 (conf-mode-initialize): New function.
23184 (conf-mode): Remove optional args. Use delay-mode-hooks to
23185 recognize recursive calls.
23186 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
23187 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
23188 (conf-xdefaults-mode): Use define-derived-mode and
23189 conf-mode-initialize.
23190
23191 2005-10-29 Romain Francoise <romain@orebokech.com>
23192
23193 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
23194
23195 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
23196
23197 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23198 part of the decoded armor to find the key-identifier.
23199 (pgg-gpg-lookup-key-owner): New function to return the
23200 human-readable identifier of a key owner.
23201 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23202 key itself.
23203 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23204 the key value) if we have a key and can match it against a secret
23205 key. Also, added a note pointing out fact that the prompt only
23206 indicates the first matching key.
23207
23208 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23209 pgg-decrypt-region.
23210 (pgg-pending-timers): A new hash for tracking the passphrase cache
23211 timers, so that new ones supercede old ones.
23212 (pgg-add-passphrase-to-cache): Rename from
23213 `pgg-add-passphrase-cache' to reduce confusion (all callers
23214 changed). Modified to cancel old timers when new ones are added.
23215 (pgg-remove-passphrase-from-cache): Rename from
23216 `pgg-remove-passphrase-cache' to reduce confusion (all callers
23217 changed). Modified to cancel old timers when their keys are
23218 removed from the cache.
23219 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23220 XEmacs, an indirection to delete-itimer.
23221 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23222 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23223 users can only check cache without risk of prompting. Correct bug in
23224 notruncate behavior.
23225 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23226 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23227 Add informative docstrings.
23228 (pgg-decrypt): Convey provided passphrase in subordinate call to
23229 pgg-decrypt-region.
23230
23231 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
23232
23233 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23234 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23235 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23236 `passphrase' argument, so the passphrase can be managed externally
23237 and then passed in to the system.
23238
23239 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23240 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23241 so the passphrase cache can be used reliably with identifiers
23242 besides a pgp packet's key id.
23243
23244 * pgg-gpg.el (pgg-pgp-encrypt-region)
23245 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23246 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23247 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23248 argument to all these routines, so the passphrase can be managed
23249 externally and passed in to the system.
23250
23251 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23252 `notruncate' argument, so the passphrase cache can be used
23253 reliably with identifiers besides a pgp packet's key id.
23254
23255 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
23256
23257 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23258 symmetric encryption.
23259 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23260 encrypted session key.
23261 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23262 message ask for the passphrase in a proper way.
23263
23264 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23265 New user commands for symmetric encryption.
23266
23267 2005-10-28 Bill Wohler <wohler@newt.com>
23268
23269 * help-mode.el (help-url): New button type. Calls browse-url.
23270 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
23271 Similar to Info nodes: URL `url'.
23272 (help-make-xrefs): Create help-url buttons for
23273 help-xref-url-regexp matches.
23274
23275 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
23276
23277 * tool-bar.el (tool-bar-add-item-from-menu)
23278 (tool-bar-local-item-from-menu): Fix doc strings.
23279
23280 2005-10-28 Romain Francoise <romain@orebokech.com>
23281
23282 * ldefs-boot.el: Update.
23283
23284 * subr.el (locate-library): Move from help-fns.el.
23285 * help-fns.el (locate-library): Move to subr.el.
23286
23287 2005-10-28 Richard M. Stallman <rms@gnu.org>
23288
23289 * net/tramp.el (tramp-completion-mode): defvar moved up.
23290
23291 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
23292
23293 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
23294
23295 * files.el (find-file-noselect): Use %d to format large file size.
23296
23297 * bindings.el (mode-line-format): Add %e.
23298
23299 * loadup.el ("facemenu"): Load unconditionally.
23300 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
23301 ("x-dnd"): Load, when appropriate.
23302
23303 * startup.el (command-line): Call before-init-hook earlier.
23304 Warn about some bad characters in -u user name.
23305
23306 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
23307 (flyspell-external-point-words): Error if misspelled word is not found.
23308 Set flyspell-large-region-beg at end of word.
23309
23310 2005-10-28 Andreas Schwab <schwab@suse.de>
23311
23312 * view.el (View-revert-buffer-scroll-page-forward):
23313 Use view-page-size-default.
23314
23315 2005-10-28 Juri Linkov <juri@jurta.org>
23316
23317 * international/quail.el (quail-get-current-str): Translate last
23318 raw character for deterministic input methods.
23319
23320 2005-10-27 Jay Belanger <belanger@truman.edu>
23321
23322 * calc/calc-ext.el: Add functions to autoloads.
23323 (math-identity-matrix-p, math-ident-row-p): New functions.
23324
23325 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
23326 multiplication by an identity matrix; don't turn multiplication by
23327 an inverse matrix into division.
23328 (math-div-symbol-fancy): Replace division by matrices with
23329 multiplication by inverse.
23330
23331 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
23332
23333 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
23334 (calc-writeoutpower): New functions.
23335
23336 2005-10-27 Romain Francoise <romain@orebokech.com>
23337
23338 * replace.el (occur-engine): Include colon in mouse-face highlight.
23339
23340 * dired-x.el: Change Maintainer field.
23341
23342 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
23343
23344 * longlines.el (longlines-mode): Bind after-change-functions to
23345 nil during initial decoding and final encoding.
23346
23347 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
23348
23349 * term.el (term-emulate-terminal, term-handle-colors-array)
23350 (term-handle-ansi-escape): Specify the terminfo capabilities
23351 implemented.
23352
23353 2005-10-26 Richard M. Stallman <rms@gnu.org>
23354
23355 * info.el (Info-fontify-node): Fix detection of sentence-break
23356 before *Note.
23357
23358 2005-10-26 Romain Francoise <romain@orebokech.com>
23359
23360 * smerge-mode.el: Add `tools' to file keywords.
23361
23362 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
23363
23364 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
23365 when the fringe is not available.
23366
23367 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
23368 (def-gdb-auto-update-trigger): Simplify construction.
23369 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
23370 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
23371 defined explicitly.
23372 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
23373 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
23374 defined explicitly.
23375 (gdb-info-locals-custom): Remove as it's a no-op.
23376
23377 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
23378
23379 * longlines.el (longlines-mode): Remove narrowing before
23380 performing the initial decoding or final encoding.
23381
23382 2005-10-25 Romain Francoise <romain@orebokech.com>
23383
23384 * emacs-lisp/find-func.el (find-library-name): Also strip
23385 extension if library name ends in .el, to take advantage of
23386 `find-library-suffixes'.
23387
23388 2005-10-25 Richard M. Stallman <rms@gnu.org>
23389
23390 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
23391
23392 2005-10-25 Juri Linkov <juri@jurta.org>
23393
23394 * textmodes/texinfo.el (texinfo-mode): Change charset of one
23395 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
23396
23397 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23398
23399 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
23400 (blackbox-redefine-key): Add argument `map'.
23401
23402 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23403 regions when moving the jit-lock-context-unfontify-pos boundary.
23404
23405 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
23406
23407 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23408
23409 2005-10-25 Masatake YAMATO <jet@gyve.org>
23410
23411 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23412
23413 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23414
23415 * play/blackbox.el (blackbox-redefine-key): New function.
23416 (blackbox-mode-map): Use it to remap existing bindings for cursor
23417 motion instead of binding literal keys.
23418
23419 2005-10-25 Glenn Morris <rgm@gnu.org>
23420
23421 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23422 diary does not end in a newline. Do not assume a blank line at
23423 the start of the diary file.
23424
23425 2005-10-25 Kenichi Handa <handa@m17n.org>
23426
23427 * international/quail.el (quail-translate-key): If the input
23428 method is deterministic and failed to handle the last key, restart
23429 the key handling loop from an appropriate key.
23430
23431 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
23432
23433 * vc.el (vc-dired-mode): Extend comment for binding of
23434 `directory-listing-before-filename-regexp'.
23435
23436 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23437
23438 * textmodes/texinfo.el (texinfo-mode):
23439 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23440 not to unnecessarily expose emacs-mule's internal char codes.
23441
23442 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
23443
23444 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23445 Display hand pointer and help-echo on disabled icon too.
23446 (gdb-mouse-until): New function.
23447 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23448
23449 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
23450
23451 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23452 with 2005-10-23 change to doctor.el.
23453
23454 * finder.el (finder-mode-map): Add follow-link binding.
23455
23456 2005-10-25 Kim F. Storm <storm@cua.dk>
23457
23458 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23459 to gdb-mouse-toggle-breakpoint-fringe.
23460 (gdb-mouse-toggle-breakpoint-margin): Rename from
23461 gdb-mouse-toggle-breakpoint. Fix doc.
23462 (gdb-mouse-toggle-breakpoint-fringe): New defun.
23463 (gdb-put-string): Add optional SPROPS arg. Add props to string.
23464 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23465 string properties also for fringe breakpoint bitmaps.
23466
23467 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
23468
23469 * textmodes/org.el (org-start-icalendar-file): Fix format form.
23470
23471 2005-10-25 Masatake YAMATO <jet@gyve.org>
23472
23473 * simple.el (completion-common-substring):
23474 Use `completion-common-substring' prior to `completion-base-size'.
23475
23476 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
23477
23478 * savehist.el: Require CL while compiling.
23479 (savehist-history-variables): Remove.
23480 (savehist-save-minibuffer-history, savehist-additional-variables)
23481 (savehist-minibuffer-history-variables): New vars.
23482 (savehist-save): Use them.
23483 (savehist-uninstall, savehist-minibuffer-hook): New funs.
23484 (savehist-install): New fun, extracted from savehist-load.
23485 (savehist-load): Use them.
23486
23487 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23488
23489 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23490 a dummy doc-string-elt property.
23491 (defalias, defvaralias, define-category): Add a docstring property.
23492
23493 * image.el (defimage):
23494 * widget.el (define-widget):
23495 * custom.el (defface, defcustom): Add `doc-string' declaration.
23496
23497 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23498 (defadvice): Add `doc-string' declaration.
23499
23500 * emacs-lisp/byte-run.el (macro-declaration-function):
23501 Handle `doc-string' declarations.
23502 (define-obsolete-function-alias, define-obsolete-variable-alias):
23503 Add `doc-string' declaration.
23504
23505 2005-10-24 Kenichi Handa <handa@m17n.org>
23506
23507 * international/utf-7.el (utf-7): Add autoload cookie.
23508
23509 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23510
23511 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23512
23513 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23514 list of directories passed to batch-update-autoloads. Add "." to
23515 the list of the echoed directories.
23516
23517 * pgg-def.el:
23518 * pgg-gpg.el:
23519 * pgg-parse.el:
23520 * pgg-pgp.el:
23521 * pgg-pgp5.el:
23522 * pgg.el: Moved here from the gnus subdirectory.
23523
23524 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23525
23526 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23527 in case comint-prompt-read-only is set to t.
23528
23529 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23530 in case comint-prompt-read-only is set to t.
23531
23532 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23533
23534 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23535 Now a string.
23536 (icalendar-import-format): Handle CLASS, STATUS, URL.
23537 Rename `subject' to `summary'.
23538 (icalendar-import-format-summary): Rename from
23539 `icalendar-import-format-subject'.
23540 (icalendar-import-format-url, icalendar-import-format-status)
23541 (icalendar-import-format-class): New variables.
23542 (icalendar--rris): Take variable argument list.
23543 (icalendar--datestring-to-isodate): Remove unnecessary
23544 calendar-style check when converting dates with explicit month names.
23545 (icalendar-export-region): Change return type of conversion
23546 subroutines. Bury current buffer unless error occurred.
23547 (icalendar--convert-to-ical)
23548 (icalendar--parse-summary-and-rest): New functions.
23549 (icalendar--convert-ordinary-to-ical)
23550 (icalendar--convert-weekly-to-ical)
23551 (icalendar--convert-yearly-to-ical)
23552 (icalendar--convert-block-to-ical)
23553 (icalendar--convert-cyclic-to-ical)
23554 (icalendar--convert-anniversary-to-ical): Change return type.
23555 Strip trailing blanks from subject.
23556 (icalendar--convert-sexp-to-ical): Change return type.
23557 Strip trailing blanks from subject. Handle simple sexp
23558 entries as generated by icalendar.el.
23559 (icalendar--convert-float-to-ical)
23560 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23561 (icalendar-import-file): Doc fix.
23562 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23563 Correct call to icalendar--rris.
23564 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23565 `summary'.
23566 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23567
23568 2005-10-24 Romain Francoise <romain@orebokech.com>
23569
23570 * server.el (server-sentinel): Set query-on-exit flag to nil on
23571 new client processes (it isn't inherited from the server process).
23572
23573 * replace.el (occur-engine): Rearrange text properties.
23574
23575 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23576
23577 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23578 case-fold-search is nil.
23579 (debug-help-follow): Use help-xref-interned directly.
23580
23581 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23582
23583 * thumbs.el (thumbs-image-type): Add .pbm.
23584
23585 2005-10-23 Richard M. Stallman <rms@gnu.org>
23586
23587 * faces.el (inhibit-face-set-after-frame-default): New variable.
23588 (set-face-attribute): Bind it.
23589 (face-set-after-frame-default): Test it.
23590
23591 * help-fns.el (describe-simplify-lib-file-name): New function.
23592 (describe-function-1, describe-variable): Use it.
23593
23594 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23595
23596 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23597 Eliminate nil as possible value.
23598 (tooltip-hide-delay): Reduce internal-border-width.
23599
23600 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23601 (menu-bar-file-menu) <new-file>: Likewise.
23602
23603 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23604
23605 * international/mule.el (load-with-code-conversion):
23606 Pass full file name to `eval-buffer' unless preloading.
23607
23608 * textmodes/flyspell.el (flyspell-large-region):
23609 Call ispell-check-version.
23610
23611 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23612 Fix the make-variable-buffer-local call that was supposed
23613 to be for this variable.
23614 (ispell-aspell-supports-utf8): Doc fix.
23615 (ispell-find-aspell-dictionaries): Preserve elements of
23616 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23617 (ispell-aspell-find-dictionary): Return nil on error.
23618
23619 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23620 (doctor-symptoms): Likewise.
23621
23622 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23623
23624 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23625
23626 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23627 (custom-raised-buttons): Add :set spec.
23628 (custom-button-unraised, custom-button-pressed-unraised):
23629 New faces, so that custom-raised-buttons actually does something.
23630 (custom-mode): Use custom-button and custom-button-pressed.
23631
23632 * wid-edit.el (widget-specify-button): Don't ignore
23633 widget-mouse-face on graphic terminals.
23634 (widget-move-and-invoke): Cleanup.
23635
23636 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23637
23638 * whitespace.el (whitespace-cleanup): Doc fix.
23639
23640 2005-10-23 Romain Francoise <romain@orebokech.com>
23641
23642 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23643 `eval-after-load' to avoid evaluating their result.
23644
23645 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23646
23647 * files.el (directory-listing-before-filename-regexp):
23648 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23649
23650 * dired.el (dired-move-to-filename-regexp): Remove.
23651 All occurrences replaced by `directory-listing-before-filename-regexp'.
23652
23653 * dired-x.el, locate.el, vc.el:
23654 Replace `dired-move-to-filename-regexp' by
23655 `directory-listing-before-filename-regexp'. In vc.el it is
23656 overwritten locally; maybe this can be handled in files.el too.
23657
23658 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23659 replaced by `directory-listing-before-filename-regexp'.
23660
23661 2005-10-23 Andreas Schwab <schwab@suse.de>
23662
23663 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23664 and eval-next-after-load.
23665
23666 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23667
23668 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23669 exist, create it.
23670
23671 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23672
23673 * allout.el: Remove autoloads for mailcrypt and crypt++.
23674 Require pgg, pgg-gpg during compilation.
23675 (allout-version): Increment version number to 2.1, and use a literal
23676 rather than RCS Id.
23677 (allout-default-encryption-scheme): Remove.
23678 (allout-passphrase-verifier-handling)
23679 (allout-passphrase-verifier-string)
23680 (allout-file-passphrase-verifier-string)
23681 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23682 (allout-passphrase-hint-handling): Rename and simplify.
23683 (allout-init): Use `find-file-hook' if available, otherwise
23684 `find-file-hooks'.
23685 (allout-mode): Use `write-file-functions' if available, otherwise
23686 `local-write-file-hooks' and, instead of making auto-save-hook
23687 buffer local, make the write-file-hook activity contingent to
23688 allout-mode.
23689 (allout-mode): Use key-binding substitution in the docstring.
23690 (allout-kill-line): Spell-out kill ring data structure mutation
23691 instead of using byte-compiler-complaint-provoking `pop'.
23692 (allout-insert-listified): Use `insert' rather than `insert-string'
23693 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23694 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23695 (allout-encrypt-string): Totally revamped vis new underlying
23696 encryption facilities.
23697 (allout-mc-activate-passwd): Remove.
23698 (allout-obtain-passphrase): New, more or less replaces
23699 allout-mc-activate-passwd.
23700 (allout-encrypted-key-info): More or less replaces
23701 allout-encrypted-text-type.
23702 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23703 (my-mark-marker): Use `(featurep 'xemacs)'.
23704
23705 2005-10-23 Lars Hansen <larsh@soem.dk>
23706
23707 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23708 (byte-compile-file-form-defmumble, byte-compile-defun)
23709 (byte-compile-defmacro): Use it.
23710 (byte-compile-form): Don't call byte-compile-set-symbol-position
23711 when a byte-compile handler is called.
23712
23713 2005-10-22 Romain Francoise <romain@orebokech.com>
23714
23715 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23716
23717 * subr.el (eval-after-load): Convert library name to an absolute
23718 file name using locate-library, since load-history no longer has
23719 library names in it.
23720
23721 2005-10-22 Richard M. Stallman <rms@gnu.org>
23722
23723 * files.el (make-temp-file): Move from subr.el.
23724 * subr.el (make-temp-file): Move to files.el.
23725
23726 * window.el (get-buffer-window-list): Move from subr.el.
23727 * subr.el (get-buffer-window-list): Move to window.el.
23728
23729 * image.el (image-load-path): Use eval-at-startup to initialize.
23730
23731 * subr.el (eval-at-startup): New macro.
23732
23733 * subr.el: Much rearrangement of functions and division
23734 into pages. No code changes.
23735
23736 2005-10-22 Kenichi Handa <handa@m17n.org>
23737
23738 * tar-mode.el (tar-extract): Be sure to call
23739 find-operation-coding-system if set-auto-coding doesn't find a
23740 coding system.
23741
23742 2005-10-22 Kim F. Storm <storm@cua.dk>
23743
23744 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23745 Change users.
23746 (image-type-file-name-regexps): New defconst.
23747 (image-type-from-data): Simplify loop.
23748 (image-type-from-buffer): New defun.
23749 (image-type-from-file-header): Use it instead of image-type-from-data.
23750 Use image-search-load-path instead of only looking in data-directory.
23751 (image-type-from-file-name): New defun.
23752 (image-search-load-path): Change `pathname' to `filename'.
23753 Make PATH arg optional, default to image-load-path.
23754
23755 2005-10-21 Richard M. Stallman <rms@gnu.org>
23756
23757 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23758
23759 * textmodes/paragraphs.el (sentence-end-base): New variable.
23760 (sentence-end): Use sentence-end-base.
23761
23762 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23763
23764 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23765 property independently from the font-lock-multiline variable.
23766
23767 2005-10-21 Richard M. Stallman <rms@gnu.org>
23768
23769 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23770
23771 * startup.el (command-line): Convert library names
23772 in `load-history' to absolute file names.
23773
23774 * subr.el (symbol-file): Doc fix.
23775
23776 * loadhist.el (file-loadhist-lookup): Call locate-library
23777 instead of find-library-name. Don't try converting
23778 abs file names to library names, since load-history no longer
23779 has library names in it.
23780 (file-dependents, file-provides, file-requires): Doc fixes.
23781
23782 2005-10-21 Juri Linkov <juri@jurta.org>
23783
23784 * progmodes/etags.el (tags-table-mode): New function.
23785 (tags-verify-table): Replace initialize-new-tags-table with
23786 tags-table-mode.
23787
23788 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23789 default value.
23790 (desktop-modes-not-to-save): Add tags-table-mode to the
23791 default value.
23792
23793 * info.el (Info-index-next): Add total number of index
23794 alternatives to the message.
23795
23796 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23797 backward only space (instead of space and period) before looking
23798 at sentence end.
23799
23800 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23801 Add the old variable value as 4th default-value arg of read-string.
23802
23803 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23804
23805 * cus-face.el (custom-declare-face): Make face from X resources
23806 also on Mac.
23807
23808 * disp-table.el (standard-display-g1, standard-display-graphic):
23809 Refuse to use string glyphs also on Mac.
23810 (standard-display-european): Don't set terminal coding system also
23811 on Mac.
23812
23813 * frame.el (display-screens): Use x-display-screens also on Mac.
23814
23815 2005-10-21 Romain Francoise <romain@orebokech.com>
23816
23817 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23818
23819 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23820
23821 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23822 and $? into sexps.
23823
23824 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23825 warning face on open-paren-in-column-0.
23826
23827 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23828 boundary case. Fix typo.
23829 Suggested by Martin Rudalics <rudalics@gmx.at>.
23830
23831 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23832
23833 * textmodes/org.el (org-combined-agenda-icalendar-file)
23834 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23835 (org-export-icalendar-this-file)
23836 (org-export-icalendar-all-agenda-files)
23837 (org-export-icalendar-combine-agenda-files): New commands.
23838 (org-export-icalendar, org-print-icalendar-entries)
23839 (org-start-icalendar-file, org-finish-icalendar-file)
23840 (org-ical-ts-to-string): New functions.
23841 (org-read-date, org-goto-calendar)
23842 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23843 call to `calendar'.
23844 (orgtbl-setup): Remove the :keys arguments from the menu description.
23845 (org-after-save-iCalendar-file-hook): New variable.
23846
23847 2005-10-21 Kenichi Handa <handa@m17n.org>
23848
23849 * language/vietnamese.el (tcvn-5712): Make it an alias of
23850 vietnamese-tcvn coding-system.
23851
23852 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23853
23854 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23855 group id is given.
23856
23857 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23858
23859 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23860 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23861 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23862 whose line is either continued or ends with a comment.
23863
23864 2005-10-20 Romain Francoise <romain@orebokech.com>
23865
23866 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23867
23868 * replace.el (occur-engine): Add follow-link property.
23869
23870 * font-core.el (font-lock-mode): Doc fix.
23871
23872 2005-10-20 Richard M. Stallman <rms@gnu.org>
23873
23874 * net/rcirc.el: New file.
23875
23876 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23877
23878 * term.el (term-term-name): Initialize to "eterm-color".
23879
23880 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23881
23882 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23883 for encryption functionality.
23884 Move allout customization subgroup from `editing' to `outlines' group.
23885 Fix commentary keywords to legitimate ones.
23886 Update author info (using my current email address, obscurified).
23887 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23888 (allout-encrypted-topic-p, allout-encrypted-text-type)
23889 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23890 (allout-situate-encryption-key-verifier)
23891 (allout-get-encryption-key-verifier, allout-verify-key)
23892 (allout-next-topic-pending-encryption)
23893 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23894 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23895 (outline-key-verifier-handling, outline-key-hint-handling)
23896 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23897 (allout-file-key-verifier-string, allout-encryption-scheme)
23898 (allout-key-verifier-string, allout-key-hint-string)
23899 (allout-after-save-decrypt): New variables.
23900 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23901 (allout-after-saves-handler): New hook functions.
23902 (allout-post-command-business): Do allout-after-save-decrypt.
23903 (allout-enable-file-variable-adjustment): Custom var to enable
23904 mechanism for adding and adjusting settings of Emacs file variables.
23905 (allout-adjust-file-variable, allout-file-vars-section-data):
23906 New functions, implement the mechanism.
23907 (outlineify-sticky): Use the file vars mechanism.
23908 (allout-inhibit-protection, allout-during-write-cue)
23909 (allout-override-protect, allout-before-change-protect): Remove.
23910 (allout-flag-region, allout-open-topic): Adjust read-only text.
23911 (allout-open-line-not-read-only): Add to facilitate read-only
23912 text based protection.
23913 (allout-kill-line): Revise to adjust read-only text, clue the
23914 user about the inhibition.
23915 (allout-unprotected): Use unwind-protect.
23916 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23917 topic deeper than the offspring depth of the previous topic -
23918 avoiding confusing "containment discontinuities".
23919 (allout-reindent-bodies): Fix retention of body relative hanging
23920 indent during promotion of collapsed bodies.
23921 (allout-open-topic): Make it easy to open new topic with same
23922 bullet as current topic - topic creation functions provided with
23923 any universal argument provokes now prompt for bullet, defaulting
23924 to the bullet of the previous topic.
23925 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23926 Plain bullet alternates `.' period and `,' comma only. All other
23927 bullets are relegated to special status (but customizable).
23928 (allout-end-of-entry): Rename from allout-end-of-current-entry
23929 since it actually operates w.r.t. most immediately containing
23930 entry, visible or not.
23931 (allout-hide-current-entry, allout-show-current-entry): Use the
23932 revised version.
23933 (allout-old-expose-topic): Solidify deprecation.
23934 (allout-end-of-subtree): Add so we can span concealed as well
23935 as visible topics.
23936 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23937 (allout-end-of-current-heading): Tweak to just respect the first line.
23938 (allout-get-body-text): Add.
23939 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23940 when invoked interactively.
23941 (allout-up-current-level): Use `interactive-p'.
23942 (allout-mode, allout-init): Miscellaneous docstring and
23943 operational refinements, as well as hookups of new encryption stuff.
23944 (allout-beginning-of-current-entry): Now works as advertised.
23945 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23946 (allout-isearch-rectification): Refine condition for isearching.
23947 (allout-isearch-abort, allout-enwrap-isearch)
23948 (allout-flag-region, my-region-active-p): Relocate some macros.
23949 (allout-title): Fallback title is (buffer-name), not
23950 non-existing (current-buffer-name).
23951 (subst-char-in-string): Define if absent (for some XEmacs versions).
23952
23953 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23954
23955 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23956 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23957 (mail-citation-prefix-regexp, mail-signature-file)
23958 (mail-default-headers, mail-bury-selects-summary)
23959 (mail-send-nonascii): Add autoload cookies.
23960
23961 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23962
23963 * frame.el (blink-cursor-mode): Add `mac' to the list of
23964 window-system's that support blinking cursor.
23965
23966 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23967
23968 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23969
23970 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23971
23972 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23973 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23974 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23975
23976 2005-10-20 Kim F. Storm <storm@cua.dk>
23977
23978 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23979 (ido-set-current-directory): Don't add / after final @.
23980 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23981 Explicitly handle ange-ftp completion oddities.
23982 (ido-make-file-list): Don't rotate list at tramp root to avoid
23983 triggering tramp file handler for expand-file-name via get-file-buffer.
23984
23985 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23986
23987 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23988
23989 2005-10-19 Jay Belanger <belanger@truman.edu>
23990
23991 * calc/calc-units.el (math-standard-units): Add units, adjust
23992 symbols and update values.
23993 (math-unit-prefixes): Add more prefixes.
23994
23995 2005-10-19 Romain Francoise <romain@orebokech.com>
23996
23997 * bookmark.el (bookmark-menu-heading): New face.
23998 (bookmark-bmenu-list): Use it.
23999 Don't fiddle with `baud-rate' at top-level.
24000
24001 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
24002
24003 * image.el (create-image, find-image): Mention max-image-size in
24004 docstring.
24005
24006 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
24007
24008 * savehist.el (savehist-load): Revert to checking XEmacs.
24009
24010 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
24011 Various docstring and line-width fixups.
24012 (conf-mode): Use cond.
24013 Set font-lock-defaults. Don't set comment-use-syntax.
24014
24015 2005-10-18 David Ponce <david@dponce.com>
24016
24017 * tree-widget.el (tree-widget-button-click): New function.
24018 (tree-widget-button-keymap): Use it.
24019
24020 2005-10-18 Romain Francoise <romain@orebokech.com>
24021
24022 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
24023 (bookmark-bmenu-hide-filenames): Add follow-link property.
24024 Improve help-echo text.
24025
24026 * ffap.el (find-file-at-point): Doc fix.
24027
24028 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24029
24030 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
24031
24032 2005-10-18 Masatake YAMATO <jet@gyve.org>
24033
24034 Install to the CVS repository what I forgot to install in my
24035 2005-10-16 changes.
24036
24037 * progmodes/python.el (python-complete-symbol): Pass the common
24038 prefix substring of completion to `display-completion-list'.
24039
24040 * textmodes/org.el (org-complete): Ditto.
24041
24042 2005-10-18 Masatake YAMATO <jet@gyve.org>
24043
24044 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
24045
24046 * woman.el (WoMan-xref-man-page): New button type derived
24047 from `Man-abstract-xref-man-page'.
24048 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
24049
24050 * man.el (Man-abstract-xref-man-page): New button type.
24051 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
24052 (Man-highlight-references): Add new optional argument `xref-man-type'.
24053
24054 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
24055
24056 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
24057
24058 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
24059
24060 * cus-edit.el (Custom-move-and-invoke): Delete.
24061 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
24062
24063 * wid-edit.el (widget-move-and-invoke): New function, from
24064 Custom-move-and-invoke.
24065
24066 2005-10-17 Bill Wohler <wohler@newt.com>
24067
24068 Move all remaining images from lisp/toolbar to etc/images, move
24069 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
24070 the low resolution images in their own directory (low-color).
24071
24072 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
24073 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
24074 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
24075 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
24076 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
24077 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
24078 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
24079
24080 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
24081 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
24082 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
24083 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
24084 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
24085 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
24086 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
24087 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
24088 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
24089 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
24090 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
24091 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
24092 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
24093 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
24094 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
24095
24096 To conform with convention, replace the underscore (_) in the
24097 following image names with dash (-) or (/) as appropriate.
24098
24099 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
24100 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
24101 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
24102 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
24103 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
24104 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
24105 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
24106 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
24107 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
24108 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
24109 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
24110 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
24111 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
24112 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
24113 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
24114
24115 * info.el (info-tool-bar-map): Replace underscores in image names
24116 with dashes.
24117
24118 * makefile.w32-in (WINS): Remove toolbar.
24119
24120 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
24121
24122 * tool-bar.el: Move to lisp from toolbar. Now that
24123 toolbar is empty, it should be deleted when folks run "cvs up -P".
24124
24125 2005-10-18 Jay Belanger <belanger@truman.edu>
24126
24127 * calc/calc-store.el (calc-store-into): Get the proper variable name
24128 to display in message.
24129
24130 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
24131
24132 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
24133 expressions display in speedbar for all buffers when debugging.
24134 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
24135
24136 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
24137 (speedbar-insert-button, speedbar-make-button):
24138 Use add-text-properties.
24139 (speedbar-update-localized-contents)
24140 (speedbar-update-directory-contents)
24141 (speedbar-update-special-contents): Use dolist.
24142 (speedbar-buffer-easymenu-definition): Add a menu separator.
24143
24144 2005-10-17 Jason Rumney <jasonr@gnu.org>
24145
24146 * makefile.w32-in: Use $(lisp) consistently.
24147 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
24148 for shell specific generation of mh-autoloads.
24149
24150 2005-10-17 Richard M. Stallman <rms@gnu.org>
24151
24152 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
24153
24154 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24155
24156 * jit-lock.el (jit-lock-fontify-now):
24157 Move jit-lock-context-unfontify-pos to avoid wasted work.
24158
24159 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
24160
24161 * net/tramp.el (tramp-completion-mode): New defvar. Used in
24162 `tramp-completion-mode' for checking if we are in completion mode.
24163 (tramp-completion-handle-file-name-all-completions): Reorder code
24164 in order to complete for file names only in case there are no
24165 method/user/host completions. This is necessary for cooperation
24166 with ido. Reported by Kim F. Storm <storm@cua.dk>.
24167
24168 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
24169
24170 * longlines.el (longlines-search-forward)
24171 (longlines-search-backward): Match any number of spaces.
24172
24173 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
24174
24175 * diff-mode.el (diff-mode): Doc fix.
24176
24177 2005-10-16 David Reitter <david.reitter@gmail.com>
24178
24179 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
24180 as default on darwin and windows systems.
24181
24182 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
24183
24184 * arc-mode.el (archive-zip-extract): Doc fix.
24185
24186 2005-10-16 Romain Francoise <romain@orebokech.com>
24187
24188 * mouse.el (mouse-1-click-follows-link): Doc fix.
24189
24190 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24191
24192 * savehist.el: Don't require CL at runtime.
24193 (savehist-xemacs): Remove.
24194 (savehist-coding-system): Use utf-8 if present, regardless of religion.
24195 (savehist-no-conversion): Use (featurep 'xemacs).
24196 (savehist-load): Check existence of start-itimer rather than XEmacs.
24197 Use an idle timer.
24198 (savehist-process-for-saving): Replace use of CL funs `subseq' and
24199 `delete-if-not'.
24200
24201 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
24202
24203 * savehist.el: Newer version.
24204 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
24205 (savehist-last-checksum, savehist-no-conversion): New vars.
24206 (savehist-autosave, savehist-process-for-saving, savehist-printable):
24207 New functions.
24208 (savehist-load, savehist-save): Use them.
24209 (savehist-delimit): Remove.
24210
24211 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24212
24213 * progmodes/compile.el (compilation-goto-locus): Display the
24214 compilation buffer first and the source buffer second, in case they're
24215 in overlapping frames. Don't raise the compilation frame if it was the
24216 selected window upon entry. Pass the `other-window' arg to
24217 pop-to-buffer.
24218
24219 * info.el (Info-fontify-node): Use dolist.
24220 Change add-text-properties to put-text-property.
24221
24222 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24223
24224 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
24225 bound of search.
24226
24227 2005-10-16 Masatake YAMATO <jet@gyve.org>
24228
24229 * dabbrev.el (dabbrev-completion): Pass the common
24230 prefix substring of completion to `display-completion-list'.
24231
24232 * filecache.el (file-cache-minibuffer-complete)
24233 (file-cache-complete): Ditto.
24234
24235 * tempo.el (tempo-display-completions): Ditto.
24236
24237 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
24238
24239 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
24240
24241 * eshell/em-hist.el (eshell-list-history): Ditto.
24242
24243 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
24244
24245 * mail/mailalias.el (mail-complete): Ditto.
24246
24247 * progmodes/etags.el (complete-tag): Ditto.
24248
24249 * progmodes/make-mode.el (makefile-complete): Ditto.
24250
24251 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
24252
24253 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
24254
24255 * progmodes/pascal.el (pascal-complete-word)
24256 (pascal-show-completions): Ditto.
24257
24258 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
24259
24260 * simple.el (completion-common-substring): New variable.
24261 (completion-setup-function): Use `completion-common-substring'
24262 to put faces.
24263
24264 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24265
24266 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
24267 (x-get-selection, mac-select-convert-to-string): Convert from/to
24268 UTF-16 clipboard data as in native byte order, no BOM.
24269
24270 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
24271
24272 * progmodes/gud.el (gud-tool-bar-map): Rename the images
24273 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
24274 (gud-sentinel): Use speedbar-frame to check for speedbar.
24275
24276 2005-10-15 Richard M. Stallman <rms@gnu.org>
24277
24278 * savehist.el: New file.
24279
24280 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
24281
24282 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
24283 Fix bug in \bf fontification.
24284
24285 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
24286
24287 * pcvs.el (cvs-edit-log-files): New var.
24288 (cvs-mode-edit-log): New arg `file'.
24289 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
24290 Instead force the use of the original file and nothing else.
24291 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
24292 the cvs-minor-wrap-function is set.
24293 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
24294
24295 2005-10-14 Bill Wohler <wohler@newt.com>
24296
24297 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
24298 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
24299 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
24300 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
24301 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
24302 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
24303 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
24304 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
24305 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
24306 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
24307 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
24308 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
24309 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
24310 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
24311 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
24312
24313 * progmodes/gud.el (gud-tool-bar-map): Rename the images
24314 appropriately (for example, gud-break to gud/break).
24315
24316 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
24317
24318 * longlines.el (longlinges-search-function)
24319 (longlines-search-forward, longlines-search-backward): New functions.
24320 (longlines-mode): Set isearch-search-fun-function to
24321 longlinges-search-function.
24322
24323 * mouse.el (mouse-drag-region-1): Handle the case where a
24324 double-click event is bound to an arbitrary function.
24325
24326 2005-10-14 David Ponce <david@dponce.com>
24327
24328 * recentf.el (recentf-track-opened-file)
24329 (recentf-track-closed-file, recentf-update-menu)
24330 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
24331 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
24332 mouse-1-click-follows-link.
24333
24334 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24335
24336 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
24337 Gnome file-manager.png. Suggested by
24338 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
24339
24340 * toolbar/README: Add diropen.xpm.
24341
24342 2005-10-13 Bill Wohler <wohler@newt.com>
24343
24344 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
24345 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
24346
24347 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
24348
24349 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
24350 Don't waste the byte-compiler's time on constant data.
24351
24352 2005-10-13 Kenichi Handa <handa@m17n.org>
24353
24354 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
24355 byte with `escape-glyph' face.
24356
24357 * international/fontset.el (ccl-encode-unicode-font):
24358 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
24359 Handle the case that ucs-mule-to-mule-unicode translates a character to
24360 ASCII (usually for IPA characters).
24361
24362 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
24363
24364 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
24365 Don't hide the underline of titles if font-lock-mode is disabled.
24366
24367 2005-10-12 Bill Wohler <wohler@newt.com>
24368
24369 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
24370 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24371 files in MH-E-SRC have been updated.
24372 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
24373
24374 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
24375
24376 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
24377 (mixal-mode-syntax-table): Add \n as end-comment.
24378 (mixal-operation-codes-alist): Immediately initialize to full value.
24379 (mixal-add-operation-code): Remove.
24380 (mixal-describe-operation-code): Make the arg non-optional.
24381 Use the interactive spec instead.
24382 Use mixal-operation-codes-alist rather than mixal-operation-codes.
24383 (mixal-font-lock-keywords): Don't highlight comments here any more.
24384 (mixal-font-lock-syntactic-keywords): New var.
24385 (mixal-mode): Use it. Fix comment-start-skip.
24386
24387 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24388
24389 * startup.el (command-line-x-option-alist): -nb => -nbi.
24390
24391 2005-10-12 Kim F. Storm <storm@cua.dk>
24392
24393 * startup.el (fancy-splash-default-action): Discard mouse click in
24394 the splash screen window, as it has no sensible meaning in the
24395 next window to be selected. Fixes error reported by Jan D.
24396
24397 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
24398
24399 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
24400
24401 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24402
24403 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24404 Try to fix up minor layout issues like indentation, line break, etc...
24405 (mixal-mode-syntax-table): Don't try to specify comment syntax,
24406 because it doesn't work.
24407 (mixal-operation-codes): Add some more codes.
24408 (mixal-font-lock-keywords): Process comments here.
24409 (mixal-mode): mixasm no longer needs -g option.
24410
24411 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
24412
24413 * progmodes/sh-script.el (sh-tmp-file):
24414 Use mktemp -t. Finish support for es and rc shells.
24415
24416 2005-10-11 Jay Belanger <belanger@truman.edu>
24417
24418 * calc/calcalg2.el (calc-integral): With an argument, compute the
24419 definite integral.
24420
24421 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
24422
24423 * mouse.el (mouse-drag-region-1): Don't try to catch a
24424 double-click when doing follow-link (it's overridden anyway).
24425
24426 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
24427
24428 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24429 (autoload-print-form-outbuf): Add docstring.
24430
24431 2005-10-11 Juri Linkov <juri@jurta.org>
24432
24433 * info.el (Info-mode-menu): Delete menu item "Edit".
24434 (Info-mode): Delete description of Info-edit from docstring,
24435 and rearrange descriptions of Info commands in the order
24436 they are documented in the Info manual.
24437
24438 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24439
24440 * calendar/appt.el (appt-check): Use diary-selective-display var.
24441
24442 2005-10-10 Richard M. Stallman <rms@gnu.org>
24443
24444 * net/newsticker.el (newsticker-start, newsticker-show-news):
24445 Add autoload cookies.
24446
24447 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
24448
24449 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24450
24451 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
24452
24453 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24454
24455 2005-10-10 Jay Belanger <belanger@truman.edu>
24456
24457 * calc/calc-arith.el (math-check-known-scalarp)
24458 (math-check-known-matrixp): Check the values of arguments that are
24459 variables.
24460 (math-check-known-square-matrixp): New function.
24461 (math-known-square-matrixp): Use math-check-known-square-matrixp.
24462 (math-super-types): Add sqmatrix type.
24463
24464 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24465 mode name `square' to `sqmatrix'.
24466
24467 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24468 mode name `square' to `sqmatrix'.
24469
24470 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24471
24472 * progmodes/etags.el (select-tags-table-mode): Don't use
24473 selective-display.
24474 (tags-select-tags-table): Pass `button' to the action function.
24475 (select-tags-table): Place the side-info on button properties rather
24476 than in hidden text. Abbreviate file names.
24477 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24478 (select-tags-table-select): Add `button' argument.
24479 Get side-info from the button property rather than from hidden text.
24480
24481 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
24482
24483 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24484 (gud-speedbar-buttons): Preserve point if possible.
24485 (gud-sentinel): Restore previous speedbar display type.
24486
24487 * progmodes/gdb-ui.el (gdba): Improve diagram.
24488 (def-gdb-auto-update-handler, gdb-info-locals-handler)
24489 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24490 Call get-buffer-window once.
24491
24492 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24493
24494 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24495 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24496 (pascal-indent-command): Remove unused var `ind'.
24497 (pascal-indent-case): Remove unused var `oldpos'.
24498 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24499 since it's now used as a proper minor mode map.
24500 (pascal-outline): Rename to pascal-outline-mode.
24501 (pascal-outline-mode): Use define-minor-mode.
24502 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24503 selective-display.
24504
24505 2005-10-10 Andreas Schwab <schwab@suse.de>
24506
24507 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24508 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24509
24510 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24511 outside source directory.
24512
24513 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24514
24515 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24516 C-x' as a prefix.
24517 (orgtbl-mode-map): Full keymap instead of sparse, because all
24518 `self-insert-command' keys are redefined in this map.
24519 (org-export-as-html): Specify charset for HTML file, by taking it
24520 from the coding system.
24521
24522 2005-10-10 Kenichi Handa <handa@m17n.org>
24523
24524 * textmodes/flyspell.el (flyspell-check-word-p):
24525 If unread-command-events is non-empty, don't call sit-for.
24526
24527 2005-10-09 Richard M. Stallman <rms@gnu.org>
24528
24529 * font-lock.el (font-lock-syntactic-keywords)
24530 (font-lock-keywords): Doc fixes.
24531
24532 * textmodes/flyspell.el (flyspell-external-point-words):
24533 Simplify logic, and don't try to check for consecutive appearances
24534 of one incorrect word.
24535
24536 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24537
24538 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24539 separator.
24540
24541 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24542 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24543 (gud-expansion-speedbar-buttons): New function.
24544 (gud-speedbar-buttons): Check for gud-comint-buffer.
24545
24546 2005-10-09 Bill Wohler <wohler@newt.com>
24547
24548 * Makefile.in (updates): Add mh-loaddefs dependency.
24549
24550 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24551
24552 * speedbar.el (speedbar-file-key-map): Fix typo.
24553
24554 2005-10-09 Daniel Brockman <daniel@brockman.se>
24555
24556 * cus-start.el (line-spacing): Add custom spec.
24557
24558 2005-10-09 Romain Francoise <romain@orebokech.com>
24559
24560 * textmodes/ispell.el (ispell-check-version): Fix last change.
24561
24562 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24563
24564 * term/x-win.el: Remove -i, --icon-type from comment.
24565
24566 * startup.el (command-line-x-option-alist): Remove options -i,
24567 -itype, --icon-type, added -nb, --no-bitmap-icon.
24568
24569 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24570
24571 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24572 instead of :active.
24573
24574 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24575
24576 * textmodes/ispell.el (ispell-check-version):
24577 Ignore hyphen, and all that follows, in aspell's version text.
24578
24579 2005-10-08 Jay Belanger <belanger@truman.edu>
24580
24581 * calc/calc-arith.el (math-known-square-matrixp): New function.
24582 (math-pow-fancy): Check for matrices before distributing exponent
24583 across products.
24584
24585 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24586 fullscreen keypad. Suggested by Luc Teirlinck.
24587 (calc-keypad-show-input): Add space for formatting.
24588
24589 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24590 Add square matrix option.
24591
24592 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24593 of checking calc-matrix-mode when deciding how to expand.
24594
24595 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24596
24597 2005-10-08 Lars Hansen <larsh@soem.dk>
24598
24599 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24600 Add error handling.
24601 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24602
24603 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24604
24605 Sync with Tramp 2.0.51.
24606
24607 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24608 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24609 Insert special handling for `last-coding-system-used', again
24610 it still seems to be necessary (unlike stated before).
24611 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24612 (tramp-password-prompt-regexp): There might be other words before
24613 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24614 (tramp-chunksize): Improve docstring.
24615 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24616 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24617 Christian Joergensen <bugs@razor.dk>.
24618
24619 2005-10-07 Glenn Morris <rgm@gnu.org>
24620
24621 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24622 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24623 precision'.
24624
24625 2005-10-07 Romain Francoise <romain@orebokech.com>
24626
24627 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24628 (ibuffer-do-shell-command-pipe-replace)
24629 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24630 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24631 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24632 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24633 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24634 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24635 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24636 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24637 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24638 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24639 Autoload file sans suffix.
24640
24641 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24642
24643 2005-10-07 David Ponce <david@dponce.com>
24644
24645 * recentf.el (recentf-menu-open-all-flag): New option.
24646 (recentf-digit-shortcut-command-name): New function.
24647 (recentf--shortcuts-keymap): New variable.
24648 (recentf-menu-shortcuts): New variable.
24649 (recentf-make-menu-items): Initialize it. Replace the "More..."
24650 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24651 (recentf-menu-value-shortcut): New function.
24652 (recentf-make-menu-item): Use it. No more in-lined.
24653 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24654 (recentf-open-most-recent-file): Rename from
24655 `recentf-open-file-with-key'. Don't depend on key binding.
24656 (recentf-mode-map): New variable.
24657 (recentf-mode): Use it.
24658
24659 2005-10-06 Bill Wohler <wohler@newt.com>
24660
24661 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24662
24663 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24664 (MH-E-SRC): New. Used by mh-autoloads.
24665 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24666 files in MH-E-SRC have been updated.
24667 (compile, recompile, bootstrap): Depend on mh-autoloads.
24668
24669 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24670
24671 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24672 gud-break and gud-remove icons when the fringe is not available.
24673
24674 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24675 Typo.
24676
24677 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24678
24679 * play/zone.el (zone): Wrap body with save-window-excursion.
24680
24681 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24682
24683 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24684 Use the new `list-only' arg to diary-list-entries.
24685
24686 * calendar/diary-lib.el: Use overlays rather than selective-display.
24687 (diary-selective-display): New var.
24688 (diary-header-line-format): Use it.
24689 (diary-list-entries): Add argument `list-only'.
24690 Put the buffer in diary-mode. Don't add \^M at beg and end.
24691 Replace \^M by invisible overlays.
24692 (diary-unhide-everything): Replace \^M by invisible overlays.
24693 (print-diary-entries): Look for overlays rather than \^M.
24694 Add a space to the temp buffer name.
24695 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24696 Put the buffer in diary-mode.
24697 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24698 (diary-anniversary): Make the year arg optional.
24699 (diary-time-regexp): New const.
24700 (diary-font-lock-keywords): Use it to accept a few more time formats.
24701
24702 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24703
24704 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24705
24706 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24707 Fix bug introduced 2005-07-03: Use (car (last ...))
24708 to faithfully reproduce replaced artist-last.
24709 (artist-set-arrow-points-for-poly): Likewise.
24710 Suggested by Johan Bockg\e,Ae\e(Brd.
24711
24712 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24713
24714 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24715 * wid-edit.el (widget):
24716 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24717 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24718
24719 2005-10-06 Kenichi Handa <handa@m17n.org>
24720
24721 * international/mule-cmds.el (set-language-environment):
24722 Fix setting up of case-table for unibyte mode.
24723
24724 * simple.el (what-cursor-position): If the character is displayed
24725 by some `display' text property, show that. Don't use
24726 single-key-description for eight-bit characters in multibyte mode.
24727
24728 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24729
24730 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24731 (gdb-ann3): Set it.
24732 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24733 (gdb-info-frames-custom): Use inverse-video for first five
24734 characters of selected frame only.
24735 (gdb-get-frame-number): Select frame even when point is on frame
24736 number.
24737
24738 2005-10-06 Masatake YAMATO <jet@gyve.org>
24739
24740 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24741 Put `font-lock-function-name-face'.
24742 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24743 and `font-lock-variable-name-face'
24744 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24745 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24746 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24747 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24748 (gdb-local-font-lock-keywords): New font lock keywords definition.
24749 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24750 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24751 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24752
24753 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24754
24755 * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
24756 (ediff-merge-region-is-non-clash-to-skip): Previously called
24757 ediff-merge-region-is-non-clash.
24758
24759 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24760 Use insert-buffer-substring.
24761
24762 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24763 selecting files to patch. Also bug fixes.
24764
24765 * ediff-util.el (ediff-setup): Bug fix.
24766 (ediff-next-difference): Never skip clashes that differ in white
24767 space only.
24768
24769 * ediff-wind.el (ediff-setup-control-frame)
24770 (ediff-destroy-control-frame): Check the menubar feature.
24771
24772 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24773 (viper-refresh-mode-line): Use make-local-variable to localize
24774 some vars instead of make-variable-buffer-local. Suggested by
24775 Stefan Monnier.
24776
24777 * emulation/viper-init.el (viper-make-variable-buffer-local):
24778 Delete alias.
24779 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24780 Use make-local-variable instead of make-variable-buffer-local.
24781 Suggested by Stefan Monnier.
24782
24783 * emulation/viper.el (viper-mode): Don't use
24784 viper-make-variable-buffer-local.
24785 (viper-comint-mode-hook): Use make-local-variable on
24786 require-final-newline.
24787 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24788
24789 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24790
24791 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24792 also the second char of a comment-start sequence.
24793 (scheme-sexp-comment-syntax-table): New var.
24794 (lambda, define): Set their scheme-doc-string-elt property.
24795 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24796 Use lisp-font-lock-syntactic-face-function now that it properly
24797 handles |...| symbols.
24798 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24799 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24800
24801 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24802 bit from # to |.
24803 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24804
24805 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24806 (lisp-doc-string-elt-property): New var.
24807 (lisp-font-lock-syntactic-face-function): Use it.
24808 Rewrite to recognize docstrings even for forms not at toplevel.
24809
24810 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24811 annotation on the | part of #| rather than on the # part.
24812 (scheme-font-lock-syntactic-face-function): New function, to
24813 distinguish strings from |...| symbols.
24814 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24815 syntax-table so that #|...|# is properly highlighted.
24816
24817 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24818 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24819
24820 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24821
24822 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24823 and C-e.
24824
24825 * emacs-lisp/eldoc.el: Move comments into docstrings.
24826 (eldoc-message-commands): Initialize in its declaration.
24827 Add move-beginning-of-line and move-end-of-line.
24828 (eldoc-add-command, eldoc-add-command-completions)
24829 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24830
24831 * outline.el (outline-mark-subtree): Activate the mark.
24832
24833 * calendar/appt.el (appt-time-regexp): New var.
24834 (appt-add, appt-make-list): Use it.
24835 (appt-convert-time): Clean up.
24836
24837 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24838 Don't set any syntax-table property here.
24839 (tex-font-lock-verb): New function. Do it here.
24840 (tex-font-lock-syntactic-keywords): Use it.
24841
24842 2005-10-04 Richard M. Stallman <rms@gnu.org>
24843
24844 * wid-edit.el (widget-file-complete): Get the widget start point
24845 the right way. Default directory to `/' if file has none.
24846
24847 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24848
24849 * textmodes/flyspell.el (flyspell-mode-on):
24850 Call ispell-maybe-find-aspell-dictionaries.
24851
24852 * textmodes/ispell.el (ispell-word, ispell-region):
24853 Call ispell-maybe-find-aspell-dictionaries.
24854 (ispell-accept-buffer-local-defs):
24855 Don't call ispell-maybe-find-aspell-dictionaries.
24856
24857 2005-10-04 Richard M. Stallman <rms@gnu.org>
24858
24859 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24860
24861 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24862
24863 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24864 instead of `fboundp' in order to allow for anonymous functions.
24865
24866 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24867
24868 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24869 case the user clicks on the link while another window is selected.
24870 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24871
24872 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24873 functionality.
24874 (dframe-help-echo): Save point in case mouse tracking is off.
24875
24876 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24877
24878 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24879
24880 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24881
24882 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24883 not change the global value of those vars.
24884
24885 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24886 make-local-variable which we do not need any more.
24887
24888 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24889
24890 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24891 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24892 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24893 (speedbar-path-line): Define obsolete aliases.
24894 (speedbar-line-directory): Doc fix.
24895
24896 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24897 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24898 instead of speedbar-line-path.
24899
24900 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24901
24902 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24903 to nil if dropping on a window. Handle dropping on a minibuffer window
24904 like dropping on a non-window part of Emacs.
24905
24906 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24907
24908 * net/ange-ftp.el: Use with-current-buffer.
24909 (ange-ftp-insert-directory): Do not follow symlinks any more.
24910
24911 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24912 Remove interactive spec.
24913
24914 2005-10-03 Kim F. Storm <storm@cua.dk>
24915
24916 * ido.el (ido-mode): Use custom-initialize-set.
24917
24918 2005-10-02 Richard M. Stallman <rms@gnu.org>
24919
24920 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24921 Use insert-buffer-substring.
24922
24923 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24924 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24925
24926 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24927
24928 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24929 in last change.
24930 (ange-ftp-insert-directory): Fix up the search for the case where
24931 `file' is absolute.
24932
24933 2005-10-02 Romain Francoise <romain@orebokech.com>
24934
24935 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24936
24937 2005-10-02 Andreas Schwab <schwab@suse.de>
24938
24939 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24940 directory component in the session info.
24941
24942 2005-10-01 Richard M. Stallman <rms@gnu.org>
24943
24944 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24945
24946 * simple.el (next-error-internal): New function.
24947
24948 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24949 (compilation-start): Pass new arg to compilation-buffer-name.
24950 (compile-goto-error): Use next-error-internal.
24951
24952 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24953
24954 * speedbar.el: Remove RCS tag.
24955 (speedbar-check-read-only): Handle non-existent files.
24956
24957 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24958
24959 * info.el (Info-speedbar-hierarchy-buttons)
24960 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24961
24962 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24963
24964 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24965 Do not match newline.
24966 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24967 (bibtex-summary): Remove unnecessary save-excursion.
24968 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24969
24970 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24971
24972 * term/mac-win.el: Add charset info for "iso10646-1".
24973 Modify default fontset to use ATSUI-compatible fonts for some charsets
24974 if available.
24975
24976 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24977
24978 * speedbar.el: Re-apply arch tag.
24979 (speedbar-version): Rename to version 1.0. Suggested by Eric
24980 M. Ludlam.
24981 Reapply two changes from Emacs CVS' version of speedbar lost
24982 during the merge:
24983 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24984 (speedbar-frame-parameters): Improve customize type.
24985
24986 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24987
24988 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24989 (ange-ftp-file-directory-p): Fix the symlink case.
24990 (ange-ftp-insert-directory): When listing a single file, get a list of
24991 the parent buffer and extract the relevant line. Inspired from a patch
24992 by Katsumi Yamaoka <yamaoka@jpl.org>.
24993 (ange-ftp-file-name-sans-versions): Simplify.
24994
24995 2005-09-30 Bill Wohler <wohler@newt.com>
24996
24997 Move MH-E image files from toolbar and mail directories into
24998 etc/images.
24999
25000 * mail/reply2.*: Move to etc/images/mail/reply*.
25001
25002 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
25003 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
25004 etc/images.
25005
25006 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
25007 * toolbar/reply*: Move to etc/images/mail.
25008
25009 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
25010
25011 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
25012
25013 * speedbar.el: New version 1.0pre3.
25014
25015 Frame management code (including timer, and mouse click specifics)
25016 moved to dframe.el:
25017 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
25018 (speedbar-timer): Removed. Use dframe-timer.
25019 (speedbar-close-frame): Removed. Use dframe-close-frame.
25020 (speedbar-activity-change-focus-flag): Removed. Use
25021 dframe-activity-change-focus-flag.
25022 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
25023 dframe-update-speed.
25024
25025 (speedbar-current-frame): New macro. Use this instead of the
25026 variable speedbar-frame.
25027
25028 (speedbar-use-images, speedbar-expand-image-button-alist)
25029 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
25030
25031 (speedbar-find-image-on-load-path): Removed. Replaced by
25032 defezimage in ezimage.el.
25033 (speedbar-expand-image-button-alist): Removed. Replaced by
25034 ezimage-expand-image-button-alist in ezimage.el.
25035
25036 (speedbar-ignored-directory-regexp)
25037 (speedbar-add-ignored-directory-regexp)
25038 (speedbar-ignored-directory-expressions)
25039 (speedbar-line-directory, speedbar-buffers-line-directory)
25040 (speedbar-directory-line, speedbar-buffers-line-directory):
25041 Renamed, replacing `path' with `directory'.
25042
25043 (speedbar-create-directory, speedbar-expand-line-descendants)
25044 (speedbar-toggle-line-expansion)
25045 (speedbar-contract-line-descendants): New commands.
25046
25047 (speedbar-query-confirmation-method, speedbar-select-frame-method)
25048 (speedbar-use-tool-tips-flag): New options.
25049
25050 (speedbar-check-read-only, speedbar-require-version)
25051 (speedbar-insert-separator, speedbar-buffers-tail-notes)
25052 (speedbar-handle-delete-frame, speedbar-try-completion)
25053 (speedbar-update-localized-contents): New functions.
25054
25055 (speedbar-incompatible-version, speedbar-ro-to-do-point)
25056 (speedbar-object-read-only-indicator): New variables.
25057
25058 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
25059 New hooks.
25060
25061 (speedbar-separator-face): New face.
25062
25063 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
25064 (speedbar-ignored-modes): Add fundamental-mode.
25065 (speedbar-directory-unshown-regexp): Add . directories.
25066
25067 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
25068 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
25069 `]' for full expand/close.
25070 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
25071
25072 (speedbar-check-vc): Support hidden files.
25073 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
25074 (speedbar-this-file-in-vc): Use vc-state if available. If VC
25075 state is nil, it is not checked out.
25076
25077 (speedbar-line-text, speedbar-line-token): Support expand buttons
25078 with no text.
25079 (speedbar-refresh): Universal argument acts as power-click.
25080 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
25081 that buffer to get variable values.
25082
25083 And many other bugfixes.
25084
25085 * dframe.el, ezimage.el, sb-image.el: New files.
25086
25087 * sb-*.xpm: Remove files. New image files installed into
25088 etc/images/ezimage.
25089
25090 2005-09-30 Kenichi Handa <handa@m17n.org>
25091
25092 * ps-mule.el (ps-mule-show-warning): If a character is in
25093 ps-print-translation-table, don't treat it as non-printable.
25094
25095 2005-09-30 David Ponce <david@dponce.com>
25096
25097 * tree-widget.el (tree-widget-themes-load-path): New variable.
25098 (tree-widget-themes-directory): Doc fix.
25099 (tree-widget-image-formats) [Emacs]: Doc fix.
25100 (tree-widget--locate-sub-directory): New function.
25101 (tree-widget-themes-directory): Use it.
25102
25103 * recentf.el (recentf-filename-handlers): Rename from
25104 `recentf-filename-handler'. Allow a list of functions.
25105 (recentf-menu-items-for-commands): Fix :help strings.
25106 (recentf-apply-filename-handlers): New function.
25107 (recentf-expand-file-name): Use it.
25108 (recentf-cleanup): Remove duplicates too.
25109
25110 2005-09-29 Juri Linkov <juri@jurta.org>
25111
25112 * faces.el: Rearrange face definitions to be in the same order as
25113 their face descriptions in "(emacs)Standard Faces".
25114
25115 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
25116
25117 * tooltip.el (tooltip): Add group `basic-faces'.
25118
25119 * buff-menu.el (Buffer-menu-buffer): Remove group
25120 `font-lock-highlighting-faces'.
25121
25122 * progmodes/compile.el (compilation-error, compilation-warning)
25123 (compilation-info, compilation-line-number, compilation-column-number):
25124 Change group from `font-lock-highlighting-faces' to `compilation'.
25125
25126 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
25127 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
25128 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
25129 (vhdl-font-lock-reserved-words-face)
25130 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
25131 `font-lock-highlighting-faces'.
25132
25133 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
25134
25135 2005-09-28 Kim F. Storm <storm@cua.dk>
25136
25137 * emulation/cua-base.el: Set CUA move property on additional commands:
25138 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
25139 forward-sexp, backward-sexp, forward-list, backward-list.
25140
25141 2005-09-28 Romain Francoise <romain@orebokech.com>
25142
25143 * comint.el (comint-show-output): Really set point at the
25144 beginning of the output when not using `comint-use-prompt-regexp'.
25145
25146 2005-09-27 Jay Belanger <belanger@truman.edu>
25147
25148 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
25149 in TeX mode.
25150
25151 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
25152
25153 * textmodes/org.el (org-table-sum): Fix format string.
25154
25155 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
25156 Quote face names.
25157
25158 2005-09-26 Romain Francoise <romain@orebokech.com>
25159
25160 * isearch.el (isearch-forward-regexp): Close doc string.
25161
25162 2005-09-25 Richard M. Stallman <rms@gnu.org>
25163
25164 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
25165
25166 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
25167
25168 * progmodes/compile.el (compilation-error-properties):
25169 When getting the file from the previous error message,
25170 correctly decode the new data format.
25171
25172 * progmodes/cc-cmds.el (c-electric-paren):
25173 Call old-blink-paren only for close-paren.
25174
25175 2005-09-24 Andreas Schwab <schwab@suse.de>
25176
25177 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
25178 condition.
25179
25180 2005-09-25 Romain Francoise <romain@orebokech.com>
25181
25182 * dired-aux.el (dired-copy-file-recursive):
25183 * dired.el (dired-delete-file):
25184 * ediff-mult.el (ediff-dir-diff-copy-file):
25185 * ediff-util.el (ediff-test-save-region):
25186 * forms.el (forms-mode):
25187 * ido.el (ido-file-internal, ido-delete-file-at-head):
25188 * log-edit.el (log-edit-done):
25189 * ses.el (ses-yank-resize):
25190 * play/gomoku.el (gomoku-human-plays, gomoku)
25191 (gomoku-human-resigns, gomoku-prompt-for-other-game)
25192 (gomoku-offer-a-draw):
25193 * play/landmark.el (lm-human-resigns, lm):
25194 * net/eudcb-ldap.el (eudc-ldap-check-base):
25195 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
25196 * progmodes/ebrowse.el (ebrowse-find-pattern):
25197 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
25198 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
25199 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
25200
25201 * vc.el (vc-delete-file):
25202 * play/gomoku.el (gomoku-terminate-game, gomoku)
25203 (gomoku-prompt-for-move, gomoku-human-takes-back):
25204 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
25205 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
25206
25207 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
25208
25209 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
25210 color rxvt terminals by using the code xterm.el used to use before
25211 2005-04-09 in order to match the colors used by rxvt.
25212
25213 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25214
25215 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
25216 colors rxvt-unicode terminals by using the same code as xterm.el.
25217
25218 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25219
25220 * textmodes/tex-mode.el (tex-font-lock-append-prop)
25221 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
25222 new symbol used for the tex-verbatim face.
25223
25224 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
25225
25226 * woman.el (woman-file-name):
25227 * wid-edit.el (widget-file-prompt-value)
25228 (widget-coding-system-prompt-value):
25229 * w32-fns.el (set-w32-system-coding-system):
25230 * vc.el (vc-version-diff, vc-annotate):
25231 * textmodes/reftex-auc.el (reftex-arg-cite)
25232 (reftex-arg-index-tag):
25233 * textmodes/refer.el (refer-get-bib-files):
25234 * textmodes/artist.el (artist-figlet-choose-font):
25235 * terminal.el (terminal-emulator):
25236 * replace.el (occur-read-primary-args):
25237 * rect.el (string-rectangle, string-insert-rectangle):
25238 * ps-print.el (ps-print-preprint):
25239 * progmodes/pascal.el (pascal-goto-defun):
25240 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
25241 * progmodes/compile.el (compilation-find-file):
25242 * printing.el (pr-interactive-n-up):
25243 * play/animate.el (animate-birthday-present):
25244 * net/rcompile.el (remote-compile):
25245 * man.el (man, Man-goto-section, Man-follow-manual-reference):
25246 * mail/rmailsum.el (rmail-summary-search-backward)
25247 (rmail-summary-search):
25248 * mail/rmailout.el (rmail-output-read-rmail-file-name)
25249 (rmail-output-read-file-name):
25250 * mail/rmail.el (rmail-search, rmail-search-backwards):
25251 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
25252 * locate.el (locate):
25253 * international/quail.el (quail-show-keyboard-layout):
25254 * international/mule.el (set-buffer-file-coding-system)
25255 (revert-buffer-with-coding-system, set-file-name-coding-system)
25256 (set-terminal-coding-system, set-keyboard-coding-system)
25257 (set-next-selection-coding-system):
25258 * international/mule-diag.el (describe-coding-system)
25259 (describe-font, describe-fontset):
25260 * international/mule-cmds.el (universal-coding-system-argument)
25261 (search-unencodable-char, describe-input-method)
25262 (set-language-environment, describe-language-environment):
25263 * international/codepage.el (codepage-setup):
25264 * international/code-pages.el (codepage-setup):
25265 * info.el (Info-search, Info-follow-reference)
25266 (Info-search-backward):
25267 * emacs-lisp/advice.el (ad-read-advised-function)
25268 (ad-read-advice-class, ad-clear-cache, ad-activate)
25269 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
25270 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
25271 (ad-read-regexp):
25272 * ediff-util.el (ediff-toggle-regexp-match):
25273 * ediff-ptch.el (ediff-prompt-for-patch-file):
25274 * dired-aux.el (dired-diff):
25275 * diff.el (diff):
25276 * cus-edit.el (custom-variable-prompt):
25277 * calendar/timeclock.el (timeclock-ask-for-project):
25278 * calc/calcalg3.el (calc-get-fit-variables):
25279 * calc/calc-store.el (calc-edit-variable)
25280 (calc-permanent-variable):
25281 * vc-mcvs.el (vc-mcvs-register):
25282 * shadowfile.el (shadow-define-literal-group):
25283 * woman.el (woman-file-name):
25284 * vc.el (vc-version-diff, vc-merge):
25285 * textmodes/reftex-index.el (reftex-index-complete-tag):
25286 * format.el (format-decode-buffer, format-decode-region):
25287 * emulation/viper-cmd.el (viper-read-string-with-history):
25288 * emacs-lisp/debug.el (cancel-debug-on-entry):
25289 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
25290 * ediff.el (ediff-merge-revisions)
25291 (ediff-merge-revisions-with-ancestor, ediff-revision):
25292 * completion.el (interactive-completion-string-reader):
25293 * calc/calc-prog.el (calc-user-define-formula):
25294 Follow convention for reading with the minibuffer.
25295
25296 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
25297
25298 * progmodes/python.el (python-describe-symbol): Add globals() and
25299 locals() to the arguments of emacs.ehelp.
25300
25301 2005-09-24 Magnus Henoch <mange@freemail.hu>
25302
25303 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
25304 New function, code extracted from ispell-valid-dictionary-list.
25305 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
25306 Call it.
25307
25308 2005-09-24 Eli Zaretskii <eliz@gnu.org>
25309
25310 * subr.el (version-regexp-alist): Extend valid syntax for version
25311 strings: allow any of the characters -,_,+ to separate the
25312 alpha/beta/rc part from the version part. Doc fix.
25313 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
25314
25315 2005-09-23 David Reitter <david.reitter@gmail.com>
25316
25317 * mail/mailclient.el: New file.
25318
25319 2005-09-23 Richard M. Stallman <rms@gnu.org>
25320
25321 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
25322 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
25323 Doc fixes.
25324
25325 * progmodes/cc-mode.el (c-font-lock-init):
25326 Specify font-lock-lines-before.
25327
25328 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
25329
25330 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
25331 whole conflict.
25332
25333 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
25334
25335 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
25336 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
25337 of `remap' feature when available. Additional key bindings for
25338 better tty support.
25339 (org-mode-restart, org-force-self-insert): New commands.
25340 (org-time-stamp-inactive): New command.
25341 (org-remap): New function.
25342 (org-table-auto-blank-field, org-level-color-stars-only): New options.
25343 (org-enable-fixed-width-editor): Move to `org-structure'
25344 customization group.
25345 (org-self-insert-command, orgtbl-self-insert-command): Modify to
25346 blank field after field motion commands.
25347
25348 2005-09-23 Kenichi Handa <handa@m17n.org>
25349
25350 * international/mule-cmds.el (set-language-environment):
25351 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
25352 have to call utf-translate-cjk-load-tables.
25353
25354 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
25355
25356 * mouse.el (mouse-move-drag-overlay): Fix last change.
25357
25358 2005-09-22 David Ponce <david@dponce.com>
25359
25360 * tree-widget.el (tree-widget-value-create): Fix previous change.
25361
25362 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25363
25364 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
25365
25366 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25367
25368 * mouse.el (mouse-move-drag-overlay): New function.
25369 (mouse-drag-region-1): Use it.
25370 Try to simplify a bit the state handling. Handle clicks on links
25371 inside intangible areas.
25372 (mouse-save-then-kill): Minor simplification.
25373 (mouse-secondary-overlay): Make it always non-nil instead of
25374 recreating it each time.
25375 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
25376 (mouse-kill-secondary, mouse-secondary-save-then-kill):
25377 Simplify accordingly.
25378
25379 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25380
25381 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
25382
25383 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
25384
25385 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
25386 (ediff-file-name-sans-prefix): Treat nil as an empty string.
25387 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
25388 to patch.
25389
25390 * ediff-util.el: Use insert-buffer-substring.
25391
25392 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
25393
25394 * emulation/viper-cmd.el (viper-change-state): Don't move over the
25395 field boundaries in the minibuffer.
25396 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
25397 (viper-minibuffer-post-command-hook): New hook.
25398 (viper-line): Don't move cursor at bolp.
25399
25400 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
25401
25402 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25403 avoid compiler warnings.
25404
25405 * emulation/viper-macs.el (ex-map): Better messages.
25406
25407 * emulation/viper-util.el (viper-beginning-of-field): New function.
25408
25409 * emulation/viper.el: Replace make-variable-buffer-local with
25410 viper-make-variable-buffer-local everywhere, to avoid warnings.
25411
25412 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25413
25414 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25415 Delete unused var `old-selected-window'.
25416 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25417 (mouse-drag-secondary): Delete unused var `start-frame'.
25418
25419 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25420
25421 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25422
25423 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25424
25425 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25426 Re-indent within 80 columns. Use inhibit-read-only.
25427
25428 2005-09-19 Romain Francoise <romain@orebokech.com>
25429
25430 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25431
25432 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25433
25434 * font-lock.el (font-lock-default-fontify-region): Don't add a line
25435 unconditionally, since the after-change-function already did it.
25436
25437 2005-09-19 Miles Bader <miles@gnu.org>
25438
25439 * net/newsticker.el: Get rid of CVS keyword.
25440
25441 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25442
25443 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25444 The prompt is formatted later.
25445
25446 2005-09-19 David Ponce <david@dponce.com>
25447
25448 * tree-widget.el (tree-widget-value-create): Save the converted
25449 tree :node widget.
25450
25451 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
25452
25453 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25454 variable `message'.
25455
25456 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
25457
25458 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25459 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
25460 <slawomir.nowaczyk.847@student.lu.se>.
25461
25462 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
25463
25464 * image.el (image-load-path): Use symbol `data-directory' instead
25465 of its value, for backward compatibility with packages that bind
25466 it during `find-image'. Suggested by Katsumi Yamaoka.
25467 (image-search-load-path): Handle symbols whose values are strings.
25468
25469 2005-09-18 Romain Francoise <romain@orebokech.com>
25470
25471 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25472 with-current-buffer form in save-excursion.
25473
25474 2005-09-18 Deepak Goel <deego@gnufans.org>
25475
25476 * apropos.el (apropos-command): Fix `message' call: first arg
25477 should be a format spec. In this and all other cases that appear
25478 below and elsewhere in the source code, I made a change only when
25479 two conditions were satisfied: [1] I can think of a possibility
25480 that the arguments would cause an error, for example, the code in
25481 question relies on external variables such as filenames. [2] I
25482 was sure that the arg to `message' could not have been nil in the code.
25483
25484 * textmodes/tildify.el (tildify-region): Ditto.
25485
25486 * textmodes/reftex-index.el (reftex-index-change-entry)
25487 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25488 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25489 * textmodes/org.el (org-complete, org-deadline, org-schedule)
25490 (org-priority, org-table-sum):
25491 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25492 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25493 (flyspell-word, flyspell-display-next-corrections):
25494 * textmodes/bibtex.el (bibtex-print-help-message):
25495 * textmodes/artist.el (artist-key-set-point-poly):
25496 * term/mac-win.el (mac-services-insert-text):
25497 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25498 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25499 (vhdl-port-paste-testbench, vhdl-compose-new-component)
25500 (vhdl-compose-configuration):
25501 * progmodes/sh-script.el (sh-blink, sh-show-indent)
25502 (sh-set-indent, sh-learn-line-indent):
25503 * progmodes/ps-mode.el (ps-mode-target-column):
25504 * progmodes/idlwave.el (idlwave-make-tags)
25505 (idlwave-scan-library-catalogs):
25506 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25507 * progmodes/gud.el (gud-jdb-analyze-source):
25508 * progmodes/flymake.el (flymake-log):
25509 * progmodes/ebnf2ps.el (ebnf-generate-region):
25510 * progmodes/cmacexp.el (c-macro-expansion):
25511 * progmodes/ada-xref.el (ada-treat-cmd-string):
25512 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25513 (ada-justified-indent-current, ada-batch-reformat):
25514 * play/zone.el (zone):
25515 * play/landmark.el (lm-move):
25516 * play/decipher.el (decipher-show-alphabet):
25517 * net/newsticker.el (newsticker--display-jump)
25518 (newsticker--display-scroll):
25519 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25520 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25521 * mail/feedmail.el (feedmail-dump-message-to-queue):
25522 * eshell/esh-proc.el (eshell-remove-process-entry):
25523 * emulation/ws-mode.el (ws-last-error):
25524 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25525 (viper-record-kbd-macro):
25526 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25527 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25528 * emacs-lisp/find-func.el (find-function-noselect):
25529 * calendar/timeclock.el (timeclock-status-string)
25530 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25531 (timeclock-when-to-leave-string):
25532 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25533 * calc/calc-units.el (calc-enter-units-table):
25534 * calc/calc-mode.el (calc-mode-record-mode):
25535 * woman.el (woman-mini-help):
25536 * wdired.el (wdired-change-to-wdired-mode):
25537 * vc.el (vc-retrieve-snapshot):
25538 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25539 * startup.el (display-startup-echo-area-message):
25540 * simple.el (set-goal-column):
25541 * ses.el (ses-command-hook, ses-recalculate-cell):
25542 * server.el (server-process-filter):
25543 * printing.el (pr-interface-txt-print, pr-interface-printify)
25544 (pr-interface-ps):
25545 * pcvs.el (cvs-help):
25546 * log-edit.el (log-edit, log-edit-mode-help):
25547 * iswitchb.el (iswitchb-possible-new-buffer):
25548 * isearch.el (isearch-edit-string):
25549 * image-mode.el (image-mode, image-minor-mode):
25550 * ibuf-macs.el (define-ibuffer-filter):
25551 * hi-lock.el (hi-lock-find-patterns):
25552 * files.el (toggle-read-only):
25553 * ediff-util.el (ediff-copy-diff)
25554 (ediff-write-merge-buffer-and-maybe-kill):
25555 * echistory.el (Electric-history-undefined):
25556 * dnd.el (dnd-insert-text):
25557 * dired-aux.el (dired-query):
25558 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25559 * bookmark.el (bookmark-bmenu-locate):
25560 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25561 Fix `message' calls to ensure first arg is a format string.
25562 The change was made only when these two conditions were satisfied:
25563 [1] when there is a possibility that the arguments would cause an error
25564 for example, if the code in question relies on external variables
25565 such as filenames, and
25566 [2] if the arg to `message' could not have been nil in the code.
25567
25568 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25569 Not having a %s would be weird, though not technically wrong.
25570
25571 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25572
25573 * term/mac-win.el (mac-add-charset-info): Doc fix.
25574
25575 2005-09-17 Romain Francoise <romain@orebokech.com>
25576
25577 * shell.el (shell-resync-dirs): Handle echoing processes more
25578 reliably. Don't insert resync command if `comint-process-echoes'
25579 is non-nil.
25580
25581 2005-09-17 Magnus Henoch <mange@freemail.hu>
25582
25583 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25584 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25585 aspell versions >= 0.60.
25586 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25587 only if ispell-aspell-supports-utf8 is non-nil.
25588
25589 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25590
25591 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25592 buffer-local value to lisp-indent-function.
25593
25594 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25595
25596 * progmodes/glasses.el (glasses-make-readable): If
25597 glasses-separator differs from underscore, put appropriate
25598 overlays over underscore characters.
25599 (glasses-convert-to-unreadable): If glasses-separator differs from
25600 underscore, try to convert glasses-separator characters to
25601 underscores.
25602
25603 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25604
25605 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25606 Use with-syntax-table and dolist.
25607
25608 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25609
25610 * textmodes/reftex-auc.el:
25611 * textmodes/reftex-cite.el:
25612 * textmodes/reftex-dcr.el:
25613 * textmodes/reftex-global.el:
25614 * textmodes/reftex-parse.el:
25615 * textmodes/reftex-ref.el:
25616 * textmodes/reftex-sel.el:
25617 * textmodes/reftex-toc.el:
25618 * textmodes/reftex-vars.el:
25619 * textmodes/reftex.el: Small changes to remove compiler warnings.
25620
25621 * textmodes/reftex-index.el: Likewise.
25622 (reftex-query-index-phrase): More efficient use of markers.
25623
25624 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25625
25626 * image.el (image-load-path): New variable.
25627 (image-search-load-path): New function.
25628 (find-image): Search for images in `image-load-path'.
25629
25630 2005-09-15 Richard M. Stallman <rms@gnu.org>
25631
25632 * follow.el: Change Maintainer field.
25633
25634 2005-09-15 David Ponce <david@dponce.com>
25635
25636 * recentf.el (recentf-save-file-modes): New option.
25637 (recentf-save-list): Use it.
25638
25639 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25640
25641 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25642 (mode-line-mule-info, mode-line-modified): Move bindings from
25643 mouse-3 to mouse-1.
25644
25645 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25646
25647 * simple.el (sendmail-user-agent-compose): Revert last change.
25648
25649 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25650
25651 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25652 Use with-current-buffer.
25653 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25654 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25655 (ange-ftp-insert-directory): Remove unused var `short'.
25656 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25657
25658 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25659 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25660
25661 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25662 (check-calendar-holidays, diary-list-entries): Autoload.
25663 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25664 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25665
25666 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25667 which mistakenly removed a call to display-buffer.
25668
25669 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25670
25671 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25672
25673 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25674
25675 * progmodes/hideshow.el
25676 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25677 (hs-allow-nesting): New user var.
25678 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25679 (hs-hide-block-at-point): When nesting allowed,
25680 if there is already an overlay in place, delete it.
25681 (hs-safety-is-job-n): Delete func; remove call sites.
25682 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25683 (hs-overlay-at): New func.
25684 (hs-already-hidden-p, hs-show-block): Use it.
25685 (hs-hide-all): Don't pre-clean if nesting allowed.
25686 (hs-show-all): Temporarily disallow
25687 nesting around call to `hs-discard-overlays'.
25688
25689 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25690
25691 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25692 Delete unused local var.
25693
25694 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25695
25696 * help-fns.el (describe-categories): "?\ " -> "?\s".
25697 (help-do-arg-highlight): Recognize also ARG-n, as in
25698 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25699
25700 * international/codepage.el (dos-unsupported-char-glyph):
25701 * net/newsticker.el (tool-bar-map, w3-mode-map)
25702 (w3m-minor-mode-map):
25703 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25704 (ent-alist):
25705 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25706
25707 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25708
25709 * custom.el (custom-push-theme): Handle the case where a symbol is
25710 bound but face properties have not yet been assigned.
25711
25712 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25713 Fix behavior if noerase is `t' and there is no mail buffer.
25714
25715 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25716 if `continue' is nil, rather than signal an error.
25717
25718 2005-09-12 Richard M. Stallman <rms@gnu.org>
25719
25720 * font-lock.el (font-lock-keywords): Add autoload.
25721
25722 * help-fns.el (describe-variable): Rearrange to put source link
25723 in a predictable place.
25724
25725 * net/newsticker.el: New file.
25726
25727 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25728
25729 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25730 (calendar-basic-setup): Use the new nil arg.
25731 (number-of-diary-entries): Move to diary-lib.el.
25732
25733 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25734 (diary-list-entries): Use with-syntax-table and dolist.
25735 Rename from list-diary-entries.
25736 Use number-of-diary-entries if `number' is nil.
25737 (diary, diary-view-entries): Use this new name and new nil arg value.
25738 (number-of-diary-entries): Move from calendar.el.
25739 (diary-unhide-everything): New function.
25740 (include-other-diary-files, fancy-diary-display)
25741 (diary-show-all-entries, make-diary-entry): Use it.
25742 (diary-mail-entries): Use buffer-string.
25743 (mark-diary-entries): Fix long standing paren typo.
25744 (diary-sexp-entry): Use count-lines.
25745 (make-diary-entry): Avoid `previous-line'.
25746 (diary-mode-map): New var.
25747 (diary-mode): Redraw cal after saving. Setup header-line.
25748 (fancy-diary-display-mode): Use local-set-key.
25749
25750 * startup.el (command-line): Try calling various terminal-init-foo-bar
25751 functions by stripping hyphenated suffixes from $TERM.
25752
25753 * files.el (normal-mode): Check boundness of font-lock-keywords.
25754
25755 2005-09-12 Richard M. Stallman <rms@gnu.org>
25756
25757 * progmodes/compile.el: Don't decide a file's directory
25758 until the user actually tries to go there.
25759 (compilation-next-error-function):
25760 Pass compilation-find-file the directory from the file-struct.
25761 (compilation-internal-error-properties): Separate local FILE-STRUCT
25762 from FILE. Doc the args better. Rename arg FMT to FMTS.
25763 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25764 Expand it, and if nil, use default-directory.
25765 (compilation-get-file-structure): Don't mix specified directory
25766 with default directory. Put specified directory into
25767 file-struct. Don't make the file name absolute.
25768
25769 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25770 (compile-command): Add autoload.
25771 (compilation-disable-input): Add autoload.
25772
25773 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25774
25775 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25776 strings of the variables it can override.
25777 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25778 %Q and %q, for fully-qualified domain name and unqualified host name.
25779
25780 2005-09-11 Kim F. Storm <storm@cua.dk>
25781
25782 * emacs-lisp/authors.el (authors-aliases): Update list.
25783 (authors-fixed-entries): Update mldrag.el entry.
25784
25785 2005-09-10 Alan Mackenzie <acm@muc.de>
25786
25787 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25788 delimiter from the region narrowed to.
25789
25790 2005-09-10 Magnus Henoch <mange@freemail.hu>
25791
25792 * textmodes/ispell.el (ispell-check-version): Signal an error if
25793 aspell version is less than 0.60.
25794
25795 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25796
25797 * progmodes/octave-inf.el (inferior-octave-startup):
25798 Resync current dir at the end.
25799
25800 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25801
25802 * woman.el (woman-topic-at-point-default):
25803 Rename to woman-use-topic-at-point-default.
25804 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25805 (woman-file-name): Reflect renames above. Automatically use the
25806 word at point as topic if woman-use-topic-at-point is non-nil.
25807 Otherwise offer it as default but don't insert it in the
25808 minibuffer. Also use `test-completion' instead of `assoc' as
25809 suggested by Stefan Monnier.
25810
25811 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25812
25813 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25814 the attempt to do it over Tramp. This is not yet supported.
25815
25816 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25817
25818 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25819 (menu-bar-non-minibuffer-window-p): New functions.
25820 ("Split Window", "Save As..."): Use them.
25821 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25822 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25823 Use menu-bar-menu-frame-live-and-visible-p.
25824 ("Save Buffer", "Insert File", "Open Directory...")
25825 ("Open File...", "Visit New File..."):
25826 Use menu-bar-non-minibuffer-window-p.
25827 (kill-this-buffer-enabled-p, dired <menu-enable>):
25828 Use menu-bar-non-minibuffer-window-p.
25829
25830 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25831
25832 * cus-start.el (all): Don't complain about fringe-related
25833 built-ins if fringes are not supported. Ditto about
25834 selection-related built-ins. Fix the test for GTK-related built-ins.
25835
25836 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25837 ("Postscript Print Buffer", "Print Region", "Save As...")
25838 ("Save", "Insert File...", "Open Directory...")
25839 ("Open File...", "Visit New File..."")
25840 ("Truncate Long Lines in this Buffer"): Don't look at
25841 menu-updating-frame if this display does not support multiple frames.
25842
25843 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25844
25845 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25846
25847 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25848
25849 * woman.el: Format- and whitespace-related changes.
25850
25851 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25852
25853 * woman.el: Fix my email address.
25854
25855 2005-09-08 Richard M. Stallman <rms@gnu.org>
25856
25857 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25858 (sh-mode): Locally set skeleton-pair-default-alist.
25859
25860 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25861
25862 * progmodes/flymake.el: Require `compile' unconditionally.
25863
25864 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25865
25866 * woman.el (woman-file-name): Provide a default, not initial input.
25867
25868 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25869
25870 * font-lock.el (font-lock-support-mode): Doc fix.
25871
25872 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25873
25874 2005-09-08 Richard M. Stallman <rms@gnu.org>
25875
25876 * simple.el (blink-matching-open): Get rid of text props from
25877 the string shown in echo area. Don't permanently set point.
25878 Some rearrangements.
25879
25880 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25881
25882 * recentf.el (recentf-filename-handler): Add custom choice
25883 `abbreviate-file-name'.
25884
25885 * msb.el (msb--very-many-menus): Fix typo.
25886
25887 * disp-table.el (standard-display-european): Don't set
25888 enable-multibyte-characters to nil.
25889
25890 2005-09-08 David Ponce <david@dponce.com>
25891
25892 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25893 (recentf-expand-file-name): Doc fix.
25894 (recentf-dialog-mode-map): Define digit shortcuts.
25895 (recentf--files-with-key): New variable.
25896 (recentf-show-digit-shortcut-filter): New function.
25897 (recentf-open-files-items): New function.
25898 (recentf-open-files): Use it.
25899 (recentf-open-file-with-key): New command.
25900
25901 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25902
25903 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25904 Suggested by Kim F. Storm.
25905 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25906 (Buffer-menu-make-sort-button): Use global keymap.
25907
25908 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25909
25910 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25911 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25912 necessary any longer with the remapped command.
25913 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25914 formatting time only.
25915
25916 * net/tramp.el (tramp-action-password)
25917 (tramp-multi-action-password): Compile the password prompt from
25918 `method', `user' and `host'. Sometimes it isn't obvious which
25919 password to enter, for example with remote files offered by
25920 recentf.el, or with multiple steps. Suggested by Robert Marshall
25921 <robert@chezmarshall.freeserve.co.uk>.
25922
25923 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25924
25925 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25926 Fix regexp for when "s///" is at the beginning of line.
25927
25928 2005-09-07 Jay Belanger <belanger@truman.edu>
25929
25930 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25931 when in matrix mode.
25932
25933 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25934
25935 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25936 non-anonymous functions.
25937
25938 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25939
25940 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25941 when using a header line. Otherwise, use mouse-1-click-follows-link.
25942
25943 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25944 can't be moved; don't signal an error.
25945
25946 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25947
25948 * cus-theme.el (custom-theme-write-faces): Save the current face
25949 spec, not the defface spec.
25950
25951 * custom.el (custom-known-themes): Clarify meaning of "standard".
25952 (custom-push-theme): Save old values in the standard theme.
25953 (disable-theme): Correct typo.
25954 (custom-face-theme-value): Deleted unused function.
25955 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25956
25957 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25958
25959 * progmodes/compile.el (compilation-goto-locus): Take into account
25960 iconified frames when determining whether the buffer is
25961 already visible.
25962 Don't reset window height if the window already existed.
25963
25964 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25965
25966 * custom.el (load-theme): Rename from require-theme.
25967 Add interactive spec.
25968 (enable-theme): Rename from custom-enable-theme.
25969 Add interactive spec.
25970 (disable-theme): Rename from custom-disable-theme.
25971 Add interactive spec.
25972 (custom-make-theme-feature): Doc fix.
25973 (custom-theme-directory): Doc fix.
25974 (provide-theme): Call enable-theme.
25975
25976 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25977
25978 * obsolete/lazy-lock.el (lazy-lock-mode):
25979 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25980 font-lock-mode if it's off. Print a warning instead.
25981
25982 * progmodes/compile.el (compilation-start): Ignore errors if the
25983 process died before we get to send-eof.
25984
25985 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25986 Undo last change. Enclosing the result in quotes broke things on Unix
25987 since tex-send-command passes it through shell-quote-argument.
25988 (tex-send-command): Pass `file' through convert-standard-filename
25989 when possible.
25990 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25991 info in a transcript.
25992
25993 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25994
25995 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25996 fix compilation warning. Reorder the key definitions to group
25997 together keys emitted by the current version of xterm.
25998
25999 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
26000 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
26001 Reorder predicates to correct min-color usage.
26002
26003 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
26004
26005 * longlines.el (longlines-mode): Inhibit read-only when encoding.
26006 Kill local variables when longlines-mode is turned off.
26007
26008 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
26009
26010 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
26011
26012 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
26013
26014 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
26015
26016 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
26017 (font-lock-lines-before): Change default to being inactive.
26018 (font-lock-default-fontify-region): Obey font-lock-lines-before.
26019 (font-lock-after-change-function): Don't handle f-l-lines-before here.
26020
26021 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
26022
26023 * net/tramp.el (tramp-handle-make-auto-save-file-name):
26024 Deactivate temporarily advice if active (not needed for Emacs 22,
26025 but for backwards compatibility).
26026 (tramp-exists-file-name-handler): Rewrite. First implementation
26027 was too simple.
26028 (tramp-advice-make-auto-save-file-name):
26029 Call `tramp-handle-make-auto-save-file-name' (again, just for
26030 backwards compatibility).
26031
26032 2005-08-31 Reto Zimmermann <reto@gnu.org>
26033
26034 * progmodes/vhdl-mode.el
26035 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
26036 (vhdl-end-p): Fix indentation bug "else" after "-- when".
26037 (vhdl-set-default-project): New function (easier setting of default).
26038 (vhdl-port-copy): Handle extended identifiers for generics.
26039 (vhdl-compiler-alist): Better description for error message regexp.
26040 (vhdl-make): Query for target, use previous as default.
26041 (vhdl-port-copy): Fix port copy for port names starting with "signal".
26042 (vhdl-font-lock-keywords-2): Fix fontification for record
26043 el. assign.
26044 (vhdl-speedbar-make-subpack-line): Add package body link.
26045 (vhdl-generate-makefile-1): Not include itself as dependency.
26046 (vhdl-font-lock-init): Highlight c-preprocessor directives.
26047 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
26048 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
26049 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
26050 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
26051 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
26052 (vhdl-import-project): Add string argument for `error'.
26053 (vhdl-compose-configuration)
26054 (vhdl-compose-configuration-architecture): Add configuration
26055 declaration generation.
26056 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
26057 (vhdl-trailer-re): Add "record" keyword (better indentation).
26058 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
26059 "[^ \t-\"]+".
26060 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
26061 (vhdl-testbench-entity-file-name)
26062 (vhdl-testbench-architecture-file-name): Allow separate
26063 customization of testbench file names.
26064 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
26065 (vhdl-get-visible-signals): Allow newline within alias declaration.
26066 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
26067 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
26068 (member-ignore-case): Alias for missing function in XEmacs.
26069 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
26070 (vhdl-update-sensitivity-list): Ignore case on read signals.
26071 (vhdl-replace-string): Adjust case only for file names.
26072 (vhdl-update-sensitivity-list): Fix search for read signals.
26073 (vhdl-update-sensitivity-list): Exclude formal parameters.
26074 (vhdl-get-visible-signals): Include aliases of signals.
26075 (vhdl-get-visible-signals): Fix signal name searching.
26076 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
26077 (vhdl-fixup-whitespace-region): Fix for character
26078 literals (e.g. `:').
26079
26080 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
26081
26082 * ansi-color.el (comint-last-output-start):
26083 * bs.el (font-lock-verbose):
26084 * diff-mode.el (add-log-buffer-file-name-function):
26085 * dired-x.el (vm-folder-directory):
26086 * faces.el (help-xref-stack-item):
26087 * files.el (font-lock-keywords):
26088 * find-lisp.el (dired-buffers, dired-subdir-alist):
26089 * ido.el (cua-inhibit-cua-keys):
26090 * log-view.el (cvs-minor-wrap-function):
26091 * outline.el (font-lock-warning-face):
26092 * simple.el (compilation-current-error):
26093 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
26094 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
26095 * tooltip.el (comint-prompt-regexp):
26096 * w32-fns.el (explicit-shell-file-name):
26097 * term/mac-win.el (mac-charset-info-alist)
26098 (mac-services-selection, mac-system-script-code):
26099 * term/tty-colors.el (msdos-color-values):
26100 * term/w32-win.el (xlfd-regexp-registry-subnum):
26101 * term/x-win.el (x-keysym-table, x-selection-timeout)
26102 (x-session-id, x-session-previous-id):
26103 * textmodes/ispell.el (mail-yank-prefix):
26104 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
26105 * textmodes/org.el (calc-embedded-close-formula)
26106 (calc-embedded-open-formula)
26107 (font-lock-unfontify-region-function):
26108 * textmodes/reftex-global.el (isearch-next-buffer-function)
26109 (TeX-master):
26110 * textmodes/reftex.el (font-lock-keywords):
26111 * textmodes/tex-mode.el (font-lock-comment-face)
26112 (font-lock-doc-face):
26113 * textmodes/texinfo.el (outline-heading-alist):
26114 Add defvars.
26115
26116 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
26117 (artist-spray-chars, artist-mode-init, artist-replace-string)
26118 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
26119 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
26120 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
26121
26122 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
26123 (conf-align-assignments): "?\ " -> "?\s".
26124
26125 * textmodes/reftex-index.el (TeX-master): Add defvar.
26126 (reftex-index-phrases-marker): Move up defvar.
26127
26128 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
26129 (reftex-toc-include-labels-indicator)
26130 (reftex-toc-include-index-indicator)
26131 (reftex-toc-max-level-indicator): Move up declarations.
26132
26133 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
26134 of args to `tramp-run-real-handler', even if it's empty in this case.
26135
26136 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26137
26138 * dired.el (dired-move-to-filename-regexp): Add date format for
26139 Mac OS X 10.3 in East Asian locales.
26140
26141 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
26142
26143 * files.el (make-auto-save-file-name): Add file name handler call
26144 if applicable.
26145
26146 * net/tramp.el (tramp-file-name-handler-alist)
26147 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
26148 (tramp-handle-make-auto-save-file-name): Rename from
26149 `tramp-make-auto-save-file-name'.
26150 (tramp-exists-file-name-handler): New defun.
26151 (tramp-advice-make-auto-save-file-name): Make defadvice only when
26152 `make-auto-save-file-name' is not a magic file name operation.
26153
26154 2005-08-30 Richard M. Stallman <rms@gnu.org>
26155
26156 * files.el (risky-local-variable-p):
26157 Match `-predicates' and `-commands.
26158
26159 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
26160 (custom-save-all): Visit the file if necessary;
26161 kill the buffer if we created it.
26162 (custom-save-delete): Don't visit file or kill buffer here.
26163
26164 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
26165
26166 * textmodes/org.el (org-special-keyword): New face.
26167 (org-table-copy-down, org-table-eval-formula)
26168 (org-table-recalculate, org-init-section-numbers):
26169 Use `string-to-number' instead of `string-to-int'.
26170 (org-get-location): Use `insert-buffer-substring' instead of
26171 `insert-buffer'.
26172 (org-modify-diary-entry-string): New function.
26173 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
26174 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
26175 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
26176 active region.
26177 (org-export-as-html): Handle QUOTE keyword.
26178 (org-quote-string): New option.
26179 (org-bookmark-jump-unhide): New function, used for
26180 `bookmark-after-jump-hook'.
26181 (org-diary-default-entry): Apply only when not called through
26182 `org-agenda'.
26183
26184 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
26185
26186 * net/eudc.el (mode-popup-menu):
26187 * play/handwrite.el (ps-printer-name, ps-lpr-command):
26188 * progmodes/ada-mode.el (compile-auto-highlight)
26189 (skeleton-further-elements):
26190 * progmodes/autoconf.el (font-lock-syntactic-keywords):
26191 * progmodes/cmacexp.el (msdos-shells):
26192 * progmodes/compile.el (font-lock-extra-managed-props)
26193 (font-lock-keywords, font-lock-maximum-size)
26194 (font-lock-support-mode):
26195 * progmodes/grep.el (font-lock-lines-before):
26196 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
26197 * progmodes/mixal-mode.el (compile-command):
26198 * progmodes/perl-mode.el (font-lock-comment-face)
26199 (font-lock-doc-face, font-lock-string-face):
26200 * progmodes/prolog.el (comint-prompt-regexp):
26201 * progmodes/sh-script.el (font-lock-comment-face)
26202 (font-lock-set-defaults, font-lock-string-face):
26203 * progmodes/sql.el (font-lock-keyword-face)
26204 (font-lock-set-defaults, font-lock-string-face):
26205 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
26206 (itimer-version, lazy-lock-defer-contextually)
26207 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
26208 Add defvars.
26209
26210 * progmodes/cperl-mode.el (cperl-electric-lbrace)
26211 (cperl-electric-keyword, cperl-electric-pod)
26212 (cperl-electric-backspace, cperl-forward-re)
26213 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
26214 (vc-rcs-header, vc-sccs-header): Add defvars.
26215
26216 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
26217 (font-lock-syntactic-keywords, gud-find-expr-function):
26218 Add defvars.
26219
26220 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
26221 (gdb-frame-parameters): Declare before use.
26222
26223 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
26224 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
26225 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
26226 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
26227
26228 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
26229 (idlwave-help-with-source): Use `insert-buffer-substring', not
26230 `insert-buffer'.
26231
26232 2005-08-29 Juri Linkov <juri@jurta.org>
26233
26234 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
26235 Put outline-back-to-heading function call inside save-excursion.
26236
26237 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
26238
26239 * man.el (Man-init-defvars, Man-translate-references)
26240 (Man-support-local-filenames, Man-highlight-references):
26241 * progmodes/sql.el (sql-interactive-mode):
26242 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
26243
26244 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
26245 (compilation-mode-font-lock-keywords): Add defvars.
26246 (checkdoc-interactive-loop): "?\ " -> "?\s".
26247
26248 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
26249 (font-lock-doc-face, font-lock-string-face)
26250 (font-lock-keywords-case-fold-search): Add defvars.
26251 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
26252
26253 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
26254 Don't pass X and Y (they are ignored anyway).
26255 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
26256 (mouse-delete-window): Make arguments optional.
26257
26258 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
26259 (caesar-translate-table, minor-modes, news-buffer-save)
26260 (news-group-name, news-minor-modes): Add defvars.
26261
26262 * emacs-lisp/lselect.el (mouse-highlight-priority)
26263 (x-lost-selection-functions, zmacs-regions):
26264 * emacs-lisp/pp.el (font-lock-verbose):
26265 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
26266 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
26267 (ses-mode-map):
26268 * emacs-lisp/tcover-unsafep.el (safe-functions):
26269 * international/mule-cmds.el (mac-system-coding-system)
26270 (mac-system-locale):
26271 * language/ethio-util.el (rmail-current-message)
26272 (rmail-message-vector):
26273 * language/thai-util.el (thai-auto-composition-mode):
26274 * mail/metamail.el (rmail-current-message, rmail-message-vector):
26275 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
26276 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
26277 (vm-primary-inbox, vm-spool-files):
26278 * mail/rmail.el (deleted-head, font-lock-fontified)
26279 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
26280 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
26281 (total-messages):
26282 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
26283 (rmail-summary-mode-map):
26284 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
26285 (rmail-last-label, rmail-last-multi-labels)
26286 (rmail-summary-vector, rmail-total-messages):
26287 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
26288 * mail/rmailsum.el (msgnum):
26289 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
26290 (rmail-current-message):
26291 * obsolete/fast-lock.el (font-lock-face-list):
26292 * obsolete/rnewspost.el (mail-reply-buffer):
26293 * obsolete/scribe.el (compile-command):
26294 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
26295
26296 2005-08-28 John Paul Wallington <jpw@gnu.org>
26297
26298 * ibuf-ext.el (ibuffer-auto-update-changed):
26299 Use `frame-or-buffer-changed-p' to check whether we need to update.
26300 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
26301 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
26302 as a `frame-or-buffer-changed-p' state vector instead.
26303
26304 2005-08-27 Romain Francoise <romain@orebokech.com>
26305
26306 * textmodes/makeinfo.el (makeinfo-compile):
26307 Use `compilation-start'. Set `next-error-function' according to
26308 `disable-errors'.
26309 (makeinfo-next-error): New function.
26310 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
26311 (makeinfo-buffer): Likewise.
26312
26313 * progmodes/compile.el (compilation-start): Add autoload cookie.
26314
26315 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
26316 * textmodes/sgml-mode.el: Likewise.
26317 * progmodes/python.el: Likewise.
26318
26319 2005-08-27 Eli Zaretskii <eliz@gnu.org>
26320
26321 * simple.el (blink-matching-paren-distance): Document the meaning
26322 of nil value, and allow to customize to nil.
26323
26324 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
26325 command.com, not command.exe.
26326
26327 2005-08-26 John Wiegley <johnw@newartisans.com>
26328
26329 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
26330 code around a bit so that an extraneous nil argument is not added
26331 to a command when no args are given.
26332
26333 * eshell/esh-arg.el (eshell-parse-double-quote): If a
26334 double-quoted argument resolves to nil, return it as an empty
26335 string rather than as nil. This made it impossible to pass "" to
26336 a shell script as a null string argument.
26337
26338 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
26339
26340 * outline.el (outline-invent-heading): New fun.
26341 (outline-promote, outline-demote): Use it.
26342 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
26343 (outline-end-of-subtree): Remove unused var `opoint'.
26344
26345 2005-08-26 David Reitter <david.reitter@gmail.com>
26346
26347 * menu-bar.el (truncate-lines, write-file, print-buffer)
26348 (ps-print-buffer-faces, ps-print-buffer, split-window):
26349 Disable menu items when the frame they refer to is invisible, or when
26350 they refer to a buffer and the minibuffer is selected.
26351
26352 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
26353
26354 * progmodes/flymake.el (flymake-highlight-err-lines):
26355 Use save-excursion around flymake-highlight-line to preserve point.
26356
26357 2005-08-26 Eli Zaretskii <eliz@gnu.org>
26358
26359 * progmodes/octave-mod.el: Change Author and Maintainer address.
26360 (octave-maintainer-address): Change Kurt's email address.
26361 * progmodes/octave-inf.el: Change Author and Maintainer address.
26362 * progmodes/octave-hlp.el: Change Author and Maintainer address.
26363
26364 2005-08-26 Kim F. Storm <storm@cua.dk>
26365
26366 * subr.el (version-list-<, version-list-<=, version-list-=):
26367 Rename from integer-list-*.
26368 (version-list-not-zero): Likewise. Fix while loop.
26369 (version=): Use version-list-= instead of string-equal.
26370
26371 2005-08-26 Richard M. Stallman <rms@gnu.org>
26372
26373 * outline.el (outline-promote): Try shortening the heading.
26374 As last resort, read the heading to use.
26375 (outline-demote): As last resort, read the heading to use.
26376
26377 2005-08-26 Romain Francoise <romain@orebokech.com>
26378
26379 * progmodes/compile.el (compilation-start): Doc fix.
26380
26381 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
26382 (antlr-font-lock-additional-keywords): Fix reference to
26383 `antlr-font-lock-literal-regexp' erroneously changed during the
26384 mass face rename.
26385 (antlr-run-tool): Use `compilation-start'.
26386
26387 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
26388 instead of the obsolete `compile-internal'.
26389
26390 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
26391
26392 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
26393 (number, original-date):
26394 * calendar/cal-china.el (date):
26395 * calendar/cal-coptic.el (date):
26396 * calendar/cal-french.el (date):
26397 * calendar/cal-hebrew.el (date, entry, number, original-date):
26398 * calendar/cal-islam.el (date, number, original-date):
26399 * calendar/cal-iso.el (date):
26400 * calendar/cal-julian.el (date):
26401 * calendar/cal-mayan.el (date):
26402 * calendar/cal-menu.el (date, event):
26403 * calendar/cal-persia.el (date):
26404 * calendar/lunar.el (date):
26405 * calendar/solar.el (date): Add defvars.
26406
26407 * emerge.el:
26408 * ibuffer.el:
26409 * info-xref.el:
26410 * obsolete/bg-mouse.el:
26411 * obsolete/sun-curs.el:
26412 * obsolete/swedish.el: Move the `defvar's to the top level.
26413
26414 * smerge-mode.el (smerge-refined-change): Add :group.
26415
26416 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26417
26418 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26419 (smerge-keep-n): Remove props.
26420 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26421 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26422 now that it's done in smerge-keep-n.
26423 (smerge-refined-change): New face.
26424 (smerge-refine-chopup-region, smerge-refine-highlight-change)
26425 (smerge-refine): New funs.
26426 (smerge-basic-map): Bind smerge-refine.
26427
26428 2005-08-25 Juri Linkov <juri@jurta.org>
26429
26430 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26431 compilation-process-setup-function and compilation-disable-input
26432 in grep-mode instead of let-bindings in grep.
26433
26434 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26435 Delete "Automatic File De/compression" (auto-compression-mode).
26436
26437 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
26438
26439 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26440 Silence warning about non-existent variable.
26441
26442 2005-08-25 Richard M. Stallman <rms@gnu.org>
26443
26444 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26445 Rename "Describe Key" to "Describe Key or Mouse Operation".
26446
26447 * mail/mailalias.el (build-mail-aliases): Delete comments
26448 from the contents before processing them.
26449
26450 * isearch.el (isearch-edit-string): Erase the Search prompt
26451 if user enters an empty string and there is no default.
26452
26453 * comint.el (comint-file-name-prefix): Add autoload.
26454
26455 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
26456
26457 * subr.el (play-sound): Rearrange to avoid warning.
26458
26459 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
26460
26461 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26462 New hook.
26463 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26464
26465 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
26466
26467 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26468
26469 * custom.el (custom-theme-set-variables): Sort minor modes last.
26470
26471 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26472
26473 * subr.el (version-separator, version-regexp-alist): New vars used by
26474 version comparison funs.
26475 (integer-list-<, integer-list-=, integer-list-<=)
26476 (integer-list-not-zero): New funs for integer list comparison.
26477 (version-to-list, version=, version<, version<=): New funs for version
26478 comparison.
26479
26480 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
26481
26482 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26483 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26484 time to silence the byte-compiler.
26485
26486 * ibuffer.el (ibuffer-compile-make-eliding-form)
26487 (ibuffer-check-formats): Use `with-no-warnings' to hide references
26488 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26489 so it's silly to get warnings for it).
26490 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26491 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26492 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26493 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26494 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26495 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26496 Defvar at compile time.
26497 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26498 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26499 Declare them before use.
26500
26501 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26502 (info-xref-good, info-xref-bad): Defvar at compile time.
26503
26504 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26505 Use `let*' instead of `let'.
26506
26507 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26508 (*mouse-y*, menu, char): Defvar at compile time.
26509 (sc::menu): Declare it before use.
26510 (sc::pack-one-line): Use `let', not `let*'.
26511
26512 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26513 (mail-send-hook): Defvar at compile time.
26514
26515 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26516 Defvar at compile time.
26517
26518 * term/sun-mouse.el (current-global-mousemap)
26519 (current-local-mousemap): Declare them before use.
26520
26521 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26522
26523 * bookmark.el (bookmark-after-jump-hook): New hook.
26524 (bookmark-jump): Run `bookmark-after-jump-hook'.
26525
26526 2005-08-23 Juri Linkov <juri@jurta.org>
26527
26528 * faces.el (minibuffer-prompt): Doc fix.
26529
26530 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26531
26532 * progmodes/xscheme.el: Trivial changes to silence warnings.
26533 (xscheme-previous-mode, xscheme-previous-process-state):
26534 Add defvars.
26535 (xscheme-last-input-end, xscheme-process-command-line)
26536 (xscheme-process-name, xscheme-buffer-name)
26537 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26538 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26539 (xscheme-control-g-synchronization-p)
26540 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26541 (default-xscheme-runlight, xscheme-runlight)
26542 (xscheme-runlight-string, xscheme-process-filter-state)
26543 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26544 Move to beginning of file.
26545 (scheme-interaction-mode-commands-alist)
26546 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26547 Declare them before use. Note: the initialization code for the
26548 variables has not been moved because it uses functions that reference
26549 the variables.
26550 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26551 (xscheme-prompt-for-expression-map): Declare them before use.
26552 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26553
26554 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26555
26556 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26557
26558 2005-08-22 Juri Linkov <juri@jurta.org>
26559
26560 * faces.el (set-face-underline): Delete this duplicate function
26561 and make an obsolete alias to set-face-underline-p.
26562 (set-face-underline-p): Use docstring of set-face-underline.
26563 (describe-face): Create hyperlink to parent face.
26564
26565 * info.el (Info-insert-dir): Use save-excursion around
26566 insert-buffer-substring.
26567 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26568 (Info-escape-percent): Delete function.
26569 (Info-fontify-node): Replace Info-escape-percent by
26570 replace-regexp-in-string with REP arg set to lambda that
26571 duplicates `%' and preserves text properties.
26572
26573 * progmodes/compile.el (compilation-disable-input): Doc fix.
26574 (define-compilation-mode): Doc fix and refill.
26575 (kill-compilation): Use `mode-name' in the error message.
26576 (compilation-find-file): Use `compilation-error' in the
26577 read-file-name's prompt.
26578
26579 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26580
26581 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26582 (smerge-auto-leave): Make undo re-enable the mode.
26583 (debug-ignored-errors): Add the user-error of impossible resolution.
26584 (smerge-resolve): Move things around a bit, in preparation for later.
26585 (smerge-diff): Don't fail if the buffer has no associated file.
26586 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26587 (smerge-conflict-overlay): New function.
26588 (smerge-match-conflict): Don't add text properties here.
26589 (smerge-find-conflict): Instead, add an overlay here.
26590 Also check for the case where we're inside a conflict already, so as to
26591 obviate the need for font-lock-multiline, which is unbearably slow with
26592 large conflicts and ciomplex font-lock patterns.
26593 (smerge-remove-props): Remove overlay rather than text-properties.
26594 (smerge-mode): Don't set font-lock-multiline.
26595 Remove overlays when turned off.
26596
26597 2005-08-21 Kim F. Storm <storm@cua.dk>
26598
26599 * ido.el (ido-ignore-item-p): Use save-match-data.
26600 Bind case-fold-search to ido-case-fold locally.
26601
26602 2005-08-20 Richard M. Stallman <rms@gnu.org>
26603
26604 * files.el (normal-mode): If font lock is on, turn it off and on.
26605
26606 * subr.el (replace-regexp-in-string): Doc fix.
26607
26608 * startup.el (command-line-1): Don't suppress startup screen
26609 due to existing processes.
26610
26611 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26612
26613 * progmodes/compile.el (compilation-disable-input): Default to nil.
26614
26615 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26616
26617 * progmodes/compile.el (compilation-disable-input): New defcustom.
26618 (compilation-start): If compilation-disable-input is non-nil, send
26619 EOF to the compilation process.
26620
26621 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26622
26623 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26624 Run the argument of tex-shell-cd-command through
26625 convert-standard-filename, to get the correct style of slashes on
26626 Windows, and enclose the result in quotes, in case the file name
26627 includes whitespace or other special characters.
26628
26629 2005-08-19 Andreas Schwab <schwab@suse.de>
26630
26631 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26632 process.
26633
26634 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26635
26636 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26637
26638 2005-08-18 Kim F. Storm <storm@cua.dk>
26639
26640 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26641
26642 2005-08-18 Richard M. Stallman <rms@gnu.org>
26643
26644 * scroll-lock.el: New file.
26645
26646 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26647
26648 * dired.el (dired-move-to-end-of-filename):
26649 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26650
26651 2005-08-18 Kim F. Storm <storm@cua.dk>
26652
26653 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26654 rather than toggle mode when custom value is nil.
26655 (ido-everywhere): Fix defun doc string.
26656
26657 2005-08-17 Richard M. Stallman <rms@gnu.org>
26658
26659 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26660 as tag instead of "Inviolable".
26661
26662 2005-08-17 Kim F. Storm <storm@cua.dk>
26663
26664 * windmove.el (windmove-coordinates-of-position): Remove.
26665 (windmove-coordinates-of-window-position): Remove.
26666 (windmove-reference-loc): Use posn-at-point instead.
26667
26668 * subr.el (insert-for-yank-1): Doc fix.
26669
26670 * ido.el (ido-enter-matching-directory): Rename from
26671 ido-enter-single-matching-directory. Change `slash' choice to
26672 `only'. Add `first' choice.
26673 (ido-exhibit): Adapt to above changes.
26674
26675 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26676
26677 * Makefile.in: Expand comment about building loaddefs.el.
26678
26679 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26680
26681 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26682 Comment use of defadvice.
26683
26684 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26685
26686 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26687
26688 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26689 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26690 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26691 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26692 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26693 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26694 for backward compatibility for faces that did not appear in the
26695 previous Emacs release.
26696
26697 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26698
26699 2005-08-15 Kim F. Storm <storm@cua.dk>
26700
26701 * emulation/cua-base.el (cua-delete-region): Return t if
26702 deleted region was non-empty.
26703 (cua-replace-region): Inhibit overwrite-mode for
26704 self-insert-command if replaced region was non-empty.
26705 (cua--explicit-region-start, cua--status-string): Make them
26706 buffer-local at top-level...
26707 (cua-mode): ...rather than when mode is enabled.
26708
26709 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26710
26711 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26712 Set t for Emacs 21, 22, and so on.
26713
26714 2005-08-15 David Ponce <david@dponce.com>
26715
26716 * tree-widget.el: Update Commentary header.
26717 (tree-widget-theme): Doc fix.
26718 (tree-widget-space-width): New option.
26719 (tree-widget-image-properties): Look up in the default theme too.
26720 (tree-widget--cursors): Only for images with arrow pointer shape.
26721 (tree-widget-lookup-image): Pointer shape is hand by default.
26722 (tree-widget-icon): Rename generic icon widget from
26723 `tree-widget-control'.
26724 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26725 derive from `tree-widget-icon'.
26726 (tree-widget-handle): Improve default look and feel of the text
26727 representation.
26728 (tree-widget): Rename :*-control properties to :*-icon properties.
26729 Add :action and :help-echo properties.
26730 (tree-widget-after-toggle-functions): Move.
26731 (tree-widget-close-node, tree-widget-open-node): Remove.
26732 (tree-widget-before-create-icon-functions): New hook.
26733 (tree-widget-value-create): Update to allow customization of icons
26734 and nodes at run-time via that new hook.
26735 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26736 (tree-widget-icon-action, tree-widget-icon-help-echo)
26737 (tree-widget-action, tree-widget-help-echo): New functions.
26738
26739 2005-08-15 Kim F. Storm <storm@cua.dk>
26740
26741 * ido.el (ido-buffer-internal): Use with-no-warnings.
26742 (ido-make-merged-file-list): Use while-no-input.
26743
26744 2005-08-15 Richard M. Stallman <rms@gnu.org>
26745
26746 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26747 (flyspell-large-region): Fix doc and custom type.
26748
26749 2005-08-14 Richard M. Stallman <rms@gnu.org>
26750
26751 * files.el (interpreter-mode-alist): Doc fix.
26752
26753 * mail/rmail.el (rmail-nonignored-headers): New variable.
26754 (rmail-clear-headers): Use it.
26755 (rmail-reply): Better handling of mail-followup-to header.
26756
26757 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26758 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26759 don't try to refer to executable-font-lock-keywords.
26760 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26761 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26762 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26763 (sh-mode): Set comment-start-skip, local-abbrev-table,
26764 imenu-case-fold-search.
26765 (sh-set-shell): Don't set them here.
26766 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26767 Don't cache the results in the original alist; don't ever modify
26768 that alist.
26769
26770 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26771
26772 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26773 empty.
26774
26775 2005-08-15 Andreas Schwab <schwab@suse.de>
26776
26777 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26778
26779 * dired.el, info.el, mail/rmail.el: Revert last change.
26780
26781 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26782
26783 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26784 modification in `eval-after-load' form.
26785 * info.el: Likewise.
26786 * mail/rmail.el: Likewise.
26787
26788 2005-08-14 Juri Linkov <juri@jurta.org>
26789
26790 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26791 Remove highlighting of "Compilation started". Highlight only
26792 the word "finished" in "Compilation finished". Add highlighting
26793 of "interrupt", "killed", "terminated" and the exit code.
26794 (compilation-start): Add newline after header. Use exactly the
26795 same time stamp format as the finishing message.
26796 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26797
26798 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26799 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26800 Add highlighting of "interrupt", "killed", "terminated".
26801
26802 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26803 enabled and the current command is self-insert-command, call it
26804 explicitly with overwrite-mode bound to nil, to not allow it
26805 to delete the character after the selected region.
26806
26807 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26808
26809 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26810 move-end-of-line, end-of-line, and beginning-of-line to the list
26811 of commands after which the echo area is updated.
26812
26813 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26814
26815 * cus-edit.el (custom-save-all, custom-save-delete):
26816 Bind recentf-exclude to exclude custom-file.
26817
26818 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26819
26820 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26821 to go to the bottom of the mail message. Added to
26822 `rmail-summary-mode-map' with key "/".
26823 (rmail-summary-show-message): New (internal) function for use by
26824 both `rmail-summary-beginning/end-of-message'.
26825 (rmail-summary-beginning-of-message): Change to use
26826 rmail-summary-show-message.
26827
26828 * mail/rmail.el (rmail-end-of-message): New command to go to the
26829 end of the current message. Added to `rmail-mode-map' with key "/".
26830 (rmail-beginning-of-message): Fix to work as documented.
26831 (rmail-mode): Change documentation.
26832
26833 * progmodes/compile.el (compilation-start): Add the line
26834 "Compilation started" with compilation start time.
26835 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26836
26837 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26838
26839 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26840 of menu items.
26841
26842 2005-08-11 Richard M. Stallman <rms@gnu.org>
26843
26844 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26845
26846 * battery.el (battery-status-function): Don't use ignore-errors.
26847
26848 2005-08-11 Lute Kamstra <lute@gnu.org>
26849
26850 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26851 define-obsolete-variable-alias.
26852
26853 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26854
26855 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26856 (ange-ftp-send-cmd): Revert last change, and expand
26857 the comment explaining the problem.
26858
26859 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26860
26861 * ldefs-boot.el: Update.
26862
26863 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26864 item to "Time, Load and Mail". Change help echo text.
26865
26866 * time.el (display-time-use-mail-icon, display-time-format)
26867 (display-time-string-forms): Shorten first line of docstrings.
26868
26869 2005-08-10 Lars Hansen <larsh@soem.dk>
26870
26871 * desktop.el (desktop-buffer-mode-handlers):
26872 Make non-customizable. Add autoload cookie. Change initial value to
26873 nil; add elements in respective modules instead. Fix doc string.
26874 (desktop-load-file): New function.
26875 (desktop-minor-mode-handlers): New autoloaded variable.
26876 (desktop-create-buffer): Call minor mode handlers.
26877 Use desktop-load-file to load major and minor mode modules prior to
26878 checking for a handler.
26879 (desktop-save): Don't add nil to desktop-minor-modes for minor
26880 modes with nil function in desktop-minor-mode-table. Don't delete
26881 desktop file before rewriting it.
26882 (desktop-locals-to-save): Add autoload cookie. Don't make
26883 automatically buffer-local. Add variables column-number-mode,
26884 size-indication-mode, indent-tabs-mode,
26885 indicate-buffer-boundaries, indicate-empty-lines and
26886 show-trailing-whitespace.
26887 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26888 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26889 (desktop-clear-preserve-buffers-regexp): Delete.
26890 (desktop-clear-preserve-buffers): Update initial value and docstring.
26891 (desktop-save-buffer): Fix doc string.
26892
26893 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26894 (hilit-chg-desktop-restore): New function.
26895 (highlight-changes-mode): Add highlight-changes-mode to
26896 desktop-locals-to-save.
26897
26898 * dired.el: Add handler to desktop-buffer-mode-handlers.
26899 (dired-restore-desktop-buffer): Remove autoload cookie.
26900 (dired-mode): Add autoload cookie.
26901
26902 * info.el: Add handler to desktop-buffer-mode-handlers.
26903 (Info-restore-desktop-buffer): Remove autoload cookie.
26904 (Info-mode): Add autoload cookie.
26905
26906 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26907 (mh-restore-desktop-buffer): Remove autoload cookie.
26908 (mh-folder-mode): Add autoload cookie.
26909
26910 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26911 (rmail-restore-desktop-buffer): Remove autoload cookie.
26912
26913 2005-08-11 Masatake YAMATO <jet@gyve.org>
26914
26915 * hexl.el (hexl-address-region):
26916 (hexl-ascii-region, hexl-font-lock-keywords):
26917 (hexl-highlight-line-range): Use the term "region"
26918 instead of "area" for consistency with the other symbols
26919 defined in hexl.el.
26920
26921 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26922
26923 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26924 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26925 out by Juri Linkov). Add `display-battery-mode'.
26926
26927 2005-08-09 Juri Linkov <juri@jurta.org>
26928
26929 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26930 Remove `-text' from face variable names.
26931 (compilation-error-file-name, compilation-warning-file-name)
26932 (compilation-info-file-name): Delete faces.
26933 (compilation-line-number, compilation-column-number):
26934 Remove face underlining.
26935 (compilation-message-face): Set to `underline' value by default.
26936 (compilation-error-face, compilation-warning-face)
26937 (compilation-info-face): Remove `-file-name' from face names.
26938 (compilation-error-text-face, compilation-warning-text-face)
26939 (compilation-info-text-face): Delete face variables.
26940 (compilation-text-face): Delete function.
26941
26942 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26943 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26944 (grep-error-face): Set to `compilation-error' instead of
26945 `compilation-error-face' (which is redefined to `grep-hit-face' in
26946 grep buffers).
26947 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26948 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26949
26950 * dired-aux.el (dired-do-query-replace-regexp):
26951 Use `query-replace-read-args'.
26952
26953 * replace.el (query-replace-read-from, query-replace-read-to)
26954 (query-replace-read-args): Rename arg `string' to `prompt'.
26955
26956 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26957
26958 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26959
26960 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26961 uploading files.
26962 (ange-ftp-canonize-filename): Handle file names beginning with ~
26963 correctly.
26964
26965 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26966
26967 * textmodes/fill.el (canonically-space-region)
26968 (fill-context-prefix, fill-french-nobreak-p)
26969 (fill-delete-newlines, fill-comment-paragraph)
26970 (justify-current-line): "?\ " -> "?\s".
26971
26972 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26973
26974 * textmodes/fill.el (fill-nonuniform-paragraphs):
26975 Improve argument/docstring consistency.
26976
26977 2005-08-09 Richard M. Stallman <rms@gnu.org>
26978
26979 * textmodes/ispell.el (ispell-word): More fboundp checks.
26980
26981 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26982 (find-file-noselect-1): Call it here, only if RAWFILE.
26983 (normal-mode): Always set some major mode.
26984 (save-some-buffers-action-alist): Change some explanation strings.
26985 (file-name-non-special): In the `quote' method, use unwind-protect.
26986
26987 2005-08-09 Magnus Henoch <mange@freemail.hu>
26988
26989 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26990 (ispell-have-aspell-dictionaries): New variable.
26991 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26992 (ispell-get-aspell-config-value): New function.
26993 (ispell-aspell-find-dictionary): New function.
26994 (ispell-aspell-add-aliases): New function.
26995 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26996 appropriate. Don't look for ispell dictionaries if we use aspell.
26997 (ispell-menu-map): Don't build a submenu of dictionaries.
26998
26999 2005-08-09 Richard M. Stallman <rms@gnu.org>
27000
27001 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
27002 (sql-read-passwd): Use read-passwd.
27003
27004 * progmodes/idlw-toolbar.el (idlwave-toolbar)
27005 (idlwave-toolbar-is-possible): Add defvars.
27006
27007 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
27008 Avoid warnings.
27009
27010 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
27011 (idlwave-system-class-info, idlwave-executive-commands-alist):
27012 Use defvar.
27013
27014 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
27015
27016 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
27017 Avoid warnings.
27018
27019 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
27020 and content-type: headers.
27021
27022 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
27023
27024 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
27025 and rename some of them to be more self-explanatory.
27026
27027 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
27028
27029 * startup.el (command-line-1): Implement -scriptload.
27030
27031 * replace.el (occur-engine): Initial *Occur* output not undoable.
27032
27033 * menu-bar.el (menu-bar-file-menu): Rename some menu items
27034 and improve help strings.
27035
27036 * isearch.el (isearch-repeat): When changing direction,
27037 mark search successful.
27038
27039 * ediff-init.el: Use (featurep 'xemacs).
27040
27041 * comint.el (send-invisible): Identify buffer, if not selected.
27042
27043 * align.el: Delete autoload for c-guess-basic-syntax.
27044
27045 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
27046
27047 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
27048 Improve argument/docstring consistency. Doc fixes.
27049 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
27050 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
27051 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
27052 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
27053 (r2bv-organization, r2bv-pages, r2bv-primary-author)
27054 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
27055 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
27056 Defvar at compile time.
27057
27058 2005-08-09 Juri Linkov <juri@jurta.org>
27059
27060 * info.el: Replace `info' with upper-case `Info' where appropriate.
27061 (info-title-1, info-title-2, info-title-3, info-title-4)
27062 (info-menu-header): Move up face definitions.
27063 (info-menu-star): Rename from `info-menu-5'.
27064 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
27065 (Info-fontify-visited-nodes): Fix docstring.
27066 (Info-hide-note-references): Fix docstring.
27067 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
27068 menu items in the same way as on cross-references.
27069 (info-apropos): Fix sorting order and formatting to be like in the
27070 stand-alone Info browser. Display error messages for 1 sec.
27071 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
27072 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
27073 from the menu bar.
27074 (Info-insert-dir): Restore point after calling
27075 `insert-buffer-substring'.
27076
27077 2005-08-08 Richard M. Stallman <rms@gnu.org>
27078
27079 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
27080 (recompute-lucid-menubar): Add defvars.
27081
27082 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
27083
27084 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
27085
27086 * net/net-utils.el (run-dig): Rename from `dig'.
27087
27088 * play/gametree.el (gametree-mode): Use make-local-variable,
27089 not make-variable-buffer-local.
27090
27091 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
27092
27093 * ansi-color.el (ansi-color-make-extent)
27094 (ansi-color-set-extent-face): Use fboundp, not functionp.
27095
27096 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
27097 not make-variable-buffer-local.
27098
27099 * bookmark.el (Info-current-file): Add defvar.
27100 (bookmark-jump-noselect): Use with-no-warnings.
27101
27102 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
27103
27104 * ebuff-menu.el (Helper-return-blurb): Add defvar.
27105
27106 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
27107
27108 * find-file.el (ada-procedure-start-regexp)
27109 (ada-package-start-regexp): Add defvars.
27110
27111 * info.el (Info-insert-dir): Use insert-buffer-substring.
27112
27113 * xml.el (xml-att-def-re): Add defvar.
27114
27115 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
27116 calling convention.
27117
27118 * subr.el (while-no-input): Return t if there is input.
27119
27120 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
27121
27122 * cus-start.el (all): Add `overflow-newline-into-fringe'.
27123
27124 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
27125
27126 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
27127 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
27128
27129 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
27130
27131 * cmuscheme.el (scheme-start-file): Replace reference to
27132 `user-emacs-directory' by "~/.emacs.d/".
27133
27134 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
27135
27136 * info.el (Info-dir-remove-duplicates): Avoid case folding
27137 in loop; instead, keep downcased strings for comparison.
27138 Suggested by Helmut Eller.
27139
27140 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
27141
27142 Sync with Tramp 2.0.50.
27143
27144 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
27145 XEmacs case; not necessary anymore.
27146 (tramp-user-regexp): Allow "@" as part of user name.
27147 (tramp-handle-set-visited-file-modtime)
27148 (tramp-handle-insert-file-contents)
27149 (tramp-handle-write-region): No special handling for
27150 `last-coding-system-used, because this is done in
27151 `tramp-accept-process-output' now.
27152 (tramp-accept-process-output): New defun.
27153 (tramp-process-one-action, tramp-process-one-multi-action)
27154 (tramp-wait-for-regexp, tramp-wait-for-output)
27155 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
27156 Howells <dhowells@redhat.com>.
27157 (clear-visited-file-modtime): Defadvice removed. The check for
27158 unset buffer's modtime does not need to be based on
27159 `tramp-buffer-file-attributes'. Suggested by RMS.
27160 (tramp-message): Insert "\n" if not being at beginning of line.
27161 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
27162 sequence with same logic.
27163 (tramp-completion-handle-expand-file-name): Discard call of
27164 `tramp-drop-volume-letter'. It is not necessary, and there have
27165 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
27166 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27167 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
27168 should always be visible.
27169 (tramp-handle-insert-directory, tramp-setup-complete)
27170 (tramp-set-process-query-on-exit-flag)
27171 (tramp-append-tramp-buffers): Pacify byte-compiler.
27172 (tramp-bug): Delete non-existing variables from list.
27173 Apply `tramp-load-report-modules' as pre-hook.
27174 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
27175 `shell-prompt-pattern' because of non-7bit characters.
27176 Reported by Sebastian Luque <sluque@mun.ca>.
27177 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
27178 (tramp-match-string-list): Remove function.
27179 (tramp-wait-for-regexp): Remove call of that function.
27180 Suggested by Kim F. Storm <storm@cua.dk>.
27181 (tramp-set-auto-save-file-modes): Use octal integer code #o600
27182 instead of octal character code ?\600. The latter resulted in a
27183 syntax error with XEmacs.
27184
27185 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
27186 XEmacs case; not necessary anymore.
27187 (tramp-smb-handle-write-region): No special handling for
27188 `last-coding-system-used, because this is done in
27189 `tramp-accept-process-output' now.
27190 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
27191
27192 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
27193
27194 * wid-edit.el (widget-choice-value-create):
27195 Unconditionally respect user choice. Set :explicit-choice back to nil
27196 when no longer needed.
27197 (widget-choice-action): Unconditionally respect user choice.
27198 Eliminate :explicit-choice-value.
27199
27200 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
27201
27202 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
27203 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
27204 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
27205 running new function `toggle-indicate-empty-lines'.
27206 Rename "Customize" item to "Customize fringe".
27207 Rename "Indicators" item to "Buffer boundaries" and change help echo.
27208 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
27209 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
27210 Delete "Empty lines only" item.
27211 (menu-bar-showhide-fringe-ind-customize): New function.
27212 (menu-bar-showhide-fringe-ind-mixed)
27213 (menu-bar-showhide-fringe-ind-box)
27214 (menu-bar-showhide-fringe-ind-right)
27215 (menu-bar-showhide-fringe-ind-left)
27216 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
27217 instead of `fringe-indicators'.
27218
27219 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
27220
27221 * emulation/viper.el (viper-emacs-state-mode-list):
27222 Add recentf-dialog-mode. Change the date of last update.
27223
27224 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
27225
27226 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
27227 (viper-exec-yank, viper-put-back): Don't display modification msg
27228 if in the minibuffer.
27229
27230 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
27231 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
27232 Make variables frame local.
27233
27234 * emulation/viper-util.el (viper-append-filter-alist):
27235 Use append instead of nconc.
27236
27237 * emulation/viper.el (viper-vi-state-mode-list)
27238 (viper-emacs-state-mode-list): Move help-mode and
27239 completion-list-mode from the first list to the second.
27240 (viper-mode): Docstring.
27241 (viper-go-away, viper-non-hook-settings): Don't localize
27242 minor-mode-alist in newer Emacsen. Add advice to
27243 set-cursor-color. Don't bind "\C-c\\".
27244
27245 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
27246
27247 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
27248 (scheme-macro-expand-command): New user options.
27249 (scheme-trace-procedure, scheme-expand-current-form): New commands.
27250 (scheme-form-at-point, scheme-start-file)
27251 (scheme-interactively-start-process): New functions.
27252 (scheme-get-process): New function, extracted from `scheme-proc'.
27253 (run-scheme): Call `scheme-start-file' to get start file, and pass
27254 it to `make-comint'.
27255 (switch-to-scheme, scheme-proc):
27256 Call `scheme-interactively-start-process' if no Scheme buffer/process
27257 is available.
27258
27259 2005-08-06 Juri Linkov <juri@jurta.org>
27260
27261 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27262 Use `compilation-text-face', `compilation-info-text-face' and
27263 `compilation-error-text-face' instead of `font-lock-keyword-face'.
27264 (compilation-error): New face.
27265 (compilation-error-file-name): Inherit from
27266 `compilation-error' instead of `font-lock-warning-face'.
27267 (compilation-warning-file-name): Inherit from
27268 `compilation-warning' instead of `font-lock-warning-face'.
27269 (compilation-info, compilation-error-file-name)
27270 (compilation-warning-file-name, compilation-info-file-name)
27271 (compilation-line-number, compilation-column-number): Doc fix.
27272 (compilation-error-text-face, compilation-warning-text-face)
27273 (compilation-info-text-face): New face variables.
27274 (compilation-line-face, compilation-column-face)
27275 (compilation-enter-directory-face)
27276 (compilation-leave-directory-face): Doc fix.
27277 (compilation-text-face): New function.
27278
27279 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
27280 instead of 1 to display binary file names as info file links.
27281 (grep-error-face): Use `compilation-error-face' instead of
27282 `font-lock-keyword-face'.
27283 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
27284 and `compilation-warning-text-face' instead of
27285 `font-lock-keyword-face'. Use `compilation-error-text-face'
27286 instead of `grep-error-face'.
27287
27288 2005-08-05 Kenichi Handa <handa@m17n.org>
27289
27290 * international/code-pages.el: Add autoload cookies for all coding
27291 systems.
27292
27293 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
27294
27295 * cus-start.el (all): Put undo.c where it alphabetically belongs.
27296
27297 2005-08-04 Juri Linkov <juri@jurta.org>
27298
27299 * progmodes/compile.el (compilation-mode-map):
27300 * progmodes/grep.el (grep-mode-map):
27301 Bind TAB to `compilation-next-error' and [backtab] to
27302 `compilation-previous-error'.
27303
27304 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
27305 matching line numbers, column numbers and their ranges with regexp
27306 matching only line numbers.
27307 (grep-context-face): New face variable.
27308 (grep-mode-font-lock-keywords): Use it.
27309
27310 * faces.el (read-face-name): Delete duplicate faces.
27311
27312 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
27313
27314 * thumbs.el (thumbs-find-image): Don't make variables
27315 automatically buffer local.
27316 (thumbs-current-tmp-filename, thumbs-current-image-filename)
27317 (thumbs-image-num): Make automatically buffer local.
27318 (thumbs-show-thumbs-list): Use `make-local-variable', not
27319 `make-variable-buffer-local'.
27320 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
27321
27322 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
27323 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
27324 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
27325 (bother, bye, canyou, chatlst, continue, deathlst, describe)
27326 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
27327 (feelings-about, foullst, found, hello, history, howareyoulst)
27328 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
27329 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
27330 (neglst, obj, object, owner, please, problems, qlist)
27331 (random-adjective, relation, remlst, repetitive-shortness)
27332 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
27333 (shortlst, something, sportslst, stallmanlst, states, subj)
27334 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
27335 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
27336 Defvar at compile time.
27337
27338 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
27339 not `make-variable-buffer-local'.
27340
27341 2005-08-02 Kim F. Storm <storm@cua.dk>
27342
27343 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
27344 rectangle overlay in selected window.
27345
27346 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
27347
27348 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
27349 instead of display group. Make `indicate-buffer-boundaries'
27350 customizable through Custom.
27351
27352 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
27353
27354 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
27355 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
27356 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
27357 (gdb-put-string): Fix typos in docstrings.
27358
27359 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
27360
27361 Update copyright notices of files in progmodes directory for
27362 release of Emacs 22.1.
27363
27364 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
27365
27366 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
27367 Don't barf if the GUD buffer has been killed.
27368
27369 2005-08-01 Kim F. Storm <storm@cua.dk>
27370
27371 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
27372
27373 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
27374
27375 * simple.el (next-error-follow-minor-mode):
27376 make-variable-buffer-local -> make-local-variable.
27377
27378 * emacs-lisp/cl-extra.el: Require CL also when compiling.
27379
27380 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
27381 (byte-compile-form-make-variable-buffer-local): New functions to warn
27382 about misuses of make-variable-buffer-local where make-local-variable
27383 was meant.
27384
27385 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
27386
27387 * bs.el (bs-attributes-list): Doc fix.
27388 (bs): Update url-link.
27389
27390 * desktop.el (desktop-save-buffer): Fix typos in docstring.
27391 (desktop-load-default): Simplify.
27392
27393 * ibuffer.el (ibuffer-columnize-and-insert-list)
27394 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
27395 (ibuffer-unmark-all, ibuffer-toggle-marks)
27396 (ibuffer-unmark-forward, ibuffer-unmark-backward)
27397 (ibuffer-compile-make-format-form, ibuffer-format-column)
27398 (ibuffer-current-buffers-with-marks)
27399 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
27400 (ibuffer): Doc fix.
27401 (ibuffer-mode): Fix typo in docstring.
27402 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27403 with `define-obsolete-variable-alias'.
27404 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
27405
27406 2005-07-29 Kenichi Handa <handa@m17n.org>
27407
27408 * international/mule-cmds.el (select-message-coding-system):
27409 Be sure to use LF for end-of-line. If no coding system is decided,
27410 return iso-8859-1-unix.
27411
27412 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
27413
27414 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27415 (ange-ftp-pending-error-line): New vars.
27416 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27417 to handle the non-fatal no-route-to-host messages.
27418 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27419
27420 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
27421
27422 * isearch.el (isearch-mode-map, isearch-other-meta-char)
27423 (isearch-quote-char, isearch-printing-char)
27424 (isearch-text-char-description): "?\ " -> "?\s".
27425 (isearch-lazy-highlight-cleanup)
27426 (isearch-lazy-highlight-initial-delay)
27427 (isearch-lazy-highlight-interval)
27428 (isearch-lazy-highlight-max-at-a-time)
27429 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27430 Declare with define-obsolete-*-alias macros.
27431 (isearch-forward): Fix typo in docstring.
27432 (search-invisible, search-ring-yank-pointer)
27433 (regexp-search-ring-yank-pointer): Doc fixes.
27434
27435 * recentf.el (recentf-menu-append-commands-p): Declare with
27436 `define-obsolete-variable-alias'.
27437 (recentf-max-saved-items, recentf-menu-filter)
27438 (recentf-arrange-by-rule-subfilter): Doc fixes.
27439 (recentf-menu-append-commands-flag)
27440 (recentf-initialize-file-name-history, recentf-expand-file-name)
27441 (recentf-clear-data): Fix typos in docstrings.
27442
27443 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
27444
27445 * progmodes/gdb-ui.el: Smarten comments.
27446 (gdb-info-breakpoints-custom): Use nowarn when finding file.
27447
27448 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
27449
27450 * term/apollo.el (terminal-init-apollo): New function containing
27451 all former top level forms in the file.
27452 * term/bobcat.el (terminal-init-bobcat):
27453 * term/cygwin.el (terminal-init-cygwin):
27454 * term/iris-ansi.el (terminal-init-iris-ansi):
27455 * term/linux.el (terminal-init-linux):
27456 * term/news.el (terminal-init-news):
27457 * term/rxvt.el (terminal-init-rxvt):
27458 * term/sun.el (terminal-init-sun):
27459 * term/tvi970.el (terminal-init-tvi970):
27460 * term/vt100.el (terminal-init-vt100):
27461 * term/vt102.el (terminal-init-vt102):
27462 * term/vt125.el (terminal-init-vt125):
27463 * term/vt200.el (terminal-init-vt200):
27464 * term/vt201.el (terminal-init-vt201):
27465 * term/vt220.el (terminal-init-vt220):
27466 * term/vt240.el (terminal-init-vt240):
27467 * term/vt300.el (terminal-init-vt300):
27468 * term/vt320.el (terminal-init-vt320):
27469 * term/vt400.el (terminal-init-vt400):
27470 * term/vt420.el (terminal-init-vt420):
27471 * term/wyse50.el (terminal-init-wyse50):
27472 * term/xterm.el (terminal-init-xterm): Likewise.
27473
27474 * term/README: Describe the terminal-init-* functionality.
27475
27476 * startup.el (command-line): After loading the terminal initialization
27477 file call the corresponding terminal initialization function.
27478
27479 2005-07-27 Kenichi Handa <handa@m17n.org>
27480
27481 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27482 negative.
27483
27484 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27485 (ps-mule-composition-prologue): Fix for the case that
27486 RelativeCompose is false.
27487
27488 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
27489
27490 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27491
27492 * descr-text.el (describe-char): Handle the case where the list of
27493 chars is displayed in a separate frame.
27494 Be a bit more discriminating when looking for the char.
27495
27496 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
27497
27498 * bookmark.el (bookmark-automatically-show-annotations)
27499 (bookmark-read-annotation-text-func): Doc fixes.
27500 (bookmark-save): Improve argument/docstring consistency.
27501 (bookmark-get-bookmark, bookmark-get-bookmark-record)
27502 (bookmark-alist-from-buffer)
27503 (bookmark-upgrade-file-format-from-0)
27504 (bookmark-grok-file-format-version)
27505 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27506 (bookmark-read-annotation-mode)
27507 (bookmark-insert-current-bookmark, bookmark-jump)
27508 (bookmark-exit-hook): Fix typos in docstrings.
27509 (bookmark-exit-hooks): Define as obsolete alias.
27510 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27511 not `bookmark-exit-hooks'. Fix docstring.
27512 (bookmark-bmenu-select): "?\ " -> "?\s".
27513
27514 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27515
27516 * startup.el (command-line): Fix typo.
27517
27518 2005-07-24 Richard M. Stallman <rms@gnu.org>
27519
27520 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27521 not emacs-quick-startup.
27522
27523 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27524
27525 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27526 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27527 instead of `reb-with-current-window'.
27528 (reb-prev-match): Likewise. Also, don't move left if the search
27529 was unsuccessful.
27530 (reb-initialize-buffer): New function.
27531 (re-builder, reb-change-syntax): Use it.
27532
27533 * man.el (Man-goto-page): Make second argument NOERROR optional.
27534
27535 2005-07-23 Richard M. Stallman <rms@gnu.org>
27536
27537 * man.el (Man-bgproc-sentinel): Check here for failure to find
27538 any man page in the output, and report the error here.
27539 (Man-arguments): Make it permanent local.
27540 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27541 (Man-mode): Pass t for NOERROR.
27542
27543 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27544 (grep-mode-font-lock-keywords):
27545 Don't use compilation-...-face for messages that are not file names.
27546
27547 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27548 Don't use compilation-...-face for messages that are not file names.
27549
27550 2005-07-22 Juri Linkov <juri@jurta.org>
27551
27552 * startup.el (normal-splash-screen): Update menu name.
27553
27554 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27555
27556 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27557
27558 * term/xterm.el: Load term/rxvt if the terminal is actually an
27559 rxvt terminal.
27560 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27561
27562 * term/rxvt.el (function-key-map): Use substitute-key-definition
27563 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27564
27565 * term/cygwin.el: New file.
27566
27567 2005-07-22 Kim F. Storm <storm@cua.dk>
27568
27569 * image-file.el (insert-image-file, image-file-yank-handler):
27570 Fix last change to maintain a (unique) yank-handler on yanked images.
27571
27572 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
27573
27574 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27575 of the file size (as in "177B" for 177 bytes). This happens with
27576 "ls -lh" on FreeBSD.
27577
27578 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27579
27580 * hilit-chg.el (highlight-changes-global-initial-state)
27581 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27582 (hilit-chg-fixup, highlight-changes-mode):
27583 Fix typos in docstrings.
27584 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27585 Doc fixes.
27586
27587 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27588
27589 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27590 mode function using `eval-after-load'.
27591
27592 2005-07-21 Kim F. Storm <storm@cua.dk>
27593
27594 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27595 included when reporting an Emacs crash, and tell about the DEBUG file.
27596
27597 * image-file.el (insert-image-file): Add yank-handler.
27598 (image-file-yank-handler): Yank handler to make unique copies of
27599 images when they are yanked into a buffer next to each other.
27600
27601 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27602
27603 * comint.el (comint-use-prompt-regexp, comint-send-input)
27604 (comint-source-default, comint-extract-string)
27605 (comint-get-source, comint-word, comint-completion)
27606 (comint-source, comint-prompt-read-only, comint-update-fence):
27607 Fix typos in docstrings.
27608 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27609 Declare with define-obsolete-*-alias macros.
27610 (comint-previous-matching-input-from-input)
27611 (comint-next-matching-input-from-input)
27612 (comint-previous-matching-input, comint-next-matching-input)
27613 (comint-forward-matching-input):
27614 Improve argument/docstring consistency.
27615
27616 * desktop.el (desktop-clear-preserve-buffers-regexp):
27617 Also preserve the *server* buffer.
27618
27619 * simple.el (clone-indirect-buffer): Doc fix.
27620 (fixup-whitespace, just-one-space)
27621 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27622 (next-error, next-error-highlight)
27623 (next-error-highlight-no-select, next-error-last-buffer)
27624 (next-error-buffer-p, next-error-find-buffer, next-error)
27625 (previous-error, next-error-no-select, previous-error-no-select)
27626 (open-line, split-line, minibuffer-prompt-width, kill-new)
27627 (binary-overwrite-mode): Fix typos in docstrings.
27628 (set-fill-column): Fix typo in message.
27629
27630 * skeleton.el (skeleton-proxy-new): Doc fix.
27631
27632 * strokes.el (strokes-load-hook): Doc fix.
27633 (strokes-grid-resolution, strokes-get-grid-position)
27634 (strokes-renormalize-to-grid, strokes-read-stroke)
27635 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27636 (strokes-global-map): Fix typos in docstrings.
27637 (strokes-help): Doc fix. Fix help message and pass it through
27638 `substitute-command-keys'.
27639
27640 * tempo.el (tempo-insert-prompt, tempo-interactive)
27641 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27642 (tempo-insert-string-functions, tempo-local-tags)
27643 (tempo-define-template, tempo-insert-template)
27644 (tempo-insert-prompt-compat, tempo-is-user-element)
27645 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27646 Fix typos in docstrings.
27647
27648 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27649 (vcursor-key-bindings, vcursor-use-vcursor-map)
27650 (vcursor-find-window, vcursor-scroll-down)
27651 (vcursor-disable, vcursor-beginning-of-buffer)
27652 (vcursor-end-of-buffer): Fix typos in docstrings.
27653 (vcursor-relative-move, vcursor-get-char-count):
27654 Improve argument/docstring consistency.
27655
27656 * version.el: "?\ " -> "?\s".
27657
27658 * wid-edit.el (widget-default-create, widget-after-change)
27659 (widget-default-format-handler, widget-checklist-add-item)
27660 (widget-radio-add-item, widget-choose, widget-specify-secret)
27661 (widget-field-value-create, widget-field-value-get)
27662 (widget-editable-list-format-handler)
27663 (widget-editable-list-entry-create, widget-group-value-create)
27664 (widget-documentation-link-add)
27665 (widget-documentation-string-value-create): "?\ " -> "?\s".
27666 (widget-convert-text): Doc fix.
27667 (widget-narrow-to-field, widget-field-find)
27668 (widget-url-link-action, widget-emacs-library-link-action)
27669 (widget-color-notify): Fix typos in docstrings.
27670
27671 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27672 (x-select-text, set-w32-system-coding-system)
27673 (w32-add-charset-info): Fix typos in docstrings.
27674
27675 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27676 (cua-enable-cua-keys, cua-use-hyper-key)
27677 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27678 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27679
27680 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27681
27682 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27683 `defalias' instead of faking it.
27684
27685 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27686 (eshell-ls-missing, eshell-ls-dired-initial-args)
27687 (eshell-ls-use-in-dired): Fix typos in docstrings.
27688
27689 2005-07-20 Kim F. Storm <storm@cua.dk>
27690
27691 * emulation/cua-base.el (cua-mode): Improve doc string.
27692
27693 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27694
27695 * abbrev.el (expand-region-abbrevs): Doc fix.
27696 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27697 Improve argument/docstring consistency.
27698
27699 * arc-mode.el (archive-get-descr, archive-alternate-display):
27700 Doc fixes.
27701 (archive-l-e): Improve argument/docstring consistency.
27702 (archive-tmpdir, archive-unixdate, archive-unixtime)
27703 (archive-chmod-entry): Fix typos in docstrings.
27704 (archive-unflag, archive-unflag-backwards)
27705 (archive-unmark-all-files): "?\ " -> "?\s".
27706
27707 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27708 (Buffer-menu-not-modified, Buffer-menu-execute)
27709 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27710 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27711
27712 * composite.el (compose-string, encode-composition-rule)
27713 (compose-last-chars): Fix typos in docstrings.
27714
27715 * desktop.el (desktop-enable, desktop-basefilename):
27716 Declare with `define-obsolete-variable-alias'.
27717 (desktop-internal-v2s): Don't quote keywords.
27718 (desktop-clear): "?\ " -> "?\s".
27719
27720 * dired.el (dired-align-file, dired-flag-backup-files)
27721 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27722 (dired-listing-switches, dired-ls-F-marks-symlinks)
27723 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27724 (dired-directory, dired-faces, dired, dired-revert)
27725 (dired-mode, dired-summary, dired-view-file)
27726 (dired-copy-filename-as-kill, dired-delete-file)
27727 (dired-no-confirm, dired-unmark-all-marks)
27728 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27729 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27730 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27731 Fix typos in message strings.
27732
27733 * dired-x.el (virtual-dired): Declare with `defalias'.
27734 (dired-mark-unmarked-files, dired-local-variables-file)
27735 (dired-omit-here-always): Doc fix.
27736 (dired-omit-mode, dired-find-subdir)
27737 (dired-enable-local-variables, dired-clean-up-buffers-too)
27738 (dired-extra-startup, dired-mark-extension, dired-jump)
27739 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27740 (dired-smart-shell-command, dired-guess-shell-alist-user)
27741 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27742 (dired-x-bind-find-file, dired-x-submit-report):
27743 Fix typos in docstrings.
27744 (dired-mark-unmarked-files): "?\ " -> "?\s".
27745
27746 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27747
27748 * faces.el (describe-face): "?\ " -> "?\s".
27749 (read-all-face-attributes, read-face-font, modify-face)
27750 (face-attr-construct, italic): Fix typos in docstrings.
27751 (frame-update-face-colors): Declare with
27752 `define-obsolete-function-alias'.
27753
27754 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27755 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27756 (magic-mode-alist, buffer-file-numbers-unique)
27757 (write-file-functions, get-free-disk-space):
27758 Fix typos in docstrings.
27759 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27760 (write-contents-hooks, write-file-hooks):
27761 Declare with `define-obsolete-variable-alias'.
27762
27763 * forms-d2.el (arch-rj): Fix typo in docstrings.
27764 (arch-tocol): Likewise. "?\ " -> "?\s".
27765
27766 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27767 Fix typo in docstring.
27768 (set-screen-width, set-screen-height): Delete redundant info in
27769 doctrings.
27770 (new-frame, screen-height, screen-width): Declare with
27771 `define-obsolete-function-alias'.
27772 (delete-frame-hook, blink-cursor): Declare with
27773 `define-obsolete-variable-alias'.
27774
27775 * paths.el (prune-directory-list): Fix typos in docstring.
27776
27777 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27778 (cvs-prefix-get): Fix typos in docstrings.
27779
27780 * ps-print.el (ps-extend-face-list, ps-extend-face)
27781 (ps-print-background-image): Fix typos in docstrings.
27782 (ps-default-fg, ps-default-bg): Doc fixes.
27783
27784 * s-region.el (s-region-bind): Doc fix.
27785 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27786
27787 * textmodes/org.el (org-table-formula-substitute-names)
27788 (org-table-get-vertical-vector): Doc fixes.
27789 (org-table-recalculate): Remove unused argument to `message'.
27790
27791 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27792
27793 * textmodes/org.el (org-table-column-names)
27794 (org-table-column-name-regexp)
27795 (org-table-named-field-locations): New variables.
27796 (org-archive-subtree): Protect `this-command' when calling
27797 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27798 the kill buffer.
27799 (org-complete): Remove fixed-formula completion.
27800 (org-edit-formulas-map): New variable.
27801 (org-table-edit-formulas): New command.
27802 (org-finish-edit-formulas, org-abort-edit-formulas)
27803 (org-show-variable, org-table-get-vertical-vector): New functions.
27804 (org-table-maybe-eval-formula): Handle `:=' fields.
27805 (org-table-get-stored-formulas, org-table-store-formulas)
27806 (org-table-get-formula, org-table-modify-formulas)
27807 (org-table-replace-in-formulas): Handle named field formulas.
27808 (org-table-get-specials): Store locations of named fields.
27809
27810 2005-07-19 Juri Linkov <juri@jurta.org>
27811
27812 * progmodes/grep.el (grep-regexp-alist)
27813 (grep-mode-font-lock-keywords, grep-process-setup):
27814 Use default GNU grep match color "01;31m" instead of "01;41m".
27815 (grep-regexp-alist, grep-mode-font-lock-keywords):
27816 Use `\\[[0-9]*m' instead of `\\[00m'.
27817 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27818 sgr_start where its handling is more important. Use the real
27819 length of sgr_start instead of constant 8.
27820 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27821 specially. Delete all remaining escape sequences.
27822 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27823 (grep-regexp-alist): Make hyperlink only for binary file name
27824 instead of the whole line.
27825 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27826 (grep-mode): Add autoload.
27827
27828 * emacs-lisp/find-func.el (find-function-regexp):
27829 Add `define-compilation-mode'.
27830
27831 2005-07-19 Juri Linkov <juri@jurta.org>
27832
27833 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27834 (compare-windows-sync-string-size, compare-windows-recenter)
27835 (compare-windows-highlight, compare-windows): Add version 22.1.
27836 (compare-windows) <defface>: Inherit from lazy-highlight instead
27837 of duplicating its default value.
27838
27839 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27840 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27841
27842 * descr-text.el (describe-char): Create link buttons for `charset'
27843 and `code point'. Add the current input method name with a link
27844 button to `to input' field. Print face names of display table
27845 characters in `The display table entry is displayed by' section
27846 instead of printing face-id in the `display' field.
27847 Guess hardcoded faces and create a link button for them.
27848 Skip empty fields when calculating max-width.
27849 Treat `widget-create' specially while inserting strings from the
27850 collected field list.
27851 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27852
27853 * diff-mode.el (diff-file-header): Change foreground color from
27854 yellow to green on light backgrounds.
27855 (diff-context): Inherit from `shadow' only for color/grayscale
27856 with more than 88 colors.
27857 (diff-indicator-removed, diff-indicator-added)
27858 (diff-indicator-changed): New faces.
27859 (diff-font-lock-keywords): Use new faces. Regroup rules.
27860 Add "^---$" for `normal' diff format. Fontify `#' lines with
27861 font-lock-comment-delimiter-face and font-lock-comment-face.
27862 Add `#' to ^[^...] in the rule for `diff-context-face'.
27863
27864 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27865 a button-like box. Inherit from `highlight' on low colors.
27866 (shadow): Use shades of gray only for color/grayscale with
27867 more than 88 colors. Use green for light backgrounds with
27868 8 colors, and yellow for dark backgrounds with 8 colors.
27869
27870 * font-lock.el (font-lock-regexp-grouping-backslash):
27871 Don't inherit from escape-glyph (use bold for all cases).
27872
27873 * info.el (info-xref-visited): Use light foreground color `violet'
27874 for dark backgrounds instead of dark color `magenta3'.
27875 (info-title-1): Use `yellow' color for dark backgrounds.
27876
27877 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27878 too-light magenta2.
27879
27880 * replace.el (match): Use slightly more light RoyalBlue3 instead
27881 of dark RoyalBlue4.
27882
27883 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27884
27885 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27886
27887 * novice.el (disabled-command-hook): Declare it with
27888 `define-obsolete-variable-alias'.
27889
27890 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27891 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27892 (desktop-load-default): Add release to obsolescence info.
27893 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27894 (desktop-append-buffer-args, desktop-read):
27895 Fix typos in docstrings.
27896 (desktop-kill): Fix typo in message.
27897 (desktop-save): Doc fix.
27898
27899 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27900
27901 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27902 (viper-envelop-ESC-key): Change the definition of fast
27903 keysequence so it'll work with keyboard macros.
27904
27905 * ediff.el (ediff-patch-buffer): Change the docstring.
27906
27907 2005-07-19 Kenichi Handa <handa@m17n.org>
27908
27909 * international/mule-cmds.el (select-safe-coding-system): Try to
27910 use an auto-coding (if any) before anything else. If the found
27911 auto-coding is invalid, show a warning message.
27912
27913 * international/mule.el (find-auto-coding): New function created
27914 by modifying the body of set-auto-coding.
27915 (set-auto-coding): Use find-auto-coding to find a coding.
27916
27917 2005-07-18 Richard M. Stallman <rms@gnu.org>
27918
27919 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27920 not isearch-mode-end-hook-error.
27921 (allout-before-change-protect): Fix error message.
27922
27923 2005-07-18 Juri Linkov <juri@jurta.org>
27924
27925 * allout.el (allout-mode):
27926 * calculator.el (calculator-copy):
27927 * custom.el (custom-known-themes):
27928 * dired.el (dired-desktop-buffer-misc-data)
27929 (dired-restore-desktop-buffer):
27930 * dired-x.el (dired-omit-marker-char):
27931 * files.el (basic-save-buffer):
27932 * font-core.el (font-lock-mode):
27933 * calendar/calendar.el (calendar-goto-hebrew-date)
27934 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27935 (calendar-goto-persian-date):
27936 * language/ethio-util.el (ethio-sera-to-fidel-region):
27937 * textmodes/picture.el (picture-mode):
27938 Delete duplicate duplicate words.
27939
27940 2005-07-18 Juri Linkov <juri@jurta.org>
27941
27942 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27943 chars * ? } |.
27944 (isearch-fallback): Don't call `isearch-process-search-char'.
27945 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27946 (isearch-process-search-char): Call `isearch-fallback' for regexp
27947 chars * ? } |.
27948 (isearch-return-char): Make obsolete with `make-obsolete' instead
27949 of simply documenting it as obsolete in the docstring.
27950 (isearch-fallback): Refill docstring.
27951
27952 * international/isearch-x.el
27953 (isearch-process-search-multibyte-characters): Remove unneeded
27954 `concat'. Add intermediate values to `junk-hist' instead of
27955 `minibuffer-history'. Test the length of `str'.
27956
27957 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27958
27959 * allout.el (allout-resolve-xref): Fix typos in error strings.
27960 (allout-before-change-protect): Remove unneeded `concat'.
27961
27962 * array.el (array-mode, array-reconfigure-rows)
27963 (untabify-backward): Fix typos in docstrings.
27964 (array-reconfigure-rows): Use `insert-buffer-substring', not
27965 `insert-buffer'.
27966
27967 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27968 * progmodes/ada-mode.el (ada-make-body):
27969 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27970
27971 * dired.el (dired-log):
27972 * tar-mode.el (tar-subfile-save-buffer):
27973 * play/zone.el (zone-pgm-stress-destress):
27974 Use `insert-buffer-substring', not `insert-buffer'.
27975
27976 2005-07-17 Simon Josefsson <jas@extundo.com>
27977
27978 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27979
27980 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27981
27982 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27983 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27984
27985 2005-07-17 Kim F. Storm <storm@cua.dk>
27986
27987 * ido.el (dired-other-window): Add ido property.
27988
27989 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27990
27991 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27992 Fix typo in docstring.
27993 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27994 `insert-file-literally'.
27995
27996 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27997 info and delete redundant message. Doc fix.
27998 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27999 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
28000
28001 2005-07-16 Richard M. Stallman <rms@gnu.org>
28002
28003 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
28004 (byte-compile-and): Use byte-compile-and-recursion.
28005 (byte-compile-or-recursion): New function.
28006 (byte-compile-or): Use that.
28007 (byte-compile-if): Guard the else-clause too.
28008 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
28009
28010 * isearch.el (isearch-mode-end-hook-quit): New variable.
28011 (isearch-done): Bind it.
28012 (isearch-mode-end-hook): Doc fix.
28013
28014 * allout.el (allout-isearch-did-quit): Variable deleted.
28015 (allout-real-isearch-abort): Function name no longer used.
28016 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
28017 (allout-isearch-rectification): isearch-mode always exists.
28018 Don't set allout-isearch-did-quit.
28019 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
28020 allout-isearch-did-quit.
28021 (allout-enwrap-isearch): Just add the hook.
28022 (allout-isearch-abort): Function deleted.
28023 (allout-pre-command-business): Avoid warning.
28024
28025 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
28026 Correctly avoid warnings.
28027 (pascal-outline): Likewise.
28028
28029 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
28030
28031 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
28032
28033 * play/tetris.el (tetris-mode): Avoid warning.
28034
28035 * play/snake.el (snake-mode): Avoid warning.
28036
28037 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
28038 (gamegrid-set-display-table): Avoid warning.
28039 (gamegrid-set-timer): Likewise.
28040 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
28041 (gamegrid-add-score-with-update-game-score-1): Take FILE
28042 as argument.
28043 (gamegrid-add-score-with-update-game-score): Pass that argument.
28044 Rename have-shared-game-dir to gamegrid-shared-game-dir.
28045
28046 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
28047
28048 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
28049 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
28050
28051 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
28052 and insert-file.
28053
28054 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
28055 (sc-ask): Avoid warnings.
28056
28057 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
28058 (eshell-hist-initialize): Use that var the natural way.
28059
28060 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
28061
28062 * emacs-lisp/re-builder.el (reb-cook-regexp):
28063 Avoid warning calling lre-compile-string.
28064 (reb-color-display-p): Avoid warning.
28065
28066 * calculator.el (calculator-last-input): Guard uses
28067 of event-key and key-press-event-p.
28068 (event-key, key-press-event-p): Delete definitions.
28069
28070 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
28071 (find-gc-source-directory, find-gc-subrs-callers)
28072 (find-gc-noreturn-list, find-gc-source-files)
28073 (find-gc-subrs-called): Vars renamed and defvar'd.
28074
28075 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
28076 (checkdoc-overlay-put, checkdoc-delete-overlay)
28077 (checkdoc-overlay-start, checkdoc-overlay-end)
28078 (checkdoc-mode-line-update, checkdoc-char=):
28079 Define such that compiler knows they are defined.
28080 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
28081 (checkdoc-read-event): Delete. Use read-event directly.
28082
28083 * whitespace.el (whitespace-make-overlay)
28084 (whitespace-overlay-put, whitespace-delete-overlay)
28085 (whitespace-overlay-start, whitespace-overlay-end):
28086 Define such that compiler knows they are defined.
28087 (whitespace): Move conditional inside.
28088
28089 * tempo.el (tempo-insert-template): Suppress warning.
28090
28091 * ediff-diff.el (longlines-mode): Add defvar.
28092
28093 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
28094
28095 * server.el: Bind "C-x #" in a way that works even if C-x is
28096 redefined to a command key, not a prefix key.
28097
28098 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
28099
28100 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
28101 cl-make-type-test till execution time.
28102
28103 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
28104
28105 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
28106 arg ARG and use it.
28107
28108 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
28109
28110 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
28111
28112 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
28113
28114 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28115 a defcustom with two :set or :type keywords.
28116
28117 2005-07-15 Richard M. Stallman <rms@gnu.org>
28118
28119 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
28120 Don't give ^M comment-end syntax.
28121
28122 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
28123
28124 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
28125 Don't consider gdbmi (gdb-mi.el has its own update functions).
28126 (gdb-var-delete): Make it work for gdbmi as well.
28127 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
28128
28129 * progmodes/gud.el (etags, sdb): Only require etags when needed.
28130 (gud-speedbar-menu-items): Correct logic for enabling items.
28131
28132 2005-07-15 Kim F. Storm <storm@cua.dk>
28133
28134 * ido.el: Fix commentary.
28135 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
28136 Use with-no-warnings around ffap-guesser.
28137 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
28138 Let bind minibuffer-completing-file-name to t.
28139
28140 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
28141
28142 * startup.el (site-run-file, keyboard-type): Doc fixes.
28143 (command-line): Check for "--basic-display" argument; also for
28144 "--quick", not "--bare-bones" (which was renamed).
28145 (fancy-splash-text): Add missing item "Getting New Versions".
28146 (normal-splash-screen): Fix typos and improve consistency with
28147 `fancy-splash-text'. Update copyright year.
28148
28149 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
28150 valid binding for `help-char'.
28151
28152 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
28153
28154 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
28155
28156 * term.el (term-mode): Disable cua-mode for term buffers.
28157
28158 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
28159
28160 * add-log.el (add-log-mailing-address, change-log-merge):
28161 Doc fixes.
28162 (change-log-get-method-definition): Fix typo in docstring.
28163
28164 2005-07-14 Kim F. Storm <storm@cua.dk>
28165
28166 * emulation/cua-base.el:
28167 (cua--pre-command-handler-1, cua--pre-command-handler)
28168 (cua--post-command-handler-1, cua--post-command-handler):
28169 Split in two. Check (buffer local) value of cua-mode.
28170 (cua-selection-mode): New command.
28171
28172 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
28173
28174 * custom.el (custom-initialize-safe-set)
28175 (custom-initialize-safe-default): Doc fixes.
28176
28177 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28178 and simplify :init-value again.
28179
28180 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28181 and simplify :init-value again. Delete autoload.
28182
28183 * startup.el (command-line): Use `custom-reevaluate-setting' again
28184 for tooltip-mode.
28185
28186 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28187 a defcustom with two :initialize keywords.
28188
28189 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
28190
28191 * allout.el (my-mark-marker, allout-isearch-prior-pos)
28192 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
28193 (allout-post-command-business, allout-flag-region)
28194 (isearch-reenable-font-lock, allout-yank)
28195 (allout-insert-latex-header, allout-insert-latex-trailer)
28196 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
28197 (allout-latex-verb-quote): Fix typos in docstrings.
28198 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
28199 (allout-unprotected, allout-prefix-data):
28200 Improve argument/docstring consistency.
28201 (allout-chart-subtree): Fix argument spec.
28202 (allout-open-topic): Rename `use_sib_bullet' argument to
28203 `use-sib-bullet'. Doc fix.
28204
28205 * whitespace.el (whitespace-check-buffer-leading)
28206 (whitespace-check-buffer-trailing)
28207 (whitespace-check-buffer-indent)
28208 (whitespace-check-buffer-spacetab)
28209 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
28210 (whitespace-check-leading-whitespace)
28211 (whitespace-check-trailing-whitespace)
28212 (whitespace-check-spacetab-whitespace)
28213 (whitespace-check-indent-whitespace)
28214 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
28215 (whitespace-modes): Fix typos in docstrings.
28216 (defgroup, defcustom): Doc fixes.
28217
28218 * winner.el (winner-mode, winner-boring-buffers)
28219 (winner-pending-undo-ring): Doc fixes.
28220 (winner-ring): Remove unneeded `progn'.
28221 (winner-equal): `defsubst' it.
28222 (winner-redo): Fix message.
28223
28224 2005-07-13 Kim F. Storm <storm@cua.dk>
28225
28226 * simple.el (line-move-1): Always use vertical-motion to
28227 do the last (or only) line move to ensure some movement.
28228 Undo 2005-06-23 change--don't check for overlays.
28229
28230 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28231
28232 * term/mac-win.el (ccl-encode-mac-roman-font)
28233 (ccl-encode-mac-centraleurroman-font)
28234 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
28235 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
28236 Change charset-id boundary of dimension to ?\xef.
28237 (mac-char-fontspec-list): New constant.
28238 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
28239 argument. Nil uses itself as family in font-spec. Previous
28240 behavior for nil is now provided by non-nil non-string argument.
28241 All callers changed. Add font-specs for Mac fonts to
28242 "fontset-default" unless iso8859-1 fonts are installed.
28243
28244 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
28245
28246 * progmodes/sh-script.el (sh-get-indent-info): Only indent
28247 a continuation line if the \ is preceded by SPC or TAB.
28248 (sh-get-indent-info): Simplify.
28249 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
28250 Use with-current-buffer.
28251
28252 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
28253 when the matched text is empty.
28254
28255 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
28256
28257 * startup.el (command-line): Revert to previous handling of
28258 tooltip-mode. Explain in comment why the complexity is needed.
28259
28260 * tooltip.el (tooltip-mode): Revert to previous implementation of
28261 its defcustom.
28262
28263 * frame.el (blink-cursor-mode): Revert to previous implementation
28264 of its defcustom. Update comment.
28265
28266 2005-07-12 Lars Hansen <larsh@soem.dk>
28267
28268 * desktop.el: Update e-mail address.
28269
28270 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28271
28272 * term/mac-win.el (mac-services-mail-selection)
28273 (mac-services-mail-to): New functions.
28274 (mac-application-menu-map): Bind them.
28275
28276 2005-07-12 wulei <milton@wulei.net> (tiny change)
28277
28278 * progmodes/gdb-ui.el: Add note about buffering with Windows.
28279
28280 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
28281
28282 * custom.el (custom-reevaluate-setting): Doc fix.
28283
28284 2005-07-11 Jay Belanger <belanger@truman.edu>
28285
28286 * calc/calc.el (calc-embedded-announce-formula-alist)
28287 (calc-embedded-open-close-plain-alist)
28288 (calc-embedded-open-close-mode-alist): Add checks for additional
28289 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
28290
28291 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
28292
28293 * custom.el (custom-enable-theme): Don't add theme to
28294 `custom-enabled-themes' with `push' because there is no
28295 setf-method for `delq'.
28296
28297 2005-07-11 Richard M. Stallman <rms@gnu.org>
28298
28299 * custom.el (custom-declare-variable): Doc fix.
28300
28301 * dired-aux.el (dired-compare-directories): Remove "." and ".."
28302 from the alists.
28303
28304 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
28305 Do nothing if edebug-active.
28306
28307 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
28308 (edebug-display): Do it here instead.
28309
28310 2005-07-10 Richard M. Stallman <rms@gnu.org>
28311
28312 * cus-face.el (custom-theme-set-faces): Make it work.
28313 (custom-reset-faces): Doc fix.
28314 (custom-theme-reset-internal-face, custom-theme-face-value):
28315 Functions deleted.
28316
28317 * custom.el (custom-push-theme): Maintain list of the settings
28318 of a given theme in its theme-settings property.
28319 Maintain position of old settings in the theme-value
28320 or theme-face property.
28321 (custom-enabled-themes): New variable.
28322 (custom-theme-enabled-p): New function.
28323 (provide-theme): Update custom-enabled-themes.
28324 Disable and reenable the `user' theme.
28325 (require-theme): Doc fix.
28326 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
28327 (custom-theme-value, custom-theme-variable-value): Likewise.
28328 (custom-theme-reset-internal): Likewise.
28329 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
28330 (custom-enable-theme, custom-disable-theme): New functions.
28331 (custom-variable-theme-value, custom-face-theme-value): Likewise.
28332 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
28333 (custom-theme-reset-variables): Simplify.
28334 (deftheme, custom-declare-theme, custom-make-theme-feature):
28335 Definitions moved.
28336
28337 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
28338
28339 * longlines.el (longlines-show-region)
28340 (longlines-unshow-hard-newlines): Recognize hard newlines by
28341 non-nil hard property, instead of t.
28342
28343 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
28344
28345 * emulation/viper-cmd.el (viper--key-maps): New variable.
28346 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
28347 emulation-mode-map-alists.
28348 (viper-envelop-ESC-key): Use viper-subseq.
28349 (viper-search-forward/backward/next): Disable debug-on-error.
28350
28351 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28352 (viper-ESC-key): New defcustoms.
28353
28354 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
28355
28356 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
28357 (viper-subseq): Copy of subseq from cl.el.
28358
28359 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
28360 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
28361
28362 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
28363
28364 * emulation/viper-init.el: Get rid of -face in face names.
28365
28366 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
28367 Make it work with longlines mode.
28368
28369 * ediff-mult.el (ediff-meta-mode-hook): New variable.
28370
28371 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
28372
28373 * ediff-init.el: Get rid of -face in face names.
28374
28375 2005-07-10 Richard M. Stallman <rms@gnu.org>
28376
28377 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
28378 and with-timeout-unsuspend.
28379
28380 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
28381 and with-timeout-unsuspend.
28382
28383 * emacs-lisp/timer.el (with-timeout-timers): New variable.
28384 (with-timeout): Bind that variable to record timers.
28385 (with-timeout-suspend, with-timeout-unsuspend): New functions.
28386
28387 * emacs-lisp/debug.el (debug-help-follow): New function.
28388 (debugger-mode-map): Use that instead of help-follow.
28389 (debugger-setup-buffer): Use eval-buffer-list
28390 to handle eval-buffer frames.
28391
28392 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
28393
28394 * timezone.el (timezone-parse-date): Change first regexp
28395 so it will not mistakenly match dates with no time zone.
28396
28397 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
28398
28399 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
28400
28401 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
28402
28403 * custom.el (custom-initialize-safe-set)
28404 (custom-initialize-safe-default): New functions.
28405
28406 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28407 and simplify :init-value.
28408
28409 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28410 and simplify :init-value. Delete obsolete comment.
28411
28412 * startup.el (command-line): Use `custom-reevaluate-setting' to
28413 handle `tooltip-mode'. Delete obsolete comment.
28414
28415 * files.el (set-visited-file-name): Avoid calling
28416 `file-name-nondirectory' with a nil argument.
28417
28418 2005-07-09 Richard M. Stallman <rms@gnu.org>
28419
28420 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28421 was called with nil for the buffer, handle the read position right.
28422 Handle read position for eval-region, too.
28423
28424 2005-07-09 Juri Linkov <juri@jurta.org>
28425
28426 * fringe.el (fringe-mode): Add period in docstring.
28427 (fringe-query-style): Build prompt depending on `all-frames' arg.
28428
28429 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28430 to not create links to unrelated functions in the Help buffer.
28431
28432 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28433 Doc fix.
28434
28435 * simple.el (next-error-hook): New variable.
28436 (next-error): Use it. Doc fix.
28437
28438 * textmodes/ispell.el (ispell-command-loop): Add current
28439 dictionary name and program name to mode-line-format.
28440 (ispell-region, ispell-process-line): Add current dictionary name
28441 and program name to messages.
28442
28443 2005-07-08 Jay Belanger <belanger@truman.edu>
28444
28445 * calc/calc.el (calc-embedded-announce-formula-alist)
28446 (calc-embedded-open-close-formula-alist)
28447 (calc-embedded-open-close-word-alist)
28448 (calc-embedded-open-close-plain-alist)
28449 (calc-embedded-open-close-new-formula-alist)
28450 (calc-embedded-open-close-mode-alist)
28451 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28452 (calc-embedded-mode-hook): New variables.
28453
28454 * calc/calc-embed.el (calc-embedded-firsttime)
28455 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28456 New variables.
28457 (calc-do-embedded): Use calc-embedded-firsttime,
28458 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28459 determine whether or not to run hooks.
28460 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28461 calc-embedded-firsttime-formula appropriately.
28462 Set calc-embedded delimiter variables according to mode.
28463
28464 2005-07-08 Richard M. Stallman <rms@gnu.org>
28465
28466 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28467 Check for "emacs", etc., as entire symbol, not just as word.
28468 (checkdoc-file-comments-engine): Use regexp-quote on FN.
28469
28470 * files.el (set-visited-file-name): Report the error
28471 for "empty filename" earlier.
28472 (kill-some-buffers): Ignore buffers already dead.
28473
28474 * fringe.el (fringe-mode): Doc fix.
28475
28476 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28477 Check for (featurep 'xemacs) and turn off warnings in what it guards.
28478 Use unwind-protect to ensure byte-compile-unresolved-functions
28479 is updated.
28480
28481 * whitespace.el (whitespace-buffer-leading-cleanup):
28482 Simplify w/ skip-chars-forward.
28483 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28484
28485 * mail/rmail.el (rmail-only-expunge): Fix paren error.
28486 Unconditionally try to leave point at the same old place.
28487
28488 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
28489
28490 * comint.el (comint-postoutput-scroll-to-bottom)
28491 (comint-show-maximum-output): Take scroll-margin into consideration.
28492
28493 2005-07-08 Kim F. Storm <storm@cua.dk>
28494
28495 * ido.el (ido-use-filename-at-point): New choice `guess'.
28496 (ido-file-internal): Try ffap-guesser if selected.
28497
28498 * ido.el (ido-before-fallback-functions): New hook.
28499 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28500 (ido-read-file-name): Run it.
28501
28502 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
28503
28504 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28505 strings rather than a list of symbols to the completion function.
28506
28507 2005-07-07 Jay Belanger <belanger@truman.edu>
28508
28509 * calc/calc-units.el (math-apply-units): Change the places in
28510 which units are simplified.
28511
28512 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28513
28514 * cus-edit.el (customize-option, customize-option-other-window):
28515 Make them handle aliases.
28516
28517 * custom.el (custom-variable-p): Make it recursively follow
28518 aliases. Mention that in the docstring.
28519
28520 2005-07-07 Richard M. Stallman <rms@gnu.org>
28521
28522 * cus-start.el (exec-path): Use `directory' instead of `file'.
28523 Fix tag for nil.
28524
28525 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28526
28527 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28528 when called non-interactively. Doc fix.
28529
28530 2005-07-07 Lute Kamstra <lute@gnu.org>
28531
28532 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28533 new address as well.
28534
28535 2005-07-07 Kenichi Handa <handa@m17n.org>
28536
28537 * international/mule.el (make-coding-system):
28538 Describe `ascii-incompatible' property in the docstring.
28539 (set-file-name-coding-system): Signal an error if coding-system is
28540 ascii-incompatible.
28541 (set-keyboard-coding-system): Likewise.
28542
28543 * international/mule-cmds.el (set-default-coding-systems):
28544 Don't set default-file-name-coding-system and
28545 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28546
28547 * international/utf-16.el: Declare that all UTF-16-based coding
28548 systems are ASCII-incompatible.
28549
28550 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28551
28552 * progmodes/gud.el: Require font-lock for displaying errors.
28553 Used by gdb-ui.el.
28554
28555 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28556
28557 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28558 values for the pattern lists which are `read'able but not
28559 `append'able (like symbols).
28560
28561 2005-07-06 Richard M. Stallman <rms@gnu.org>
28562
28563 * progmodes/flymake.el (flymake-float-time): Instead of
28564 with-no-warnings, test for XEmacs.
28565 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28566 to avoid warning.
28567
28568 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28569
28570 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28571
28572 2005-07-05 Lute Kamstra <lute@gnu.org>
28573
28574 * battery.el: Add support for Darwin (with much debugging help
28575 from Samuel Lauber <sam124@operamail.com>).
28576 (battery-status-function, battery-echo-area-format)
28577 (battery-mode-line-format): Add support for pmset on Darwin.
28578 (battery-load-low, battery-load-critical): New user options.
28579 (battery-pmset): New function.
28580
28581 2005-07-05 Lute Kamstra <lute@gnu.org>
28582
28583 Update FSF's address in GPL notices.
28584
28585 * textmodes/page-ext.el: Update FSF's address.
28586
28587 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28588
28589 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28590 filling from using prefix when filling a single-line docstring.
28591
28592 * progmodes/flymake.el: Remove useless eval-when-compile.
28593
28594 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28595
28596 2005-07-04 Richard M. Stallman <rms@gnu.org>
28597
28598 * textmodes/org.el (org-file-apps-defaults-gnu):
28599 Rename from org-file-apps-defaults-linux.
28600 (org-default-apps): Don't test system-type for `linux'.
28601 (org-file-apps): Doc fix.
28602
28603 2005-07-04 David Ponce <david@dponce.com>
28604
28605 * tree-widget.el: Improve header Commentary section.
28606 (tree-widget) [defgroup]
28607 (tree-widget-image-enable, tree-widget-themes-directory)
28608 (tree-widget-theme, tree-widget-image-properties-emacs)
28609 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28610 (tree-widget-image-formats, tree-widget-control)
28611 (tree-widget-empty-control, tree-widget-leaf-control
28612 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28613 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28614 (tree-widget-keep, tree-widget-after-toggle-functions)
28615 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28616 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28617 :help-echo message.
28618 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28619 (tree-widget-image-properties): Doc fix. Clearer implementation.
28620 (tree-widget--cursors): New constant.
28621 (tree-widget-lookup-image): New function split from
28622 `tree-widget-find-image'. Clearer implementation.
28623 (tree-widget-find-image): Use it.
28624 (tree-widget-button-keymap): Use `set-keymap-parent'.
28625 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28626 Define the sub-widgets here.
28627 (tree-widget-node): Check that :node is not a tree-widget.
28628 (tree-widget-get-super, tree-widget-open-control)
28629 (tree-widget-close-control, tree-widget-empty-control)
28630 (tree-widget-leaf-control, tree-widget-guide)
28631 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28632 (tree-widget-no-handle, tree-widget-value-delete)
28633 (tree-widget-map): Remove.
28634 (tree-widget-children-value-save): Doc fix. Simplified.
28635 (tree-widget-value-create): Update according to previous changes.
28636
28637 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28638
28639 * textmodes/org.el: Leading space replaced by TABS.
28640 (org-recalc-marks, org-table-rotate-recalc-marks)
28641 (org-table-get-specials): Treat "^" and "_" marks.
28642 (org-table-justify-field-maybe): Optional argument NEW.
28643 (org-table-eval-formula): Parsing of the format simplified.
28644 New modes C,I. Honor the %= parameter in the current table.
28645 Avoid unnecessary re-align by using the NEW argument to
28646 `org-table-justify-field-maybe'.
28647 (org-calc-default-modes): Default for date-format mimicks org-mode.
28648 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28649
28650 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28651
28652 * cus-face.el (custom-theme-set-faces): Make it handle face
28653 aliases whose alias declarations are pre- or autoloaded.
28654
28655 2005-07-04 Juri Linkov <juri@jurta.org>
28656
28657 * faces.el (read-face-name): Put the code for getting a face name
28658 from the buffer before adding the faces from the `face' property.
28659 Use `completing-read-multiple' instead of `completing-read'.
28660 Require `crm'. Add default value and post-process the returned
28661 list of faces.
28662
28663 * emacs-lisp/crm.el (crm-find-current-element)
28664 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28665
28666 * emacs-lisp/lisp-mode.el (eval-defun-1):
28667 * emacs-lisp/edebug.el (edebug-eval-defun):
28668 Remove unnecessary quotes.
28669
28670 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28671
28672 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28673 (prolog-indent-level): Fix typo in docstring.
28674
28675 * info.el (Info-history, Info-history-forward)
28676 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28677
28678 * add-log.el (add-change-log-entry):
28679 * comint.el (comint-dynamic-list-input-ring)
28680 (comint-dynamic-list-completions):
28681 * dabbrev.el (dabbrev-expand):
28682 * delim-col.el (delimit-columns-rectangle-line):
28683 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28684 (diff-unified->context):
28685 * ediff-init.el (ediff-abbrev-jobname):
28686 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28687 (ediff-replace-session-activity-marker-in-meta-buffer):
28688 * info.el (Info-summary):
28689 * lpr.el (printify-region):
28690 * printing.el (pr-create-interface):
28691 * ps-print.el (ps-print-quote):
28692 * ses.el (ses-column-widths, ses-print-cell)
28693 (ses-adjust-print-width, ses-center):
28694 * shell.el (shell-file-name-quote-list):
28695 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28696 (strokes-fill-current-buffer-with-whitespace)
28697 (strokes-xpm-for-stroke, strokes-list-strokes)
28698 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28699 * term.el (term-dynamic-list-input-ring)
28700 (term-dynamic-list-completions):
28701 * calc/calc.el (math-format-stack-value):
28702 * emacs-lisp/edebug.el (edebug-display-freq-count):
28703 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28704 (delphi-new-comment-line):
28705 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28706 * progmodes/executable.el (executable-set-magic):
28707 * progmodes/python.el (inferior-python-mode):
28708 * progmodes/scheme.el (scheme-mode-syntax-table):
28709 * progmodes/sh-script.el (sh-maybe-here-document):
28710 * progmodes/sql.el (sql-copy-column):
28711 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28712 * textmodes/bibtex.el (bibtex-mode):
28713 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28714 (sgml-auto-attributes):
28715 * textmodes/table.el (table-insert, table-shorten-cell)
28716 (table--generate-source-scan-lines, table-delete-row)
28717 (*table--cell-delete-char, table--spacify-frame)
28718 (table--horizontally-shift-above-and-below)
28719 (table--cell-insert-char, table--cell-blank-str)
28720 (table--fill-region-strictly):
28721 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28722 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28723
28724 * add-log.el (change-log):
28725 * apropos.el (apropos):
28726 * comint.el (comint-completion, comint-source):
28727 * dabbrev.el (dabbrev):
28728 * delim-col.el (columns):
28729 * diff-mode.el (diff-mode):
28730 * ediff.el (ediff):
28731 * ediff-diff.el (ediff-diff):
28732 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28733 * ediff-mult.el (ediff-mult):
28734 * ediff-ptch.el (ediff-ptch):
28735 * ediff-wind.el (ediff-window):
28736 * facemenu.el (facemenu):
28737 * indent.el (indent):
28738 * info.el (info):
28739 * jka-cmpr-hook.el (compression, jka-compr):
28740 * lpr.el (lpr):
28741 * outline.el (outlines):
28742 * pcmpl-cvs.el (pcmpl-cvs):
28743 * pcmpl-rpm.el (pcmpl-rpm):
28744 * printing.el (printing):
28745 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28746 (ps-print-vertical, ps-print-headers, ps-print-font)
28747 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28748 (ps-print-background, ps-print-printer, ps-print-page)
28749 (ps-print-miscellany):
28750 * ses.el (ses):
28751 * shell.el (shell, shell-directories, shell-faces):
28752 * startup.el (initialization):
28753 * strokes.el (strokes):
28754 * term.el (term):
28755 * uniquify.el (uniquify):
28756 * w32-vars.el (w32):
28757 * calc/calc.el (calc):
28758 * emacs-lisp/bytecomp.el (bytecomp):
28759 * emacs-lisp/cl-indent.el (lisp-indent):
28760 * emacs-lisp/edebug.el (edebug):
28761 * emacs-lisp/elp.el (elp):
28762 * emacs-lisp/testcover.el (testcover):
28763 * emacs-lisp/trace.el (trace):
28764 * emulation/viper-ex.el (viper-ex):
28765 * emulation/viper-mous.el (viper-mouse):
28766 * mail/mailalias.el (mailalias):
28767 * mail/supercite.el (supercite, supercite-frames)
28768 (supercite-attr, supercite-cite, supercite-hooks):
28769 * net/rcompile.el (remote-compile):
28770 * net/rlogin.el (rlogin):
28771 * obsolete/ooutline.el (outlines):
28772 * progmodes/delphi.el (delphi):
28773 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28774 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28775 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28776 (ebnf-optimization):
28777 * progmodes/etags.el (etags):
28778 * progmodes/executable.el (executable):
28779 * progmodes/idlwave.el (idlwave):
28780 * progmodes/pascal.el (pascal):
28781 * progmodes/prolog.el (prolog):
28782 * progmodes/python.el (python):
28783 * progmodes/scheme.el (scheme):
28784 * progmodes/sh-script.el (sh, sh-script):
28785 * progmodes/sql.el (SQL):
28786 * progmodes/tcl.el (tcl):
28787 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28788 * textmodes/enriched.el (enriched):
28789 * textmodes/makeinfo.el (makeinfo):
28790 * textmodes/sgml-mode.el (sgml):
28791 * textmodes/table.el (table-hooks):
28792 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28793 * textmodes/texinfo.el (texinfo):
28794 * textmodes/two-column.el (two-column):
28795 Finish `defgroup' description with period.
28796
28797 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28798 * eshell/esh-var.el (eshell-var):
28799 * progmodes/vhdl-mode.el (vhdl-testbench):
28800 * textmodes/org.el (org): Fix typos in docstrings.
28801
28802 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28803 consistency.
28804
28805 * progmodes/flymake.el (flymake-find-file): Remove.
28806 (flymake-float-time): Use `with-no-warnings'.
28807 (flymake-check-start-time, flymake-check-was-interrupted)
28808 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28809 (flymake-new-err-info): `defvar' at compile time.
28810
28811 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28812
28813 * replace.el (occur-hook): Doc fix.
28814 (occur-1): Don't call `occur-hook' if there are no matches.
28815
28816 2005-07-03 Richard M. Stallman <rms@gnu.org>
28817
28818 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28819 global-map, save the same map.
28820 (global-map): Don't alter it at top level.
28821 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28822 Then alter it here instead.
28823 (tpu-edt-off): Set global-map to the saved one.
28824
28825 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28826 All references simplified.
28827 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28828 (zmacs-regions): Add defvar.
28829 (repeat-complex-command-map): Everything about that deleted.
28830
28831 * textmodes/artist.el (artist-key-is-drawing)
28832 (artist-key-endpoint1, artist-key-poly-point-list)
28833 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28834 (artist-key-compl-table, artist-rb-save-data)
28835 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28836 Don't put them in eval-when-compile.
28837 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28838
28839 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28840 Use with-no-warnings.
28841
28842 * net/browse-url.el (dos-windows-version): Add defvar.
28843
28844 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28845
28846 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28847 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28848 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28849 Add defvar.
28850 (rmail-summary-beginning-of-message): Use with-no-warnings.
28851 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28852
28853 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28854 Use with-no-warnings.
28855
28856 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28857 (c-mark-function): Add point-moving-unit property.
28858 (vi-goto-line): Use with-no-warnings.
28859
28860 * emulation/edt.el (edt-last-copied-word): Add defvar.
28861 (zmacs-region-stays): Likewise.
28862 (edt-mark-section-wisely): Use c-mark-function for C.
28863 Use makr-defun for Fortran.
28864 (time-string): defvar deleted.
28865 (edt-display-the-time): Don't set time-string.
28866
28867 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28868
28869 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28870 Don't warn when name is not constant
28871 or for defining the group `emacs'.
28872
28873 * tooltip.el (gud-tooltip-mode): Add defvar.
28874
28875 * startup.el (default-frame-background-mode): Add defvar.
28876
28877 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28878
28879 * info.el (tool-bar-map): Add defvar.
28880
28881 * dired.el (dnd-protocol-alist): Add defvar.
28882
28883 * dired-aux.el (dired-query): Display question with answer, when
28884 the user answers.
28885
28886 * custom.el (custom-add-option): Doc fix.
28887
28888 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28889
28890 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28891
28892 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28893 bogus name from the last change.
28894
28895 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28896
28897 * custom.el (custom-declare-variable): Fix typos in comment.
28898 (custom-known-themes): Doc fix.
28899 (custom-theme-directory): New defcustom.
28900 (require-theme): Make it check `custom-theme-directory'.
28901
28902 * cus-theme.el (custom-new-theme-mode): New function.
28903 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28904 (custom-theme-description): Add compiler defvars.
28905 (customize-create-theme): Add doc to the "*New Custom Theme*"
28906 buffer. Use `custom-new-theme-mode'.
28907 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28908 and save it to the `custom-theme-directory'. Make this the
28909 default directory of the buffer.
28910
28911 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28912
28913 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28914 Fix unbalanced parentheses.
28915
28916 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28917
28918 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28919 into flymake-mode and delegate to flymake-mode.
28920
28921 * find-file.el (ff-which-function-are-we-in): Clean up.
28922
28923 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28924
28925 * replace.el (occur-rename-buffer): Fix docstring.
28926
28927 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28928 (edt-last-copied-word, edt-learn-macro-count)
28929 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28930 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28931 (time-string, zmacs-region-stays):
28932 * emulation/edt-mapper.el (edt-save-function-key-map)
28933 (EDT-key-name): `defvar' to silence the byte-compiler.
28934
28935 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28936
28937 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28938 font-lock-regexp-backslash. Doc fix.
28939 (font-lock-regexp-backslash-grouping-construct): Rename from
28940 font-lock-regexp-backslash-construct. Doc fix.
28941 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28942 grouping constructs.
28943
28944 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28945
28946 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28947 updating all the prerequisites.
28948
28949 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28950
28951 * textmodes/org.el (org-agenda-start-on-weekday)
28952 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28953 (org-agenda-use-time-grid, org-archive-location)
28954 (org-allow-space-in-links, org-usenet-links-prefer-google)
28955 (org-enable-table-editor, org-export-default-language)
28956 (org-export-html-show-new-buffer, org-fill-paragraph)
28957 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28958 (org-goto-quit, org-occur, org-eval-in-calendar)
28959 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28960 (org-agenda-diary-entry, org-remember-help)
28961 (org-table-convert-region, org-at-table-p)
28962 (org-table-move-row-down, org-table-move-row-up)
28963 (org-table-copy-region, org-table-toggle-vline-visibility)
28964 (org-table-get-stored-formulas, org-table-get-specials)
28965 (org-recalc-commands, org-table-eval-formula)
28966 (org-table-formula-substitute-names, orgtbl-make-binding)
28967 (org-format-org-table-html, org-format-table-table-html)
28968 (org-format-table-table-html-using-table-generate-source)
28969 (org-customize): Fix typos in docstrings.
28970 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28971 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28972 (org-back-to-heading): Doc fixes.
28973 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28974 (org-agenda-change-all-lines, org-get-header):
28975 Improve argument/docstring consistency.
28976 (orgtbl-error): Fix error message.
28977
28978 * progmodes/flymake.el (flymake-find-possible-master-files)
28979 (flymake-master-file-compare, flymake-get-line-err-count)
28980 (flymake-highlight-line, flymake-gui-warnings-enabled):
28981 Fix typos in docstrings.
28982 (flymake-parse-line, flymake-get-project-include-dirs-function)
28983 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28984 Doc fixes.
28985 (flymake-get-project-include-dirs-function)
28986 (flymake-make-err-menu-data):
28987 Improve argument/docstring consistency.
28988
28989 2005-07-01 Lute Kamstra <lute@gnu.org>
28990
28991 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28992 Catch errors with ignore-errors. Use temporary buffer.
28993 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28994
28995 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28996 background color faces.
28997 (facemenu-set-foreground, facemenu-set-background):
28998 Use facemenu-set-face-from-menu.
28999 (facemenu-set-face-from-menu): Treat face names that start with
29000 "fg:" or "bg:" as special.
29001 (facemenu-add-new-color): Don't create faces. Simplify.
29002
29003 2005-06-30 Richard M. Stallman <rms@gnu.org>
29004
29005 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
29006 (crm-find-current-element): Likewise.
29007
29008 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
29009
29010 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
29011
29012 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
29013
29014 * arc-mode.el (archive-extract): Make it work as a mouse binding.
29015 (archive-mouse-extract): Make it an obsolete alias.
29016 (archive-mode-map): Don't use archive-mouse-extract any more.
29017 (archive-mode, archive-extract): write-contents-hooks ->
29018 write-contents-functions.
29019 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
29020 first arg.
29021 (archive-rename-entry): Update the call.
29022 (archive-zip-summarize): Remove unused var `method'.
29023 (archive-lzh-summarize): Remove unused var `creator'.
29024
29025 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
29026 dedicated frame upon exit.
29027
29028 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
29029 (archive-zip-extract, archive-zip-expunge)
29030 (archive-zip-update, archive-zip-update-case): Use executable-find.
29031 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
29032 Use restore-buffer-modified-p.
29033 (archive-extract, archive-add-new-member, archive-write-file-member):
29034 Use with-current-buffer.
29035 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
29036
29037 2005-06-30 Andreas Schwab <schwab@suse.de>
29038
29039 * progmodes/gud.el (gud-filter): Remove unneeded progn.
29040
29041 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29042
29043 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
29044
29045 2005-06-30 Juri Linkov <juri@jurta.org>
29046
29047 * faces.el (vertical-border): Inherit from mode-line-inactive
29048 only on tty.
29049
29050 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
29051
29052 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
29053 example, -NLINES in the `occur' docstring).
29054
29055 * replace.el (occur-1): When no matches are found, do not set the
29056 `buffer-read-only' and modified flags for the occur buffer,
29057 because it is deleted.
29058
29059 * emulation/cua-base.el (cua-check-pending-input)
29060 (cua-repeat-replace-region, cua-mode, cua-debug)
29061 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
29062 Fix typos in docstrings.
29063
29064 * emulation/cua-gmrk.el (cua-toggle-global-mark)
29065 (cua-cut-region-to-global-mark)
29066 (cua--cut-rectangle-to-global-mark):
29067 Remove period from end of messages.
29068
29069 * emulation/cua-rect.el (cua-do-rectangle-padding):
29070 Remove period from end of messages.
29071 (cua--rectangle-seq-format): Fix typo in docstring.
29072 (cua-sequence-rectangle, cua-fill-char-rectangle):
29073 Improve argument/docstring consistency.
29074
29075 2005-06-29 Juri Linkov <juri@jurta.org>
29076
29077 * faces.el (default-frame-background-mode): New internal variable.
29078 (frame-set-background-mode): Use it.
29079
29080 * startup.el (normal-top-level): Set default-frame-background-mode
29081 instead of frame-background-mode. Before setting it, test for its
29082 nil value. Remove tests for frame-background-mode and frame
29083 parameter `reverse'. Add test for "unspecified-fg".
29084
29085 * term/xterm.el (xterm-rxvt-set-background-mode):
29086 * term/rxvt.el (rxvt-set-background-mode):
29087 Set default-frame-background-mode instead of frame-background-mode.
29088
29089 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
29090
29091 * simple.el (set-variable): Warn about obsolete user variables.
29092
29093 * imenu.el (imenu--completion-buffer):
29094 * mouse.el (mouse-buffer-menu-alist):
29095 * msb.el (msb-invisible-buffer-p):
29096 * calendar/diary-lib.el (diary-header-line-format):
29097 * emacs-lisp/pp.el (pp-buffer):
29098 * progmodes/cperl-mode.el (cperl-do-auto-fill):
29099 * textmodes/picture.el (picture-replace-match):
29100 Change space constants followed by a sexp to "?\s ".
29101
29102 * play/decipher.el (decipher-loop-with-breaks):
29103 * textmodes/texinfo.el (texinfo-insert-@item): Change space
29104 constants "protected" from end of line by a comment to "?\s".
29105
29106 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
29107
29108 * font-lock.el (save-buffer-state): Use `declare'.
29109
29110 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
29111 reset the syntax-table to cperl-mode-syntax-table.
29112 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
29113 "foo_print_bar" is not matched as a reserved keyword.
29114
29115 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
29116
29117 * textmodes/org.el (orgtbl-setup): New function, for delayed
29118 setup for the orgtbl commands.
29119 (org-calc-default-modes): New option.
29120 (orgtbl-make-binding): Use `defun' to get better help display.
29121 (org-diary): Call `org-compile-prefix-format'.
29122 (org-table-formula-substitute-names): New function.
29123 (org-agenda-day-view, org-agenda-week-view): New commands.
29124 (org-agenda-toggle-week-view): Command removed.
29125 (org-tbl-menu): Split off from org-org-menu.
29126 (org-mode): Move removal of outline-mode menus to here.
29127 (org-table-formula-debug): New option.
29128 (org-table-insert-row): Keep first field if just "#" or "*".
29129 (org-mode): Paragraph regexps fixed.
29130 (org-table-recalculate-regexp): New constant.
29131 (org-table-justify-field-maybe): Avoid replace if not necessary.
29132 (org-copy-special, org-cut-special): Use `call-interactively'.
29133 (org-table-copy-region): Take region from `interactive' call.
29134 (org-trim): Return string even if no match.
29135 (org-formula): New face.
29136 (org-set-font-lock-defaults): No longer highlight "FIXME".
29137 But highlight formula-related fields in table.
29138 (org-table-p): Use regexp, not fontification.
29139 (org-table-align): Handle white space at end of line.
29140 (org-table-formula-evaluate-inline): New option.
29141 (org-mode): Auto-wrapping in comment lines turned off.
29142 (org-table-copy-down): Evaluate only in copied field, not in
29143 destination.
29144 (org-table-current-formula): Variable removed.
29145 (org-table-store-formulas, org-table-get-stored-formulas)
29146 (org-table-modify-formulas, org-table-replace-in-formulas)
29147 (org-table-maybe-eval-formula): New functions.
29148 (org-table-get-formula): Modify to use stored formulas.
29149 (org-table-insert-column, org-table-delete-column)
29150 (org-table-move-column): Call `org-table-modify-formulas'.
29151 (org-complete): Add completion for keyword formulas.
29152 (orgtbl-mode): Pull orgtbl-mode-map to start of
29153 minor-mode-map-alist.
29154
29155 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
29156
29157 * progmodes/python.el (python-check): Require `compile' before
29158 modifying its variables.
29159
29160 * newcomment.el (comment-indent-default): Don't get fooled by an early
29161 end of buffer.
29162
29163 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29164
29165 * ps-print.el (ps-print-version): Fix version number.
29166
29167 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
29168
29169 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
29170
29171 2005-06-28 Richard M. Stallman <rms@gnu.org>
29172
29173 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
29174 (flyspell-local-mouse-map): Declaration deleted.
29175 (flyspell-mouse-map): Bind only mouse-2.
29176 (flyspell-mode-map): Don't test flyspell-use-local-map.
29177 (flyspell-overlay-keymap-property-name): Var deleted.
29178 (flyspell-mode-on): Don't make local bindings for
29179 flyspell-mouse-map and flyspell-mode-map.
29180 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
29181
29182 * textmodes/ispell.el (ispell-word): Do not ignore short words.
29183
29184 * progmodes/compile.el (compilation-next-error-function):
29185 Don't switch buffers; operate on the current buffer.
29186
29187 * progmodes/compile.el (compilation-error-file-name)
29188 (compilation-warning-file-name, compilation-info-file-name)
29189 (compilation-line-number, compilation-column-number): New faces.
29190 (compilation-error-face, compilation-warning-face)
29191 (compilation-info-face, compilation-line-face)
29192 (compilation-column-face): Use them.
29193
29194 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
29195
29196 * comint.el (comint-password-prompt-regexp): Accept ", try again".
29197
29198 * bindings.el (global-map): Bind insertchar and its variants.
29199
29200 2005-06-27 Richard M. Stallman <rms@gnu.org>
29201
29202 * textmodes/artist.el (artist-text-overwrite)
29203 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
29204
29205 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29206
29207 * ps-print.el: It was not working the page selection for printing.
29208 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
29209 (ps-print-version): New version 6.6.7.
29210 (ps-end-sheet): New fun.
29211 (ps-header-sheet, ps-end-job): Call it.
29212
29213 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
29214
29215 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
29216
29217 2005-06-27 Lute Kamstra <lute@gnu.org>
29218
29219 * facemenu.el (facemenu-unlisted-faces): Add foreground and
29220 background color faces.
29221 (facemenu-get-face): Delete function.
29222 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
29223 (facemenu-add-new-color): Make second argument mandatory.
29224 Create the appropriate face and return it. Simplify.
29225 (facemenu-set-foreground, facemenu-set-background): Don't check if
29226 color is defined. Use return value of facemenu-add-new-color.
29227
29228 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
29229
29230 * progmodes/gud.el (gud-filter): Add missing argument to
29231 with-selected-window.
29232
29233 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
29234
29235 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
29236 a :require to the defcustom.
29237
29238 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
29239 defcustoms corresponding to minor modes.
29240
29241 2005-06-26 David Ponce <david@dponce.com>
29242
29243 * recentf.el: Require tree-widget instead of wid-edit.
29244 (recentf-filename-handler): Fix widget :type.
29245 (recentf-cancel-dialog, recentf-open-more-files)
29246 (recentf-open-files-action): Doc fix.
29247 (recentf-dialog-goto-first): New function.
29248 (recentf-dialog-mode-map): Set parent keymap first.
29249 (recentf-dialog-mode): Define with define-derived-mode.
29250 Don't display continuation lines in dialogs.
29251 (recentf-edit-list): Rename from recentf-edit-selected-items.
29252 (recentf-edit-list-select): Rename from recentf-edit-list-action.
29253 Simplify.
29254 (recentf-edit-list-validate): New function.
29255 (recentf-edit-list): Update accordingly.
29256 (recentf-open-files-item-shift): Remove.
29257 (recentf-open-files-item): Convert menu elements into tree and
29258 link widgets. Don't create the widgets.
29259 (recentf-open-files): Update accordingly.
29260 (recentf-save-list): Untabify.
29261
29262 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
29263
29264 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
29265 (keep-lines): Add INTERACTIVE arg. Never delete lines only
29266 partially contained in the active region. Do not take active
29267 region into account when called from Lisp, unless INTERACTIVE arg
29268 is non-nil. Use `forward-line' instead of `beginning-of-line' to
29269 avoid trouble with fields. Make marker point nowhere when no
29270 longer used. Always return nil. Doc fix.
29271 (flush-lines): Add INTERACTIVE arg. Do not take active region
29272 into account when called from Lisp, unless INTERACTIVE arg is
29273 non-nil. Use `forward-line' instead of `beginning-of-line' to
29274 avoid trouble with fields. Make marker point nowhere when no
29275 longer used. Always return nil. Doc fix.
29276 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
29277 interchangeable. Do not take active region into account when
29278 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
29279 message in echo area when called from Lisp, unless INTERACTIVE arg
29280 is non-nil. Avoid saying "1 occurrences". Do not use markers.
29281 Return the number of matches. Doc fix.
29282 (occur): Doc fix.
29283 (perform-replace): Make comment follow double space convention for
29284 the sake of `outline-minor-mode'.
29285
29286 * faces.el (facep): Doc fix.
29287
29288 2005-06-25 Richard M. Stallman <rms@gnu.org>
29289
29290 * facemenu.el (facemenu-enable-faces-p): New function.
29291 (facemenu-background-menu, facemenu-foreground-menu)
29292 (facemenu-face-menu): Add menu-enable property.
29293
29294 * jka-compr.el (jka-compr-insert-file-contents):
29295 Special handling if cannot find the uncompression program.
29296
29297 * cus-face.el (custom-face-attributes): Add autoload.
29298
29299 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29300 Bind comment-indent-function locally.
29301
29302 * window.el (save-selected-window): Use save-current-buffer.
29303
29304 * subr.el (with-selected-window): Use save-current-buffer.
29305
29306 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
29307 and with-current-buffer.
29308
29309 2005-06-24 Richard M. Stallman <rms@gnu.org>
29310
29311 * simple.el (line-move-1): Fix previous change.
29312
29313 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
29314
29315 * replace.el (occur-1): Set `buffer-read-only' and the
29316 buffer-modified flag before running `occur-hook' to protect
29317 against unintentional buffer switches that can lead to data loss.
29318
29319 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
29320
29321 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
29322 (gud-gdb-marker-filter): Use font-lock-warning-face for any
29323 initial error.
29324
29325 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
29326 after fresh input.
29327 (gdb-var-create-handler): Put name of expression in quotes.
29328
29329 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
29330
29331 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
29332 elements of RING in order, and without bogus nil elements.
29333
29334 2005-06-23 Richard M. Stallman <rms@gnu.org>
29335
29336 * simple.el (set-variable): Args renamed; doc fix.
29337 (line-move-1): When there are overlays around, use vertical-motion.
29338
29339 * faces.el (escape-glyph): Use brown against light background.
29340 (nobreak-space): Rename from no-break-space.
29341 Fix previous change.
29342
29343 * dired-aux.el (dired-do-copy): Fix arg prompt.
29344
29345 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
29346
29347 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
29348
29349 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
29350 rather than "Distributor".
29351
29352 2005-06-23 Lute Kamstra <lute@gnu.org>
29353
29354 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
29355 (debug-on-entry): Use it. New interactive declaration that uses
29356 function-called-at-point.
29357
29358 2005-06-23 Kim F. Storm <storm@cua.dk>
29359
29360 * subr.el (save-match-data): Add comment about using evaporate arg
29361 to set-match-data.
29362
29363 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
29364
29365 * cus-edit.el (customize-face)
29366 (customize-face-other-window): Handle face aliases.
29367
29368 * faces.el (face-documentation, set-face-attribute)
29369 (face-spec-set): Handle face aliases.
29370
29371 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
29372
29373 * help-mode.el (help-make-xrefs): If a symbol representing a face
29374 name is not followed by the word "face", it could still be a
29375 function or variable name, so don't bypass other checks.
29376
29377 2005-06-22 Juri Linkov <juri@jurta.org>
29378
29379 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
29380 Replace aliased functions with calls where second arg `inherit' is t.
29381
29382 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
29383
29384 * progmodes/gdb-ui.el (gdb-error): New variable.
29385 (gdb-error): New function.
29386 (gdb-annotation-rules): Act on error-begin and error annotations.
29387 (gdb-concat-output): Use font-lock-warning-face for errors.
29388
29389 2005-06-22 Miles Bader <miles@gnu.org>
29390
29391 * bindings.el (propertized-buffer-identification): Use renamed
29392 `Buffer-menu-buffer' face.
29393
29394 * faces.el (vertical-border): Rename from `vertical-divider'.
29395 (escape-glyph): Change dark-background color back to `cyan'.
29396
29397 2005-06-21 Juri Linkov <juri@jurta.org>
29398
29399 * faces.el (face-user-default-spec): Try getting `customized-face'
29400 prior to `saved-face'.
29401 (frame-background-mode): Refill docstring.
29402
29403 * emacs-lisp/lisp-mode.el (eval-defun-1):
29404 * emacs-lisp/edebug.el (edebug-eval-defun):
29405 Set `saved-face' temporarily to nil before calling form.
29406 Set `customized-face' to the new spec after that.
29407
29408 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
29409
29410 * subr.el (1value, lambda, key-substitution-in-progress):
29411 Doc fixes.
29412
29413 * autoinsert.el (auto-insert-alist):
29414 * ses.el (ses-call-printer):
29415 * subr.el (noreturn):
29416 * emacs-lisp/lisp.el (check-parens):
29417 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29418 * net/browse-url.el (browse-url-mosaic):
29419 * progmodes/cc-defs.el (c-safe-scan-lists):
29420 * progmodes/ebnf-abn.el (ebnf-abn-lex):
29421 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29422 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29423 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29424 * progmodes/ebnf-iso.el (ebnf-iso-lex):
29425 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29426
29427 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
29428
29429 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29430
29431 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
29432
29433 * calendar/appt.el (appt-make-list): Activate the package, if
29434 not already active (for backwards compatibility).
29435
29436 2005-06-20 Kim F. Storm <storm@cua.dk>
29437
29438 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
29439
29440 2005-06-20 Miles Bader <miles@gnu.org>
29441
29442 * faces.el (vertical-divider): New face.
29443
29444 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
29445
29446 * simple.el (kill-whole-line): Doc fix.
29447 (next-error-buffer-p, next-error-find-buffer)
29448 (clone-indirect-buffer): Fix typos in docstrings.
29449 (comment-line-break-function): Doc fix: don't say variable
29450 is automatically buffer-local (it isn't).
29451
29452 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
29453
29454 * net/tramp-ftp.el (top):
29455 * net/tramp-smb.el (top):
29456 * net/tramp-util.el (top):
29457 * net/tramp-uu.el (top):
29458 * net/tramp-vc.el (top):
29459 * net/tramp.el (top): Revert copyright years back to original
29460 ones. Tramp has a life outside GNU Emacs.
29461
29462 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
29463
29464 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29465
29466 2005-06-18 Juri Linkov <juri@jurta.org>
29467
29468 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29469 end of first regexp to limit the match to the position between
29470 line number and source line with same separator character as used
29471 between file name and line number. In the second regexp limit
29472 mouse-face area to file name and line number by adding new group
29473 for them and referring it in HYPERLINK arg.
29474 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29475 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29476 previous line where grep markers may be already removed.
29477
29478 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
29479
29480 * progmodes/ps-mode.el: Update version and maintainer's email address.
29481
29482 2005-06-18 Steve Youngs <steve@xemacs.org>
29483
29484 * net/browse-url.el (browse-url-browser-function)
29485 (browse-url-default-browser): Add firefox.
29486 (browse-url-firefox-program, browse-url-firefox-arguments)
29487 (browse-url-firefox-startup-arguments)
29488 (browse-url-firefox-new-window-is-tab): New defcustoms.
29489 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29490
29491 2005-06-17 Richard M. Stallman <rms@gnu.org>
29492
29493 * startup.el (command-line): Warn if specified user name has
29494 no home directory.
29495
29496 * term.el (term-get-old-input, term-input-filter, term-input-sender)
29497 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29498
29499 * longlines.el (longlines-mode, longlines-show-hard-newlines):
29500 Doc fixes.
29501
29502 * faces.el (underline): Try bold if terminal doesn't support underline.
29503
29504 * mail/sendmail.el (mail-setup-with-from): New variable.
29505 (mail-insert-from-field): New function.
29506 (sendmail-send-it): Call it.
29507 (mail-setup): Optionally call it here.
29508
29509 * term/linux.el: Call tty-no-underline.
29510
29511 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29512
29513 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29514
29515 2005-06-17 Miles Bader <miles@gnu.org>
29516
29517 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29518 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29519 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29520 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29521 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29522 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29523 Remove "-face" suffix from face names.
29524 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29525 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29526 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29527 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29528 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29529 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29530 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29531 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29532 New backward-compatibility aliases for renamed faces.
29533 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29534 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29535 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29536 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29537 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29538 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29539 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29540 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29541 Use renamed ediff faces.
29542
29543 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29544 Remove "-face" suffix from face names.
29545 (eshell-test-ok-face, eshell-test-failed-face):
29546 New backward-compatibility aliases for renamed faces.
29547 (eshell-run-test): Use renamed eshell-test faces.
29548
29549 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29550 face name.
29551 (eshell-prompt-face): New backward-compatibility alias for renamed
29552 face.
29553 (eshell-emit-prompt): Use renamed eshell-prompt face.
29554
29555 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29556 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29557 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29558 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29559 Remove "-face" suffix from face names.
29560 (eshell-ls-directory-face, eshell-ls-symlink-face)
29561 (eshell-ls-executable-face, eshell-ls-readonly-face)
29562 (eshell-ls-unreadable-face, eshell-ls-special-face)
29563 (eshell-ls-missing-face, eshell-ls-archive-face)
29564 (eshell-ls-backup-face, eshell-ls-product-face)
29565 (eshell-ls-clutter-face):
29566 New backward-compatibility aliases for renamed faces.
29567 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29568
29569 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29570 Remove "-face" suffix from face name.
29571 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29572 instead of literal face.
29573
29574 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29575
29576 * emacs-lisp/warnings.el (display-warning, lwarn)
29577 (warning-minimum-log-level): Doc fixes.
29578 (warning-minimum-level, warning-minimum-log-level):
29579 Add :debug to :type choices.
29580
29581 * progmodes/ada-mode.el (ada-format-paramlist)
29582 (ada-get-indent-case, ada-check-matching-start)
29583 (ada-check-defun-name, ada-goto-matching-decl-start)
29584 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29585 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29586 (ada-make-subprogram-body): Follow error conventions.
29587 (ada-case-exception-file, ada-indent-comment-as-code)
29588 (ada-indent-handle-comment-special, ada-indent-renames)
29589 (ada-indent-return, ada-search-directories-internal)
29590 (ada-tab-policy, ada-case-exception-substring)
29591 (ada-other-file-alist, ada-matching-start-re)
29592 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29593 (ada-imenu-generic-expression, ada-compile-goto-error)
29594 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29595 (ada-popup-menu, ada-add-extensions, ada-mode)
29596 (ada-region-selected, ada-create-case-exception)
29597 (ada-create-case-exception-substring, ada-after-keyword-p)
29598 (ada-activate-keys-for-case, ada-adjust-case-region)
29599 (ada-adjust-case-buffer, ada-format-paramlist)
29600 (ada-scan-paramlist, ada-insert-paramlist)
29601 (ada-indent-newline-indent)
29602 (ada-indent-newline-indent-conditional)
29603 (ada-justified-indent-current, ada-goto-previous-word)
29604 (ada-indent-current, ada-get-indent-open-paren)
29605 (ada-get-indent-paramlist, ada-get-indent-end)
29606 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29607 (ada-get-indent-block-start, ada-get-indent-subprog)
29608 (ada-get-indent-noindent, ada-get-indent-label)
29609 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29610 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29611 (ada-goto-stmt-end, ada-goto-next-word)
29612 (ada-check-matching-start, ada-check-defun-name)
29613 (ada-goto-matching-decl-start, ada-goto-matching-start)
29614 (ada-goto-matching-end, ada-search-ignore-string-comment)
29615 (ada-in-decl-p, ada-looking-at-semi-or)
29616 (ada-looking-at-semi-private, ada-in-paramlist-p)
29617 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29618 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29619 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29620 (ada-previous-package, ada-create-menu)
29621 (ada-fill-comment-paragraph-justify)
29622 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29623 (ada-other-file-name, ada-last-which-function-line)
29624 (ada-last-which-function-subprog, ada-which-function)
29625 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29626 (ada-gen-treat-proc, ada-check-emacs-version)
29627 (ada-continuation-indent, ada-align-region-separate):
29628 Fix typos in docstrings.
29629 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29630
29631 2005-06-16 Lute Kamstra <lute@gnu.org>
29632
29633 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29634 conditionally.
29635
29636 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29637
29638 * comint.el (comint-replace-by-expanded-filename)
29639 (comint-prompt-regexp, comint-delimiter-argument-list)
29640 (comint-preinput-scroll-to-bottom):
29641 * info.el (Info-hide-cookies-node):
29642 * ls-lisp.el (ls-lisp-classify):
29643 * find-file.el (ff-search-directories, ff-special-constructs)
29644 (ff-find-other-file):
29645 * font-lock.el (font-lock-keywords):
29646 * shell.el (shell-prompt-pattern)
29647 (shell-dynamic-complete-functions, shell-mode)
29648 (shell-delimiter-argument-list):
29649 * term.el (term-replace-by-expanded-filename)
29650 (term-prompt-regexp, term-delimiter-argument-list):
29651 * woman.el (woman-ignore, woman0-if):
29652 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29653 * emacs-lisp/elint.el (elint-init-env):
29654 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29655 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29656 * language/ethio-util.el (ethio-tilde-escape)
29657 (ethio-use-three-dot-question):
29658 * net/zone-mode.el (zone-mode-load-time-setup):
29659 * progmodes/cc-align.el (c-lineup-argcont):
29660 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29661 * progmodes/cperl-mode.el (cperl-set-style-back):
29662 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29663 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29664 Fix spellings in docstrings.
29665
29666 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29667 * progmodes/modula2.el (m2-for): Fix spellings.
29668
29669 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29670
29671 * simple.el (undo-more): Don't use `format' on `error' arguments.
29672 Improve argument/docstring consistency.
29673 (pending-undo-list): Doc fix.
29674
29675 * smerge-mode.el (smerge-ensure-match):
29676 * emulation/vip.el (vip-ex):
29677 * net/zone-mode.el (zone-mode-update-serial):
29678 * progmodes/idlwave.el (idlwave-complete):
29679 * progmodes/vhdl-mode.el (vhdl-visit-file)
29680 (vhdl-compose-wire-components):
29681 Don't use `format' on `error' arguments.
29682
29683 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29684 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29685 (tooltip-help-tips): Fix typos in docstrings.
29686
29687 2005-06-16 David Ponce <david@dponce.com>
29688
29689 * tree-widget.el (tree-widget-value-create): Simplify last change.
29690
29691 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29692
29693 * ido.el (ido-incomplete-regexp): New variable.
29694 (ido-set-matches-1): Handle invalid-regexp error and set
29695 ido-incomplete-regexp.
29696 (ido-incomplete-regexp): New face.
29697 (ido-completions): Use it.
29698 (ido-complete, ido-exit-minibuffer, ido-completions):
29699 Handle incomplete regexps.
29700 (ido-completions): Add check for complete match when entering a regexp.
29701
29702 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29703
29704 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29705
29706 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29707
29708 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29709 by field delimiters.
29710
29711 2005-06-15 David Ponce <david@dponce.com>
29712
29713 * tree-widget.el: eval-and-compile inlined functions so they will
29714 be available at run-time too.
29715 (tree-widget-super-format-handler)
29716 (tree-widget-format-handler): Remove.
29717 (tree-widget-value-create): Handle the :indent property.
29718
29719 2005-06-15 Miles Bader <miles@gnu.org>
29720
29721 * progmodes/which-func.el (which-func): Only inherit
29722 `font-lock-function-name-face' when that makes sense against the
29723 default mode-line face, otherwise set the face color explicitly.
29724
29725 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29726 faces instead of (non-existent) variables.
29727
29728 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29729
29730 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29731 (iswitchb-get-matched-buffers): Likewise. Simplify.
29732
29733 2005-06-14 Miles Bader <miles@gnu.org>
29734
29735 * progmodes/ld-script.el (ld-script-location-counter):
29736 Remove "-face" suffix from face name.
29737 (ld-script-location-counter-face):
29738 New backward-compatibility alias for renamed face.
29739 (ld-script-location-counter-face): Use renamed face.
29740
29741 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29742 (cperl-hash): Remove "-face" suffix from face names.
29743 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29744 New backward-compatibility aliases for renamed faces.
29745 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29746 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29747
29748 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29749 name.
29750 (which-func-face): New backward-compatibility alias for renamed face.
29751 (which-func-format): Use renamed which-func face.
29752
29753 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29754 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29755 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29756 names.
29757 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29758 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29759 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29760 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29761 (vhdl-speedbar-architecture-selected)
29762 (vhdl-speedbar-configuration-selected)
29763 (vhdl-speedbar-package-selected)
29764 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29765 names.
29766 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29767 Use renamed faces.
29768 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29769 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29770 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29771 Use renamed faces.
29772 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29773 names.
29774 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29775 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29776 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29777 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29778 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29779 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29780
29781 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29782 face name.
29783 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29784 (sh-heredoc-face): Use renamed sh-heredoc face.
29785
29786 * progmodes/idlw-help.el (idlwave-help-link):
29787 Remove "-face" suffix from face name.
29788 (idlwave-help-link-face):
29789 New backward-compatibility alias for renamed face.
29790 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29791
29792 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29793 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29794 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29795 New backward-compatibility aliases for renamed faces.
29796 (idlwave-shell-disabled-breakpoint-face)
29797 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29798
29799 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29800 Remove "-face" suffix from face names.
29801 (flymake-errline-face, flymake-warnline-face):
29802 New backward-compatibility aliases for renamed faces.
29803 (flymake-highlight-line): Use renamed flymake faces.
29804
29805 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29806 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29807 (ebrowse-member-class, ebrowse-progress):
29808 Remove "-face" suffix from face names.
29809 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29810 (ebrowse-file-name-face, ebrowse-default-face)
29811 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29812 (ebrowse-progress-face):
29813 New backward-compatibility aliases for renamed faces.
29814 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29815 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29816 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29817 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29818
29819 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29820 antlr-syntax)
29821 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29822 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29823 names.
29824 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29825 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29826 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29827 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29828 backward-compatibility aliases for renamed faces.
29829 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29830 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29831 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29832 remove "font-lock-". Use renamed antlr-mode faces.
29833 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29834 literal face-names with face variable references.
29835
29836 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29837 face name.
29838 (Buffer-menu-buffer-face): New backward-compatibility alias for
29839 renamed face.
29840 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29841
29842 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29843
29844 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29845 Eliminate "-face" suffix.
29846 (makefile-targets): Inherit from font-lock-function-name-face and
29847 eliminate "-face" suffix.
29848 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29849 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29850 actions, instead of prepending, to make it less visible.
29851 (makefile-previous-dependency, makefile-match-dependency):
29852 Don't match a target on a continuation line.
29853
29854 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29855
29856 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29857
29858 * progmodes/gdb-ui.el (menu): Re-order menu items.
29859 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29860
29861 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29862 Define in tooltip.el.
29863 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29864 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29865 gud-tooltip-echo-area.
29866
29867 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29868 backward compatibility and make obsolete.
29869 (tooltip-help-tips): Use tooltip-use-echo-area.
29870 (tooltip-show-help-function): Rename to...
29871 (tooltip-show-help): ...this, because it is a function.
29872 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29873
29874 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29875
29876 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29877 (edebug-print-length, edebug-print-level, edebug-print-circle)
29878 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29879 (edebug-eval-print-last-sexp): Doc fixes.
29880
29881 2005-06-14 Kim F. Storm <storm@cua.dk>
29882
29883 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29884 as the coverage buffer/file/both may change.
29885
29886 2005-06-14 Lute Kamstra <lute@gnu.org>
29887
29888 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29889 and run-mode-hooks. Simplify.
29890
29891 * mail/rmailedit.el (rmail-edit-mode):
29892 * progmodes/octave-inf.el (inferior-octave-mode):
29893 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29894
29895 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29896 and run-mode-hooks.
29897 (recentf-edit-list, recentf-open-files): Don't call
29898 kill-all-local-variables directly.
29899
29900 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29901
29902 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29903
29904 * emacs-lisp/byte-run.el (make-obsolete)
29905 (define-obsolete-function-alias): Rename arguments FUNCTION and
29906 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29907 (make-obsolete-variable, define-obsolete-variable-alias):
29908 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29909 respectively.
29910
29911 * isearchb.el (isearchb-activate):
29912 * pcvs.el (cvs-mode):
29913 * ses.el (ses-load):
29914 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29915 * net/tramp.el (tramp-find-file-exists-command)
29916 (tramp-find-shell):
29917 * progmodes/ada-mode.el (ada-create-case-exception)
29918 (ada-create-case-exception-substring, ada-make-subprogram-body):
29919 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29920 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29921 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29922 * textmodes/org.el (org-promote, org-evaluate-time-range)
29923 (org-agenda-next-date-line, org-agenda-previous-date-line)
29924 (org-agenda-error, org-open-at-point, org-table-move-row)
29925 (org-format-table-table-html-using-table-generate-source)
29926 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29927 * textmodes/reftex.el (reftex-access-scan-info):
29928 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29929 (reftex-toc-promote-prepare): Follow error conventions.
29930
29931 * diff-mode.el (diff-mode): Fix typo in docstring.
29932
29933 * forms.el (forms--intuit-from-file): Fix reference to
29934 `forms-number-of-fields' in error message.
29935 (forms-print): Fix quoting in error message.
29936
29937 * forms.el (forms-mode):
29938 * emulation/vi.el (vi-goto-insert-state):
29939 * progmodes/flymake.el (flymake-new-err-info)
29940 (flymake-start-syntax-check-for-current-buffer)
29941 (flymake-simple-cleanup):
29942 * eshell/esh-var.el (eshell/export):
29943 * progmodes/gud.el (xdb):
29944 * textmodes/flyspell.el (flyspell-incorrect-hook)
29945 (flyspell-maybe-correct-transposition)
29946 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29947
29948 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29949
29950 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29951 minibuffer prompt.
29952
29953 2005-06-13 Kim F. Storm <storm@cua.dk>
29954
29955 * subr.el (add-to-ordered-list): New defun.
29956
29957 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29958 add cua--keymap-alist to emulation-mode-map-alists.
29959
29960 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29961
29962 * subr.el (complete-in-turn): New macro.
29963 (dynamic-completion-table, lazy-completion-table): Add debug info.
29964
29965 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29966 in preference to face aliases.
29967
29968 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29969 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29970 Remove unused vars `start' and `firstline'.
29971 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29972 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29973
29974 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29975
29976 * cus-start.el (all): Don't complain about missing GTK-related
29977 variables, unless either `gtk' is boundp or this isn't a
29978 `windows-nt' build.
29979
29980 2005-06-13 Lute Kamstra <lute@gnu.org>
29981
29982 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29983 run-mode-hooks.
29984
29985 * ediff-mult.el (ediff-meta-mode):
29986 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29987
29988 * ledit.el (ledit-mode): Use delay-mode-hooks.
29989
29990 * woman.el (woman-mode-line-format): Delete constant.
29991 (woman-mode-map): Initialize it properly.
29992 (woman-mode): Set mode-class property to special.
29993 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29994 Set major-mode and mode-name. Don't set mode-line-format directly.
29995 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29996
29997 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29998 string argument obsolete.
29999
30000 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
30001
30002 * textmodes/org.el (org-CUA-compatible): New option.
30003 (org-disputed-keys): New variable.
30004 (org-key): New function.
30005 (orgtbl-make-binding): Add docstring to the created function.
30006 (org-mode): Set paragraph start/separate regexps.
30007 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
30008 (org-archive-location, org-archive-mark-done)
30009 (org-archive-stamp-time): New options.
30010 (org-archive-subtree): New command.
30011 (org-fill-paragraph): New function.
30012 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
30013 (org-fake-empty-table-line): Function removed.
30014 (org-format-org-table-html): Do not create empty table lines at
30015 separator lines. Improved table header treatment.
30016 (org-link-format): New option.
30017 (org-make-link): New function.
30018 (org-insert-link, org-store-link): Use org-make-link.
30019 (org-open-file): Quote file name for shell command, to allow
30020 spaces in file names.
30021 (org-link-regexp): Fix bug with mailto link.
30022 (org-link-maybe-angles-regexp, org-protected-link-regexp):
30023 New constants.
30024 (org-export-as-html): Deal with the optional angles around a link.
30025 Better treatment of file: links.
30026 (org-open-at-point): Replace @{ and @} with < and >.
30027 (org-run-mode-hooks): Function removed.
30028 (org-agenda-mode): No longer use `org-run-mode-hooks'.
30029
30030 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
30031
30032 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
30033 MI command -data-list-register-values.
30034 (gdb-post-prompt): Indent properly.
30035
30036 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
30037
30038 * hilit-chg.el (highlight-changes-colors): Rename from
30039 `highlight-changes-colours'.
30040 (highlight-changes-colours): Keep as obsolete alias.
30041 (highlight-changes-face-list): Doc fix.
30042 (hilit-chg-make-list): Use `highlight-changes-colors'.
30043
30044 2005-06-12 Mark A. Hershberger <mah@everybody.org>
30045
30046 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
30047 defun-prompt-regexp.
30048
30049 2005-06-12 Eli Zaretskii <eliz@gnu.org>
30050
30051 * loadup.el: Don't say we are dumping under 2 names on windows-nt
30052 and cygwin.
30053
30054 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
30055 Don't use an old loaddefs.el, as in Makefile.in.
30056
30057 2005-06-12 Lute Kamstra <lute@gnu.org>
30058
30059 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
30060
30061 * man.el (Man-mode-map): Initialize it properly.
30062 (Man-mode): Set mode-class property to special.
30063
30064 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
30065
30066 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
30067
30068 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
30069 A newline is needed in the docstring there.
30070
30071 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
30072 Doc fixes.
30073
30074 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30075
30076 * printing.el: Doc fix. The menubar is no more changed when printing
30077 is loaded, it only changes when pr-menu-bind or pr-update-menus is
30078 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
30079 (pr-version): New version number (6.8.4).
30080 (pr-menu-bind): New command.
30081 (pr-update-menus): Docstring and code fix.
30082 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
30083 Docstring fix.
30084 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
30085 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
30086
30087 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
30088
30089 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
30090 "Returns" to "return", document useful return values, etc.
30091
30092 2005-06-11 Alan Mackenzie <acm@muc.de>
30093
30094 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
30095 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
30096 (adaptive-file-function): Minor amendment to doc-string.
30097
30098 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30099
30100 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
30101 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
30102 Fix :type--it is `integer', not `string'.
30103
30104 * faces.el (modeline-highlight): Rename from (the erroneous)
30105 `modeline-higilight'.
30106
30107 2005-06-11 Lute Kamstra <lute@gnu.org>
30108
30109 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
30110 lisp-interaction-mode-map but make it the parent.
30111 (edebug-eval-mode): Use define-derived-mode.
30112
30113 2005-06-11 Andreas Schwab <schwab@suse.de>
30114
30115 * bindings.el: Add binding of `ESC functionkey' for every
30116 `M-functionkey'.
30117 * hexl.el (hexl-mode-map): Likewise.
30118
30119 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
30120
30121 * progmodes/compile.el (compilation-error-regexp-alist-alist)
30122 [msft]: update regexp for newer msft compilers.
30123
30124 2005-06-10 Mark A. Hershberger <mah@everybody.org>
30125
30126 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
30127 ATTLIST portions of included DTDs.
30128 (xml-parse-dtd): Eliminate use of inefficient match-data.
30129
30130 2005-06-10 Miles Bader <miles@gnu.org>
30131
30132 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
30133 (mpuz-text): Remove "-face" suffix from face names.
30134 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
30135 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
30136 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
30137
30138 * play/gomoku.el (gomoku-O, gomoku-X):
30139 Remove "-face" suffix from face names.
30140 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
30141 New backward-compatibility aliases for renamed faces.
30142 (gomoku-font-lock-keywords): Use renamed gomoku faces.
30143
30144 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30145
30146 * thumbs.el: Fixes for changes of 2005-06-09.
30147 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
30148 as a directory.
30149 (thumbs-thumbname): Remove directory separator from format string;
30150 `thumbs-thumbsdir' now returns a valid directory name.
30151 (thumbs-temp-dir): New defsubst.
30152 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
30153 Use it.
30154
30155 * cus-edit.el (minibuffer):
30156 * files.el (make-backup-file-name-function):
30157 * filesets.el (filesets-external-viewers):
30158 * hilit-chg.el (highlight-changes-colours)
30159 (highlight-changes-face-list, highlight-changes-rotate-faces):
30160 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
30161 * kmacro.el (kmacro-call-macro):
30162 * log-edit.el (log-edit-changelog-full-paragraphs):
30163 * mouse.el (mouse-1-click-follows-link):
30164 * skeleton.el (skeleton-autowrap):
30165 * subr.el (insert-for-yank-1):
30166 * tempo.el (tempo-insert-region):
30167 * terminal.el (terminal-emulator):
30168 * time.el (display-time-mail-face):
30169 * vc.el (vc-annotate):
30170 * vcursor.el (vcursor-copy-line):
30171 * woman.el (woman-bold-headings, woman-ignore)
30172 (woman-default-faces, woman-monochrome-faces):
30173 * calendar/todo-mode.el (todo-insert-threshold):
30174 * emulation/pc-select.el (pc-select-selection-keys-only)
30175 (pc-selection-mode):
30176 * emulation/vip.el (vip-find-char-forward):
30177 * emulation/viper-cmd.el (viper-find-char-forward):
30178 * international/mule-cmds.el
30179 (select-safe-coding-system-accept-default-p)
30180 (input-method-exit-on-invalid-key):
30181 * international/mule-diag.el (describe-coding-system):
30182 * international/ucs-tables.el (unify-8859-on-encoding-mode):
30183 * net/browse-url.el (browse-url-xterm-program):
30184 * obsolete/lazy-lock.el (lazy-lock-mode):
30185 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
30186 (cperl-mode):
30187 * progmodes/cpp.el (cpp-face-light-name-list)
30188 (cpp-face-dark-name-list):
30189 * progmodes/delphi.el (delphi-newline-always-indents):
30190 Fix spellings in docstrings.
30191
30192 * ido.el (ido-mode, ido-file-extensions-order)
30193 (ido-default-file-method, ido-default-buffer-method)
30194 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
30195 (ido-decorations, ido-read-file-name-as-directory-commands)
30196 (ido-read-file-name-non-ido, ido-work-directory-list)
30197 (ido-ignore-item-temp-list, ido-current-directory)
30198 (ido-magic-forward-char, ido-enter-find-file)
30199 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
30200 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
30201
30202 2005-06-10 Lute Kamstra <lute@gnu.org>
30203
30204 * play/dunnet.el (dun-mode): Use define-derived-mode.
30205 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
30206 obsolete alias.
30207
30208 * play/doctor.el (doctor-mode-map): Remove defvar.
30209 (doctor-mode): Use define-derived-mode.
30210
30211 * mail/mspools.el (mspools-mode):
30212 * net/eudc-hotlist.el (eudc-hotlist-mode):
30213 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
30214
30215 2005-06-10 Miles Bader <miles@gnu.org>
30216
30217 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
30218 Remove "-face" suffix from face names.
30219 (flyspell-incorrect-face, flyspell-duplicate-face):
30220 New backward-compatibility aliases for renamed faces.
30221 (flyspell-mode-on, make-flyspell-overlay)
30222 (flyspell-highlight-incorrect-region)
30223 (flyspell-highlight-duplicate-region)
30224 (flyspell-display-next-corrections)
30225 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
30226
30227 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
30228 from face name.
30229 (texinfo-heading-face): New backward-compatibility alias for
30230 renamed face.
30231 (texinfo-heading-face): Use renamed texinfo-heading face.
30232
30233 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
30234 suffix from face names.
30235 (tex-math-face, tex-verbatim-face):
30236 New backward-compatibility aliases for renamed faces.
30237 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
30238 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
30239 literal face name.
30240
30241 * textmodes/table.el (table-cell): Remove "-face" suffix from face
30242 name.
30243 (table-cell-face): New backward-compatibility alias for renamed face.
30244 (table--put-cell-face-property, table--update-cell-face):
30245 Use renamed table-cell face.
30246
30247 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
30248 from face name.
30249 (sgml-namespace-face): New backward-compatibility alias for
30250 renamed face.
30251 (sgml-namespace-face): Use renamed sgml-namespace face.
30252
30253 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
30254 (org-level-4, org-level-5, org-level-6, org-level-7)
30255 (org-level-8, org-warning, org-headline-done)
30256 (org-deadline-announce, org-scheduled-today)
30257 (org-scheduled-previously, org-link, org-done, org-table)
30258 (org-time-grid): Remove "-face" suffix from face names.
30259 (org-level-1-face, org-level-2-face, org-level-3-face)
30260 (org-level-4-face, org-level-5-face, org-level-6-face)
30261 (org-level-7-face, org-level-8-face, org-warning-face)
30262 (org-headline-done-face, org-deadline-announce-face)
30263 (org-scheduled-today-face, org-scheduled-previously-face)
30264 (org-link-face, org-done-face, org-table-face)
30265 (org-time-grid-face):
30266 New backward-compatibility aliases for renamed faces.
30267 (org-level-faces, org-set-font-lock-defaults, org-timeline)
30268 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
30269 (org-agenda-get-timestamps, org-agenda-get-scheduled)
30270 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
30271
30272 * emulation/viper-init.el (viper-search, viper-replace-overlay)
30273 (viper-minibuffer-emacs, viper-minibuffer-insert)
30274 (viper-minibuffer-vi): Remove "-face" suffix from face names.
30275 (viper-search-face, viper-replace-overlay-face)
30276 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30277 (viper-minibuffer-vi-face):
30278 New backward-compatibility aliases for renamed faces.
30279 (viper-search-face, viper-replace-overlay-face)
30280 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30281 (viper-minibuffer-vi-face): Use renamed viper faces.
30282
30283 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
30284 Remove "-face" suffix from face names.
30285 (testcover-nohits-face, testcover-1value-face):
30286 New backward-compatibility aliases for renamed faces.
30287 (testcover-mark): Use renamed testcover faces.
30288
30289 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
30290 face name.
30291 (diary-button-face): New backward-compatibility alias for renamed face.
30292 (diary-entry): Use renamed diary-button face.
30293
30294 * calendar/calendar.el (diary, calendar-today, holiday)
30295 (mark-visible-calendar-date): Remove "-face" suffix from face names.
30296 (diary-face, calendar-today-face, holiday-face):
30297 New backward-compatibility aliases for renamed faces.
30298 (eval-after-load "facemenu", diary-entry-marker)
30299 (calendar-today-marker, calendar-holiday-marker, diary-face):
30300 Use renamed calendar faces.
30301
30302 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
30303 (compare-windows-face): New backward-compatibility alias for
30304 renamed face.
30305 (compare-windows-highlight): Use renamed compare-windows face.
30306
30307 * strokes.el (strokes-char): Remove "-face" suffix from face name.
30308 (strokes-char-face): New backward-compatibility alias for renamed face.
30309 (strokes-encode-buffer): Use renamed strokes-char face.
30310
30311 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
30312 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
30313 Remove "-face" suffix from face names.
30314 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
30315 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
30316 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
30317 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
30318 Use renamed pcvs faces.
30319 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
30320 * pcvs-defs.el (cvs-mode-map): Likewise.
30321 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
30322
30323 * info.el (info-title-1, info-title-2, info-title-3)
30324 (info-title-4): Remove "-face" suffix from and downcase face names.
30325 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
30326 (Info-title-4-face):
30327 New backward-compatibility aliases for renamed faces.
30328 (Info-fontify-node): Use renamed info faces.
30329
30330 * hilit-chg.el (highlight-changes, highlight-changes-delete):
30331 Remove "-face" suffix from face names.
30332 (highlight-changes-face, highlight-changes-delete-face):
30333 New backward-compatibility aliases for renamed faces.
30334 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
30335 (hilit-chg-make-list): Use renamed highlight-changes faces.
30336
30337 * generic-x.el (show-tabs-tab, show-tabs-space):
30338 Remove "-face" suffix from face names.
30339 (show-tabs-tab-face, show-tabs-space-face):
30340 New backward-compatibility aliases for renamed faces.
30341 (show-tabs-generic-mode-font-lock-defaults-1)
30342 (show-tabs-generic-mode-font-lock-defaults-2):
30343 Use renamed show-tabs faces.
30344
30345 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
30346 (smerge-markers): Remove "-face" suffix from face names.
30347 (smerge-mine-face, smerge-other-face, smerge-base-face)
30348 (smerge-markers-face):
30349 New backward-compatibility aliases for renamed faces.
30350 (smerge-mine-face, smerge-other-face, smerge-base-face)
30351 (smerge-markers-face): Use renamed smerge faces.
30352
30353 * log-view.el (log-view-file, log-view-message): Remove "-face"
30354 suffix from face names.
30355 (log-view-file-face, log-view-message-face):
30356 New backward-compatibility aliases for renamed faces.
30357 (log-view-file-face, log-view-message-face): Use renamed log-view
30358 faces.
30359
30360 * paren.el (show-paren-match, show-paren-mismatch):
30361 Remove "-face" suffix from face names.
30362 (show-paren-match-face, show-paren-mismatch-face):
30363 New backward-compatibility aliases for renamed faces.
30364 (show-paren-function): Use renamed show-paren faces.
30365
30366 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
30367 (ruler-mode-margins, ruler-mode-fringes)
30368 (ruler-mode-column-number, ruler-mode-fill-column)
30369 (ruler-mode-comment-column, ruler-mode-goal-column)
30370 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
30371 suffix from face names.
30372 (ruler-mode-default-face, ruler-mode-pad-face)
30373 (ruler-mode-margins-face, ruler-mode-fringes-face)
30374 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
30375 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
30376 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
30377 New backward-compatibility aliases for renamed faces.
30378 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
30379 (ruler-mode-column-number, ruler-mode-fill-column)
30380 (ruler-mode-comment-column, ruler-mode-goal-column)
30381 (ruler-mode-tab-stop, ruler-mode-current-column)
30382 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
30383 faces.
30384
30385 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
30386 face name.
30387 (whitespace-highlight-the-space): Use renamed face.
30388 (whitespace-highlight-face): New backward-compatibility alias for
30389 renamed face.
30390
30391 * woman.el (woman-italic, woman-bold, woman-unknown)
30392 (woman-addition, woman-symbol-face):
30393 Remove "-face" suffix from face names.
30394 (woman-italic-face, woman-bold-face, woman-unknown-face)
30395 (woman-addition-face):
30396 New backward-compatibility aliases for renamed faces.
30397 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
30398 (woman-decode-region, woman-replace-match)
30399 (woman-display-extended-fonts, woman-special-characters)
30400 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
30401 Use renamed woman faces.
30402
30403 * longlines.el (longlines-visible-face): Face removed.
30404
30405 * diff-mode.el (diff-header, diff-file-header, diff-index)
30406 (diff-hunk-header, diff-removed, diff-added, diff-changed)
30407 (diff-function, diff-context, diff-nonexistent): Remove "-face"
30408 suffix from face names.
30409 (diff-header-face, diff-file-header-face, diff-index-face)
30410 (diff-hunk-header-face, diff-removed-face, diff-added-face)
30411 (diff-changed-face, diff-function-face, diff-context-face)
30412 (diff-nonexistent-face): New backward-compatibility aliases for
30413 renamed faces.
30414 (diff-header-face, diff-file-header-face)
30415 (diff-index, diff-index-face, diff-hunk-header)
30416 (diff-hunk-header-face, diff-removed, diff-removed-face)
30417 (diff-added, diff-added-face, diff-changed-face, diff-function)
30418 (diff-function-face, diff-context-face, diff-nonexistent)
30419 (diff-nonexistent-face): Use renamed diff-mode faces.
30420
30421 * progmodes/compile.el (compilation-warning-face)
30422 (compilation-info-face): Remove "-face" suffix from face names.
30423 (compilation-warning-face, compilation-info-face):
30424 New backward-compatibility aliases for renamed faces.
30425 (compilation-warning-face, compilation-info-face):
30426 Use renamed compilation faces.
30427
30428 * add-log.el (change-log-date, change-log-name)
30429 (change-log-email, change-log-file, change-log-list)
30430 (change-log-conditionals, change-log-function)
30431 (change-log-acknowledgement): Remove "-face" suffix from face names.
30432 (change-log-date-face, change-log-name-face)
30433 (change-log-email-face, change-log-file-face)
30434 (change-log-list-face, change-log-conditionals-face)
30435 (change-log-function-face, change-log-acknowledgement-face):
30436 New backward-compatibility aliases for renamed faces.
30437 (change-log-font-lock-keywords): Use renamed change-log faces.
30438
30439 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30440 (custom-set, custom-changed, custom-saved, custom-button)
30441 (custom-button-pressed, custom-documentation, custom-state)
30442 (custom-comment, custom-comment-tag, custom-variable-tag)
30443 (custom-variable-button, custom-face-tag, custom-group-tag-1)
30444 (custom-group-tag): Remove "-face" suffix from face names.
30445 (custom-magic-alist, custom-magic-value-create)
30446 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30447 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30448 (custom-set-face, custom-changed-face, custom-saved-face)
30449 (custom-button-face, custom-button-pressed-face)
30450 (custom-documentation-face, custom-state-face)
30451 (custom-comment-face, custom-comment-tag-face)
30452 (custom-variable-tag-face, custom-variable-button-face)
30453 (custom-face-tag-face, custom-group-tag-face-1)
30454 (custom-group-tag-face):
30455 New backward-compatibility aliases for renamed faces.
30456
30457 * wid-edit.el (widget-documentation, widget-button)
30458 (widget-field, widget-single-line-field, widget-inactive)
30459 (widget-button-pressed): "-face" suffix removed from face names.
30460 (widget-documentation-face, widget-button-face)
30461 (widget-field-face, widget-single-line-field-face)
30462 (widget-inactive-face, widget-button-pressed-face):
30463 New backward-compatibility aliases for renamed faces.
30464 (widget-documentation-face, widget-button-face)
30465 (widget-button-pressed-face, widget-specify-field)
30466 (widget-specify-inactive): Use renamed widget faces.
30467
30468 2005-06-10 Kenichi Handa <handa@m17n.org>
30469
30470 * term/x-win.el (x-clipboard-yank): Remove condition-case
30471 wrapping.
30472
30473 2005-06-11 Kenichi Handa <handa@m17n.org>
30474
30475 * add-log.el (change-log-font-lock-keywords): Make the regexp for
30476 date lines stricter.
30477
30478 2005-06-10 Zhang Wei <id.brep@gmail.com>
30479
30480 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30481 of x-get-selection.
30482
30483 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30484
30485 * comint.el (comint-mode, comint-snapshot-last-prompt):
30486 * frame.el (frame-current-scroll-bars):
30487 * term.el (term-mode, term-check-proc, term-input-sender)
30488 (term-simple-send, term-extract-string, term-word)
30489 (term-match-partial-filename):
30490 * window.el (window-current-scroll-bars):
30491 * emulation/cua-base.el (cua-normal-cursor-color)
30492 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30493 (cua-global-mark-cursor-color):
30494 * mail/undigest.el (rmail-forward-separator-regex):
30495 Fix typos in docstrings.
30496
30497 * comint.el (comint-check-proc, make-comint-in-buffer)
30498 (comint-source-default): Doc fixes.
30499
30500 * term.el (term-send-string): Improve argument/docstring consistency.
30501
30502 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
30503
30504 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30505 call to `delete-region'.
30506 (comint-mode-hook): Do not enable Font Lock by default.
30507
30508 2005-06-09 Lute Kamstra <lute@gnu.org>
30509
30510 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30511 could be void.
30512
30513 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30514
30515 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30516 (debug): Use it.
30517 (debugger-step-through, debugger-continue, debugger-jump)
30518 (debugger-return-value): Set it when needed.
30519 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30520 Use inhibit-read-only.
30521
30522 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30523
30524 * window.el (shrink-window-if-larger-than-buffer)
30525 (window-size-fixed): Fix typo in docstring.
30526
30527 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30528 thumbnails directory on loading.
30529 (thumbs-conversion-program): Use `eq' to check the system type,
30530 not `equal'.
30531 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30532 not "/tmp". Fix docstring.
30533 (thumbs-thumbsdir): New function to return the thumbnails
30534 directory, creating it if needed.
30535 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30536 (thumbs-temp-file): Delete variable and make it into a function.
30537 (thumbs-resize-image, thumbs-modify-image): Use it.
30538 (thumbs-kill-buffer): Simplify.
30539 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30540 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30541 docstrings.
30542
30543 2005-06-09 Kim F. Storm <storm@cua.dk>
30544
30545 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30546 set-match-data to free markers in match-data.
30547
30548 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30549 match-data to unchain markers in match-data.
30550
30551 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30552
30553 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30554 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30555 unnecessary now.
30556
30557 2005-06-08 Richard M. Stallman <rms@gnu.org>
30558
30559 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30560 give the variable a doc string that doesn't say don't set it directly.
30561
30562 * textmodes/ispell.el (ispell-check-version):
30563 Use match-string-no-properties.
30564 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30565 (ispell-buffer-local-words): Likewise.
30566
30567 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30568 except on terminals with enough colors to really display it.
30569 (makefile-dependency-regex): Delete spurious `bb'.
30570
30571 * faces.el (escape-glyph): Use blue once again in last case.
30572 (no-break-space): Redefine so that it isn't invisible on a tty.
30573
30574 2005-06-08 Kim F. Storm <storm@cua.dk>
30575
30576 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30577 also when reading directory name.
30578
30579 2005-06-08 Lute Kamstra <lute@gnu.org>
30580
30581 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30582 (flyspell-mode-line-string): Remove autoload cookie.
30583 (flyspell-mode): Remove defvar.
30584
30585 2005-06-07 Lute Kamstra <lute@gnu.org>
30586
30587 * textmodes/org.el (org-run-mode-hooks): New function.
30588 (org-agenda-mode): Use it.
30589
30590 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30591
30592 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30593
30594 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30595
30596 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30597
30598 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30599
30600 * font-lock.el (font-lock-add-keywords): Doc fix.
30601
30602 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30603
30604 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30605 (tex-compile-default): In the absence of any history, use the order in
30606 tex-compile-alist to choose the preferred command.
30607 (tex-compile-commands): Reorder a bit.
30608
30609 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30610 (flyspell-incorrect-face, flyspell-duplicate-face):
30611 Use (X)Emacs-agnostic code.
30612 (flyspell-mode-map): Don't overwrite at each load. Remove code
30613 redundant with the subsequent add-minor-mode. Merge Emacs and
30614 XEmacs code.
30615 (flyspell-word): Minor simplification.
30616 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30617 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30618 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30619 Merge the corresponding Emacs code.
30620 (flyspell-correct-word, flyspell-xemacs-popup):
30621 Use flyspell-do-correct.
30622
30623 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30624 a dedicated window.
30625
30626 * international/latexenc.el (latexenc-find-file-coding-system):
30627 Undo part of last patch, to turn off a compiler warning.
30628
30629 2005-06-06 Juri Linkov <juri@jurta.org>
30630
30631 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30632 Rename `tmm-inactive-face' to `tmm-inactive'.
30633
30634 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30635
30636 * iswitchb.el: Rename faces.
30637
30638 2005-06-06 Kim F. Storm <storm@cua.dk>
30639
30640 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30641 (cua-global-mark): Remove -face suffix from face names.
30642
30643 * emulation/cua-gmrk.el (cua--init-global-mark):
30644 Remove cua-global-mark face setup.
30645
30646 2005-06-06 Richard M. Stallman <rms@gnu.org>
30647
30648 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30649 just like other allowed characters.
30650 (makefile-match-dependency): Exclude leading and training whitespace
30651 from the range of regexp subexp 1.
30652 (makefile-macroassign-regex): Don't try to match the body,
30653 just the name of the macro being defined.
30654
30655 * info.el (Info-read-node-name-2): New function.
30656 (Info-read-node-name-1): Use that.
30657 Add a completion-base-size-function property.
30658
30659 * simple.el (completion-setup-function): Look for
30660 completion-base-size-function property of minibuffer-completion-table.
30661
30662 * files.el (locate-file-completion): Doc fix.
30663
30664 * printing.el: Don't call pr-update-menus; user must do that.
30665
30666 * emacs-lisp/debug.el (debugger-window): New variable.
30667 (debug): Use debugger-window if it is set and still alive.
30668 Record debugger-window for next entry.
30669
30670 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30671
30672 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
30673
30674 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30675 (hack-one-local-variable, hack-local-variables)
30676 (hack-local-variables-prop-line): Pass that arg.
30677
30678 2005-06-06 Kim F. Storm <storm@cua.dk>
30679
30680 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30681 (ido-indicator): Remove -face suffix from face names.
30682
30683 2005-06-06 Juri Linkov <juri@jurta.org>
30684
30685 * font-lock.el (font-lock-regexp-backslash)
30686 (font-lock-regexp-backslash-construct): New faces.
30687 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30688 after `('. Add `while-no-input' to control structures.
30689
30690 * faces.el (no-break-space, shadow): New faces.
30691 (escape-glyph): Use less loud colors pink2 and red4.
30692
30693 * diff-mode.el (diff-context-face)
30694 * dired.el (dired-ignored)
30695 * rfn-eshadow.el (file-name-shadow)
30696 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30697
30698 * info.el (Info-title-1-face): Use green instead of yellow because
30699 bold yellow is not readable on light backgrounds.
30700
30701 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30702 before selecting the desired mode to not spend time fontifying
30703 old contents.
30704
30705 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30706
30707 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30708 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30709
30710 * ps-print.el (ps-default-fg, ps-default-bg):
30711 Fix typos in docstrings.
30712
30713 * isearchb.el (isearchb): Don't pass a spurious second argument to
30714 `iswitchb-completions'.
30715
30716 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30717
30718 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30719 to preserve point.
30720 (gdb-find-file-hook): Add doc string.
30721
30722 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30723 C dereferenced pointer expression.
30724 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30725
30726 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30727
30728 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30729 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30730 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30731 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30732 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30733 Make background transparent.
30734
30735 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30736
30737 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30738 (font-lock-remove-keywords): Doc fix.
30739 (font-lock-mode-major-mode): Compiler defvar.
30740 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30741
30742 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30743 (font-lock-mode): Update `font-lock-mode-major-mode'.
30744 (font-lock-set-defaults): Compiler defvar.
30745 (font-lock-default-function): Take `font-lock-mode-major-mode'
30746 into account.
30747
30748 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30749 keep track of which major mode it enabled the minor mode for.
30750 Use find-file-hook again. Update docstring.
30751
30752 * simple.el (eval-expression-print-level)
30753 (eval-expression-print-length, eval-expression-debug-on-error):
30754 Doc fixes.
30755
30756 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30757
30758 * iswitchb.el (iswitchb-single-match-face)
30759 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30760 (iswitchb-invalid-regexp-face): New faces.
30761 (iswitchb-completions): Use them.
30762 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30763 now marked as an obsolete alias.
30764 (iswitchb-read-buffer): Remove check for bound font variables.
30765 (iswitchb-invalid-regexp): New free variable.
30766 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30767 set iswitchb-invalid-regexp.
30768 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30769 invalid regexps.
30770 (iswitchb-completions): Add check for complete match when entering
30771 a regexp.
30772 (iswitchb-completions): Remove require-match argument.
30773 (iswitchb-exhibit): Fix caller.
30774 (iswitchb-common-match-inserted): New variable.
30775 (iswitchb-complete, iswitchb-completion-help): Use it.
30776
30777 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30778
30779 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30780 Use `url-http-debug' instead of `message'.
30781
30782 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30783
30784 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30785 as a callback argument.
30786
30787 2005-06-04 Kim F. Storm <storm@cua.dk>
30788
30789 * simple.el (line-move): Only call sit-for when moving backwards.
30790
30791 * ido.el (ido-make-merged-file-list-1): New defun split from
30792 ido-make-merged-file-list.
30793 (ido-make-merged-file-list): Bind throw-on-input around call to
30794 ido-make-merged-file-list-1. Return input-pending-p if
30795 interrupted by more input available.
30796 (ido-read-internal): Handle input-pending-p return value from
30797 ido-make-merged-file-list.
30798
30799 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30800
30801 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30802 compatibility code.
30803
30804 * international/latexenc.el (latexenc-find-file-coding-system):
30805 Don't inherit the EOL part of the coding-system from the
30806 tex-main buffer. Fit within 80 columns.
30807
30808 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30809
30810 * tmm.el (tmm-inactive-face): New face.
30811 (tmm-remove-inactive-mouse-face): New function.
30812 (tmm-prompt, tmm-add-one-shortcut)
30813 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30814 but not selectable.
30815
30816 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30817
30818 * faces.el (face-equal): Improve argument/docstring consistency.
30819
30820 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30821
30822 * progmodes/make-mode.el (makefile-targets-face)
30823 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30824 (makefile-bsdmake-dependency-regex)
30825 (makefile-makepp-rule-action-regex)
30826 (makefile-bsdmake-rule-action-regex): New constants.
30827 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30828
30829 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30830 Allow (...) within `...' for makepp messages.
30831
30832 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30833
30834 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30835
30836 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30837 "." files are deleted from all file lists before comparison.
30838
30839 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30840 (viper-ESC-key): Made them customizable.
30841
30842 * emulation/viper.el (viper-non-hook-settings):
30843 Fix the names of defadvices.
30844
30845 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30846
30847 * autorevert.el (auto-revert-buffers): Use save-match-data.
30848
30849 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30850
30851 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30852 menu items with a nil command binding.
30853
30854 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30855
30856 * emacs-lisp/cl-macs.el (defsetf):
30857 Improve argument/docstring consistency.
30858
30859 * faces.el (list-faces-display): Improve the formatting by
30860 computing the maximum length required for any face-name (reworked
30861 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30862 (internal-find-face): Remove redundant info in docstring.
30863
30864 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30865
30866 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30867 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30868 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30869 (gdb-assembler-custom): Improve regexps.
30870 (def-gdb-auto-update-handler): Use window point to preserve point.
30871
30872 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30873
30874 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30875
30876 2005-05-31 Jay Belanger <belanger@truman.edu>
30877
30878 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30879 to calc-embedded.
30880 (calc-embedded-make-info): Have plain prefix argument select
30881 entire line.
30882
30883 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30884
30885 * faces.el (list-faces-display): Signal error if passed a regexp
30886 that matches no face name.
30887
30888 * simple.el (filter-buffer-substring): Fix typo in docstring.
30889
30890 2005-05-31 Richard M. Stallman <rms@gnu.org>
30891
30892 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30893 (vhdl-emacs-21): Doc fix.
30894 (vhdl-mode): Unconditionally set comment-padding.
30895 (vhdl-fixup-whitespace-region): Insert spaces only where
30896 there are none.
30897 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30898
30899 2005-05-30 John Wiegley <johnw@newartisans.com>
30900
30901 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30902 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30903 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30904 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30905 `string-to-number'.
30906
30907 2005-05-30 Jay Belanger <belanger@truman.edu>
30908
30909 * calc/calc.el (calc-bug-address): Fix docstring.
30910 (calc-window-hook, calc-trail-window-hook): New variables.
30911 (calc-trail-display): Restore use of calc-trail-window-hook.
30912 (calc): Restore use of calc-window-hook.
30913
30914 2005-05-31 Masatake YAMATO <jet@gyve.org>
30915
30916 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30917
30918 * help-fns.el (help-C-file-name): Add autoload mark for
30919 `find-function-noselect'.
30920
30921 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30922
30923 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30924 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30925
30926 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30927
30928 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30929 included diary buffer if it was not already being visited.
30930 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30931
30932 * calendar/icalendar.el (top-level): Do not require appt.
30933
30934 * mail/supercite.el (sc-select-attribution): Only use a list
30935 element from sc-attrib-selection-list if it returns a string.
30936 Reported by Davide G. M. Salvetti <salve@debian.org>.
30937
30938 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30939
30940 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30941 includes a hash value to improve its uniqueness, and has a ".jpg"
30942 extension. Also, it is now a valid filename on all systems.
30943 (thumbs-make-thumb): Use `let', not `let*'.
30944 (thumbs-show-thumbs-list): Check for JPEG availability.
30945
30946 2005-05-30 Richard M. Stallman <rms@gnu.org>
30947
30948 * filesets.el (filesets-menu-ensure-use-cached):
30949 Prevent warning when emacs-version>= is undefined.
30950
30951 * printing.el (pr-interactive-n-up): Use string-to-number.
30952
30953 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30954
30955 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30956 Warn only when name to be defined is quoted.
30957
30958 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30959
30960 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30961 Make regexp more robust.
30962 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30963 Force regeneration of disassembly.
30964
30965 2005-05-29 Jay Belanger <belanger@truman.edu>
30966
30967 * calc/calc.el (calc-user-invocation): Check if
30968 calc-invocation-macro is non-nil.
30969
30970 2005-05-29 Juri Linkov <juri@jurta.org>
30971
30972 * add-log.el (change-log-font-lock-keywords):
30973 Add `+' to e-mail regexp to accept mail address with keywords.
30974
30975 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30976
30977 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30978
30979 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30980
30981 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30982
30983 2005-05-29 Richard M. Stallman <rms@gnu.org>
30984
30985 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30986 Undo the change that moves to end of the current word.
30987
30988 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30989
30990 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30991 Throw error when count <= 0 to ensure input is a number.
30992 (gdb-read-memory-custom): Pick up address from buffer.
30993 (gdb-memory-mode): Allow user to increment and decrement
30994 memory address from header line.
30995
30996 2005-05-29 Richard M. Stallman <rms@gnu.org>
30997
30998 * textmodes/flyspell.el (flyspell-version): Function deleted.
30999 (flyspell-auto-correct-previous-hook): Doc fix.
31000
31001 * jit-lock.el (jit-lock-function, jit-lock-after-change):
31002 Do nothing if memory is full.
31003
31004 * font-lock.el (font-lock-fontify-syntactically-region):
31005 Pass t for GREEDY to looking-back.
31006
31007 * saveplace.el (save-place-alist-to-file): Write the file
31008 using write-region.
31009
31010 * subr.el (looking-back): New argument GREEDY.
31011
31012 * progmodes/compile.el (compilation-start): Set the mode
31013 before inserting the initial text.
31014
31015 * progmodes/which-func.el (which-func-update-1): Turn the mode
31016 off in case of error by setting which-func-mode.
31017
31018 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
31019
31020 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
31021 Narrow down to what's on the screen, and recenter overlays
31022 at the end of the next word.
31023
31024 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
31025
31026 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
31027 8Vars moved up.
31028 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
31029 (flyspell-abbrev-p): Default to nil.
31030 (flyspell-use-global-abbrev-table-p): Doc fix.
31031 (flyspell-large-region): Allow nil as value.
31032 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
31033
31034 (mail-mode-flyspell-verify): More robust handling
31035 of `mail-header-separator'. More efficient signature detection.
31036 Allow for regexp metacharacters in message-header-separator.
31037 Adding `To' not to be checked in mail-mode-flyspell-verify.
31038
31039 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
31040 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
31041 Bind flyspell-auto-correct-binding.
31042 Bind C-. and C-, .
31043 (flyspell-mode-map): Likewise.
31044 (flyspell-mode): Doc fix.
31045 (flyspell-accept-buffer-local-defs): Preserve current buffer.
31046 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
31047 (flyspell-word-cache-result): New var, always local.
31048 (flyspell-check-pre-word-p): Doc fix.
31049 (flyspell-check-changed-word-p): Handle spc like newline.
31050 (flyspell-post-command-hook): Set flyspell-word-cache-result.
31051 (flyspell-word-search-backward, flyspell-word-search-forward):
31052 New functions.
31053 (flyspell-word): Return t if nothing to check.
31054 When parsing TeX code, check for after } or \.
31055 Use flyspell-word-search-backward to find previous word.
31056 Return nil if duplicated word.
31057 For word already checked, return same value as last time.
31058 Set flyspell-word-cache-result after checking.
31059 Don't clobber the return value.
31060 (flyspell-get-word): Major rewrite.
31061 (flyspell-external-point-words): New locals pword, pcount.
31062 Fix size used in progress message.
31063 Find the proper corresponding word in flyspell-large-region-buffer.
31064 (flyspell-region): Check for flyspell-large-region = nil.
31065 (flyspell-highlight-incorrect-region): Clean up overlays in region.
31066 (flyspell-auto-correct-word): Check that WORD is a cons.
31067 (flyspell-correct-word): Likewise.
31068
31069 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
31070
31071 * progmodes/make-mode.el (makefile-rule-action-regex)
31072 (makefile-macroassign-regex, makefile-makepp-mode)
31073 (makefile-bsdmake-mode): Continuation lines may be empty.
31074 Reported by Joshua Varner.
31075 (makefile-makepp-font-lock-keywords): Add $(stem).
31076
31077 2005-05-28 Karl Berry <karl@gnu.org>
31078
31079 * textmodes/tex-mode.el: Now that tex-send-command calls
31080 shell-quote-argument (2005-03-31 change), remove all calls to
31081 shell-quote-argument; they all end up invoking tex-send-command.
31082 The double quoting loses on filenames with non-safe characters,
31083 such as "@". Reported by Frederik Fouvry.
31084
31085 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
31086
31087 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
31088 about preserving point.
31089
31090 2005-05-27 Jay Belanger <belanger@truman.edu>
31091
31092 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
31093 Info-goto-node.
31094
31095 * calc/calc-embed.el (calc-embed-arg): New variable.
31096 (calc-do-embedded-activate, calc-embedded-activate-formula)
31097 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
31098 variable by new variable.
31099 (calc-embedded-make-info): Replace undeclared variable by new
31100 variable. When selecting region with positive prefix
31101 argument, use end of previous line instead of beginning of line.
31102
31103 * calc/calc-aent.el (calc-arg-values): Declare it.
31104
31105 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
31106 Declare them.
31107
31108 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
31109
31110 * calc/calc.el (calc-alg-map): Declare it.
31111
31112 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
31113
31114 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
31115
31116 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
31117 (gdb-registers-buffer, toggle-gdb-all-registers):
31118 Toggle display of floating point registers.
31119 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
31120
31121 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
31122 (toggle-gud-tooltip-dereference):
31123 Rename from gud-toggle-tooltip-dereference.
31124
31125 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
31126
31127 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
31128
31129 2005-05-27 Jay Belanger <belanger@truman.edu>
31130
31131 * calc/calc-prog.el (calc-kbd-report): Remove.
31132 (calc-kbd-query): Rewrite.
31133
31134 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
31135
31136 * image.el (image-library-alist): Move to image.c.
31137 (image-type-available-p): Doc fix.
31138
31139 2005-05-27 Lute Kamstra <lute@gnu.org>
31140
31141 * calc/calc.el (calc):
31142 * outline.el (outline-1, outline-2, outline-3, outline-4)
31143 (outline-5, outline-6, outline-7, outline-8):
31144 * textmodes/dns-mode.el (dns-mode):
31145 * textmodes/sgml-mode.el (sgml-namespace-face):
31146 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
31147 (tex-verbatim-face, tex-use-reftex):
31148 * textmodes/texinfo.el (texinfo-heading-face):
31149 Specify customization group.
31150
31151 * longlines.el: Don't require easy-mmode.
31152 (longlines-visible-face): Specify customization group.
31153
31154 2005-05-27 Kenichi Handa <handa@m17n.org>
31155
31156 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
31157 encoding table of windows-1251.
31158
31159 * international/ucs-tables.el (ucs-set-table-for-input):
31160 If translation-table-for-input of a coding system is a symbol, get
31161 its translation-table property.
31162
31163 * international/code-pages.el: Don't register a coding system into
31164 non-iso-charset-alist more than once.
31165 (cp-make-coding-system): Likewise.
31166
31167 2005-05-26 John Wiegley <johnw@newartisans.com>
31168
31169 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
31170 `eshell-resume-eval' is wrapped in a list, it indicates that the
31171 command was run asynchronously. In that case, unwrap the value
31172 before checking the delimiter value.
31173
31174 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
31175 character before a space at the end of a line is \, assume the space
31176 is part of the last argument rather than a final argument separator.
31177
31178 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
31179 is in use, and the target is `t' or `nil' (which are the most common
31180 values), don't assume that the symbol target is a buffer.
31181
31182 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
31183
31184 * calendar/calendar.el (calendar-mode-line-format):
31185 Use mode-line-highlight as mouse-face.
31186
31187 * time.el (display-time-string-forms, display-time-update):
31188 Use mode-line-highlight as mouse-face.
31189
31190 2005-05-26 Jay Belanger <belanger@truman.edu>
31191
31192 * calc/calc.el (calc-language-alist): Remove extra defvar.
31193
31194 2005-05-26 Lute Kamstra <lute@gnu.org>
31195
31196 * arc-mode.el (archive-mode):
31197 * bookmark.el (bookmark-read-annotation-mode)
31198 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
31199 * bs.el (bs-mode):
31200 * calc/calc-yank.el (calc-edit-mode):
31201 * calc/calc.el (calc-mode, calc-trail-mode):
31202 * calculator.el (calculator-mode):
31203 * chistory.el (command-history-mode):
31204 * comint.el:
31205 * cus-edit.el (custom-mode):
31206 * descr-text.el (describe-text-mode):
31207 * ebuff-menu.el (Electric-buffer-menu-mode):
31208 * ediff-util.el (ediff-mode):
31209 * emacs-lisp/re-builder.el (reb-mode):
31210 * emulation/vi.el (vi-mode-setup):
31211 * emulation/ws-mode.el (wordstar-mode):
31212 * eshell/esh-mode.el (eshell-mode):
31213 * forms.el (forms-mode):
31214 * help-mode.el (help-mode):
31215 * hexl.el (hexl-mode):
31216 * ibuffer.el (ibuffer-mode):
31217 * ielm.el (inferior-emacs-lisp-mode):
31218 * info.el (Info-mode, Info-edit-mode):
31219 * international/swedish.el:
31220 * ledit.el (ledit-from-lisp-mode):
31221 * locate.el (locate-mode):
31222 * mail/rmail.el (rmail-mode):
31223 * mail/rmailedit.el (rmail-edit-mode):
31224 * mail/rmailsum.el (rmail-summary-mode):
31225 * mail/supercite.el (sc-electric-mode):
31226 * net/eudc.el (eudc-mode):
31227 * net/quickurl.el (quickurl-list-mode):
31228 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
31229 * obsolete/ooutline.el (outline-mode):
31230 * obsolete/options.el (Edit-options-mode):
31231 * obsolete/rnews.el (news-mode):
31232 * obsolete/rnewspost.el (news-reply-mode):
31233 * play/5x5.el (5x5-mode):
31234 * play/decipher.el (decipher-mode, decipher-stats-mode):
31235 * play/gomoku.el (gomoku-mode):
31236 * play/snake.el (snake-mode):
31237 * play/solitaire.el (solitaire-mode):
31238 * play/tetris.el (tetris-mode):
31239 * progmodes/ada-mode.el (ada-mode):
31240 * progmodes/antlr-mode.el (antlr-mode):
31241 * progmodes/autoconf.el (autoconf-mode):
31242 * progmodes/dcl-mode.el (dcl-mode):
31243 * progmodes/delphi.el (delphi-mode):
31244 * progmodes/ebrowse.el (ebrowse-tree-mode)
31245 (ebrowse-electric-list-mode, ebrowse-member-mode)
31246 (ebrowse-electric-position-mode):
31247 * progmodes/f90.el (f90-mode):
31248 * progmodes/fortran.el (fortran-mode):
31249 * progmodes/icon.el (icon-mode):
31250 * progmodes/idlw-help.el (idlwave-help-mode):
31251 * progmodes/idlw-shell.el (idlwave-shell-mode):
31252 * progmodes/idlwave.el (idlwave-mode):
31253 * progmodes/inf-lisp.el (inferior-lisp-mode):
31254 * progmodes/m4-mode.el (m4-mode):
31255 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
31256 * progmodes/modula2.el (modula-2-mode):
31257 * progmodes/octave-inf.el (inferior-octave-mode):
31258 * progmodes/octave-mod.el (octave-mode):
31259 * progmodes/pascal.el (pascal-mode):
31260 * progmodes/sh-script.el (sh-mode):
31261 * progmodes/sql.el (sql-mode, sql-interactive-mode):
31262 * progmodes/vhdl-mode.el (vhdl-mode):
31263 * progmodes/xscheme.el (scheme-interaction-mode):
31264 * replace.el (occur-mode):
31265 * ses.el (ses-mode):
31266 * simple.el (completion-list-mode):
31267 * skeleton.el:
31268 * speedbar.el (speedbar-mode):
31269 * term.el (term-mode):
31270 * terminal.el (terminal-edit-mode):
31271 * textmodes/reftex-index.el (reftex-index-mode)
31272 (reftex-index-phrases-mode):
31273 * textmodes/reftex-sel.el (reftex-select-label-mode)
31274 (reftex-select-bib-mode):
31275 * textmodes/reftex-toc.el (reftex-toc-mode):
31276 * wdired.el (wdired-change-to-wdired-mode):
31277 * wid-browse.el (widget-browse-mode):
31278 Use run-mode-hooks.
31279
31280 * array.el (array-mode):
31281 * calendar/todo-mode.el (todo-mode):
31282 * man.el (Man-mode):
31283 * play/landmark.el (lm-mode):
31284 * play/mpuz.el (mpuz-mode):
31285 Use kill-all-local-variables and run-mode-hooks.
31286
31287 * subr.el (delay-mode-hooks): Specify indentation.
31288
31289 2005-05-26 Mark A. Hershberger <mah@everybody.org>
31290
31291 * xml.el (xml-substitute-special): Don't die for undefined xml
31292 entities.
31293
31294 2005-05-26 Jay Belanger <belanger@truman.edu>
31295
31296 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
31297 of nil.
31298
31299 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
31300
31301 * progmodes/gdb-ui.el (gdb-frame-address):
31302 Rename from gdb-current-address.
31303 (gdb-previous-frame-address): Rename from gdb-previous-address.
31304 (gdb-selected-frame): Rename from gdb-current-frame.
31305 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
31306 (gdb-frame-number): Rename from gdb-current-stack-level.
31307 (gdb-ann3): Match new mode-name for disassembly buffer.
31308 Extend initialization of variables.
31309 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
31310 (gdb-memory-mode): Use mouse-face in header line.
31311 (gdb-assembler-buffer-name): Call it disassembly and give frame
31312 in mode line.
31313 (gdb-source-spec-regexp, gdb-assembler-custom)
31314 (gdb-invalidate-assembler, gdb-frame-handler):
31315 Make robust to leading zeroes in address format.
31316
31317 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
31318
31319 * textmodes/org.el (org-mode): Use `define-derived-mode' to
31320 define `org-mode'.
31321 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
31322
31323 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
31324
31325 * log-edit.el (log-edit-changelog-entries): Distinguish between
31326 filenames like xfns.c and fns.c.
31327
31328 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
31329
31330 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
31331 point after reverting.
31332 (Buffer-menu-make-sort-button): Handle the case where
31333 `Buffer-menu-use-header-line' is nil.
31334
31335 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
31336
31337 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
31338 New funcs. In minibuffer-local-completion-map bind `]', `/'
31339 and `:' to them.
31340
31341 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
31342
31343 * startup.el (normal-top-level): Allow modification of load-path while
31344 we're iterating over it.
31345
31346 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
31347
31348 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
31349 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
31350 (thumbs-resize-interactive, thumbs-insert-image)
31351 (thumbs-insert-thumb, thumbs-dired-show-marked)
31352 (thumbs-find-image-at-point, thumbs-delete-images)
31353 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
31354 (thumbs-increment-image-size, thumbs-decrement-image-size):
31355 Fix typos in docstrings.
31356
31357 2005-05-24 Andre Spiegel <spiegel@gnu.org>
31358
31359 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
31360 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
31361 (cperl-mode): Use them.
31362
31363 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
31364
31365 * window.el (quit-window, shrink-window-if-larger-than-buffer):
31366 Doc fixes.
31367
31368 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
31369
31370 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
31371 Bind C-d to gdb-inferior-io-eof.
31372
31373 * dired.el (dired-dnd-popup-notice): Use message-box.
31374
31375 2005-05-23 Masatake YAMATO <jet@gyve.org>
31376
31377 * bindings.el (mode-line-major-mode-keymap):
31378 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
31379
31380 * faces.el (mode-line-highlight): New face.
31381
31382 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
31383 as mouse-face.
31384
31385 * bindings.el (top-level, help-echo, mode-line-modified)
31386 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
31387 as mouse-face.
31388
31389 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
31390
31391 * progmodes/cc-engine.el (c-guess-basic-syntax):
31392 Remove spurious call to `zerop'.
31393
31394 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
31395
31396 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
31397
31398 CC Mode update to 5.30.10:
31399
31400 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
31401 the point could go past the limit in decoration level 2, thereby
31402 causing errors during interactive fontification.
31403
31404 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31405 bug when the file is evaluated interactively.
31406
31407 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31408 declarations somewhat better in C++.
31409
31410 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31411 New helper macro to make use of `run-mode-hooks'
31412 which has been added in Emacs 21.1.
31413 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31414 (awk-mode): Use it.
31415 (make-local-hook): Suppress warning about obsoleteness.
31416
31417 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31418 (c-append-backslashes-forward, c-delete-backslashes-forward)
31419 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31420 Compensate for return value from `forward-line' when it has moved
31421 but not to a different line due to eob.
31422
31423 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31424 `objc-method-intro' and `objc-method-args-cont'.
31425
31426 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
31427
31428 CC Mode update to 5.30.10:
31429
31430 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31431 address in the copyright statement. Incidentally, change "along with
31432 GNU Emacs" to "along with this program" where it occurs.
31433
31434 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31435 autoload, so that it is interactive, hence can be found by M-x awk-mode
31436 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
31437 <gmorris+emacs@ast.cam.ac.uk>.
31438
31439 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31440 Mode's regexps.
31441
31442 2005-05-23 Kevin Ryde <user42@zip.com.au>
31443
31444 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31445 from c-parse-state, to avoid a lisp error (on bad code).
31446
31447 2005-05-23 Lute Kamstra <lute@gnu.org>
31448
31449 * subr.el (font-lock-defaults): Remove defvar as it's already
31450 defined in font-core.el.
31451
31452 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31453
31454 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
31455
31456 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31457 more general and work when GDB variable "print pretty" is on,
31458 as with Emacs, for example.
31459
31460 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
31461
31462 * font-core.el: Update comment.
31463
31464 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31465 Use `after-change-major-mode-hook' instead of `find-file-hook'.
31466
31467 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31468
31469 2005-05-22 Eli Zaretskii <eliz@gnu.org>
31470
31471 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31472 and `yank-handler' in the doc strings.
31473
31474 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
31475
31476 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
31477
31478 2005-05-22 Richard M. Stallman <rms@gnu.org>
31479
31480 * help.el (describe-key): Move print-help-return-message call
31481 out of conditional.
31482
31483 * progmodes/etags.el (list-tags): Use with-no-warnings.
31484
31485 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31486 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31487 (starttls-extra-args, starttls-extra-arguments): Add defvars.
31488
31489 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31490
31491 * language/viet-util.el (viet-viscii-nonascii-translation-table):
31492 Add defvar.
31493
31494 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31495 Use defvar, not defconst.
31496
31497 * hexl.el (hexl-follow-line): Use with-no-warnings.
31498
31499 * emulation/tpu-extras.el: Use write-file-functions instead of
31500 write-file-hooks.
31501
31502 * dired.el (dired-font-lock-keywords): Fontify files with junk
31503 extensions even if marked by -F.
31504
31505 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31506
31507 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31508 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31509 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31510 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31511 (concatenate, list-length, get*, getf, cl-remprop):
31512 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31513 (etypecase, progv, lexical-let, lexical-let*)
31514 (multiple-value-bind, multiple-value-setq, shiftf):
31515 Improve argument/docstring consistency.
31516
31517 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31518
31519 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31520
31521 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31522 doesn't exist.
31523
31524 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31525 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31526
31527 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31528
31529 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31530 already deleted variables: auto-fill-hook, blink-paren-hook,
31531 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31532 suspend-hooks, comment-indent-hook, meta-flag,
31533 before-change-function, after-change-function,
31534 font-lock-doc-string-face.
31535
31536 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31537
31538 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31539
31540 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31541
31542 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31543 rmail-dont-reply-to.
31544
31545 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31546
31547 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31548 literal blank when splitting new-header-values.
31549
31550 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31551
31552 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31553 string so that tmm doesn't create a completion entry for it.
31554
31555 * textmodes/table.el (table-disable-menu): Ditto.
31556
31557 2005-05-21 Richard M. Stallman <rms@gnu.org>
31558
31559 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31560
31561 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31562
31563 * net/rcompile.el (remote-compile): Use compilation-start.
31564
31565 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31566
31567 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31568
31569 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31570 Default to makefile-bsdmake-mode on BSD systems.
31571
31572 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31573 REGEXP may also be a search function now. The part of doc-string
31574 for describing the structure was 95% identical to that of
31575 `imenu--generic-function'. Unify it there.
31576
31577 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31578 Use function to find dependencies, because regexp alone is so complex,
31579 it easily goes into an endless loop.
31580 (makefile-makepp-mode): Also add submenu for Perl functions
31581 defined in the makefile.
31582 (makefile-bsdmake-mode): Special imenu-generic-expression no
31583 longer needed, due to function call.
31584 (makefile-match-dependency): Take BOUND into account when checking
31585 if we're through.
31586
31587 2005-05-20 Jay Belanger <belanger@truman.edu>
31588
31589 * calc/calc-units.el (calc-invalidate-units-table):
31590 Use inhibit-read-only.
31591 (math-build-units-table-buffer): Use view-mode.
31592
31593 2005-05-20 David Kastrup <dak@gnu.org>
31594
31595 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31596 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31597
31598 2005-05-20 Lute Kamstra <lute@gnu.org>
31599
31600 * diff-mode.el (diff-header-face, diff-file-header-face)
31601 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31602 (diff-added-face, diff-changed-face, diff-function-face)
31603 (diff-context-face, diff-nonexistent-face): Put them in the
31604 diff-mode customization group.
31605
31606 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31607
31608 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31609
31610 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31611
31612 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31613 Minor regexp-optimization.
31614
31615 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31616
31617 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31618 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31619 (org-agenda-add-time-grid-maybe): New function.
31620 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31621 (org-table-create): `dotimes' instead of `mapcar'.
31622 (org-xor): Simplify implementation.
31623 (org-agenda): `inhibit-redisplay' turned on.
31624 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31625 a consistent line after a state change.
31626 (org-agenda-remove-times-when-in-prefix): New option.
31627 (org-prefix-has-time): New variable.
31628 (org-parse-time-string): Optional argument NODEFAULT.
31629 (org-format-agenda-item): Parse items for time-of-day
31630 specifications and move these into the prefix if possible.
31631 (org-agenda-priority): Get current heading, not previous heading
31632 during agenda remote editing.
31633
31634 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31635
31636 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31637 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31638 (remove-duplicates, delete-duplicates, substitute)
31639 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31640 (nsubstitute-if-not, find, find-if, find-if-not, position)
31641 (position-if, position-if-not, count, count-if, count-if-not)
31642 (mismatch, search, sort*, stable-sort, merge, member*)
31643 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31644 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31645 (intersection, nintersection, set-difference, nset-difference)
31646 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31647 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31648 (nsublis, tree-equal): Improve argument/docstring consistency.
31649
31650 * subr.el (send-string, send-region): Remove obsolescence declaration.
31651 (window-dot, set-window-dot, read-input, show-buffer)
31652 (eval-current-buffer, string-to-int):
31653 Add release number to obsolescence declarations.
31654
31655 2005-05-19 Kim F. Storm <storm@cua.dk>
31656
31657 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31658 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31659
31660 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31661
31662 * faces.el (list-faces-display): Make back button respect optional
31663 regexp arg.
31664
31665 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31666
31667 * calculator.el (calculator-radix-grouping-mode)
31668 (calculator-radix-grouping-digits, calculator-displayer)
31669 (calculator-radix-grouping-separator, calculator-copy-displayer):
31670 * dabbrev.el (dabbrev-search-these-buffers-only):
31671 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31672 (diff-advance-after-apply-hunk, diff-mode-hook)
31673 (diff-minor-mode-prefix):
31674 * imenu.el (imenu-use-popup-menu):
31675 * jit-lock.el (jit-lock-context-time):
31676 * newcomment.el (comment-fill-column, comment-column)
31677 (comment-style, comment-padding, comment-multi-line)
31678 (comment-empty-lines, comment-auto-fill-only-comments):
31679 * reveal.el (reveal-around-mark):
31680 * uniquify.el (uniquify-buffer-name-style)
31681 (uniquify-after-kill-buffer-p)
31682 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31683 (uniquify-min-dir-content, uniquify-separator)
31684 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31685 * w32-vars.el (w32-fixed-font-alist):
31686 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31687 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31688 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31689 * progmodes/perl-mode.el (perl-indent-level)
31690 (perl-continued-statement-offset, perl-continued-brace-offset)
31691 (perl-brace-offset, perl-brace-imaginary-offset)
31692 (perl-label-offset, perl-indent-continued-arguments)
31693 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31694 * progmodes/tcl.el (tcl-indent-level)
31695 (tcl-continued-indent-level, tcl-auto-newline)
31696 (tcl-tab-always-indent, tcl-electric-hash-style)
31697 (tcl-help-directory-list, tcl-use-smart-word-finder)
31698 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31699 (inferior-tcl-source-command):
31700 * textmodes/fill.el (enable-kinsoku):
31701 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31702 * textmodes/table.el (table-yank-handler):
31703 Specify missing group (and type, if simple) in defcustom.
31704
31705 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31706
31707 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31708
31709 2005-05-19 Richard M. Stallman <rms@gnu.org>
31710
31711 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31712
31713 * subr.el (event-basic-type): Don't get an error.
31714 (left-fringe-p): Function deleted.
31715
31716 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31717 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31718
31719 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31720 in recursive copy.
31721
31722 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31723
31724 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31725
31726 * emacs-lisp/bytecomp.el
31727 (byte-compile-file-form-custom-declare-variable):
31728 Call byte-compile-nogroup-warn if appropriate.
31729
31730 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31731 (compilation-set-window): Don't call left-fringe-p; do it directly.
31732
31733 2005-05-19 Jay Belanger <belanger@truman.edu>
31734
31735 * calc/calc-graph.el (calc-graph-format-data): Make sure
31736 var-PlotRejects is bound before trying to check its value.
31737
31738 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31739
31740 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31741 definition of this variable from reftex-global.el to reftex.el,
31742 because it is needed in the menu.
31743
31744 2005-05-19 Lute Kamstra <lute@gnu.org>
31745
31746 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31747 years are fixed. Don't insert a space after a dash.
31748
31749 2005-05-19 Kim F. Storm <storm@cua.dk>
31750
31751 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31752
31753 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31754
31755 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31756 strings, because (eq ... ?\\) is fairly frequent.
31757
31758 * progmodes/make-mode.el (makefile-add-this-line-targets):
31759 Simplify and integrate into `makefile-pickup-targets'.
31760 (makefile-add-this-line-macro): Simplify and integrate into
31761 `makefile-pickup-macros.
31762 (makefile-pickup-filenames-as-targets): Simplify.
31763 (makefile-previous-dependency, makefile-match-dependency):
31764 Don't stumble over `::'.
31765
31766 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31767
31768 * subr.el (post-command-idle-hook, post-command-idle-delay):
31769 Remove obsoletion of post-command-idle-hook and
31770 post-command-idle-delay.
31771
31772 * faces.el (list-faces-display): Provide button when describe-face
31773 is called to take user back to the list of faces.
31774
31775 * help-fns.el (describe-variable): Remove hyperlinks in a
31776 variable's value as these are quite frequently inappropriate.
31777
31778 * follow.el (follow-submit-feedback, follow-mode):
31779 Remove references to post-command-idle-hook.
31780
31781 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31782
31783 * progmodes/make-mode.el (makefile-previous-dependency)
31784 (makefile-match-dependency): Check for := (and in bsd mode also
31785 !=) to give a better result, even when font-lock is not on.
31786
31787 2005-05-18 Jay Belanger <belanger@truman.edu>
31788
31789 * calc/calc-help.el (calc-s-prefix-help):
31790 Add `calc-copy-special-constant' to help string.
31791
31792 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31793
31794 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31795
31796 2005-05-18 Jay Belanger <belanger@truman.edu>
31797
31798 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31799 in linear factors are in proper order.
31800
31801 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31802
31803 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31804 Support for jurabib.
31805
31806 * textmodes/reftex.el (featurep): Define aliases for overlay
31807 commands, for XEmacs compatibility, and use these aliases in
31808 overlay initializations.
31809 (reftex-highlight): Use `reftex-move-overlay'.
31810 (reftex-unhighlight): Use `reftex-delete-overlay'.
31811 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31812 (reftex-access-search-path): Use `reftex-uniquify' instead of
31813 `reftex-uniq'.
31814
31815 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31816 `before-string' property modification enables for Emacs as well.
31817 (reftex-select-item): Use `reftex-delete-overlay'.
31818 (reftex-select-mark): Use `reftex-make-overlay' and
31819 `reftex-overlay-put'.
31820 (reftex-select-unmark): Use `reftex-delete-overlay' and
31821 `reftex-overlay-put'.
31822
31823 2005-05-18 Lute Kamstra <lute@gnu.org>
31824
31825 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31826
31827 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31828
31829 * add-log.el (add-change-log-entry):
31830 * array.el (array-make-template, array-reconfigure-rows)
31831 (array-init-max-row, array-init-max-column)
31832 (array-init-columns-per-line, array-init-field-width):
31833 * replace.el (replace-match-maybe-edit, perform-replace):
31834 * textmodes/spell.el (spell-region):
31835 Replace `read-input' by `read-string'.
31836
31837 * forms.el (forms-mode):
31838 * finder.el (finder-compile-keywords):
31839 * shadowfile.el (shadow-read-files):
31840 Replace `eval-current-buffer' by `eval-buffer'.
31841
31842 * terminal.el (te-pass-through):
31843 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31844 (ange-ftp-raw-send-cmd):
31845 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31846 (send-process-next-char, telnet-initial-filter, telnet):
31847 Replace `send-string' by `process-send-string'.
31848
31849 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31850 (prolog-consult-region): Replace `send-string' by
31851 `process-send-string'; replace `send-region' by `process-send-region'.
31852
31853 * progmodes/delphi.el (delphi-log-msg):
31854 Replace `set-window-dot' by `set-window-point'.
31855
31856 * subr.el (window-dot, set-window-dot, read-input, send-string)
31857 (send-region, show-buffer, eval-current-buffer):
31858 Make really obsolete, as the comment says.
31859
31860 2005-05-17 Kim F. Storm <storm@cua.dk>
31861
31862 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31863 (cua--init-keymaps): Bind C-return instead of S-return to set
31864 rectangle mark.
31865
31866 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31867 instead of S-return to toggle/clear rectangle mark.
31868
31869 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31870
31871 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31872 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31873 Also fontify plain strings assigned to variables, mostly so that a
31874 colon has a face and is thus not taken as a dependency separator.
31875 (makefile-previous-dependency): Inline the new matcher, because it
31876 is too complex to work in both directions.
31877 (makefile-match-dependency): Eliminate `backward' arg (see above).
31878 Completely reimplemented so as to not sometimes go into an endless
31879 loop. It should also be more efficient, because first it only
31880 searches for `:', instead of applying the very complex regexp.
31881 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31882 to be fontified in one piece can be too long for JIT.
31883 Makefiles are never *that* big.
31884
31885 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31886
31887 * dired.el (dired-mode): Simplify.
31888
31889 2005-05-17 Lute Kamstra <lute@gnu.org>
31890
31891 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31892 defcustom for the mode hook variable.
31893
31894 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31895 Emacs Lisp Reference Manual.
31896
31897 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31898
31899 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31900 (evenp, list*):
31901 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31902 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31903
31904 * net/tramp-smb.el (tramp-smb-open-connection):
31905 Pass `tramp-chunksize' as fifth (required) argument.
31906
31907 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31908
31909 * font-lock.el (lisp-font-lock-keywords-1):
31910 Set `font-lock-negation-char-face' for [^...] char group.
31911 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31912
31913 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31914 a var, and refine it to mask one more level of nested vars.
31915 (makefile-rule-action-regex): Turn it into a var, and refine it so
31916 it recognizes backslashed continuation lines as belonging to the
31917 same command.
31918 (makefile-macroassign-regex): Refine it so it recognizes
31919 backslashed continuation lines as belonging to the same command.
31920 (makefile-var-use-regex): Don't look at the next char, because it
31921 might be the same one to be skipped by the initial [^$], leading
31922 to an overlooked variable use.
31923 (makefile-make-font-lock-keywords): Remove two parameters, which
31924 are now variables that some of the modes set locally.
31925 Handle dependency and rule action matching through functions, because
31926 regexps alone match too often. Dependency matching now comes
31927 last, so it can check, whether a colon already matched something else.
31928 (makefile-mode): Inform that font-lock improves makefile parsing
31929 capabilities.
31930 (makefile-match-dependency, makefile-match-action): New functions.
31931
31932 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31933
31934 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31935
31936 * align.el (align-regexp):
31937 * ansi-color.el (ansi-color-get-face):
31938 * array.el (array-reconfigure-rows, array-init-max-row)
31939 (array-init-max-column, array-init-columns-per-line)
31940 (array-init-field-width):
31941 * dired-aux.el (dired-trample-file-versions):
31942 * dired-x.el (dired-mark-sexp):
31943 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31944 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31945 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31946 * faces.el (face-read-integer):
31947 * files.el (backup-extract-version, insert-directory):
31948 * hexl.el (hexl-insert-decimal-char):
31949 * server.el (server-process-filter):
31950 * shell.el (shell-extract-num):
31951 * startup.el (command-line-1):
31952 * term.el (term-command-hook):
31953 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31954 (time-stamp-do-number):
31955 * time.el (display-time-update):
31956 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31957 (timezone-fix-time):
31958 * vms-patch.el (vms-suspend-resume-hook):
31959 * calendar/appt.el (appt-convert-time):
31960 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31961 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31962 * calendar/cal-islam.el (mark-islamic-diary-entries):
31963 * calendar/calendar.el (calendar-cursor-to-date)
31964 (calendar-star-date):
31965 * calendar/diary-lib.el (diary-attrtype-convert)
31966 (mark-diary-entries, diary-entry-time):
31967 * calendar/solar.el (solar-get-number):
31968 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31969 * emacs-lisp/re-builder.el (reb-display-subexp):
31970 * emulation/edt.el (edt-set-scroll-margins):
31971 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31972 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31973 (vip-get-ex-count):
31974 * emulation/viper-ex.el (viper-get-ex-token)
31975 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31976 * international/fontset.el (fontset-plain-name):
31977 * mail/feedmail.el (feedmail-look-at-queue-directory):
31978 * mail/mailalias.el (mail-get-names):
31979 * mail/rmail.el (rmail-convert-to-babyl-format):
31980 * mail/rmailsum.el (rmail-make-basic-summary-line)
31981 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31982 (rmail-summary-goto-msg):
31983 * mail/smtpmail.el (smtpmail-read-response):
31984 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31985 (ange-ftp-vms-add-file-entry):
31986 * play/gametree.el (gametree-looking-at-ply)
31987 (gametree-current-branch-score):
31988 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31989 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31990 * progmodes/cperl-mode.el (condition-case):
31991 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31992 (ebrowse-set-member-buffer-column-width)
31993 (ebrowse-select-1st-to-9nth):
31994 * progmodes/etags.el (etags-snarf-tag):
31995 * progmodes/flymake.el (flymake-parse-line):
31996 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31997 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31998 (idlwave-shell-menu-def):
31999 * progmodes/ps-mode.el (ps-run-goto-error):
32000 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
32001 (vhdl-speedbar-contract-level):
32002 * term/mac-win.el (x-handle-numeric-switch):
32003 * term/sun-mouse.el (sun-get-frame-data):
32004 * term/w32-win.el (x-handle-numeric-switch):
32005 * term/x-win.el (x-handle-numeric-switch):
32006 * textmodes/ispell.el (ispell-parse-output):
32007 * textmodes/nroff-mode.el (nroff-outline-level):
32008 * textmodes/reftex-cite.el (reftex-bib-sort-year)
32009 (reftex-bib-sort-year-reverse, reftex-format-citation):
32010 * textmodes/reftex-parse.el (reftex-init-section-numbers)
32011 (reftex-section-number):
32012 * textmodes/texinfmt.el (texinfo-paragraphindent):
32013 Replace `string-to-int' by `string-to-number'.
32014
32015 * international/latexenc.el: Add page marker to force the "Local
32016 Variables:" string out of the last page.
32017
32018 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
32019
32020 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
32021 tooltip-change-major-mode.
32022 (gud-tooltip-print-command): Remove case where gud-minor-mode
32023 is gdb ("--fullname").
32024 (gud-tooltip-tips): Turn GUD tooltips off for this case and
32025 explain to user.
32026
32027 2005-05-16 Jay Belanger <belanger@truman.edu>
32028
32029 * calc/calc-store.el (calc-copy-special-constant): New function.
32030
32031 * calc/calc-ext.el (calc-init-extensions): Add binding for
32032 `calc-copy-special-constant'.
32033
32034 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
32035 for the `calc-copy-special-constant' command.
32036
32037 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
32038
32039 * subr.el (left-fringe-p): New function.
32040
32041 * progmodes/compile.el (compilation-setup): Set local value of
32042 overlay-arrow-string to "" always.
32043 (compilation-set-window): Left fringe then don't scroll.
32044 No left fringe then no arrow and scroll message to top.
32045 (compilation-context-lines): Adjust doc string accordingly.
32046
32047 2005-05-16 Kim F. Storm <storm@cua.dk>
32048
32049 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
32050 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
32051 (ido-wide-find-dir-or-delete-dir): New command for M-d.
32052 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
32053 (ido-read-file-name): Handle commands with ido property value
32054 equal to find-file as reading a file name, to allow C-d to enter dired.
32055 (ibuffer-find-file): Add ido property with value find-file.
32056
32057 2005-05-15 Kim F. Storm <storm@cua.dk>
32058
32059 * subr.el (open-network-stream-nowait): Remove.
32060 (open-network-stream-server): Remove.
32061
32062 2005-05-15 Richard M. Stallman <rms@gnu.org>
32063
32064 * faces.el (describe-face): Output a definition link button.
32065
32066 * help-mode.el (help-face-def): New button type.
32067
32068 * emacs-lisp/copyright.el (copyright-fix-years):
32069 Match properly if the first year is 2-digit.
32070 Don't mess up the whitespace after the years by filling.
32071
32072 * dired-aux.el (dired-mark-confirm):
32073 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
32074
32075 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
32076 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
32077 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
32078
32079 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32080 Set font-lock-comment-start-skip.
32081
32082 * font-lock.el (font-lock-comment-start-skip): New variable.
32083 (font-lock-comment-end-skip): New variable.
32084 (font-lock-fontify-syntactically-region): Use them if non-nil.
32085
32086 2005-05-15 Jay Belanger <belanger@truman.edu>
32087
32088 * calc/calc-store.el (calc-store-value): Return a string rather
32089 than display it as a message.
32090 Use calc-var-name for variable name.
32091 (calc-store-into): Add the result of calc-store-value to message.
32092 (calc-copy-variable): Add a message.
32093 (calc-store-exchange): Improve error messages.
32094 (calc-store-binary, calc-store-map): Don't reset the values of
32095 special constants.
32096
32097 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
32098
32099 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
32100 manual to docstring.
32101
32102 * files.el (hack-local-variables-confirm): Add STRING argument.
32103 Make the function handle non file visiting buffers correctly.
32104 (hack-local-variables-prop-line, hack-local-variables)
32105 (hack-one-local-variable): Use STRING arg of
32106 `hack-local-variables-confirm'.
32107
32108 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
32109
32110 Sync with Tramp 2.0.49.
32111
32112 * net/tramp.el (tramp-handle-dired-call-process)
32113 (tramp-handle-insert-directory):`insert-buffer' cannot be used
32114 because the contents of the Tramp buffer is changed before
32115 insertion (`expand-file' and alike).
32116 (tramp-handle-insert-directory): If `localname' has an empty
32117 nondirectory name, it must not be quoted.
32118 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
32119 variable `tramp-chunksize'. Change callees.
32120 (tramp-open-connection-setup-interactive-shell): Check remote host
32121 for buggy `send-process-string' implementation.
32122 Set `tramp-chunksize' if found. Reported by Michael Kifer
32123 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
32124 (tramp-handle-shell-command): `insert-buffer' cannot be used
32125 because the contents of the Tramp buffer is changed before
32126 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
32127 <frederic.bothamy@free.fr>.
32128 (tramp-set-auto-save): Actions should be done for Tramp file name
32129 handler only. Ange-FTP has its own auto-save mechanism.
32130 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
32131 (tramp-set-auto-save-file-modes): Set file modes of
32132 `buffer-auto-save-file-name' to ?\600 as fallback solution.
32133 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
32134 (tramp-bug): Remove obsolete variable.
32135 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
32136 for presence of `mml-mode'. Make it running for older Emacsen as well.
32137
32138 2005-05-14 John Paul Wallington <jpw@pobox.com>
32139
32140 * ibuf-ext.el (define-ibuffer-filter filename):
32141 If `dired-directory' is a list, use its car.
32142
32143 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
32144
32145 * ibuffer.el (define-ibuffer-column filename):
32146 If `dired-directory' is a list, use its car.
32147
32148 2005-05-14 Richard M. Stallman <rms@gnu.org>
32149
32150 * subr.el (symbol-file): Doc fix.
32151
32152 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
32153 (byte-compile-form): Call byte-compile-nogroup-warn.
32154 (byte-compile-warning-types): Doc fix.
32155
32156 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
32157
32158 * progmodes/cc-engine.el (c-literal-faces):
32159 Add font-lock-comment-delimiter-face.
32160
32161 * net/net-utils.el (dig): Use with-no-warnings.
32162
32163 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
32164 (sc-recite-frame-alist, sc-default-cite-frame)
32165 (sc-default-uncite-frame, sc-default-recite-frame)
32166 (sc-attrib-selection-list, sc-rewrite-header-list):
32167 Mark as risky-local-variable.
32168
32169 * international/ogonek.el (ogonek-jak, ogonek-how):
32170 Don't use beginning-of-buffer.
32171
32172 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
32173
32174 * calendar/solar.el (solar-data-list): Move definition up.
32175
32176 * dnd.el (dnd-protocol-alist): Add autoload.
32177
32178 * progmodes/sh-script.el: Many doc usage fixes.
32179 (sh-indent-after-do): Change default to match common styles.
32180
32181 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
32182
32183 * files.el (interpreter-mode-alist)
32184 (auto-mode-interpreter-regexp): Doc fixes.
32185
32186 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
32187
32188 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
32189
32190 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
32191
32192 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32193
32194 * dired.el (dired-mode): make-variable-buffer-local =>
32195 make-local-variable.
32196
32197 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32198
32199 * term/mac-win.el (mac-select-convert-to-string): Try coding
32200 systems in mac-script-code-coding-systems if specified one cannot
32201 encode string for `com.apple.traditional-mac-plain-text'.
32202
32203 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
32204
32205 * progmodes/make-mode.el (makefile-targets-face)
32206 (makefile-shell-face, makefile-makepp-perl-face): New faces.
32207 (makefile-dependency-regex): Fix it to not make the colon in
32208 $(var:a=b) special.
32209 (makefile-rule-action-regex): New regexp for highlighting embedded
32210 Shell strings.
32211 (makefile-macroassign-regex): Handle != for highlighting as
32212 embedded Shell strings.
32213 (makefile-var-use-regex): New const.
32214 (makefile-statements, makefile-automake-statements)
32215 (makefile-gmake-statements, makefile-makepp-statements)
32216 (makefile-bsdmake-statements): New consts.
32217 (makefile-make-font-lock-keywords): New function.
32218 (makefile-automake-font-lock-keywords)
32219 (makefile-gmake-font-lock-keywords)
32220 (makefile-makepp-font-lock-keywords)
32221 (makefile-bsdmake-font-lock-keywords): New consts.
32222 (makefile-mode-map): Add switchers between the various submodes.
32223 (makefile-mode): Document the availability of the variants.
32224 (makefile-automake-mode, makefile-gmake-mode)
32225 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
32226
32227 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
32228 new variants of makefile-mode.
32229
32230 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
32231
32232 * font-lock.el (font-lock-comment-delimiter-face): Fix up
32233 the inheritance.
32234
32235 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
32236
32237 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
32238 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
32239
32240 * files.el (normal-mode): Extend the scope of the
32241 `enable-local-variables' binding to include the `set-auto-mode' call.
32242 (magic-mode-alist): Doc fix.
32243
32244 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
32245
32246 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
32247 font-lock-comment-face rather than copying its setting.
32248
32249 2005-05-12 Andreas Schwab <schwab@suse.de>
32250
32251 * eshell/esh-mode.el (eshell-send-input): Doc fix.
32252
32253 2005-05-12 Lute Kamstra <lute@gnu.org>
32254
32255 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
32256 defcustom for the mode hook variable. Delete the last argument.
32257 * generic-x.el: Fix callers of define-generic-mode.
32258 (generic-x-modes): Delete group.
32259 (show-tabs-tab-face, show-tabs-space-face): Put them in the
32260 generic-x customization group.
32261
32262 2005-05-12 Kim F. Storm <storm@cua.dk>
32263
32264 * font-lock.el (font-lock-negation-char-face): Default to "off".
32265
32266 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
32267 font-lock-negation-char-face to ! in !=.
32268
32269 2005-05-12 Masatake YAMATO <jet@gyve.org>
32270
32271 * add-log.el (find-change-log): Fix typos in the docstring
32272 of function.
32273
32274 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32275
32276 * international/latexenc.el (latexenc-find-file-coding-system):
32277 Avoid `re-search-forward' when looking for input encoding because
32278 of speed and safety. Better regular expressions for recognizing
32279 input encoding. Limit a search for TeX-master/tex-main-file to
32280 the local variable section.
32281
32282 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
32283
32284 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
32285 syntax of $ to "'" (quote).
32286
32287 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
32288
32289 * dnd.el (dnd-protocol-alist): Improve custom type.
32290
32291 * dired.el (dired-dnd-protocol-alist): New variable.
32292 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
32293 `dired-mode-hook' to the end.
32294
32295 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
32296
32297 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
32298 comment-end if comment-start-skip is not set.
32299 Obey the font-lock-comment-delimiter-face variables.
32300
32301 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
32302
32303 * files.el (executable-find): Move from executable.el. Use
32304 locate-file.
32305 * progmodes/executable.el (executable-find): Move to files.el.
32306
32307 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
32308 when trying to ensure forward progress.
32309
32310 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
32311
32312 * mouse-sel.el (mouse-sel-follow-link-p): New function.
32313 (mouse-select, mouse-select-internal, mouse-extend-internal):
32314 Use it to implement mouse-1-click-follows-link functionality.
32315
32316 2005-05-11 Richard M. Stallman <rms@gnu.org>
32317
32318 * font-lock.el (font-lock-fontify-syntactically-region):
32319 Use font-lock-comment-delimiter-face for comment delimiters.
32320
32321 2005-05-10 Jay Belanger <belanger@truman.edu>
32322
32323 * calc/calc-help.el (calc-m-prefix-help): Add mention of
32324 preserving embedded modes.
32325
32326 2005-05-10 Richard M. Stallman <rms@gnu.org>
32327
32328 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
32329
32330 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
32331 Move from ada-stmt.el.
32332 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
32333
32334 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
32335 Move to ada-mode.el.
32336 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
32337
32338 * cus-edit.el (custom-file): Call file-chase-links.
32339
32340 * files.el (read-directory-name): Fix previous change.
32341 (hack-local-variables-confirm): New function.
32342 (hack-local-variables-prop-line, hack-local-variables)
32343 (hack-one-local-variable): Use it.
32344
32345 2005-05-10 Lute Kamstra <lute@gnu.org>
32346
32347 * font-lock.el (font-lock-keywords-alist)
32348 (font-lock-removed-keywords-alist): Clarify docstrings.
32349
32350 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
32351
32352 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
32353 (gdb-source-info): Check for preprocessor info.
32354 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
32355 a macro for a function.
32356 (gdb-info-breakpoints-custom): Try to find file again if not already
32357 found (user might have used GDB dir command).
32358 (gdb-get-location): Update gdb-location-alist correctly for change
32359 to gdb-info-breakpoints-custom.
32360
32361 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
32362 (gud-tooltip-print-command): Add gdbmi case.
32363 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
32364 preprocessor info.
32365
32366 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
32367
32368 * startup.el (fancy-splash-insert): Fix typo in doc string.
32369
32370 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
32371
32372 * obsolete/float.el (string-to-float):
32373 * obsolete/hilit19.el (hilit-add-pattern):
32374 * obsolete/rnews.el (news-parse-range, news-select-message)
32375 (news-get-pruned-list-of-files): Replace `string-to-int' by
32376 `string-to-number'.
32377
32378 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
32379 `find-file-not-found-hooks'; use `add-hook'.
32380 (uncompress-while-visiting): Set `write-file-functions', not
32381 `write-file-hooks'; use `add-hook'.
32382
32383 2005-05-09 Kim F. Storm <storm@cua.dk>
32384
32385 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
32386 (cua-paste): Handle clipboard action.
32387 (cua--init-keymaps): Remap clipboard-kill-region and
32388 clipboard-kill-ring-save.
32389
32390 2005-05-08 Eli Zaretskii <eliz@gnu.org>
32391
32392 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32393 Improve commentary.
32394
32395 * simple.el (next-error-overlay-arrow-position): Revert the change
32396 made on 2005-04-30.
32397
32398 2005-05-07 Jay Belanger <belanger@truman.edu>
32399
32400 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
32401 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32402 `calc-sel-reselect'.
32403
32404 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32405 Calc is in embedded mode.
32406
32407 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32408
32409 * progmodes/compile.el (compilation-setup):
32410 Set overlay-arrow-string to an empty string on text terminals.
32411
32412 * textmodes/ispell.el (ispell-program-name): Try looking for
32413 "aspell" along exec-path, and if found, use it as the default
32414 speller program.
32415
32416 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
32417
32418 * international/mule.el (sgml-xml-auto-coding-function):
32419 Recognize encoding='FOO' in single quotes as well as in double quotes.
32420
32421 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
32422
32423 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32424 as well as `interactive', so that defmacro* would recognize
32425 `declare' forms.
32426
32427 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32428
32429 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32430 Explain more about the LIGHTER arg's usage in the doc string.
32431 Add commentary to clarify what the code does. Fix the regexp that
32432 strips whitespace from LIGHTER. Quote LIGHTER before using it,
32433 since it could have characters special to regular expressions.
32434
32435 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32436
32437 * replace.el (occur-1): Bind inhibit-read-only so that
32438 erase-buffer doesn't barf on read-only text properties (likewise
32439 for add-text-properties in occur-engine). Mark buffer as unmodified.
32440 (occur-engine): Don't set buffer-read-only here.
32441
32442 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32443
32444 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32445 list-buffers-directory. This caused the *cvs-commit* buffer to be
32446 sometimes mistakenly reused as a *cvs* buffer.
32447
32448 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
32449
32450 * tooltip.el: Move code for GUD tooltips into gud.el.
32451 (require): CL no longer needed to compile case.
32452 (tooltip-mode): Do not toggle functions for GUD tooltips.
32453 (tooltip-gud-tips-p): Remove. Replace with minor mode
32454 gud-tooltip-mode in gud.el.
32455 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32456 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32457 tooltip-gud prefix with gud-tooltip and obsolete.
32458 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32459 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32460 (tooltip-mouse-motion): Mouse movement functions/variable.
32461 Rename in gud.el by adding gud prefix.
32462 (tooltip-gud-original-filter, tooltip-gud-dereference)
32463 (tooltip-gud-event, tooltip-toggle-gud-tips)
32464 (tooltip-gud-process-output, tooltip-gud-print-command)
32465 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
32466 gud.el by replacing tooltip-gud prefix with gud-tooltip.
32467 (gdb-tooltip-print): Move to gdb-ui.el.
32468
32469 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32470 (require): CL needed to compile case.
32471 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32472 tooltip-gud-tips-p. Make it a minor-mode.
32473 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32474 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32475 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32476 (gud-tooltip-change-major-mode)
32477 (gud-tooltip-activate-mouse-motions-if-enabled)
32478 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32479 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32480 (gud-tooltip-original-filter, gud-tooltip-dereference)
32481 (gud-tooltip-event, tooltip-toggle-gud-tips)
32482 (gud-tooltip-process-output, gud-tooltip-print-command)
32483 (gud-tooltip-tips): Move from tooltip.el.
32484
32485 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32486 (gdb-cpp-define-alist-flags): Doc fix.
32487 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32488 gud-tooltip-mode is t.
32489
32490 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32491
32492 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32493 evaporate if their text is deleted.
32494 (goto-address-at-point): Make it work as a mouse binding as well.
32495 (goto-address-at-mouse): Obsolete it. Update users.
32496
32497 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
32498
32499 * calendar/appt.el (top-level): No longer activate on load.
32500
32501 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
32502
32503 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32504 * net/webjump.el (webjump):
32505 * progmodes/idlw-help.el (idlwave-do-context-help1)
32506 (idlwave-highlight-linked-completions):
32507 * textmodes/po.el (po-find-file-coding-system-guts):
32508 Replace `assoc-ignore-case' by `assoc-string'.
32509
32510 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32511
32512 * files.el (locate-file): Doc fix.
32513
32514 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32515 Remove the redundant test for ms-dos.
32516
32517 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32518 look for the preprocessor with exec-suffixes. If not found in
32519 standard places, look in exec-path. Remove most of the tests that
32520 used system-type.
32521
32522 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32523
32524 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32525
32526 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32527 file-name clash with jka-compr.el on 8+3 filesystems.
32528
32529 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32530
32531 * term/mac-win.el: Don't define or bind scroll bar functions if
32532 x-toolkit-scroll-bars is t.
32533 (x-select-text, x-get-selection-value): Clear
32534 x-last-selected-text-clipboard if x-select-enable-clipboard is
32535 nil.
32536 (PRIMARY): Put mac-scrap-name property.
32537 (mac-select-convert-to-file-url): New function.
32538 (public.file-url): New selection target type. Add to
32539 selection-converter-alist.
32540 (x-get-selection, x-selection-value): Handle it.
32541 (x-cut-buffer-or-selection-value): New alias.
32542
32543 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32544
32545 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32546 entry to avoid calling bibtex-find-entry with arg global
32547 being t. Remove arg key.
32548 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32549 (bibtex-copy-summary-as-kill): Change accordingly.
32550
32551 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32552
32553 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32554 (org-agenda-date-later): Use with-current-buffer.
32555
32556 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32557
32558 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32559 (define-obsolete-variable-alias): Doc Fixes.
32560
32561 2005-05-06 Kim F. Storm <storm@cua.dk>
32562
32563 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32564 vertical-motion when selective-display is active.
32565
32566 * ido.el (ido-setup-hook): New hook.
32567 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32568 (ido-input-stack): New var.
32569 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32570 ido-next-work-file binding to M-O.
32571 Bind M-f to ido-wide-find-file-or-pop-dir.
32572 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32573 (ido-read-internal): Run ido-setup-hook.
32574 Catch quit in read-file-name and read-string to cancel edit.
32575 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32576 Automatically pop-all when completing a directory name (RET).
32577 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32578 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32579 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32580 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32581 New functions for M-b/M-f to move among the directory components.
32582 (ido-make-merged-file-list): Catch quit to cancel merge.
32583 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32584 (ido-completion-help): No warnings for ido-completion-buffer-full.
32585
32586 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32587
32588 * font-lock.el (font-lock-negation-char-face): New face and variable.
32589 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32590 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32591 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32592 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32593
32594 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32595
32596 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32597 Fix typo in docstring.
32598
32599 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32600 (ebrowse-print-statistics-line)
32601 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32602
32603 * term/w32-win.el (image-library-alist): Add additional name for
32604 Xpm library.
32605
32606 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32607
32608 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32609 use gcc instead of cpp.
32610
32611 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32612 (gdb-create-define-alist): Use it.
32613 (gdb-cpp-define-alist-program): Update for MS-DOS.
32614
32615 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32616
32617 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32618
32619 2005-05-04 Richard M. Stallman <rms@gnu.org>
32620
32621 * help.el (describe-key): No error when UNTRANSLATED is nil.
32622
32623 * simple.el (line-move-1): Fix previous change to signal errors
32624 appropriately.
32625
32626 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32627
32628 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32629 (icalendar-duration-correction): Remove.
32630 (icalendar--get-event-properties): Split result at commas.
32631 (icalendar--decode-isoduration): New optional argument
32632 DURATION-CORRECTION.
32633 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32634 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32635 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32636 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32637 (icalendar--convert-anniversary-to-ical): New functions, extracted
32638 from icalendar-export-region, with bug fixes.
32639 (icalendar-export-region): Use the above functions.
32640 (icalendar-import-buffer): Check before saving diary file.
32641 (icalendar--convert-recurring-to-diary)
32642 (icalendar--convert-non-recurring-all-day-to-diary)
32643 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32644 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32645 (icalendar--convert-ical-to-diary): Use the above functions.
32646
32647 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32648
32649 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32650 Remove these recent additions.
32651 (c-mode): Restore to before 2005-04-28.
32652
32653 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32654 recent addition.
32655
32656 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32657 (gdb-define-alist): New variables.
32658 (gdb-create-define-alist): New function.
32659 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32660 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32661 with string-to-number.
32662 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32663
32664 * progmodes/gud.el: Replace string-to-int with string-to-number.
32665 (gud-find-file): Handle gdb-define-alist.
32666
32667 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32668
32669 2005-05-02 Jay Belanger <belanger@truman.edu>
32670
32671 * calc/calc-aent.el (math-read-token):
32672 * calc/calc-bin.el (calc-word-size):
32673 * calc/calc-ext.el (calc-read-number-fancy):
32674 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32675 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32676 * calc/calc-frac.el (calc-over-notation):
32677 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32678 (calc-graph-num-points, calc-graph-init):
32679 * calc/calc-prog.el (calc-read-parse-table-part)
32680 (calc-edit-macro-repeats):
32681 * calc/calc-yank.el (calc-do-grab-rectangle):
32682 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32683 Replace `string-to-int' by `string-to-number'.
32684
32685 2005-05-02 Kim F. Storm <storm@cua.dk>
32686
32687 * kmacro.el: Use executing-kbd-macro-index variable.
32688
32689 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32690
32691 * net/rlogin.el (rlogin-parse-words): Delete func.
32692 (rlogin): Use split-string, not rlogin-parse-words.
32693 Also, if there are option-like elements in the parsed args,
32694 take the host to be the first arg immediately following them.
32695 Suggested by Michael Mauger.
32696
32697 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32698
32699 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32700
32701 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32702
32703 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32704 (cc-mode-cpp-program): Rename to cc-define-list-program and
32705 move to cc-vars.el.
32706
32707 * progmodes/cc-vars.el (cc-define-list-program):
32708 Change to "gcc -E -dM -". Make customizable.
32709
32710 2005-05-02 Kim F. Storm <storm@cua.dk>
32711
32712 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32713
32714 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32715
32716 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32717
32718 * international/mule-util.el (truncate-string): Remove alias and
32719 obsolete declaration.
32720
32721 * international/mule-cmds.el (update-iso-coding-systems):
32722 Remove alias and obsolete declaration.
32723
32724 * international/mule.el (coding-system-parent): Remove alias and
32725 obsolete declaration.
32726
32727 * subr.el (define-function, sref): Remove aliases and obsolete
32728 declarations.
32729 (chars-in-region): Remove obsolete declaration.
32730
32731 2005-05-01 Richard M. Stallman <rms@gnu.org>
32732
32733 * info.el (Info-mode): Set widen-automatically to nil, locally.
32734
32735 * simple.el (widen-automatically): New variable.
32736 (pop-global-mark): Obey widen-automatically.
32737
32738 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32739
32740 * term/xterm.el (function-key-map): Call substitute-key-definition
32741 before the keymap size is increased by a lot of define-key calls.
32742
32743 2005-05-01 Richard M. Stallman <rms@gnu.org>
32744
32745 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32746 Rename ARG to ELEMENT. Doc fix.
32747
32748 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32749
32750 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32751 Remove references to allout-exposure/change to allout-new-exposure.
32752
32753 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32754 bytecode symbols.
32755
32756 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32757 (compiled-function-p, focus-frame, unfocus-frame):
32758 Remove aliases and obsolete declarations.
32759 Back out inadvertent changes from previous commit.
32760
32761 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32762
32763 * files.el (require-final-newline): Make Custom tags consistent
32764 with mode-require-final-newline.
32765 (mode-require-final-newline): Doc fix.
32766
32767 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32768
32769 * international/latexenc.el (latexenc-find-file-coding-system):
32770 Fix regular expressions.
32771
32772 2005-05-01 David Kastrup <dak@gnu.org>
32773
32774 * international/latexenc.el (latexenc-find-file-coding-system):
32775 Fix regular expressions.
32776
32777 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32778
32779 * subr.el (string-to-int): Make obsolete.
32780
32781 2005-04-30 Richard M. Stallman <rms@gnu.org>
32782
32783 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32784
32785 * loadup.el: Load jka-comp-hook.
32786
32787 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32788 (jka-compr-handler): Add autoload. `put' calls moved
32789 to jka-comp-hook.el.
32790 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32791 (jka-compr-inhibit): Autoload.
32792
32793 * jka-comp-hook.el: New file.
32794 Enable the mode by default.
32795
32796 * files.el (backup-buffer-copy): Use copy-file instead
32797 of write-region, and put back the 'excl.
32798
32799 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32800
32801 * progmodes/flymake.el (flymake-split-string)
32802 (flymake-split-string, flymake-log, flymake-pid-to-names)
32803 (flymake-reg-names, flymake-get-source-buffer-name)
32804 (flymake-unreg-names, flymake-add-line-err-info)
32805 (flymake-add-err-info): Clarify docstrings.
32806 (flymake-popup-menu, flymake-make-emacs-menu)
32807 (flymake-make-xemacs-menu): Add docstrings.
32808 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32809 Set variables directly throughout.
32810
32811 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32812
32813 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32814 exists. Initialize cc-define-alist.
32815 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32816 If there is no file (Macroexpansion) don't create an alist.
32817
32818 2005-04-29 Sam Steingold <sds@gnu.org>
32819
32820 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32821 (cc-create-define-alist): Use it instead of the hard-coded string.
32822
32823 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32824
32825 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32826 for latexenc.
32827
32828 2005-04-29 Lute Kamstra <lute@gnu.org>
32829
32830 * emacs-lisp/generic.el: Improve commentary section.
32831 (define-generic-mode): Improve docstring.
32832
32833 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32834
32835 * textmodes/org.el (many places): Change to quiet the byte compiler.
32836 (org-prefix-format-compiled): New variable.
32837 (org-compile-prefix-format): New function.
32838 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32839 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32840 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32841 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32842 consistency with entries from `org-mode' files.
32843 (org-get-time-of-day): Fix bug with partial matches early in a line.
32844 (org-non-link-chars): New constant.
32845 (org-link-regexp): Respect `org-non-link-chars'.
32846 (org-agenda-day-view): Remove command.
32847 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32848 (org-follow-bbdb-link, org-store-link): Search also company field.
32849 (org-highlight-overlay): New variable.
32850 (org-highlight, org-unhighlight): New functions.
32851 (org-agenda-mode): Add pre-command-hook to remove highlight.
32852 (org-evaluate-time-range): Behavior depends upon whether time stamp
32853 contains a time or not.
32854 (org-show-subtree, org-show-entry): New functions.
32855 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32856
32857 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32858
32859 * comint.el (comint-output-filter-functions): Add autoload cookie.
32860
32861 2005-04-28 Kim F. Storm <storm@cua.dk>
32862
32863 * ido.el (ido-everywhere): Fix last change.
32864
32865 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32866
32867 * international/latexenc.el: New file.
32868 * international/mule-conf.el (file-coding-system-alist): For .tex,
32869 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32870
32871 2005-04-28 Lute Kamstra <lute@gnu.org>
32872
32873 * font-lock.el (font-lock-add-keywords)
32874 (font-lock-remove-keywords): Clarify docstring.
32875 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32876 Don't start docstrings with a `*'.
32877 (font-lock-update-removed-keyword-alist): Give it a docstring.
32878
32879 * generic-x.el: Update commentary section.
32880 Only require font-lock when compiling.
32881 Define all modes conditionally.
32882 Place all generic modes in the generic-x-modes customization group.
32883 (generic-x-modes): New customization group.
32884 (generic-default-modes, generic-mswindows-modes)
32885 (generic-unix-modes, generic-other-modes): New constants.
32886 (generic-define-mswindows-modes, generic-define-unix-modes):
32887 Update docstrings. Make them obsolete.
32888 (generic-extras-enable-list): New default value. Update docstring.
32889 Improve :type. Change :set function.
32890 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32891 Fix docstring.
32892
32893 * emacs-lisp/generic.el (generic-mode-internal):
32894 Simplify font-lock-defaults.
32895 (define-generic-mode): Fix docstring.
32896
32897 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32898
32899 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32900 font-lock-face property to highlight matches.
32901
32902 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32903
32904 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32905 (cc-define-alist): New variable.
32906 (c-mode): Make it local and initialize it.
32907
32908 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32909 (gdb-exited): New function.
32910 (gdb-annotation-rules): Use it.
32911 (gdb-starting): Set gdb-active-process to t.
32912 (gdb-stopping): Amend doc string.
32913 (gdb-reset): Set gdb-active-process to nil.
32914
32915 * tooltip.el (tooltip-gud-tips): Show the associated #define
32916 directives when a C program under GDB is not executing.
32917
32918 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32919
32920 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32921 font-lock-fontify-syntactic-keywords.
32922
32923 * font-lock.el (font-lock-default-fontify-region): Don't force
32924 parse-sexp-lookup-properties to nil.
32925
32926 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32927
32928 * man.el (man-mode-syntax-table): Set up `:' to have
32929 word-constituent syntax.
32930
32931 2005-04-27 Lute Kamstra <lute@gnu.org>
32932
32933 * novice.el (disable-command): Don't add spurious newlines to the
32934 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32935
32936 2005-04-26 Jay Belanger <belanger@truman.edu>
32937
32938 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32939 than one window before deleting window.
32940
32941 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32942
32943 * shell.el (shell-prompt-pattern): Doc fix.
32944 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32945
32946 * comint.el (comint-prompt-regexp, comint-get-old-input)
32947 (comint-use-prompt-regexp)
32948 (comint-use-prompt-regexp-instead-of-fields)
32949 (comint-replace-by-expanded-history, comint-send-input)
32950 (comint-output-filter, comint-get-old-input-default)
32951 (comint-line-beginning-position, comint-bol, comint-show-output)
32952 (comint-backward-matching-input, comint-forward-matching-input)
32953 (comint-next-prompt, comint-previous-prompt):
32954 Rename `comint-use-prompt-regexp-instead-of-fields' to
32955 `comint-use-prompt-regexp'. Keep old name as alias and declare
32956 obsolete.
32957 (comint-use-prompt-regexp): Shorten first line of doc string.
32958
32959 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32960 Set paragraph-separate buffer locally to "\\'".
32961
32962 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32963 Adapt to above name change.
32964
32965 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32966 (smbclient-prompt-regexp): Ditto.
32967
32968 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32969
32970 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32971
32972 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32973 gdb-location-list.
32974 Break lines that are over 80 characters wide.
32975
32976 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32977
32978 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32979 New fun and var, to preserve compatibility.
32980
32981 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32982
32983 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32984
32985 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32986 name to file-newer-than-file-p.
32987
32988 2005-04-26 Richard M. Stallman <rms@gnu.org>
32989
32990 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32991
32992 * progmodes/python.el (python-mode):
32993 Use new name eldoc-documentation-function.
32994
32995 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32996
32997 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32998 (eldoc-documentation-function):
32999 Rename from eldoc-print-current-symbol-info-function. Calls changed.
33000
33001 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
33002
33003 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
33004
33005 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
33006
33007 * term/xterm.el (function-key-map): Fix strings for
33008 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
33009 {C,S,A,C-S}-{f1-f12}.
33010
33011 2005-04-26 Kenichi Handa <handa@m17n.org>
33012
33013 * international/mule-cmds.el (select-safe-coding-system):
33014 Fix previous change.
33015
33016 2005-04-26 Lute Kamstra <lute@gnu.org>
33017
33018 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
33019
33020 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
33021 (font-lock-comment-delimiter-face): Ditto.
33022
33023 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
33024
33025 2005-04-25 Jay Belanger <belanger@truman.edu>
33026
33027 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
33028 to t while inserting information; use help-mode.
33029
33030 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
33031
33032 * term.el (ansi-term-color-vector): Use the xterm colors.
33033 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
33034
33035 2005-04-25 Lute Kamstra <lute@gnu.org>
33036
33037 * font-core.el (font-lock-defaults): Fix docstring.
33038
33039 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
33040
33041 2005-04-25 Kenichi Handa <handa@m17n.org>
33042
33043 * international/mule-cmds.el (select-safe-coding-system):
33044 Don't check consistency with coding: spec, etc if raw-text or
33045 no-conversion was found to be safe.
33046
33047 2005-04-24 Richard M. Stallman <rms@gnu.org>
33048
33049 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
33050 citation markers at start of each line.
33051
33052 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
33053 citation markers at start of each line.
33054
33055 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
33056
33057 * files.el (mode-require-final-newline): Fix previous change.
33058 (require-final-newline): Fix type label.
33059
33060 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
33061
33062 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
33063 statement in buffer (broken by 2004-11-24 change).
33064
33065 2005-04-24 Kim F. Storm <storm@cua.dk>
33066
33067 * ido.el (ido-everywhere): Save and restore old read-buffer-function
33068 and read-file-name-function values. Don't overwrite existing
33069 non-nil values if ido-mode is enabled without ido-everywhere.
33070
33071 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
33072
33073 * files.el (mode-require-final-newline): Minor doc fix.
33074
33075 2005-04-24 Eli Zaretskii <eliz@gnu.org>
33076
33077 * subr.el (syntax-after): Doc fix.
33078 (syntax-class): If argument is nil, return nil. Mask off upper 16
33079 bits, not 8 bits.
33080
33081 * files.el (mode-require-final-newline): Doc fix.
33082 (backup-buffer-copy): Fix last change.
33083
33084 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33085
33086 * term/mac-win.el: Require select. Set selection-coding-system to
33087 mac-system-coding-system. Call menu-bar-enable-clipboard.
33088 (x-last-selected-text-clipboard, x-last-selected-text-primary)
33089 (x-select-enable-clipboard): New variables.
33090 (x-select-text, x-get-selection, x-selection-value)
33091 (x-get-selection-value, mac-select-convert-to-string)
33092 (mac-services-open-file, mac-services-open-selection)
33093 (mac-services-insert-text): New functions.
33094 (CLIPBOARD, FIND): Put mac-scrap-name property.
33095 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
33096 (public.tiff): Put mac-ostype property.
33097 (selection-converter-alist): Add entries for them.
33098 (mac-application-menu-map): New keymap.
33099 (interprogram-cut-function, interprogram-paste-function): Set to
33100 x-select-text and x-get-selection-value, respectively.
33101 (split-window-keep-point): Set to t.
33102
33103 2005-04-23 Richard M. Stallman <rms@gnu.org>
33104
33105 * files.el (read-directory-name): Always pass non-nil
33106 DEFAULT-FILENAME arg to read-file-name.
33107 (backup-buffer-copy, basic-save-buffer-2): Take care against
33108 writing thru an unexpected existing symlink.
33109 (revert-buffer): In indirect buffer, revert the base buffer.
33110 (magic-mode-alist): Doc fix.
33111 (buffer-stale-function): Doc fix.
33112 (minibuffer-with-setup-hook): Avoid warning.
33113 (mode-require-final-newline): Doc and custom fix.
33114
33115 * follow.el (follow-end-of-buffer): Use with-no-warnings.
33116
33117 * font-lock.el (font-lock-comment-face): On terminals with few colors,
33118 use the default appearance.
33119 (font-lock-comment-delimiter-face): New face, new variable.
33120
33121 * imenu.el (imenu--generic-function): The official position of a
33122 definition is the start of the line that BEG is in.
33123
33124 * midnight.el (midnight-timer): Move defvar up.
33125
33126 * mouse.el (mouse-drag-region-1): Delete some debugging code.
33127
33128 * saveplace.el (save-place-to-alist): Use with-no-warnings.
33129
33130 * startup.el (command-line): Use with-no-warnings.
33131
33132 * window.el (window-size-fixed): New defvar.
33133
33134 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
33135
33136 * mail/rmail.el (rmail-font-lock-keywords):
33137 Use font-lock-comment-delimiter-face.
33138
33139 * mail/sendmail.el (mail-font-lock-keywords):
33140 Use font-lock-comment-delimiter-face.
33141
33142 * progmodes/compile.el (next-error-highlight-timer): New defvar.
33143
33144 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
33145
33146 * progmodes/compile.el (compilation-mode-font-lock-keywords):
33147 Specify t for LAXMATCH when matching directories.
33148 Save match data around compilation-compat-error-properties form.
33149
33150 2005-04-23 David Kastrup <dak@gnu.org>
33151
33152 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
33153 Mention that the autoloaded aliases should be kept for AUCTeX.
33154
33155 2005-04-23 Andreas Schwab <schwab@suse.de>
33156
33157 * isearch.el (isearch-forward): Doc fix.
33158
33159 2005-04-23 Eli Zaretskii <eliz@gnu.org>
33160
33161 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
33162 (jit-lock-stealth-nice): Change default value to 0.5.
33163
33164 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
33165
33166 * abbrev.el (write-abbrev-file): Write table entries in
33167 alphabetical order by table name.
33168
33169 2005-04-22 Kim F. Storm <storm@cua.dk>
33170
33171 * ido.el (ido-read-internal): Fix `list' completion.
33172
33173 2005-04-22 Kenichi Handa <handa@m17n.org>
33174
33175 * recentf.el (recentf-save-file-coding-system): New variable.
33176 (recentf-save-list): Encode the file by
33177 recentf-save-file-coding-system and add coding: tag.
33178
33179 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
33180
33181 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
33182
33183 2005-04-21 Lute Kamstra <lute@gnu.org>
33184
33185 * loadhist.el (unload-feature): Don't remove a function from hooks
33186 if it is about to be restored to an autoload . Remove functions
33187 that will become unbound from auto-mode-alist. Simplify the code.
33188
33189 * subr.el (assq-delete-all): New implementation that is linear,
33190 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
33191 (rassq-delete-all): New function.
33192
33193 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33194 Add size-indication-mode.
33195
33196 2005-04-21 Kenichi Handa <handa@m17n.org>
33197
33198 * international/mule-cmds.el: Add autoload for widget-value in
33199 eval-when-compile.
33200
33201 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
33202
33203 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33204 Add tooltip-mode.
33205
33206 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
33207
33208 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
33209
33210 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
33211 (inferior-lisp-filter-regexp, inferior-lisp-program)
33212 (inferior-lisp-load-command, inferior-lisp-prompt)
33213 (inferior-lisp-mode-hook, lisp-source-modes)
33214 (inferior-lisp-load-hook): defvar->defcustom.
33215 (inferior-lisp-program, inferior-lisp-prompt)
33216 (inferior-lisp-load-hook): Doc fixes.
33217 (inferior-lisp-install-letter-bindings): Small change in
33218 introductory comment.
33219
33220 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
33221
33222 * vc.el (vc-annotate-color-map): Change some colors so that text
33223 using them as foreground is readable on both white and black
33224 backgrounds.
33225
33226 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
33227
33228 * international/mule-conf.el (translation-table-for-input):
33229 Remove redundant declaration.
33230
33231 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
33232
33233 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
33234
33235 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
33236 (tooltip-toggle-gud-tips): New function.
33237
33238 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33239
33240 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
33241 right angle brackets.
33242
33243 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
33244
33245 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
33246
33247 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
33248
33249 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
33250 Remove. Update callers to use expand-file-name instead.
33251
33252 * subr.el (syntax-class): New function.
33253
33254 * simple.el (blink-matching-open): Use it.
33255
33256 * paren.el (show-paren-function): Use it to recognize parens that are
33257 also used in 2-char comment markers.
33258
33259 2005-04-19 Lute Kamstra <lute@gnu.org>
33260
33261 * loadhist.el (unload-feature): Update for new format of
33262 load-history. Simplify the code.
33263
33264 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33265
33266 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
33267 (mac-add-charset-info): New function. Initialize variable
33268 mac-charset-info-alist using it.
33269 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
33270 for translation.
33271 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
33272 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
33273 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
33274 New CCL programs.
33275
33276 2005-04-19 Kim F. Storm <storm@cua.dk>
33277
33278 * simple.el (next-buffer, prev-buffer, next-error)
33279 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33280 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
33281
33282 * bindings.el (next-buffer, prev-buffer, next-error)
33283 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33284 (clone-indirect-buffer-other-window): Move bindings from simple.el.
33285 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
33286 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
33287
33288 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
33289
33290 * isearch.el (isearch-edit-string): Make the search-ring available for
33291 minibuffer history commands.
33292 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
33293 the default history commands now work just as well.
33294 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
33295
33296 2005-04-18 Kim F. Storm <storm@cua.dk>
33297
33298 * emulation/cua-base.el (cua--pre-command-handler): Add more
33299 elaborate check for shift modifier on non-window systems.
33300
33301 2005-04-18 Lars Hansen <larsh@math.ku.dk>
33302
33303 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
33304
33305 2005-04-18 Kim F. Storm <storm@cua.dk>
33306
33307 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
33308 and make it optional. Don't test tooltip-gud-echo-area here.
33309 (tooltip-gud-process-output, gdb-tooltip-print):
33310 Pass tooltip-gud-echo-area to tooltip-show.
33311 (tooltip-help-tips): Remove second optional arg to tooltip-show.
33312
33313 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33314
33315 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
33316 `display-graphic-p' may not be bound yet.
33317
33318 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
33319
33320 * startup.el (command-line): No longer enable Xterm Mouse mode by
33321 default in terminals compatible with xterm.
33322
33323 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
33324
33325 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
33326
33327 * tooltip.el (tooltip-gud-echo-area): Rename from
33328 tooltip-use-echo-area.
33329 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
33330 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
33331 area independently of where help tooltips are displayed.
33332
33333 2005-04-17 David Kastrup <dak@gnu.org>
33334
33335 * cus-theme.el (custom-theme-write-variables): Quote variables
33336 where necessary.
33337
33338 2005-04-17 Richard M. Stallman <rms@gnu.org>
33339
33340 * simple.el (yank-excluded-properties): Add follow-link to value.
33341
33342 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
33343
33344 * startup.el (fancy-splash-max-time): Just 30 seconds.
33345 (fancy-splash-delay): Just 7.
33346 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
33347
33348 * loadhist.el (unload-feature): Update for new format of load-history.
33349 Simplify the code.
33350
33351 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
33352 (rmail-font-lock-keywords): Don't fontify the text of a citation.
33353
33354 * mail/sendmail.el (mail-font-lock-keywords):
33355 Don't fontify subject text.
33356 Don't fontify the text of a citation.
33357
33358 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
33359
33360 * comint.el (comint-output-filter): Run comint-output-filter-functions
33361 with point where the user had it.
33362
33363 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
33364
33365 * international/ucs-tables.el (ucs-set-table-for-input):
33366 Disable when using unify-on-decoding.
33367
33368 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
33369
33370 * emulation/cua-base.el (cua-global-mark-face): Add special case
33371 for displays supporting a high number of colors.
33372
33373 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
33374
33375 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
33376
33377 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
33378
33379 * filesets.el (filesets-add-buffer): If user supplies a name of a
33380 non-existing fileset, create a new fileset.
33381
33382 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
33383
33384 * textmodes/org.el (org-up-heading-all): Fix bug with
33385 `outline-up-heading-all'.
33386
33387 2005-04-16 Andreas Schwab <schwab@suse.de>
33388
33389 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
33390 /etc/permissions.d/* and /etc/aliases.d/*.
33391
33392 2005-04-16 Kenichi Handa <handa@m17n.org>
33393
33394 * international/code-pages.el (cp-make-coding-system):
33395 Set `translation-table-for-input' property value to the symbol
33396 ucs-mule-to-mule-unicode, not to that value.
33397 (pt154): Escape guillemet by `\'.
33398
33399 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
33400
33401 * loadup.el: Load tooltip if x-show-tip is fboundp.
33402
33403 * startup.el (command-line): Add comment.
33404
33405 * tooltip.el (tooltip-mode): Specify correct standard value for
33406 Custom in init-value.
33407
33408 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
33409
33410 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33411 possible.
33412
33413 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
33414
33415 * textmodes/org.el (org-agenda-date-prompt): Rename from
33416 `org-agenda-date-today'.
33417 (org-evaluate-time-range): Insert at point instead of directly
33418 after time range.
33419 (org-first-headline-recenter, org-subtree-end-visible-p)
33420 (org-optimize-window-after-visibility-change): New functions
33421 (org-agenda-post-command-hook): Don't allow point at end of line,
33422 to make sure it always hits the text properties.
33423 (org-agenda-next-date-line, org-agenda-previous-date-line):
33424 New commands.
33425 (org-set-regexps-and-options): Category may contain white space.
33426 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33427 Improve marker positions.
33428 (org-agenda-new-marker): Argument POS made optional.
33429 (org-agenda-get-timestamps): Deadlines which are done are listed
33430 in org-done-face now.
33431 (org-agenda-get-todos, org-agenda-get-timestamps)
33432 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33433 Set `undone-face' and `done-face' properties.
33434 (org-last-todo-state-is-todo): New variable.
33435 (org-todo): Set `org-last-todo-state-is-todo'.
33436 (org-agenda-todo): Change face according to
33437 `org-last-todo-state-is-todo'. And change other lines referring to
33438 the same entry.
33439 (org-calendar-goto-agenda): New command.
33440 (org-calendar-to-agenda-key): New option.
33441 (org-startup-folded): New allowed value `content'.
33442 (org-set-regexps-and-options): Accept new value `content' for
33443 `org-startup-folded'.
33444 (org-get-current-options): Handle new value `content' for
33445 `org-startup-folded'.
33446 (org-insert-todo-heading): New command.
33447 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33448 interactively in empty file and option
33449 `org-insert-mode-line-in-empty-file' has been set.
33450 (org-agenda-todo, org-agenda-priority): Modify to use
33451 `org-agenda-change-all-lines'.
33452 (org-warning-face): Change color on dark background.
33453
33454 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33455
33456 * international/mule-cmds.el (set-locale-environment): On Mac OS,
33457 use preferences AppleLocale and AppleLanguages, and variable
33458 mac-system-locale for default locale. On Mac OS Classic, use
33459 mac-system-coding-system for default coding systems.
33460
33461 * term/mac-win.el: Don't set file-name-coding-system.
33462 Decode variables system-name, emacs-build-system, user-login-name, and
33463 user-full-name by mac-system-coding-system on Mac OS Classic.
33464 (mac-system-coding-system): New variable.
33465
33466 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
33467
33468 * startup.el (command-line): Handle `xterm-mouse-mode' before
33469 reading init file.
33470
33471 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33472
33473 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
33474
33475 * progmodes/sh-script.el (sh-here-document-word): Make it a
33476 defcustom. Doc fix.
33477 (sh-add): Bash uses $(( )) for arithmetic.
33478 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33479 (sh-maybe-here-document): Remove quotes and leading whitespace
33480 from heredoc word when closing. Indent heredoc with tabs if word
33481 starts with "-".
33482
33483 2005-04-13 Richard M. Stallman <rms@gnu.org>
33484
33485 * simple.el (undo): Fix previous change.
33486
33487 * custom.el (defface): Doc fix.
33488
33489 2005-04-13 Lute Kamstra <lute@gnu.org>
33490
33491 * Makefile.in (DONTCOMPILE): Remove list.
33492 (compile, compile-always): Don't use DONTCOMPILE.
33493 (update-authors): Load the library in which batch-update-authors
33494 is defined.
33495 * makefile.w32-in (DONTCOMPILE): Remove list.
33496 (compile, compile-always): Fix comments.
33497 (update-authors): Load the library in which batch-update-authors
33498 is defined.
33499
33500 * generic-x.el (generic-mode-ini-file-find-file-hook):
33501 Rename to ini-generic-mode-find-file-hook.
33502 Keep generic-mode-ini-file-find-file-hook as an alias.
33503 (ini-generic-mode-find-file-hook): Rename from
33504 generic-mode-ini-file-find-file-hook. Fix docstring.
33505 (ini-generic-mode): Docstring change.
33506 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33507
33508 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33509 called from lisp.
33510
33511 * generic.el: Move to the emacs-lisp subdir.
33512
33513 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33514
33515 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33516 and C-S- function and cursor motion keys.
33517
33518 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33519
33520 * startup.el (command-line): Enable Xterm Mouse mode by default.
33521 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33522 for Custom. No longer show "Mouse" in mode line when enabled.
33523 Doc fix.
33524
33525 2005-04-12 Kim F. Storm <storm@cua.dk>
33526
33527 * emulation/cua-base.el (cua-rectangle-face)
33528 (cua-rectangle-noselect-face): Define face attributes here.
33529
33530 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33531
33532 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33533
33534 * startup.el (command-line): Turn off blinking cursor if
33535 cursorBlink in resources is off or false.
33536
33537 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33538
33539 * term/mac-win.el (dnd): Require dnd.
33540 (mac-drag-n-drop): Call dnd-handle-one-url.
33541 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33542 (kTextEncodingISOLatin2): Remove constants.
33543 (mac-script-code-coding-systems): New constant.
33544 (mac-handle-language-change): New function.
33545 (special-event-map): Bind it to `language-change' event.
33546 (mac-centraleurroman, mac-cyrillic): New coding systems.
33547 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33548 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33549 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33550 encode-mac-cyrillic, respectively.
33551
33552 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33553
33554 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33555 Don't set overlay-arrow-string to "=>" as this is done
33556 globally in C now.
33557
33558 2005-04-12 Lute Kamstra <lute@gnu.org>
33559
33560 * generic-x.el (rc-generic-mode, rul-generic-mode):
33561 Fix auto-mode-alist entries.
33562 (etc-fstab-generic-mode): Tweak fontification.
33563
33564 * generic.el (generic-make-keywords-list): Fix docstring.
33565 (generic-mode-internal): Simplify generic-font-lock-keywords.
33566
33567 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33568
33569 * whitespace.el (whitespace-buffer-leading)
33570 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33571 However, fix the highlight area for the leading and
33572 trailing whitespaces to show space.
33573
33574 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33575
33576 * whitespace.el (whitespace-version): Bump to 3.5.
33577
33578 (whitespace-buffer-leading, whitespace-buffer-trailing):
33579 Invert sense of the test to highlight the whitespace.
33580
33581 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33582
33583 * progmodes/gud.el (gud-display-line): GUD uses its own
33584 overlay arrow now so don't set overlay-arrow-string.
33585 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33586
33587 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33588
33589 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33590 (term-ansi-current-reverse, term-ansi-current-invisible)
33591 (term-ansi-face-already-done): Change to boolean.
33592 (term-reset-terminal, term-handle-colors-array): Handle the above
33593 vars accordingly.
33594 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33595 (term-emulate-terminal): Use the new name.
33596
33597 * faces.el (secondary-selection): Use yellow1, not yellow.
33598 (trailing-whitespace): Use red1, not red.
33599
33600 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33601
33602 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33603 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33604 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33605
33606 * cus-edit.el (dnd): New group.
33607
33608 * term/w32-win.el (dnd): Require dnd
33609 (w32-drag-n-drop): Call dnd-handle-one-url.
33610
33611 * x-dnd.el: Require dnd.
33612 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33613 Call dnd-handle-one-url.
33614 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33615 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33616 to dnd-insert-text.
33617 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33618 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33619 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33620 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33621
33622 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33623
33624 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33625
33626 * wdired.el: Doc fixes.
33627 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33628 (wdired-use-dired-vertical-movement): Rename from
33629 wdired-always-move-to-filename-beginning.
33630 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33631 (wdired-change-to-wdired-mode): Change mode name.
33632 (wdired-newline): Delete.
33633
33634 2005-04-11 Richard M. Stallman <rms@gnu.org>
33635
33636 * whitespace.el (whitespace-highlight-the-space):
33637 Don't call whitespace-unhighlight-the-space here.
33638
33639 * simple.el (undo): Record t in undo-equiv-table
33640 for the redo record made by an undo-in-region.
33641
33642 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33643
33644 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33645 (gdb-frame-inferior-io-buffer): New Functions to control
33646 display of separate IO buffer.
33647 (menu): Add them to menu-bar.
33648 (gdb-display-buffer): Check for buffer another frame.
33649 Protect GUD buffer.
33650 (gdb-setup-windows): Create IO buffer if not already there.
33651 (gdb-memory-mode): Remove purecopy noops.
33652
33653 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33654
33655 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33656 and pass to self-insert-command.
33657
33658 2005-04-11 Lute Kamstra <lute@gnu.org>
33659
33660 * generic.el: Commentary section cleanup.
33661 (generic): Delete.
33662 (generic-use-find-file-hook, generic-lines-to-scan)
33663 (generic-find-file-regexp, generic-ignore-files-regexp)
33664 (default-generic-mode, generic-mode-find-file-hook)
33665 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33666 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33667 (generic-use-find-file-hook, generic-lines-to-scan)
33668 (generic-find-file-regexp, generic-ignore-files-regexp)
33669 (default-generic-mode, generic-mode-find-file-hook)
33670 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33671
33672 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33673
33674 * bookmark.el (bookmark-write-file): Catch errors writing file.
33675 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33676
33677 2005-04-10 Richard M. Stallman <rms@gnu.org>
33678
33679 * startup.el (fancy-splash-tail): Update copyright year.
33680 (command-line): Split part of -Q into -D.
33681 (emacs-basic-display): New defvar.
33682 (fancy-splash-text): Correct name of menu item.
33683
33684 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33685
33686 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33687 lines in one node.
33688
33689 * comint.el (comint-send-input): New arg ARTIFICIAL.
33690 Callers in this file changed.
33691
33692 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33693
33694 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33695
33696 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33697
33698 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33699 `ldap-search-internal'.
33700
33701 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33702
33703 * files.el (set-auto-mode-1): Use line-end-position.
33704
33705 * international/latin-1.el:
33706 * international/latin-2.el:
33707 * international/latin-3.el:
33708 * international/latin-4.el:
33709 * international/latin-5.el:
33710 * international/latin-8.el:
33711 * international/latin-9.el: Give punctuation syntax to NBSP.
33712
33713 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33714 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33715 Use char-classes to accept non-ascii letters, accepted in some recent
33716 bibtex implementations.
33717
33718 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33719
33720 * custom.el (custom-set-minor-mode): Any non-nil value for the
33721 variable should enable the mode when set through Custom.
33722
33723 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33724
33725 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33726 TAB binding so tab-always-indent is obeyed.
33727 (vhdl-minibuffer-local-map): Move initialization into declaration.
33728 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33729 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33730 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33731 (vhdl-current-line): Use line-beginning-position.
33732 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33733 with-output-to-temp-buffer, so the current position can be recorded.
33734
33735 2005-04-10 Masatake YAMATO <jet@gyve.org>
33736
33737 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33738 Add regexp for gcov.
33739
33740 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33741
33742 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33743 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33744 syntax which Emacs 20 doesn't support.
33745
33746 2005-04-09 Richard M. Stallman <rms@gnu.org>
33747
33748 * help.el (describe-key-briefly, describe-key):
33749 Replace strings as event types with "(any string)".
33750
33751 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33752
33753 * arc-mode.el (archive-mode-map): Move initialization into
33754 the declaration. Override *all* bindings of `undo'.
33755 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33756
33757 2005-04-09 Jay Belanger <belanger@truman.edu>
33758
33759 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33760
33761 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33762
33763 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33764 (xterm-register-default-colors): Update color values computation
33765 to match xterm-200.
33766
33767 2005-04-09 Kenichi Handa <handa@m17n.org>
33768
33769 * international/code-pages.el (iso-latin-7): Fix the map.
33770
33771 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33772
33773 * emacs-lisp/lisp.el (defun-prompt-regexp)
33774 (parens-require-spaces, buffer-end, end-of-defun)
33775 (insert-parentheses): Doc fixes.
33776
33777 2005-04-08 Kim F. Storm <storm@cua.dk>
33778
33779 * comint.el (comint-highlight-prompt): Fix face spec.
33780 * hi-lock.el (hi-green): Likewise.
33781
33782 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33783
33784 * cus-edit.el (custom-modified-face):
33785 * comint.el (comint-highlight-input): Fix previous changes.
33786 * term.el (term-handle-ansi-escape): Add a comment.
33787
33788 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33789
33790 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33791 in the buffer and in whitespace-highlighted-space.
33792 (whitespace-unhighlight-the-space): Simplify.
33793 (whitespace-buffer): Simplify.
33794
33795 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33796
33797 * textmodes/table.el (table-cell-face): Add special case for
33798 displays supporting a high number of colors.
33799 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33800 (vhdl-font-lock-reserved-words-face)
33801 (vhdl-speedbar-architecture-face)
33802 (vhdl-speedbar-instantiation-face)
33803 (vhdl-speedbar-architecture-selected-face)
33804 (vhdl-speedbar-instantiation-selected-face): Likewise.
33805 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33806 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33807 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33808 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33809 (ebrowse-progress-face): Likewise.
33810 * progmodes/compile.el (compilation-info-face): Likewise.
33811 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33812 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33813 * calendar/calendar.el (diary-face): Likewise.
33814 * woman.el (woman-italic-face, woman-bold-face)
33815 (woman-unknown-face): Likewise.
33816 * wid-edit.el (widget-button-pressed-face): Likewise.
33817 * whitespace.el (whitespace-highlight-face): Likewise.
33818 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33819 * pcvs-info.el (cvs-marked-face): Likewise.
33820 * info.el (info-xref): Likewise.
33821 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33822 * hilit-chg.el (highlight-changes-face)
33823 (highlight-changes-delete-face): Likewise.
33824 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33825 (hi-red-b): Likewise.
33826 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33827 * font-lock.el (font-lock-keyword-face)
33828 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33829 * cus-edit.el (custom-invalid-face, custom-modified-face)
33830 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33831 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33832 * comint.el (comint-highlight-prompt): Likewise.
33833
33834 2005-04-08 Lute Kamstra <lute@gnu.org>
33835
33836 * font-lock.el (font-lock-keywords): Docstring fixes.
33837
33838 2005-04-08 Kenichi Handa <handa@m17n.org>
33839
33840 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33841 chars are more than a limit, print " and more..." at the tail.
33842
33843 2005-04-08 Kim F. Storm <storm@cua.dk>
33844
33845 * emacs-lisp/authors.el (authors-aliases): Update list.
33846 (authors-ignored-files): New list.
33847 (authors-fixed-entries): Fix typo.
33848 (authors-renamed-files-alist): Update list.
33849 (authors-add): Check authors-ignored-files.
33850
33851 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33852
33853 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33854 optional, to ensure backward compatibility.
33855
33856 2005-04-08 Stephen Eglen <stephen@gnu.org>
33857
33858 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33859
33860 2005-04-08 Kim F. Storm <storm@cua.dk>
33861
33862 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33863
33864 * mouse.el (mouse-on-link-p): Doc fix.
33865
33866 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33867
33868 * ielm.el (ielm-prompt-read-only): Doc fix.
33869
33870 * comint.el (comint-prompt-read-only): Doc fix.
33871
33872 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33873
33874 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33875 ensure dired always handles wildcards passed to ffap.
33876 (find-file-at-point): Use it.
33877 (ffap-dired-wildcards): Doc fix.
33878
33879 2005-04-07 Juri Linkov <juri@jurta.org>
33880
33881 * simple.el (next-error-overlay-arrow-position): New defvar.
33882 Put "=>" on its property `overlay-arrow-string'. Add it to
33883 `overlay-arrow-variable-list'.
33884
33885 * progmodes/compile.el (compilation-setup):
33886 Set `next-error-overlay-arrow-position' to nil. Also set it to
33887 nil in the local hook `kill-buffer-hook'. Make local variable
33888 `overlay-arrow-string' and set it to "=>".
33889 (compilation-goto-locus): Set BOL position to
33890 `next-error-overlay-arrow-position' instead of
33891 `overlay-arrow-position'.
33892
33893 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33894 locally instead of adding it to the global hook.
33895 (Info-kill-buffer): Move up.
33896
33897 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33898
33899 * term/xterm.el (xterm-standard-colors): Update color values from
33900 xterm-200.
33901
33902 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33903
33904 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33905
33906 * fast-lock.el:
33907 * lazy-lock.el: Move them to the obsolete subdir.
33908
33909 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33910
33911 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33912 (wdired-add-replace-advice): Remove.
33913 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33914
33915 2005-04-06 Kim F. Storm <storm@cua.dk>
33916
33917 * startup.el (command-line): Add --bare-bones alias for -Q.
33918
33919 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33920
33921 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33922 create the startup fontset if a font specification ends with
33923 `mac-roman'.
33924
33925 2005-04-06 Lute Kamstra <lute@gnu.org>
33926
33927 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33928 change.
33929
33930 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33931 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33932
33933 2005-04-05 Lute Kamstra <lute@gnu.org>
33934
33935 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33936 (define-generic-mode): Ditto. Fix debug declaration.
33937
33938 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33939 Put them in the generic-x group.
33940
33941 * calendar/timeclock.el (timeclock): Doc fix.
33942
33943 * generic.el (define-generic-mode): Don't use custom-current-group.
33944 Document default :group value.
33945 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33946 (define-global-minor-mode): Don't use custom-current-group.
33947
33948 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33949
33950 * startup.el (command-line-1): Display startup-echo-area-message
33951 when fancy splash screen is in use.
33952
33953 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33954 (sh-escaped-newline): New face.
33955 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33956 newline, and use sh-escaped-newline face.
33957
33958 * progmodes/tcl.el (tcl-escaped-newline): New face.
33959 (tcl-builtin-list): New variable.
33960 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33961 newlines. Fix keywords subexpression number.
33962
33963 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33964
33965 * textmodes/org.el (org-diary-default-entry): Fix call to
33966 `add-to-diary-entry'.
33967
33968 2005-04-05 Kim F. Storm <storm@cua.dk>
33969
33970 * ediff-init.el: Use (featurep 'xemacs).
33971
33972 2005-04-05 David Ponce <david@dponce.com>
33973
33974 * cus-edit.el (face): Derive from symbol widget. Display sample
33975 of the current face on the fly.
33976 (widget-face-sample-face-get, widget-face-notify): New functions.
33977 (widget-face-value-create): Remove.
33978
33979 * wid-edit.el (widget-field-end): Temporarily remove field
33980 narrowing before to call `get-char-property'.
33981
33982 2005-04-04 Jay Belanger <belanger@truman.edu>
33983
33984 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33985 (math-read-subscripts): New variable.
33986 (math-read-preprocess-string): Process subscripts.
33987
33988 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33989
33990 * comint.el (comint-prompt-read-only): Doc fix.
33991
33992 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33993 `-1'. Doc fix.
33994
33995 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33996
33997 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33998 Change default value to nil.
33999
34000 2005-04-04 Lute Kamstra <lute@gnu.org>
34001
34002 * autorevert.el (auto-revert-mode): Specify :group.
34003 * battery.el (display-battery-mode): Specify :group.
34004 * diff-mode.el (diff-minor-mode): Specify :group.
34005 * font-core.el (font-lock-mode): Specify :group.
34006 * hl-line.el (hl-line-mode): Specify :group.
34007 * iimage.el (iimage): New customization group.
34008 (iimage-mode): Specify :group.
34009 * longlines.el (longlines-mode): Specify :group.
34010 * master.el: Don't require easy-mmode.
34011 (master): New customization group.
34012 (master-mode): Specify :group.
34013 * msb.el (msb-mode): Specify :group.
34014 * reveal.el (reveal-mode): Specify :group.
34015 * simple.el (next-error-follow-minor-mode): Specify :group.
34016 * smerge-mode.el (smerge-mode): Specify :group.
34017 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
34018 * emulation/cua-base.el (cua-mode): Specify :group.
34019 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
34020 * language/thai-util.el (thai-auto-composition-mode)
34021 (thai-word-mode): Specify :group.
34022 * mail/supercite.el (sc-minor-mode): Specify :group.
34023 * progmodes/cwarn.el (cwarn-mode): Specify :group.
34024 * progmodes/flymake.el (flymake-mode): Specify :group.
34025 * progmodes/glasses.el (glasses-mode): Specify :group.
34026 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
34027 * textmodes/enriched.el (enriched-mode): Specify :group.
34028 * textmodes/refill.el (refill-mode): Specify :group.
34029
34030 * add-log.el (change-log-font-lock-keywords): Names in
34031 parenthesized lists can contain spaces.
34032
34033 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
34034
34035 * startup.el (fancy-splash-text): Shorten default text of
34036 "Emacs Tutorial" line. Also, if the current language env
34037 indicates an available tutorial file other than TUTORIAL,
34038 extract its title and append it to the line in parentheses.
34039 (fancy-splash-insert): If arg is a thunk, funcall it.
34040
34041 2005-04-04 Jay Belanger <belanger@truman.edu>
34042
34043 * calc/calc.el (calc-language-alist): Add tags to customization type.
34044
34045 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
34046
34047 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
34048 Doc fix.
34049
34050 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
34051
34052 * add-log.el (change-log-font-lock-keywords): The manual
34053 describing a Change Log entry, says: (...) "Aside from these
34054 header lines, every line in the change log starts with a space or
34055 a tab.". The font-lock was not highlighting lines started with
34056 spaces, added support for it.
34057
34058 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34059
34060 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
34061 (bibtex-generate-url-list): Update docstring accordingly. Put the
34062 complex example in the docstring.
34063 (bibtex-font-lock-url): Use pop.
34064
34065 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
34066
34067 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
34068
34069 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
34070
34071 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
34072
34073 * filesets.el (filesets-set-default): Doc fix.
34074
34075 2005-04-03 Lute Kamstra <lute@gnu.org>
34076
34077 * generic.el (define-generic-mode): Add argument to specify
34078 keywords for defcustom.
34079 (default-generic-mode): Specify :group.
34080
34081 * generic-x.el: Specify :group for all generic modes.
34082
34083 * desktop.el (desktop-no-desktop-file-hook)
34084 (desktop-after-read-hook): Doc fix.
34085
34086 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
34087
34088 * simple.el (visible-mode): Use explicit :group keyword.
34089 This changes the group of `visible-mode-hook' from paren-blinking
34090 to editing-basics.
34091
34092 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
34093
34094 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
34095 mailbox specifications as well as URLs.
34096 (rmail-insert-inbox-text): Remove unused conditional branches.
34097
34098 2005-04-01 Jay Belanger <belanger@truman.edu>
34099
34100 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
34101 (calc-gnuplot-print-command): Move definitions to calc.el.
34102
34103 * calc/calc-embed.el (calc-embedded-announce-formula)
34104 (calc-embedded-open-formula, calc-embedded-close-formula)
34105 (calc-embedded-open-word, calc-embedded-close-word)
34106 (calc-embedded-open-plain, calc-embedded-close-plain)
34107 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
34108 (calc-embedded-open-mode, calc-embedded-close-mode):
34109 Move definitions to calc.el.
34110
34111 * calc/calc.el (calc-settings-file, calc-language-alist):
34112 Make customizable.
34113 (calc-embedded-announce-formula, calc-embedded-open-formula)
34114 (calc-embedded-close-formula, calc-embedded-open-word)
34115 (calc-embedded-close-word, calc-embedded-open-plain)
34116 (calc-embedded-close-plain, calc-embedded-open-new-formula)
34117 (calc-embedded-close-new-formula, calc-embedded-open-mode)
34118 (calc-embedded-close-mode, calc-gnuplot-name)
34119 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
34120 from other files and make customizable.
34121
34122 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
34123
34124 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
34125 Use buffer-live-p.
34126 (cvs-mode-run): Don't call cvs-update-header here.
34127 (cvs-run-process): Call cvs-update-header.
34128 Use process properties for cvs-postprocess and cvs-buffer so that
34129 the sentinel can behave better if the temp buffer is killed.
34130 Use a pipe rather than a tty, to better handle unexpected prompts.
34131 (cvs-sentinel): Rewrite. Call cvs-update-header.
34132
34133 2005-04-01 Andre Spiegel <spiegel@gnu.org>
34134
34135 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
34136 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
34137
34138 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
34139
34140 * generic.el (define-generic-mode): Add indentation rule.
34141
34142 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
34143
34144 * files.el (mode-require-final-newline): Make Custom correctly
34145 report a nil value and allow to set it to nil via Custom.
34146 Doc fix.
34147
34148 2005-04-01 Kenichi Handa <handa@m17n.org>
34149
34150 * international/characters.el: Enable the correct case setting for
34151 dotless-i and dotted-I.
34152
34153 2005-04-01 Kim F. Storm <storm@cua.dk>
34154
34155 * ido.el (ido-file-internal): Fall back to non-ido command if
34156 initial directory is on slow ftp (or tramp) host.
34157
34158 2005-03-31 Richard M. Stallman <rms@gnu.org>
34159
34160 * emacs-lisp/autoload.el (make-autoload):
34161 Handle define-global-minor-mode.
34162
34163 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
34164 Rename from easy-mmode-define-global-mode.
34165 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
34166
34167 * progmodes/scheme.el (scheme-mode-syntax-table):
34168 Update syntax of | and # for two-character comment syntax.
34169
34170 2005-03-31 Lute Kamstra <lute@gnu.org>
34171
34172 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
34173 (define-minor-mode): Call custom-current-group at load-time.
34174
34175 * generic.el (define-generic-mode): Add debug declaration.
34176 Add defcustom for the mode hook.
34177 (generic-mode-internal): Use run-mode-hooks.
34178
34179 2005-03-31 Kim F. Storm <storm@cua.dk>
34180
34181 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
34182 (mouse-fixup-help-message): New defun called by show_help_echo
34183 to fixup mouse-2 prefix in help messages when applicable.
34184
34185 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34186
34187 2005-03-31 Kenichi Handa <handa@m17n.org>
34188
34189 * language/thai-word.el (thai-find-word-ends): Pay attention to
34190 the case that we reach the end of buffer.
34191
34192 * textmodes/fill.el (fill-text-properties-at): New function.
34193 (fill-newline): Use fill-text-properties-at instead of
34194 text-properties-at.
34195
34196 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
34197
34198 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
34199 not comint-quote-filename.
34200
34201 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
34202
34203 * help-fns.el (help-with-tutorial): Revert last change.
34204
34205 2005-03-31 Kim F. Storm <storm@cua.dk>
34206
34207 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
34208
34209 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
34210
34211 * calendar/cal-china.el: Update reference to "Calendrical
34212 Calculations" book; there's a new edition.
34213 * calendar/cal-coptic.el: Likewise.
34214 * calendar/cal-french.el: Likewise.
34215 * calendar/cal-hebrew.el: Likewise.
34216 * calendar/cal-islam.el: Likewise.
34217 * calendar/cal-iso.el: Likewise.
34218 * calendar/cal-julian.el: Likewise.
34219 * calendar/cal-mayan.el: Likewise.
34220 * calendar/cal-persia.el: Likewise.
34221 * calendar/calendar.el: Likewise.
34222 * calendar/holidays.el: Likewise.
34223 * calendar/lunar.el: Likewise.
34224 * calendar/solar.el: Likewise.
34225
34226 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
34227 white space from doc string.
34228
34229 2005-03-30 Jay Belanger <belanger@truman.edu>
34230
34231 * calc/calc-help.el (calc-full-help): Remove email address.
34232
34233 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
34234
34235 * help-fns.el (help-with-tutorial): Delete title line.
34236
34237 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
34238
34239 * calendar/cal-x.el (calendar-one-frame-setup)
34240 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
34241 rather than `symbol' for set-window-dedicated-p.
34242
34243 * calendar/appt.el (appt-buffer-name): Make it a constant.
34244 (appt-add): Doc fix.
34245
34246 * filesets.el (filesets-menu-path, filesets-menu-before)
34247 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
34248 (filesets-menu-cache-file): Use directory ~/.emacs.d.
34249 (filesets-add-submenu): Delete and use add-submenu instead.
34250
34251 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
34252
34253 * textmodes/org.el (org-agenda-phases-of-moon)
34254 (org-agenda-sunrise-sunset, org-agenda-convert-date)
34255 (org-agenda-goto-calendar): New commands.
34256 (org-diary-default-entry): New function.
34257 (org-get-entries-from-diary): Better parsing of diary entries.
34258 (org-agenda-check-no-diary): New function.
34259 ("diary-lib"): Advice to function `add-to-diary-list', to allow
34260 linking to diary entries.
34261 (org-agenda-execute-calendar-command): New function.
34262 (org-agenda): Improve visible section in window.
34263 Use `org-fit-agenda-window'.
34264 (org-fit-agenda-window): New option.
34265 (org-move-subtree-down): Better handling of empty lines
34266 at end of subtree.
34267 (org-cycle): Numeric prefix is interpreted now as show-subtree N
34268 levels up.
34269 (org-fontify-done-headline): New option.
34270 (org-headline-done-face): New face.
34271 (org-set-font-lock-defaults): Use `org-headline-done-face'.
34272 (org-table-copy-down): Rename from `org-table-copy-from-above'.
34273 When current field is non-empty, it is copied to next row.
34274 (org-table-copy-from-above): Fix bug which made it
34275 impossible to copy fields containing only a single non-white character.
34276
34277 2005-03-30 Kim F. Storm <storm@cua.dk>
34278
34279 * kmacro.el (kmacro-end-macro): Isearch may store this command
34280 into the macro -- so ignore it when executing keyboard macro.
34281
34282 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
34283
34284 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
34285
34286 2005-03-29 Kenichi Handa <handa@m17n.org>
34287
34288 * language/thai.el ("Thai"): Set setup-function and exit-function
34289 for Thai language environment.
34290
34291 * language/thai-util.el: Require thai-word.
34292 (thai-word-mode-map): New variable.
34293 (thai-word-mode): New minor mode.
34294 (setup-thai-language-environment-internal): New function.
34295 (exit-thai-language-environment-internal): New function.
34296
34297 * language/thai-word.el (thai-word-table): Declare it by defvar,
34298 use dolist to initialize it.
34299 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
34300 (thai-fill-find-break-point): New functions.
34301
34302 2005-03-29 Richard M. Stallman <rms@gnu.org>
34303
34304 * simple.el (idle-update-delay): Move definition up.
34305 (set-mark): Doc fix.
34306
34307 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
34308
34309 * longlines.el: New file.
34310
34311 * simple.el (buffer-substring-filters): New variable.
34312 (filter-buffer-substring): New function.
34313 (kill-region, copy-region-as-kill): Use it.
34314
34315 * register.el (copy-to-register, append-to-register)
34316 (prepend-to-register): Use filter-buffer-substring.
34317
34318 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
34319
34320 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
34321 (gud-filter-pending-text): Move in front of gdb.
34322 (gud-overlay-arrow-position): New variable.
34323 (gud-sentinel, gud-display-line): Use it in place of
34324 overlay-arrow-position.
34325
34326 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
34327
34328 * progmodes/fortran.el (fortran-if-indent): Doc fix.
34329 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
34330 (fortran-font-lock-keywords-4): New variable.
34331 (fortran-blocks-re, fortran-end-block-re)
34332 (fortran-start-block-re): New constants, for hideshow.
34333 (hs-special-modes-alist): Add a Fortran entry.
34334 (fortran-mode-map): Bind fortran-end-of-block,
34335 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
34336 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
34337 (fortran-looking-at-if-then, fortran-end-of-block)
34338 (fortran-beginning-of-block): New functions, for hideshow.
34339
34340 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
34341 Doc fix. Tweak regexp.
34342 (f90-beginning-of-block): Push mark first.
34343
34344 2005-03-29 Jay Belanger <belanger@truman.edu>
34345
34346 * calc/calc.el: Update copyright date.
34347 (calc-version): Increase to 2.1.
34348 (calc-version-date): Remove.
34349
34350 * calc/calc-help.el: Update copyright date.
34351 (calc-full-help): Remove reference to calc-version-date.
34352 Update copyright date.
34353
34354 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
34355
34356 * vc.el (vc-do-command): Use a pipe for async processes, so password
34357 prompts don't show up at places where the user can't reply.
34358
34359 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
34360
34361 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
34362 on the file name we pass to the inferior shell.
34363
34364 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34365
34366 * progmodes/which-func.el (which-function): Be robust in the face of an
34367 imenu--make-index-alist failure.
34368
34369 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
34370
34371 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
34372
34373 * progmodes/python.el (python-preoutput-filter): Fix last change.
34374
34375 2005-03-29 Lute Kamstra <lute@gnu.org>
34376
34377 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
34378 functions and compiled macros.
34379 (debug-convert-byte-code): Handle macros too.
34380 (debug-on-entry-1): Don't signal an error when trying to clear a
34381 function that is not set to debug on entry.
34382
34383 2005-03-29 Jay Belanger <belanger@truman.edu>
34384
34385 * calc/calc-lang.el: Add functions to math-function-table
34386 properties of tex and math.
34387
34388 2005-03-29 Kenichi Handa <handa@m17n.org>
34389
34390 * ps-mule.el (ps-mule-plot-string): Translate characters by
34391 ps-print-translation-table.
34392 (ps-mule-begin-job): Call find-charset-region/string with
34393 ps-print-translation-table.
34394 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
34395
34396 * ps-print.el (ps-print-translation-table): New variable.
34397 (ps-plot-region): Translate characters by ps-print-translation-table.
34398
34399 2005-03-29 Juri Linkov <juri@jurta.org>
34400
34401 * simple.el (next-error-highlight-timer): New variable.
34402
34403 * progmodes/compile.el (compilation-goto-locus):
34404 Use `next-error-highlight-timer' instead of `sit-for'.
34405
34406 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34407
34408 * mail/supercite.el (sc-mail-field): Use assoc-string.
34409 (sc-get-address): Simplify regexps.
34410
34411 * files.el (minibuffer-with-setup-hook): New macro.
34412 (find-file-read-args): Use it to avoid let-binding
34413 minibuffer-with-setup-hook (which breaks turning on/off
34414 file-name-shadow-mode while in the prompt).
34415
34416 * complete.el (PC-read-include-file-name-internal):
34417 Use test-completion.
34418
34419 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
34420
34421 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34422
34423 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34424
34425 * window.el (window-buffer-height): Use count-screen-lines.
34426
34427 * progmodes/python.el (python-preoutput-leftover): New var.
34428 (python-preoutput-filter): Use it.
34429 (python-send-receive): Loop until all the result has been received.
34430
34431 2005-03-28 Juri Linkov <juri@jurta.org>
34432
34433 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34434
34435 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34436 "Recover Crashed Session".
34437 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34438 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34439 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34440 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34441 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34442 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34443 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34444 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34445
34446 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34447 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34448 Ediff Sessions", "Toggle use of separate control buffer frame",
34449 "Use separate frame for Ediff control buffer".
34450
34451 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34452 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34453 "Rename Bookmark", "Delete Bookmark".
34454
34455 * info.el (Info-mode-menu): Remove ellipsis from "Index".
34456 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34457 Add `:active Info-index-alternatives' to "Next Matching Item".
34458
34459 * wdired.el (wdired-change-to-wdired-mode):
34460 Mention `wdired-abort-changes' key in the initial message.
34461
34462 * international/mule.el (auto-coding-alist): Associate non-ascii
34463 image filename extensions with `no-conversion'.
34464
34465 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
34466
34467 * international/iso-acc.el:
34468 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34469
34470 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
34471
34472 * textmodes/sgml-mode.el (html-mode): Doc update.
34473
34474 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34475
34476 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
34477
34478 * term.el (term-move-columns): Fix face after extending a line.
34479 (term-insert-spaces): Likewise.
34480 (term-reset-terminal): Fix off by one error.
34481
34482 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34483
34484 * international/mule.el (auto-coding-alist): Add .xpi files.
34485
34486 * files.el (auto-mode-alist): Add .xpi files.
34487
34488 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
34489
34490 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34491
34492 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34493
34494 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34495
34496 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
34497
34498 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34499 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
34500
34501 * calendar/cal-move.el (calendar-beginning-of-year): Move the
34502 cursor to Jan 1 when needed.
34503 (calendar-end-of-year): Fix -/+ typo.
34504 Reported by Chong Yidong <cyd@stupidchicken.com>.
34505
34506 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34507
34508 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34509
34510 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34511 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34512
34513 2005-03-25 Richard M. Stallman <rms@gnu.org>
34514
34515 * filesets.el (filesets-init): Add autoload.
34516
34517 * mail/mailalias.el (mail-directory): Doc fix.
34518
34519 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34520
34521 * mail/mailalias.el (mail-directory-process): Do nothing if
34522 mail-directory-process is an atom.
34523 (mail-get-names): Ignore mail-directory-names if it is an atom.
34524 (mail-directory-process defvar): Doc fix.
34525 (mail-names): Doc fix.
34526
34527 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34528
34529 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34530
34531 2005-03-26 Kenichi Handa <handa@m17n.org>
34532
34533 * international/mule-util.el (detect-coding-with-priority):
34534 Call update-coding-systems-internal before detect-coding-region.
34535
34536 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34537
34538 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34539 (gdb-frames-mode-map): Add follow-link property.
34540
34541 2005-03-25 Jay Belanger <belanger@truman.edu>
34542
34543 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34544 for variables.
34545
34546 2005-03-25 Juri Linkov <juri@jurta.org>
34547
34548 * image-mode.el: Optimize image filename extension regexps in
34549 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34550 in `auto-mode-alist'.
34551 (image-mode): Add `image-toggle-display-text' to local hook
34552 `change-major-mode-hook'. Display the image as an image by
34553 default. Set `cursor-type' and `truncate-lines' if the image
34554 is already displayed. Take into account the current mode (image
34555 or text) in message.
34556 (image-minor-mode): New minor mode.
34557 (image-mode-maybe, image-toggle-display-text): New functions.
34558 (image-toggle-display): Use called-interactively-p.
34559 Let-bind `inhibit-read-only' to t.
34560
34561 * image-mode.el (image-minor-mode): Set `cursor-type' and
34562 `truncate-lines' if the image is already displayed. Add turning
34563 image-minor-mode off to `change-major-mode-hook'. Add message.
34564 Call `image-toggle-display-text' after turning image-minor-mode off.
34565
34566 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34567
34568 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34569 Terminal.app, use utf-8.
34570 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34571 (set-locale-environment): Use it.
34572
34573 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34574
34575 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34576
34577 * progmodes/python.el (python-close-block-statement-p)
34578 (python-outdent-p, python-current-defun): Use symbol-end.
34579
34580 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34581
34582 * files.el (save-some-buffers): Doc fix.
34583
34584 2005-03-25 Werner Lemberg <wl@gnu.org>
34585
34586 * complete.el, thumbs.el: Replace `legal' with `valid'.
34587 * calendar/calendar.el: Replace `legal' with `valid'.
34588 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34589 * mail/supercite.el: Replace `legal' with `valid'.
34590 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34591 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34592 Replace `legal' with `valid'.
34593 * textmodes/reftex-vars.el, textmodes/reftex.el:
34594 Replace `legal' with `valid'.
34595
34596 2005-03-25 Werner Lemberg <wl@gnu.org>
34597
34598 * calc/calc-forms.el, calc/calc-sel.el
34599 * midnight.el, vc-cvs.el
34600 * emacs-lisp/cl-macs.el
34601 * emulation/vip.el
34602 * eshell/esh-io.el, eshell/esh-var.el
34603 * mail/supercite.el
34604 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34605 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34606 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34607 * progmodes/sh-script.el, progmodes/xscheme.el
34608 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34609 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34610 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34611 * textmodes/reftex.el, textmodes/org.el:
34612 Replace `illegal' with `invalid'.
34613
34614 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34615
34616 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34617 (flymake-find-buildfile, flymake-find-possible-master-files)
34618 (flymake-check-include, flymake-parse-line): Replace loops over the
34619 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34620
34621 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34622 Substitute file-name-as-directory in the rest of the file.
34623 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34624 (flymake-replace-region): Remove unused arg `buffer'.
34625 (flymake-check-patch-master-file-buffer): Update calls to it.
34626 (flymake-add-err-info): Remove unused var `count'.
34627 (flymake-mode): Use define-minor-mode.
34628
34629 * progmodes/flymake.el: Use with-current-buffer.
34630 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34631 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34632 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34633 Avoid testing for `xemacs'.
34634 (flymake-nop): Move.
34635 (flymake-region-has-flymake-overlays): Return the computed value.
34636 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34637 Remove unused var `endline'.
34638 (flymake-get-line-count): Remove unused function.
34639 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34640
34641 * emulation/vi.el:
34642 * generic.el:
34643 * hilit-chg.el (global-highlight-changes):
34644 * hi-lock.el (hi-lock-mode):
34645 * follow.el: find-file-hooks -> find-file-hook.
34646
34647 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34648
34649 2005-03-24 Juri Linkov <juri@jurta.org>
34650
34651 * dired.el (dired-mode-map): Add menu item "Compare directories"
34652 for dired-compare-directories.
34653
34654 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34655 Doc fix. Replace `read-file-name' with `read-directory-name'.
34656
34657 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34658
34659 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34660
34661 2005-03-24 Jay Belanger <belanger@truman.edu>
34662
34663 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34664 relevant mode settings in calc-embedded-original-modes when modes
34665 are permanently changed.
34666
34667 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34668
34669 * autoinsert.el: find-file-hooks -> find-file-hook.
34670
34671 2005-03-24 Lute Kamstra <lute@gnu.org>
34672
34673 * generic.el (generic-font-lock-defaults): Make it obsolete.
34674 (generic-font-lock-keywords): New variable to replace
34675 generic-font-lock-defaults.
34676 (generic-mode-set-font-lock): Delete it.
34677 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34678 (generic-bracket-support): Add docstring.
34679
34680 * generic-x.el: Rename generic-font-lock-defaults to
34681 generic-font-lock-keywords throughout.
34682 (mailagent-rules-setup-function): Delete it.
34683 (mailagent-rules-generic-mode): Use anonymous function instead.
34684 (show-tabs-generic-mode-font-lock-defaults-1)
34685 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34686 Quote faces.
34687 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34688 not foreground.
34689
34690 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34691 Recognize define-generic-mode.
34692
34693 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34694
34695 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34696 if there's no completion table.
34697
34698 2005-03-23 Miles Bader <miles@gnu.org>
34699
34700 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34701 Remove tty-specific variants, as they're no longer needed.
34702
34703 2005-03-23 Lute Kamstra <lute@gnu.org>
34704
34705 * generic-x.el: Code cleanup: make args constant whenever possible.
34706 (installshield-statement-keyword-list)
34707 (installshield-system-functions-list)
34708 (installshield-system-variables-list, installshield-types-list)
34709 (installshield-funarg-constants-list): Make them constants.
34710
34711 * generic.el (generic-make-keywords-list): Add autoload cookie.
34712
34713 * calendar/time-date.el: Add comment on time value formats.
34714 Don't require parse-time.
34715 (with-decoded-time-value): New macro.
34716 (encode-time-value): New function.
34717 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34718 (days-to-time): Return a valid time value when arg is huge.
34719 (time-since): Use time-subtract.
34720 (time-to-number-of-days): Use time-to-seconds.
34721
34722 2005-03-23 David Ponce <david@dponce.com>
34723
34724 * recentf.el (recentf-keep): New option.
34725 (recentf-menu-action): Default to `find-file'.
34726 (recentf-keep-non-readable-files-flag)
34727 (recentf-keep-non-readable-files-p)
34728 (recentf-file-readable-p, recentf-find-file)
34729 (recentf-cleanup-remote): Remove.
34730 (recentf-include-p): More robust.
34731 (recentf-keep-p): New function.
34732 (recentf-remove-if-non-kept): Rename from
34733 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34734 All callers updated.
34735 (recentf-menu-items-for-commands): Fix help string.
34736 (recentf-track-closed-file): Update. Doc fix.
34737 (recentf-cleanup): Update. Count removed files. Doc fix.
34738
34739 2005-03-23 Kim F. Storm <storm@cua.dk>
34740
34741 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34742 Don't inherit from fringe face (now happens automatically).
34743
34744 2005-03-22 Kim F. Storm <storm@cua.dk>
34745
34746 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34747 position values.
34748
34749 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34750
34751 * menu-bar.el (showhide-date-time): Remove.
34752 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34753 (menu-bar-make-mm-toggle): Simplify.
34754
34755 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34756
34757 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34758 Accept qualified variable and function names.
34759
34760 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34761
34762 * bindings.el (completion-ignored-extensions):
34763 Remove ".lis" for `vax-vms'.
34764
34765 2005-03-22 Andreas Schwab <schwab@suse.de>
34766
34767 * generic-x.el: Revert last change.
34768 * ldefs-boot.el: Update.
34769
34770 2005-03-22 Jay Belanger <belanger@truman.edu>
34771
34772 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34773 (calc-embedded-save-original-modes)
34774 (calc-embedded-restore-original-modes): New functions.
34775 (calc-do-embedded): Save original modes when entering embedded mode
34776 and restore when leaving embedded mode.
34777 (calc-embedded-modes-change): Change the value of
34778 calc-embedded-original-modes to reflect permanent changes.
34779
34780 2005-03-22 Lute Kamstra <lute@gnu.org>
34781
34782 * generic-x.el: Require generic again.
34783
34784 2005-03-22 Miles Bader <miles@gnu.org>
34785
34786 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34787 Tweak details to look good on both ttys and bitmap displays, light
34788 or dark background, etc.
34789
34790 2005-03-21 Kim F. Storm <storm@cua.dk>
34791
34792 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34793 mouse position.
34794
34795 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34796
34797 * icomplete.el: Don't forcibly turn on the mode upon load.
34798 (icomplete-mode): Use define-minor-mode.
34799 (icomplete-eoinput): Default to nil.
34800 (icomplete-minibuffer-setup): Remove autoload.
34801 (icomplete-tidy): Simplify.
34802 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34803 in the initial state or if the user has modified the field.
34804 Fix handling of icomplete-max-delay-chars.
34805 Remove code that handles the oddball case where
34806 minibuffer-completion-table is an integer.
34807 Wrap icomplete-completions in while-no-input in case building
34808 completions takes more time than expected.
34809 (icomplete-completions): Simplify.
34810
34811 2005-03-21 Richard M. Stallman <rms@gnu.org>
34812
34813 * jka-compr.el (jka-compr-really-do-compress):
34814 Make variable buffer-local.
34815
34816 * image-mode.el: Handle .xpm files too.
34817 (image-toggle-display): Preserve modification flag.
34818
34819 * help.el (where-is): Don't mention aliases with no key bindings.
34820
34821 2005-03-21 Lute Kamstra <lute@gnu.org>
34822
34823 * generic.el: Fix commentary section. Don't require cl for
34824 compilation.
34825 (generic-mode-list): Add autoload cookie.
34826 (generic-use-find-file-hook, generic-lines-to-scan)
34827 (generic-find-file-regexp, generic-ignore-files-regexp)
34828 (generic-mode, generic-mode-find-file-hook)
34829 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34830 (define-generic-mode): Make it a defmacro. Fix docstring.
34831 (generic-mode-internal): Code cleanup. Add autoload cookie.
34832 (generic-mode-set-comments): Code cleanup.
34833 * generic-x.el: Don't prevent compilation. Don't require generic.
34834 Follow coding conventions. Minor code cleanup.
34835 (etc-fstab-generic-mode): Add some keywords.
34836 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34837 define-generic-mode like a function declaration.
34838
34839 2005-03-21 Jay Belanger <belanger@truman.edu>
34840
34841 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34842 changing modes.
34843
34844 2005-03-21 Sam Steingold <sds@gnu.org>
34845
34846 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34847
34848 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34849
34850 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34851 Add underscore to "f$ lexicals" regexp.
34852
34853 2005-03-20 Juri Linkov <juri@jurta.org>
34854
34855 * subr.el (progress-reporter-do-update): When `min-value' is equal
34856 to `max-value', set `percentage' to 0 and prevent division by zero.
34857
34858 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34859
34860 Sync with Tramp 2.0.48.
34861
34862 * net/tramp.el (all): Change all addresses to .gnu.org.
34863 (tramp-append-tramp-buffers): New defun.
34864 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34865 Catch `dont-send' signal.
34866 (tramp-set-auto-save-file-modes): Set always permissions, because
34867 there might be an old auto-saved file belonging to another
34868 original file. This could be a security threat. Reported by
34869 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34870 Check for Emacs 21.3.50 removed.
34871
34872 * net/tramp-smb.el (all): Remove debug construct for
34873 `with-parsed-tramp-file-name'.
34874 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34875 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34876 No error message if DIRECTORY or FILENAME doesn't exist.
34877 (tramp-smb-open-connection): Check existence of
34878 `tramp-smb-program'.
34879
34880 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34881
34882 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34883 Properly handle the case where the `m' or `s' command's argument is not
34884 yet terminated.
34885 (perl-indent-new-calculate): New function.
34886 (perl-indent-line): Use it.
34887
34888 2005-03-20 Miles Bader <miles@gnu.org>
34889
34890 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34891 in text-mode too. Change to new face names.
34892 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34893 Add `:weight bold' attribute.
34894 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34895
34896 2005-03-19 Juri Linkov <juri@jurta.org>
34897
34898 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34899
34900 * international/mule.el (auto-coding-alist): Sync with
34901 `auto-mode-alist' by adding upper case archive file extensions
34902 and adding ear/war to jar extension.
34903
34904 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34905
34906 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34907 running, restart it.
34908
34909 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34910
34911 * finder.el (finder-current-item): Throw an error on an empty line.
34912
34913 * man.el (Man-follow-manual-reference): If current-word returns
34914 nil, use "".
34915
34916 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34917
34918 * simple.el (goto-line): Doc fix.
34919
34920 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34921
34922 * files.el (save-buffer): Doc fix.
34923
34924 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34925
34926 * recentf.el (recentf-cleanup-remote): New variable.
34927 (recentf-cleanup): Use it to conditionally check availability of
34928 remote files.
34929
34930 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34931
34932 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34933 function names.
34934
34935 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34936
34937 * language/thai-word.el: New file.
34938
34939 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34940
34941 * files.el (backup-buffer): If the file's directory is not
34942 writable, use copy instead of move to backup the file.
34943
34944 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34945
34946 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34947
34948 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34949
34950 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34951 Use functionp instead of symbolp and fboundp. Reported by Drkm
34952 <darkman_spam@yahoo.fr>.
34953 (ps-print-version): New version 6.6.6.
34954
34955 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34956
34957 * textmodes/table.el (table--line-column-position): New idiom.
34958 (table--row-column-insertion-point-p): New function to test
34959 validity of row and column insertion operation at a location.
34960 (table-global-menu, table-cell-menu): Use above functions for
34961 deterministic test operation.
34962 (table--editable-cell-p): Behave in deterministic fashion.
34963
34964 2005-03-18 Juri Linkov <juri@jurta.org>
34965
34966 * isearch.el (isearch-lazy-highlight-new-loop):
34967 Make arguments beg and end optional.
34968 (isearch-update): Remove optional arguments nil from
34969 isearch-lazy-highlight-new-loop.
34970 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34971 isearch-lazy-highlight-case-fold-search instead of
34972 isearch-case-fold-search, and let-bind isearch-regexp to
34973 isearch-lazy-highlight-regexp.
34974 Use isearch-lazy-highlight-last-string instead of isearch-string.
34975
34976 * replace.el (perform-replace): Remove bindings of global
34977 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34978 Add three new arguments to `replace-highlight'.
34979 (replace-highlight): Add arguments string, regexp, case-fold.
34980 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34981 to allow isearch-lazy-highlight-new-loop to use these values
34982 to set corresponding isearch-lazy-highlight-* internal
34983 variables whose values lazy highlighting will use regardless of
34984 changes to global variables isearch-string, isearch-regexp,
34985 isearch-case-fold-search during lazy highlighting loop.
34986 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34987 to `lazy-highlight-cleanup'.
34988
34989 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34990 (ispell-highlight-face): Set default face to `isearch' when
34991 lazy highlighting is enabled.
34992 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34993 priority to 1. Add lazy highlighting.
34994 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34995 from `isearch-dehighlight'.
34996
34997 2005-03-18 David Ponce <david@dponce.com>
34998
34999 * files.el (hack-local-variables): Do a case-insensitive search
35000 for End.
35001
35002 2005-03-18 Juri Linkov <juri@jurta.org>
35003
35004 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
35005 `isearch-lazy-highlight-cleanup', add alias to old name and
35006 declare obsolete. Add release numbers to other obsolete vars.
35007 (isearch-done, isearch-lazy-highlight-new-loop):
35008 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
35009 (lazy-highlight-cleanup) <variable>: Doc fix.
35010 (isearch-lazy-highlight-update): Rename obsolete
35011 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
35012
35013 2005-03-18 Kenichi Handa <handa@m17n.org>
35014
35015 * language/thai-util.el: Fix categorization of Thai characters in
35016 thai-category-table.
35017 (thai-composition-pattern): Adjust it for the above change.
35018 (thai-self-insert-command, thai-compose-syllable): New functions.
35019 (thai-compose-region): Use thai-compose-syllable.
35020 (thai-compose-string): Likewise.
35021 (thai-composition-function): Likewise.
35022 (thai-auto-composition): New function.
35023 (thai-auto-composition-mode): New minor mode.
35024
35025 * language/thai.el: Fix patterns to be registered in
35026 composition-function-table.
35027
35028 * international/quail.el (quail-input-method): Locally bind
35029 inhibit-modification-hooks to t.
35030
35031 2005-03-17 Richard M. Stallman <rms@gnu.org>
35032
35033 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
35034 (perl-mode): Use run-mode-hooks.
35035
35036 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
35037 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
35038 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
35039
35040 * mail/sendmail.el (sendmail-send-it): Reenable the code
35041 to compute resend-to-address and use it.
35042
35043 * tar-mode.el (tar-mode): Turn off undo unconditionally.
35044
35045 * image-mode.el: New file.
35046
35047 * image.el (insert-sliced-image): Add autoload cookie.
35048
35049 * font-lock.el (font-lock-lines-before): New user option.
35050 (font-lock-after-change-function): Obey it.
35051
35052 * bindings.el (esc-map): Make M-g a prefix.
35053 Bind M-g g and M-g M-g to goto-line.
35054
35055 * faces.el (face-id): Doc fix.
35056
35057 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
35058
35059 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
35060 (rmail-show-message): Use rmail-unknown-mail-followup-to.
35061 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
35062
35063 * mail/sendmail.el (mail-yank-ignored-headers)
35064 (mail-font-lock-keywords, mail-mode-fill-paragraph):
35065 Add Mail-Followup-To and Mail-Reply-To headers.
35066 (mail-citation-hook): Add autoload cookie.
35067 (mail-mode): Doc fix.
35068 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
35069 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
35070 (mail-mode-fill-paragraph): Handle those headers.
35071 (mail-mailing-lists): New variable.
35072 (mail-mail-reply-to, mail-mail-followup-to): New functions.
35073
35074 2005-03-17 Juri Linkov <juri@jurta.org>
35075
35076 * isearch.el (isearch-fallback): Check for `(car previous)'
35077 before calling `isearch-other-end-state'.
35078
35079 2005-03-17 Kim F. Storm <storm@cua.dk>
35080
35081 * simple.el (move-beginning-of-line): Move to beginning of buffer
35082 line, as well as beginning of screen line.
35083
35084 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
35085
35086 * calendar/diary-lib.el (mark-diary-entries): Use new optional
35087 argument REDRAW rather than calendar-redrawing variable.
35088 * calendar/calendar.el (calendar-redrawing): Delete.
35089 (redraw-calendar): Do not bind calendar-redrawing.
35090
35091 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
35092
35093 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
35094 diary-file buffer.
35095
35096 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
35097
35098 * help.el (describe-mode): Allow a :minor-mode-function property to
35099 specify a different minor mode toggle function than the variable.
35100 * simple.el (auto-fill-function):
35101 * subr.el (add-minor-mode): Use it.
35102
35103 2005-03-16 Kenichi Handa <handa@m17n.org>
35104
35105 * language/ethio-util.el (sera-being-called-by-w3): New variable.
35106 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
35107 (ethio-fidel-to-sera-buffer): Likewise.
35108
35109 2005-03-16 Juri Linkov <juri@jurta.org>
35110
35111 * emacs-lisp/find-func.el (find-function-regexp):
35112 Add defun-emitting macro `menu-bar-make-toggle'.
35113
35114 * isearch.el: Put `isearch-scroll' property to
35115 `split-window-horizontally'.
35116
35117 * info.el: Update error messages for `debug-ignored-errors'.
35118 (Info-isearch-search): Doc fix.
35119 (Info-find-node): Move up code to go into info buffer before
35120 recording the node to the history.
35121 (Info-fontify-node): Fontify titles only if the next line
35122 has two or more `*', `=', `-', `.'.
35123 Display "go to this node" for empty (match-string 3).
35124
35125 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
35126
35127 * term/mac-win.el: Add mouse pointer shape constants.
35128
35129 2005-03-15 Kim F. Storm <storm@cua.dk>
35130
35131 * simple.el (move-beginning-of-line): Use vertical-motion.
35132
35133 2005-03-15 Juri Linkov <juri@jurta.org>
35134
35135 * isearch.el (isearch-error): New variable.
35136 (isearch-invalid-regexp, isearch-within-brackets): Remove.
35137 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
35138 (isearch-within-brackets-state): Remove.
35139 (isearch-case-fold-search-state, isearch-pop-fun-state):
35140 Decrease frame index.
35141 (isearch-mode, isearch-top-state, isearch-push-state)
35142 (isearch-edit-string, isearch-abort, isearch-search-and-update)
35143 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
35144 (isearch-search, isearch-lazy-highlight-new-loop):
35145 Replace `isearch-invalid-regexp' with `isearch-error'.
35146 Remove `isearch-within-brackets'.
35147 (isearch-search): Add `search-failed' handler to `condition-case'.
35148 (isearch-lazy-highlight-search): Add `condition-case' to catch
35149 errors and allow `isearch-lazy-highlight-update' to try
35150 highlighting from the beginning of the window.
35151 (isearch-repeat): Move up code to set isearch-wrapped to t
35152 before calling isearch-wrap-function.
35153
35154 * info.el (Info-isearch-initial-node): New internal variable.
35155 (Info-search): Signal an error in isearch mode when search leaves
35156 the initial node. Signal an error when `bound' is non-nil and
35157 nothing was found in the current subfile.
35158 (Info-isearch-search): Remove `condition-case'.
35159 (Info-isearch-wrap): Don't wrap when search failed during leaving
35160 the initial node. If `Info-isearch-search' is nil, wrap around
35161 the current node.
35162 (Info-isearch-start): New fun.
35163 (Info-mode): Add buffer-local hook `Info-isearch-start' to
35164 `isearch-mode-hook'.
35165
35166 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
35167
35168 * simple.el (normal-erase-is-backspace): Set default to t if
35169 running on Mac.
35170
35171 * term/mac-win.el (function-key-map): Sync with x-win.el.
35172
35173 2005-03-15 Kenichi Handa <handa@m17n.org>
35174
35175 * international/mule-cmds.el (locale-language-names): Modify the
35176 format of elements and add more entries.
35177 (locale-preferred-coding-systems): Add more entries.
35178 (set-locale-environment): Adjust for the change of
35179 locale-language-names.
35180
35181 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
35182
35183 * pcvs.el (smerge-ediff): Remove bogus autoload.
35184
35185 2005-03-14 Lute Kamstra <lute@gnu.org>
35186
35187 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
35188 Ignore a `*' at the beginning of a line.
35189
35190 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
35191 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
35192 subr.el.
35193 (dont-compile, eval-when-compile, eval-and-compile): Use declare
35194 to specify indentation.
35195
35196 * generic.el (define-generic-mode): Let generic-mode-list be a
35197 list of strings; test membership with equal.
35198
35199 2005-03-14 Kim F. Storm <storm@cua.dk>
35200
35201 * simple.el (next-line, previous-line): Add optional try-vscroll
35202 arg to recognize interactive use. Pass it on to line-move.
35203 (line-move): Don't perform auto-window-vscroll when defining or
35204 executing keyboard macro to ensure consistent behavior.
35205
35206 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
35207
35208 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
35209
35210 2005-03-13 Lute Kamstra <lute@gnu.org>
35211
35212 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
35213 debugger-setup-buffer so that backtrace marks the frames set to
35214 debug-on-exit and we don't have to do it manually. Set an extra
35215 debug-on-exit for macro's.
35216 (debugger-setup-buffer): Don't mark the top frame manually.
35217
35218 2005-03-12 Lute Kamstra <lute@gnu.org>
35219
35220 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
35221 lisp-indent-function throughout.
35222 (with-no-warnings): Set lisp-indent-function property.
35223
35224 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
35225
35226 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
35227 Add entry for backslash.
35228
35229 2005-03-12 Juri Linkov <juri@jurta.org>
35230
35231 * info.el (Info-search): Four fixes for backward search.
35232
35233 2005-03-11 Jay Belanger <belanger@truman.edu>
35234
35235 * calc/calc.el (calc-language-alist): New variable.
35236 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
35237 (calc-embedded-find-modes): Use calc-language-alist instead of
35238 calc-embedded-language-alist.
35239
35240 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
35241
35242 * calendar/calendar.el (calendar-redrawing): New internal
35243 variable.
35244 (redraw-calendar): Remove bogus save-excursion from previous
35245 change. Bind calendar-redrawing to t for mark-diary-entries.
35246 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
35247 calendar if that is why we were called.
35248
35249 2005-03-11 Kenichi Handa <handa@m17n.org>
35250
35251 * international/mule.el (make-coding-system): Set property
35252 coding-system-define-form to nil.
35253 (define-coding-system-alias): Likewise.
35254
35255 2005-03-11 Kenichi Handa <handa@m17n.org>
35256
35257 These changes are suggested by Dave Love <fx@gnu.org>.
35258
35259 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
35260 coding: tag.
35261 (adaptive-fill-regexp): Add more bullets.
35262 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
35263 regexps.
35264
35265 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
35266
35267 * help.el (describe-mode): Properly handle non-trivial lighters.
35268 Don't ignore minor modes that are not listed in minor-mode-list.
35269
35270 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
35271 feature ON when the user requests to turn it OFF.
35272
35273 2005-03-10 Lute Kamstra <lute@gnu.org>
35274
35275 * emacs-lisp/debug.el (debug-entry-code): Delete it.
35276 (implement-debug-on-entry): New function to replace debug-entry-code.
35277 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
35278 second argument as the 2005-03-07 change makes it obsolete.
35279 (debug-on-entry, cancel-debug-on-entry): Update call to
35280 debug-on-entry-1.
35281 (debug, debugger-setup-buffer): Comment update.
35282 (debugger-frame-number): Update to work with implement-debug-on-entry.
35283
35284 2005-03-10 Jay Belanger <belanger@truman.edu>
35285
35286 * calc/calc-embed.el (math-ms-args): Declare it.
35287 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
35288 math-ms-args.
35289 (calc-embedded-subst): Use math-multi-subst-rec to substitute
35290 variables.
35291
35292 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
35293
35294 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
35295 Use message-box.
35296
35297 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
35298 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
35299 (tooltip-gud-tips): Simplify.
35300 (tooltip-gud-tips-p): Remove superfluous :set.
35301 (tooltip-gud-modes): Add fortran-mode.
35302 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
35303
35304 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
35305
35306 2005-03-09 Kim F. Storm <storm@cua.dk>
35307
35308 * play/animate.el (animate-place-char): Use forward-line instead
35309 of next-line to improve performance.
35310
35311 2005-03-09 Simon Josefsson <jas@extundo.com>
35312
35313 * net/browse-url.el (browse-url-default-browser): Doc fix.
35314
35315 2005-03-09 Miles Bader <miles@gnu.org>
35316
35317 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
35318 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
35319
35320 2005-03-09 Kenichi Handa <handa@m17n.org>
35321
35322 * international/latin-1.el: Set case and syntax for 255 only if
35323 set-case-syntax-set-multibyte is nil.
35324
35325 * textmodes/ispell.el (ispell-insert-word): New function.
35326 (ispell-word): Use ispell-insert-word to insert a new word.
35327 (ispell-process-line): Likewise.
35328 (ispell-complete-word): Likewise.
35329
35330 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
35331
35332 * calendar/calendar.el (redraw-calendar): Preserve point.
35333 Reported by Matt Hodges <MPHodges@member.fsf.org>.
35334 (calendar-week-start-day): Move after definition of
35335 redraw-calendar. Delete buffer test, since redraw-calendar has
35336 that now.
35337
35338 * calendar/diary-lib.el (mark-diary-entries): Only call
35339 redraw-calendar in the first of any recursive calls.
35340 Reported by Alan Shutko <ats@acm.org>.
35341
35342 2005-03-08 Juri Linkov <juri@jurta.org>
35343
35344 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
35345 (html-horizontal-rule, html-line, html-image, html-checkboxes)
35346 (html-radio-buttons): Add a space before the trailing `/>' where
35347 sgml-xml-mode is non-nil.
35348 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
35349 the subsequent tag of the empty XML tag.
35350 (html-href-anchor): Don't set initial input to "http:".
35351 (html-image): Ask for the image URL and set point inside alt="".
35352 (html-name-anchor): Duplicate the name in the `id' attribute when
35353 sgml-xml-mode is non-nil.
35354 (html-paragraph): Remove \n before <p>.
35355 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
35356 instead of `checked' when sgml-xml-mode is non-nil.
35357
35358 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
35359 Remove 1 space before #RRGGBB to not truncate it on terminal
35360 windows w/o fringes. Remove 1 space between bg and fg examples
35361 to get more space.
35362 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
35363 avoid byte-compile warnings.
35364
35365 * image-file.el (image-file-handler): Put `safe-magic' property to
35366 `image-file-handler'.
35367
35368 * info.el (Info-isearch-search): Emulate word search in
35369 isearching through multiple Info nodes with Info-search.
35370 (Info-isearch-wrap): Allow isearch-word.
35371
35372 2005-03-08 Lute Kamstra <lute@gnu.org>
35373
35374 * emacs-lisp/debug.el (debugger-step-through): Make sure that
35375 stepping into the debugger's code is not possible.
35376 (debugger-jumping-flag): Docstring update.
35377
35378 2005-03-08 Jay Belanger <belanger@truman.edu>
35379
35380 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
35381 embedded mode begins.
35382 (calc-embedded-language-alist): New variable.
35383 (calc-embedded-find-modes): Use calc-embedded-language-alist to
35384 set default language mode.
35385
35386 2005-03-08 Kenichi Handa <handa@m17n.org>
35387
35388 * international/ccl.el (define-ccl-program): Fix docstring about
35389 extra 256 bytes assured for the output buffer.
35390
35391 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35392 Fix BUFFER_MAGNIFICATION to 2.
35393 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35394
35395 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
35396
35397 * align.el (align-rules-list): Added an alignment rule for CSS
35398 declarations (applies to css-mode and html-mode buffers).
35399
35400 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
35401
35402 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35403
35404 2005-03-07 Kim F. Storm <storm@cua.dk>
35405
35406 * simple.el (move-beginning-of-line): New command.
35407
35408 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35409
35410 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35411
35412 * emulation/cua-base.el: Put CUA move property on move-end-of-line
35413 and move-beginning-of-line.
35414
35415 * apropos.el (apropos-print): Omit command from M-x ... RET.
35416
35417 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
35418
35419 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35420 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35421
35422 2005-03-06 Richard M. Stallman <rms@gnu.org>
35423
35424 * bindings.el (esc-map): Bind M-g to goto-line.
35425
35426 * facemenu.el (global-map): Bind M-o, not M-g.
35427
35428 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35429
35430 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35431 "Open Directory" as for "Open File".
35432
35433 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
35434
35435 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35436 (push-mark-command): Run activate-mark-hook.
35437
35438 2005-03-06 Richard M. Stallman <rms@gnu.org>
35439
35440 * help-mode.el (help-mode-finish): Don't alter the element
35441 in view-return-to-alist if there already is one.
35442
35443 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35444 make sure the current buffer is the expected one.
35445
35446 * novice.el (disabled-command-function): Output in *Disabled Command*.
35447 Explicitly ignore non-keyboard events, and explicitly handle C-g.
35448
35449 * textmodes/flyspell.el (flyspell-large-region):
35450 Pass args differently for aspell.
35451
35452 * files.el (mode-require-final-newline): Doc fix.
35453
35454 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35455
35456 * progmodes/which-func.el (which-function):
35457 Specify NOERROR when calling imenu--make-index-alist.
35458
35459 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35460
35461 * simple.el (normal-erase-is-backspace): Define default value.
35462
35463 * custom.el (custom-theme-set-variables): Remove unused var
35464 `immediate'.
35465 (custom-reevaluate-setting): Simple function to handle variables
35466 that are defined before their default value can really be
35467 computed.
35468
35469 * startup.el (command-line): Use it for temporary-file-directory,
35470 small-emporary-file-directory, auto-save-file-name-transforms,
35471 blink-cursor-mode, and normal-erase-is-backspace.
35472
35473 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35474 progress, even with buggy anchored keywords.
35475
35476 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
35477
35478 * simple.el (goto-line): Remove unbalanced final parenthesis.
35479
35480 2005-03-05 Richard M. Stallman <rms@gnu.org>
35481
35482 * simple.el (goto-line): Use a number at point as the default.
35483 With C-u as arg, switch buffers.
35484
35485 2005-03-05 Juri Linkov <juri@jurta.org>
35486
35487 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35488 with `no-blinking-cursor'.
35489
35490 * startup.el (no-blinking-cursor): New defvar.
35491 (command-line): Add `--no-blinking-cursor' to longopts.
35492 Set `no-blinking-cursor' to t for command line arguments
35493 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
35494 with `no-blinking-cursor' in the condition for calling
35495 `blink-cursor-mode'.
35496
35497 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
35498
35499 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35500 (menu-bar-options-save): Add blink-cursor-mode.
35501 (menu-bar-options-menu): Add blink-cursor-mode.
35502
35503 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35504
35505 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35506 (icalendar-export-file, icalendar-export-region)
35507 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35508 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35509
35510 2005-03-04 Lute Kamstra <lute@gnu.org>
35511
35512 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35513 (debug-function-list): Ditto.
35514
35515 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35516
35517 * textmodes/texinfmt.el (texinfo-append-refill):
35518 Redefine the types of line to which @refill
35519 is not appended by replacing a search for `@refill\\|@bye' with
35520 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35521 itemize@refill' bug and the unfilled long lines bug.
35522 (texinfmt-version): Update number and date.
35523
35524 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35525
35526 * international/code-pages.el (windows-1250, windows-125[2-8])
35527 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35528
35529 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35530
35531 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35532 bound yet.
35533
35534 2005-03-02 Romain Francoise <romain@orebokech.com>
35535
35536 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35537 buffer after removing limits.
35538 (ibuffer-pop-filter): Ditto.
35539 Update copyright.
35540
35541 2005-03-02 Miles Bader <miles@gnu.org>
35542
35543 * button.el (make-text-button): If the user doesn't specify a
35544 type, use the default. Rewrite to use `add-text-properties' and
35545 plist functions.
35546
35547 2005-03-01 Lute Kamstra <lute@gnu.org>
35548
35549 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35550 (debugger-jumping-flag): New var.
35551 (debug-entry-code): Use it.
35552 (debugger-jump): Use debugger-jumping-flag and add
35553 debugger-reenable to post-command-hook.
35554 (debugger-reenable): Use debugger-jumping-flag and remove itself
35555 from post-command-hook.
35556 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35557 debugger-reenable.
35558
35559 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35560
35561 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35562 inclusion of "itemize\\|", which may be unnecessary, is certainly
35563 inelegant, and stops refilling in itemize lists when formatting
35564 Japanese Texinfo files to Info.
35565 Update copyright to 2005.
35566
35567 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35568
35569 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35570 of an error if GDB can't find the source file.
35571
35572 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35573
35574 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35575 not just the calendar.
35576
35577 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35578 first.
35579 (diary-redraw-calendar): New function.
35580 (make-diary-entry): Add diary-redraw-calendar to local
35581 write-contents-functions. Turn off selective display before
35582 inserting in diary.
35583
35584 2005-03-01 Kim F. Storm <storm@cua.dk>
35585
35586 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35587
35588 2005-03-01 Lute Kamstra <lute@gnu.org>
35589
35590 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35591 that debug-entry-code can be safely removed from a function while
35592 this code is being evaluated. Revert the 2005-02-27 change as the
35593 new implementation no longer requires it. Make sure that a
35594 function body containing just a string is not mistaken for a docstring.
35595 (debug): Skip one more frame in case of debug on entry.
35596 (debugger-setup-buffer): Delete one more frame line in case of
35597 debug on entry.
35598 (debugger-frame-number): Update to use the new text introduced by
35599 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35600
35601 2005-02-28 Kim F. Storm <storm@cua.dk>
35602
35603 * double.el (double-translate-key): Call force-window-update after
35604 read-event to avoid crash in redisplay.
35605
35606 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35607
35608 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35609 (debug): Use it. Move the inhibit-trace earlier.
35610 (debug-entry-code): New const.
35611 (debug-on-entry-1): Use it.
35612
35613 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35614
35615 * international/utf-16.el (ccl-encode-mule-utf-16le):
35616 Fix BUFFER_MAGNIFICATION to 2.
35617 (ccl-encode-mule-utf-16be): Likewise.
35618
35619 2005-02-28 Kenichi Handa <handa@m17n.org>
35620
35621 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35622 Fix BUFFER_MAGNIFICATION to 4.
35623 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35624
35625 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35626
35627 * speedbar.el (speedbar-update-flag): Doc fix.
35628 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35629 argument.
35630
35631 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35632
35633 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35634 have a non-nil `invisible' property but are actually visible.
35635
35636 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35637 for perldoc sections.
35638 (perl-outline-regexp, perl-outline-level): New var and function.
35639 (perl-mode): Use them.
35640
35641 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35642
35643 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35644 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35645
35646 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35647
35648 * cus-edit.el: Comment change.
35649 (custom-buffer-create-internal): Slightly reword text at top of
35650 Custom buffers. Mention there that saving an option edits the
35651 init file. Add link to Emacs manual node on `custom-file'.
35652 (custom-magic-alist): Rewrite individual State messages to use
35653 capitalized keywords. Doc fix.
35654
35655 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35656
35657 * calendar/calendar.el (calendar-buffer): Move above
35658 calendar-week-start-day.
35659 (calendar-week-start-day): Doc fix. Add :set function.
35660 (calendar-minimum-window-height): New variable.
35661 (generate-calendar-window): Only resize window if selected-window
35662 is displaying the calendar buffer. Use new variable
35663 calendar-minimum-window-height.
35664 (generate-calendar): Reword error message.
35665 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35666
35667 2005-02-27 Andreas Schwab <schwab@suse.de>
35668
35669 * vc.el (vc-do-command): Don't run command asynchronously when
35670 operating in a remote directory.
35671
35672 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35673 change from sync with Tramp 2.0.47.
35674
35675 2005-02-27 Richard M. Stallman <rms@gnu.org>
35676
35677 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35678
35679 * textmodes/flyspell.el (flyspell-mode-on):
35680 Call ispell-change-dictionary only if necessary.
35681
35682 * emacs-lisp/re-builder.el (regexp-builder): New function.
35683
35684 * register.el (describe-register-1): Explicitly handle
35685 yank-excluded-properties = t.
35686
35687 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35688 (custom-magic-alist): Change the status descriptions again.
35689 (face widget-type): Total rewrite based on `restricted-sexp'
35690 to eliminate the confusing double hiding levels.
35691
35692 * emacs-lisp/debug.el (debug-on-entry-1):
35693 If function body is empty, add nil as body form.
35694
35695 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35696
35697 * emacs-lisp/trace.el (inhibit-trace): New var.
35698 (trace-make-advice): Use it.
35699
35700 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35701
35702 2005-02-26 Kim F. Storm <storm@cua.dk>
35703
35704 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35705 (mouse-on-link-p, mouse-drag-region-1): Use it.
35706
35707 2005-02-25 Lute Kamstra <lute@gnu.org>
35708
35709 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35710
35711 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35712
35713 * frame.el (blink-cursor-mode): Add :group keyword.
35714
35715 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35716
35717 * calendar/icalendar.el (icalendar--decode-isodatetime):
35718 New optional argument DAY-SHIFT.
35719 (icalendar-export-region): Fix coding-system-for-write.
35720 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35721 events by one.
35722
35723 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35724
35725 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35726
35727 2005-02-24 Kim F. Storm <storm@cua.dk>
35728
35729 * international/iso-acc.el (iso-accents-compose): Fix crash
35730 during redisplay. Call force-window-update after read-event
35731 and delete-region to signal that window is not accurate.
35732
35733 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35734
35735 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35736 Remove unused and inexistent var `inhibit-trace'.
35737 (debugger-mode): Use run-mode-hooks.
35738 (debugger-list-functions): Add buttons; setup xref stack.
35739
35740 2005-02-23 Richard M. Stallman <rms@gnu.org>
35741
35742 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35743 appointment says it was explicitly made.
35744 (appt-add): Set the 3rd element.
35745 (appt-make-list): Preserve explicit appointments.
35746
35747 * subr.el (find-tag-default): Catch errors in forward-sexp.
35748
35749 2005-02-23 Juri Linkov <juri@jurta.org>
35750
35751 * info.el (Info-isearch-search): New defcustom.
35752 (Info-isearch-search): Call the default isearch function
35753 when Info-isearch-search is nil.
35754 (Info-isearch-wrap): Use variable Info-isearch-search.
35755
35756 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35757
35758 * cus-edit.el: Comment change.
35759
35760 2005-02-22 Kim F. Storm <storm@cua.dk>
35761
35762 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35763 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35764
35765 2005-02-22 Simon Josefsson <jas@extundo.com>
35766
35767 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35768 New variable.
35769 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35770 Oskarsson" <myrkraverk@users.sourceforget.net>.
35771
35772 2005-02-22 Kim F. Storm <storm@cua.dk>
35773
35774 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35775 check that window of that event is the selected window.
35776 (mouse-drag-region-1): Compare mouse event window to selected
35777 window before setting point.
35778
35779 * tooltip.el (tooltip-show-help-function): Pass event to
35780 mouse-on-link-p so it can check selected window.
35781
35782 2005-02-22 Kenichi Handa <handa@m17n.org>
35783
35784 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35785 (ps-mule-show-warning): New function.
35786 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35787 characters are found.
35788
35789 * ps-print.el (ps-header-footer-string): Return a list of header
35790 and footer strings.
35791
35792 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35793
35794 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35795
35796 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35797
35798 * frame.el (blink-cursor-mode): Use define-minor-mode.
35799
35800 * term/mac-win.el (function-key-map): Use char-names more consistently.
35801 (file-name-coding-system): Only set it for MacOS-9. The other case is
35802 already handled in mule-cmds.el (where it also works when mac-win.el
35803 is not used).
35804
35805 2005-02-21 Kenichi Handa <handa@m17n.org>
35806
35807 * international/mule.el (ctext-pre-write-conversion): Always use
35808 " *code-converting-work*" buffer for work.
35809
35810 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35811
35812 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35813
35814 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35815
35816 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35817
35818 * ses.el (undo-more): Restore defadvice, but only the part that
35819 allows changes outside the restricted area of the buffer.
35820
35821 2005-02-20 Kim F. Storm <storm@cua.dk>
35822
35823 * simple.el (line-move): Add fourth optional arg try-vscroll which
35824 must be set to perform auto-window-vscroll.
35825 When moving backwards and doing auto-window-vscroll, automatically
35826 vscroll to the last part of lines which are taller than the window.
35827 (next-line, previous-line): Set try-vscroll arg on line-move.
35828
35829 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35830
35831 * replace.el (query-replace, query-replace-regexp)
35832 (replace-string, replace-regexp): When operating on region, make
35833 the minibuffer prompt say so.
35834
35835 * isearch.el (isearch-forward): Document isearch-query-replace and
35836 isearch-query-replace-regexp keybindings.
35837
35838 2005-02-19 Jay Belanger <belanger@truman.edu>
35839
35840 * calc/calc-aent.el (math-read-token): Add local variable.
35841
35842 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35843 (calc-edit-top): Move declaration to earlier in file.
35844 (calc-edit-macro-repeats): Add local variables.
35845
35846 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35847 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35848 calcFunc-tanh.
35849 Adjust integration rule for calcFunc-tan.
35850
35851 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35852
35853 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35854 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35855 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35856 (viper-skip-separators): Bug fix.
35857 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35858 particular major mode.
35859 (viper-del-backward-char-in-replace): Don't put deleted char on the
35860 kill ring.
35861
35862 * emulation/viper-ex.el (viper-color-display-p): New function.
35863 (viper-has-face-support-p): Use viper-color-display-p.
35864
35865 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35866
35867 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35868
35869 * emulation/viper-util.el (viper-glob-unix-files):
35870 Fix shell status check.
35871 (viper-file-remote-p): Make equivalent to file-remote-p.
35872
35873 * emulation/viper.el (viper-major-mode-modifier-list):
35874 Use viper-gnus-modifier-map.
35875
35876 2005-02-19 David Kastrup <dak@gnu.org>
35877
35878 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35879 quoting.
35880
35881 2005-02-19 Jay Belanger <belanger@truman.edu>
35882
35883 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35884 Remove extra definitions.
35885 (calc-coth): New function.
35886 (calcFunc-cot): Fix `let'.
35887
35888 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35889
35890 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35891 the reasons we use "type pc" in these faces.
35892
35893 * button.el (button): Ditto.
35894
35895 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35896
35897 * replace.el (query-replace-read-from): Set the value of
35898 query-replace-from-history-variable to handle the case of an empty
35899 string entered to accept the suggested default.
35900
35901 * net/tramp.el (tramp-file-name-for-operation):
35902 Use dired-call-process instead of dired-call-process-command.
35903
35904 2005-02-19 Jay Belanger <belanger@truman.edu>
35905
35906 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35907 (math-div-non-trig): New variables.
35908 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35909 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35910 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35911 trig expressions.
35912
35913 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35914
35915 * progmodes/gdb-ui.el (gdb-var-update-handler)
35916 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35917 for watch expressions,
35918 (gdb-var-create-handler): Don't set speedbar-update-flag.
35919 (gdb-post-prompt): Simplify test for speedbar.
35920
35921 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35922
35923 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35924 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35925 we use the syntax table of the correct buffer.
35926 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35927 Felix Gatzemeier.
35928
35929 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35930 (ediff-file-remote-p): Make synonymous with file-remote-p.
35931 In all deffaces ediff-*-face-*, use min-colors.
35932
35933 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35934 ediff-recurse-to-subdirectories.
35935 (ediff-mark-if-equal): Check that the arguments are strings, use
35936 ediff-same-contents (after to Felix Gatzemeier).
35937
35938 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35939 nil.
35940
35941 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35942
35943 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35944
35945 2005-02-18 David Kastrup <dak@gnu.org>
35946
35947 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35948 use `mark-active' when defined.
35949
35950 2005-02-18 Kenichi Handa <handa@m17n.org>
35951
35952 * ps-print.el (ps-font-info-database): New entry
35953 ZapfChancery-MediumItalic with correct font name. Fix font name
35954 of the entry Zapf-Chancery-MediumItalic.
35955
35956 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35957
35958 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35959
35960 2005-02-16 Kim F. Storm <storm@cua.dk>
35961
35962 * ido.el (ido-fallback-command): Pass user input to fallback command.
35963
35964 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35965
35966 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35967 (gdb-find-file-hook): Add server prefix.
35968
35969 2005-02-16 Richard M. Stallman <rms@gnu.org>
35970
35971 * replace.el (perform-replace): Pass new args to replace-highlight.
35972 (replace-highlight): Take region args,
35973 and pass them to isearch-lazy-highlight-new-loop.
35974
35975 * novice.el (disabled-command-hook): Autoload the defalias
35976 and the make-obsolete-variable call.
35977
35978 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35979
35980 * isearch.el (isearch-lazy-highlight-start-limit)
35981 (isearch-lazy-highlight-end-limit): New variables limit
35982 the region for highlighting.
35983 (isearch-lazy-highlight-new-loop): New args BEG and END.
35984 (isearch-lazy-highlight-search): Use the new vars.
35985 (isearch-lazy-highlight-update): Likewise.
35986
35987 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35988
35989 * cus-start.el (all): Use default-boundp.
35990
35991 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35992
35993 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35994
35995 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35996
35997 * autorevert.el (auto-revert-stop-on-user-input)
35998 (auto-revert-verbose): Doc fixes.
35999
36000 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
36001
36002 * international/mule-cmds.el (set-locale-environment): Remove call
36003 to set-selection-coding-system on Windows.
36004
36005 2005-02-15 Jay Belanger <belanger@truman.edu>
36006
36007 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
36008 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
36009 calcFunc-coth.
36010 (math-simplify-sqrt): Add simplifications.
36011
36012 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
36013 to list.
36014
36015 * calc/calc-ext.el: Add functions to autoloads.
36016
36017 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
36018 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
36019 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
36020 (math-csc-raw, math-cot-raw): New functions.
36021
36022 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
36023
36024 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
36025 the variable name in a message.
36026
36027 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
36028 calcFunc-csc, calcFunc-cot.
36029
36030 * calc/calcalg2.el: Add derivative and integration rules for
36031 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
36032 calcFunc-csch, calcFunc-coth.
36033 (math-do-integral-methods): Add to checks for when to use
36034 substitutions.
36035
36036 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
36037
36038 2005-02-15 Lute Kamstra <lute@gnu.org>
36039
36040 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
36041 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
36042 <monnier@iro.umontreal.ca>.
36043 (lisp-outline-level): Improve efficiency. Suggested by David
36044 Kastrup <dak@gnu.org>.
36045
36046 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
36047
36048 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
36049 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
36050 (gdb-set-gud-minor-mode-existing-buffers): New functions.
36051 (gdb-find-file-hook): New hook. Add it to find-file-hook.
36052 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
36053
36054 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
36055
36056 * cus-start.el (all): Comment change.
36057
36058 2005-02-14 Lute Kamstra <lute@gnu.org>
36059
36060 * cus-start.el (all): Check if symbol is void.
36061
36062 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
36063
36064 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
36065 optional argument to \cite.
36066
36067 2005-02-14 Richard M. Stallman <rms@gnu.org>
36068
36069 * cus-edit.el (custom-buffer-create-internal): Update help message.
36070 (custom-magic-alist): Update help messages.
36071
36072 * cus-start.el (all): Allow a var to specify a standard value.
36073
36074 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
36075
36076 * custom.el (custom-theme-set-variables): Handle variable aliases.
36077
36078 * frame.el (blink-cursor-timer): Doc fix.
36079 (blink-cursor): Make it an alias for `blink-cursor-mode' and
36080 declare obsolete.
36081 (blink-cursor-mode): Define with defcustom and use correct
36082 standard expression in that defcustom.
36083 * startup.el (command-line): Adapt to above changes in frame.el.
36084
36085 2005-02-11 Lute Kamstra <lute@gnu.org>
36086
36087 * apropos.el (apropos-score-doc): Prevent division by zero.
36088
36089 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
36090
36091 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
36092 (icalendar--get-event-property-attributes)
36093 (icalendar--get-event-properties)
36094 (icalendar--datetime-to-diary-date): New functions.
36095 (icalendar--split-value): Doc fix.
36096 (icalendar--datetime-to-noneuropean-date)
36097 (icalendar--datetime-to-european-date): New optional argument
36098 SEPARATOR. Return result as a string instead of a list.
36099 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
36100 (icalendar--convert-string-for-export): Rename arg S to STRING.
36101 (icalendar-export-region): Doc fix. Change name of error buffer.
36102 Save output buffer.
36103 (icalendar-import-file): Add blank at end of prompt.
36104 (icalendar-import-buffer): Doc fix. Do not switch to error
36105 buffer. Indicate status in return value.
36106 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
36107 buffer. Save output buffer. Handle exception from recurrence
36108 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
36109 events. Fix problems with weekly all-day events.
36110
36111 2005-02-10 Richard M. Stallman <rms@gnu.org>
36112
36113 * simple.el (eval-expression-print-format):
36114 Avoid warning about edebug-active.
36115
36116 * help.el (help-for-help-internal): Rename from help-for-help.
36117 (help-for-help): Define with defalias.
36118
36119 * font-core.el (font-lock-default-function): Use with-no-warnings.
36120
36121 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
36122
36123 * custom.el (defface): Doc fix.
36124
36125 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
36126
36127 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
36128 width 0" to prevent word wrapping problems.
36129
36130 2005-02-09 Kim F. Storm <storm@cua.dk>
36131
36132 * ido.el (ido-file-extensions-order): New defcustom.
36133 (ido-file-extension-lessp, ido-file-extension-aux)
36134 (ido-file-extension-order): New advanced file ordering.
36135 (ido-file-lessp): New simple file ordering.
36136 (ido-sort-list): Remove.
36137 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
36138 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
36139
36140 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
36141
36142 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
36143 that some versions of grep produce.
36144 (grep-mode-font-lock-keywords): Likewise.
36145
36146 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
36147
36148 * progmodes/gdb-ui.el (gdb-location-list): New variable.
36149 (gdb-cdir): Delete.
36150 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
36151 (gdb-source-info): Treat case when source file is in another
36152 directory properly.
36153 (gdb-get-location): New function.
36154
36155 2005-02-07 Jay Belanger <belanger@truman.edu>
36156
36157 * calc/calc-prog.el (calc-write-parse-table-part)
36158 (calc-fix-token-name): Fix a check for language type.
36159
36160 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
36161
36162 2005-02-07 Andre Spiegel <spiegel@gnu.org>
36163
36164 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
36165 as directory not writable.
36166
36167 2005-02-07 Kim F. Storm <storm@cua.dk>
36168
36169 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
36170 (cua--standard-movement-commands): Remove list.
36171 Instead, set CUA property value to move for movement commands.
36172 (cua-movement-commands): Remove. Users must set CUA prop instead.
36173 (cua--pre-command-handler): Check CUA property.
36174 (cua--init-keymaps): Don't remap undo commands.
36175 (cua-mode): Don't call cua--rectangle-on-off.
36176
36177 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
36178 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
36179 (cua--rect-undo-set-point): New var.
36180 (cua--rectangle-undo-boundary): Setup undo apply entry.
36181 (cua--rect-undo-handler): New function for rectangle undo.
36182 (cua--rect-start-position, cua--rect-end-position): Add.
36183 (cua--rectangle-post-command): Call cua--rectangle-set-corners
36184 for restored rectangle. Set point if cua--rect-undo-set-point.
36185
36186 2005-02-06 Jay Belanger <belanger@truman.edu>
36187
36188 * calc/calc-lang.el (calc-tex-language): Display more information
36189 in messages.
36190
36191 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
36192 in TeX mode.
36193
36194 2005-02-06 Richard M. Stallman <rms@gnu.org>
36195
36196 * emacs-lisp/lisp.el (buffer-end): Doc fix.
36197
36198 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
36199
36200 * net/ldap.el (ldap-search-internal): Support attributes with
36201 optional descriptions separated by a semi-colon, as in
36202 "userCertificate;binary".
36203
36204 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
36205
36206 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
36207 isn't a cons (i.e. the version is 0).
36208
36209 2005-02-05 Eli Zaretskii <eliz@gnu.org>
36210
36211 * help.el (help-for-help): Doc fix.
36212
36213 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
36214
36215 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
36216 GDB-Windows on the menu-bar as this works better.
36217
36218 2005-02-04 Jay Belanger <belanger@truman.edu>
36219
36220 * calc/calc-embed.el (calc-embedded-update): Don't put in
36221 unnecessary newlines. Adjust the end of formula marker.
36222
36223 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
36224 (math-latex-parse-two-args): New function.
36225
36226 2005-02-03 Lute Kamstra <lute@gnu.org>
36227
36228 * help-fns.el (help-with-tutorial): Make sure that users cannot
36229 remove the entire text of the tutorial by means of `undo'.
36230
36231 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
36232
36233 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
36234 in recent changes, where the ispell process was repeatedly
36235 killed & restarted.
36236
36237 * international/mule-cmds.el (set-locale-environment): Set file-name
36238 coding system to utf-8 on Darwin systems.
36239 (set-default-coding-systems): Don't set default-file-name-coding-system
36240 on Darwin systems.
36241
36242 2005-02-03 Richard M. Stallman <rms@gnu.org>
36243
36244 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
36245
36246 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
36247
36248 * faces.el (list-faces-display): Add optional argument.
36249
36250 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
36251
36252 * font-core.el (font-lock-default-function): Handle the rare case where
36253 only font-lock-keywords is set.
36254
36255 2005-02-02 Kenichi Handa <handa@m17n.org>
36256
36257 * international/characters.el: Cancel previous change for
36258 I-WITH-DOT-ABOVE and DOTLESS-i.
36259
36260 * international/latin-5.el: Cancel previous change.
36261
36262 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
36263
36264 * progmodes/gud.el: Correction to syntax in gud-menu-map.
36265
36266 2005-02-02 Kenichi Handa <handa@m17n.org>
36267
36268 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
36269 DOTLESS-i.
36270
36271 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
36272 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
36273
36274 * case-table.el (get-upcase-table): New function.
36275 (copy-case-table): Copy upcaes table too if non-nil.
36276 (set-case-syntax-delims): Maintain upcase table too.
36277 (set-case-syntax-pair): Likewise.
36278 (set-upcase-syntax, set-downcase-syntax): New functions.
36279 (set-case-syntax): Maintain upcase table too.
36280
36281 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
36282
36283 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
36284
36285 * progmodes/gud.el (gud-goto-info): New function.
36286 (gud-tool-bar-map): Use correct icon.
36287
36288 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
36289
36290 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
36291 When delegating, order args in the funcall correctly.
36292
36293 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
36294
36295 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
36296
36297 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
36298
36299 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
36300 buffer not visiting a file.
36301
36302 2005-01-31 Jay Belanger <belanger@truman.edu>
36303
36304 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
36305 bound on the line with the formula.
36306
36307 2005-01-31 Kim F. Storm <storm@cua.dk>
36308
36309 * ses.el (ses-create-cell-variable-range)
36310 (ses-destroy-cell-variable-range, ses-reset-header-string)
36311 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
36312 (ses-insert-row): Fix format of apply undo entries.
36313
36314 2005-01-31 Jay Belanger <belanger@truman.edu>
36315
36316 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
36317 parts.
36318
36319 * calc/calc-embed.el (calc-embedded-open-formula)
36320 (calc-embedded-close-formula): Ignore matrix environments.
36321
36322 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
36323 TeX mode.
36324
36325 * calc/calc-lang.el (math-function-table, math-oper-table)
36326 (math-variable-table): Adjust the LaTeX portions.
36327
36328 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
36329 (math-latex-ignore-words): New constant.
36330
36331 2005-01-31 Richard M. Stallman <rms@gnu.org>
36332
36333 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
36334 (ispell-local-dictionary): Doc fix.
36335 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
36336 Don't reinitialize at run time. Don't defcustom.
36337 All uses changed to append ispell-local-dictionary-alist,
36338 or check it first.
36339 (ispell-current-dictionary): New variable for dictionary in use.
36340 (ispell-dictionary): Now used only for global default.
36341 (ispell-start-process): Set ispell-current-dictionary,
36342 not ispell-dictionary.
36343 (ispell-change-dictionary): Use this only for setting
36344 user preferences.
36345 (ispell-internal-change-dictionary): New function
36346 to change the current dictionary in use.
36347 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
36348 Use ispell-current-dictionary.
36349 Handle ispell-local-dictionary-overridden.
36350 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
36351
36352 2005-01-31 Jay Belanger <belanger@truman.edu>
36353
36354 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
36355
36356 * calc/calc-ext.el: Add calc-latex-language to autoloads.
36357 (calc-mode-map): Add calc-latex-language.
36358
36359 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
36360 (math-latex-print-frac): New functions.
36361 (math-oper-table, math-function-table, math-variable-table)
36362 (math-complex-format, math-input-filter): Add latex properties.
36363 (calc-set-language): Set math-expr-special-function-mapping.
36364
36365 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
36366 (calc-write-parse-table-part): Add LaTeX support.
36367
36368 * calc/calc.el (calc-language): Adjust docstring.
36369 (calc-set-mode-line): Add LaTeX support.
36370 (math-expr-special-function-mapping): New variable.
36371 (math-tex-ignore-words): Add to list.
36372
36373 * calc/calccomp.el (math-compose-expr, math-compose-rows):
36374 Add LaTeX support.
36375 (math-compose-expr): Add support for special functions.
36376
36377 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
36378
36379 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
36380
36381 * progmodes/gdb-ui.el (gdb-memory-address)
36382 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
36383 (gdb-memory-mode-map, gdb-memory-format-keymap)
36384 (gdb-memory-format-menu, gdb-memory-unit-keymap)
36385 (gdb-memory-unit-menu): New variables for a buffer
36386 that lets the user examine program memory.
36387 (gdb-memory-set-address, gdb-memory-set-repeat-count)
36388 (gdb-memory-format-binary, gdb-memory-format-octal)
36389 (gdb-memory-format-unsigned, gdb-memory-format-signed)
36390 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
36391 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
36392 (gdb-memory-unit-word, gdb-memory-unit-halfword)
36393 (gdb-memory-unit-byte, gdb-memory-unit-menu)
36394 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
36395 (gdb-memory-mode, gdb-memory-buffer-name)
36396 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
36397 New functions for above buffer.
36398
36399 2005-01-30 Richard M. Stallman <rms@gnu.org>
36400
36401 * cus-edit.el (custom-bury-buffer): Function deleted.
36402 (custom-buffer-done-function): Option deleted.
36403 (custom-buffer-done-kill): New replacement option.
36404 (Custom-buffer-done): Call quit-window.
36405 (custom-buffer-create-internal): Update for above changes.
36406
36407 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
36408
36409 * simple.el (undo-ask-before-discard): New var.
36410 (undo-outer-limit-truncate): Implement it.
36411 (undo-extra-outer-limit): Doc update.
36412
36413 2005-01-29 Richard M. Stallman <rms@gnu.org>
36414
36415 * ses.el (undo-more): Delete defadvice.
36416 (ses-begin-change): Doc fix.
36417
36418 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36419 instead of rebinding C-x u and C-_.
36420
36421 * files.el (normal-backup-enable-predicate): Return nil for files
36422 in /tmp, regardless of temporary-file-directory.
36423
36424 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36425
36426 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36427 (open-rectangle, delete-whitespace-rectangle-line)
36428 (clear-rectangle-line): If FILL, pass t instead of FILL
36429 for move-to-column's 2nd arg.
36430
36431 * simple.el (undo): Fix the test for continuing a series of undos.
36432 (undo-more): Set pending-undo-list to t when we reach end.
36433 (pending-undo-list): Move up defvar.
36434
36435 * wid-edit.el (widget-button-click):
36436 Shorten the range of the track-mouse binding.
36437
36438 * comint.el (comint-insert-input): Undo previous changes;
36439 use last-input-event in interactive spec.
36440
36441 2005-01-29 Eli Zaretskii <eliz@gnu.org>
36442
36443 * progmodes/compile.el (compilation-start): Bind buffer-read-only
36444 to nil before invoking call-process. Reset buffer's modified flag
36445 after fontifying it in the no-async branch.
36446
36447 * wid-edit.el (widget-specify-button): If mouse pointer shape
36448 cannot be changed, use mouse face instead.
36449
36450 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
36451
36452 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36453 (gdb-goto-breakpoint): Make breakpoint handling work on template
36454 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
36455 (gdb-assembler-custom): Update to recognize breakpoint information
36456 added on 2005-01-19.
36457
36458 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
36459
36460 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36461 (dsssl-mode): Use define-derived-mode.
36462 (scheme-mode-initialize): Remove.
36463 (scheme-mode): Use run-mode-hooks.
36464
36465 * cus-edit.el (customize-group-other-window)
36466 (custom-buffer-create-other-window): Don't override special-display-*.
36467 (custom-mode-map): Make it dense.
36468
36469 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36470 sets the default value.
36471
36472 2005-01-28 Eli Zaretskii <eliz@gnu.org>
36473
36474 * descr-text.el: Add more keywords.
36475
36476 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
36477
36478 * speedbar.el: Avoid unnecessary use of locate-library.
36479
36480 * international/mule-cmds.el (standard-display-european-internal):
36481 Don't fiddle with latin-1 non-break space any more since it's now
36482 special cased in the C code.
36483 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36484
36485 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
36486
36487 * cus-start.el (all): Add `undo-outer-limit'.
36488
36489 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
36490
36491 * textmodes/bibtex.el (bibtex-format-entry):
36492 Use `bibtex-empty-field-re' only on the text of fields, not on entire
36493 field lines.
36494 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36495 not on part of a buffer.
36496
36497 2005-01-25 Lute Kamstra <lute@gnu.org>
36498
36499 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36500 nonempty field text strings like "{letters\\macro{}more letters}".
36501 Clarify docstring.
36502 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36503 (bibtex-entry-offset, bibtex-parse-association)
36504 (bibtex-parse-field-name): Fix typos in docstrings.
36505 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36506
36507 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36508 Juri Linkov <juri@jurta.org>
36509
36510 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36511 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36512 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36513 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36514
36515 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36516 isearch minor mode.
36517
36518 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36519
36520 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36521
36522 2005-01-24 Lute Kamstra <lute@gnu.org>
36523
36524 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36525 CASECHARS and NOT-CASECHARS regular expressions of the
36526 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36527 striding over charsets" error.
36528
36529 2005-01-24 Jay Belanger <belanger@truman.edu>
36530
36531 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36532 display variable name.
36533
36534 2005-01-24 Kenichi Handa <handa@m17n.org>
36535
36536 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36537 Fix setting of the element of encoded-kbd-iso2022-invocations.
36538
36539 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36540
36541 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36542 (gdb-threads-select): Change to also accept mouse events.
36543 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36544 (gdb-threads-mouse-select): Delete.
36545
36546 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36547
36548 * files.el (insert-directory): Take care of empty directory,
36549 listed without -a switch.
36550
36551 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36552
36553 * textmodes/refill.el (refill-post-command-function):
36554 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36555 to the list of functions that we should be careful not to undo.
36556 (refill-late-fill-paragraph-function): Remove.
36557 (refill-saved-state): New var.
36558 (refill-mode): Use it to save fill-paragraph-function.
36559 Save also the value of auto-fill-function.
36560
36561 * term/w32-win.el: Simplify code.
36562
36563 2005-01-23 Kim F. Storm <storm@cua.dk>
36564
36565 * simple.el (line-move): Adapt to new return value from
36566 pos-visible-in-window-p.
36567
36568 * simple.el (line-move): Fix last change. Check partial
36569 visibility at point rather than at window-start.
36570
36571 2005-01-22 Jason Rumney <jasonr@gnu.org>
36572
36573 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36574
36575 2005-01-22 David Kastrup <dak@gnu.org>
36576
36577 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36578
36579 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36580
36581 * type-break.el (type-break-mode): Add a test for
36582 type-break-file-name being non-nil.
36583
36584 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36585
36586 * net/eudc.el (top level): Call (message "") via progn, so that
36587 eudc-options-file is loaded.
36588
36589 2005-01-22 Kim F. Storm <storm@cua.dk>
36590
36591 * simple.el (line-move-1): Rename from line-move.
36592 (line-move): New function that adjusts vscroll for partially
36593 visible rows, and calls line-move-1 otherwise.
36594
36595 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36596
36597 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36598 since it's not a complete read-event implementation.
36599
36600 2005-01-20 Jay Belanger <belanger@truman.edu>
36601
36602 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36603 for called function.
36604
36605 2005-01-20 Steven Tamm <steventamm@mac.com>
36606
36607 * term/mac-win.el (process-connection-type): Remove.
36608 Controlled now by s/darwin.h:PTY_ITERATION.
36609
36610 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36611
36612 * window.el (handle-select-window): Don't switch window when we're
36613 in the minibuffer.
36614
36615 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36616
36617 * subr.el (dotimes-with-progress-reporter): New macro.
36618
36619 * ses.el (ses-dotimes-msg): Remove macro.
36620 Use `dotimes-with-progress-reporter' instead.
36621
36622 2005-01-19 Steven Tamm <steventamm@mac.com>
36623
36624 * term/mac-win.el (process-connection-type): Use new
36625 operating-system-release variable to use ptys on Darwin 7 (OS X
36626 10.3) when using carbon build.
36627
36628 2005-01-19 Jay Belanger <belanger@truman.edu>
36629
36630 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36631 flags if the last command was a tab or M-tab.
36632
36633 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36634 in formula editing buffer.
36635
36636 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36637
36638 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36639 breakpoint image symbol in margin.
36640
36641 2005-01-19 Jay Belanger <belanger@truman.edu>
36642
36643 * calc/calc-prog.el (calc-execute-kbd-macro):
36644 Ignore calc-keep-arg-flag.
36645
36646 2005-01-19 Kenichi Handa <handa@m17n.org>
36647
36648 * textmodes/ispell.el (ispell-looking-at): New function.
36649 (ispell-process-line): Use ispell-looking-at to compare the ispell
36650 output and the buffer contents.
36651
36652 2005-01-18 Jay Belanger <belanger@truman.edu>
36653
36654 * calc/calc.el (calc-display-raw): Fix docstring.
36655
36656 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36657
36658 * simple.el (blink-matching-open): Strip extra info from syntax.
36659
36660 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36661 funny chars in the end-of-here-doc marker.
36662
36663 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36664
36665 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36666 that enable/disabled state of breakpoints is shown correctly in
36667 fringe and on ttys.
36668 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36669 Add breakpoint information as text properties.
36670 (gdb-mouse-toggle-breakpoint):
36671 Rename to gdb-mouse-set-clear-breakpoint.
36672 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36673 breakpoints in the margin.
36674 (gdb-remove-strings): Simplify.
36675
36676 2005-01-17 Jay Belanger <belanger@truman.edu>
36677
36678 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36679 erasing buffer.
36680
36681 2005-01-17 Richard M. Stallman <rms@gnu.org>
36682
36683 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36684 for calling grep-compute-defaults.
36685
36686 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36687 if buffer is empty.
36688
36689 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36690
36691 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36692
36693 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36694
36695 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36696 non-preloaded variables.
36697
36698 2005-01-17 Steven Tamm <steventamm@mac.com>
36699
36700 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36701 tex-shell cause to force interactivity when using pipes.
36702
36703 2005-01-17 Kim F. Storm <storm@cua.dk>
36704
36705 * simple.el (just-one-space): Make arg optional.
36706
36707 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36708
36709 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36710 posn-at-x-y to t to access left-margin.
36711
36712 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36713
36714 Sync with Tramp 2.0.47.
36715
36716 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36717 catching keep-date problems in cp/scp operations.
36718 (tramp-handle-copy-file): Don't call `set-file-modes'
36719 unconditionally. Specialized functions should know better what is
36720 necessary. This improves performance a little bit, and the
36721 functions could catch errors with `cp -p' and `scp -p'.
36722 (tramp-do-copy-or-rename-file-via-buffer)
36723 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36724 when appropriate.
36725 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36726 Call `set-file-modes' when appropriate.
36727 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36728 Johnsson <isak@hypergene.com>.
36729 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36730 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36731 <joakim@verona.se>.
36732 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36733 Emacs only.
36734
36735 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36736 `find-file-hooks' and `dired-mode-hook'.
36737 (tramp-minor-mode-map): Respective map. Add remapping for
36738 `compile' and `recompile'.
36739 (tramp-remap-command, tramp-recompile): New defuns.
36740 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36741 in buffer "*Compilation*". Call the commands asynchronously.
36742
36743 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36744 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36745 `shell-command', because it isn't magic in XEmacs. Reported by
36746 Adrian Aichner <adrian@xemacs.org>.
36747
36748 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36749 `substitute-in-file-name.
36750 (tramp-smb-handle-substitute-in-file-name): New defun.
36751 (tramp-smb-advice-PC-do-completion): Delete advice.
36752
36753 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36754
36755 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36756 Fix error in deleting region.
36757
36758 2005-01-15 Richard M. Stallman <rms@gnu.org>
36759
36760 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36761 In non-temp buffer, switch syntax table temporarily.
36762
36763 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36764
36765 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36766
36767 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36768
36769 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36770 (imenu--generic-function): Use START, not BEG, as pos of definition.
36771
36772 * simple.el (just-one-space): Argument specifies number of spaces.
36773
36774 * simple.el (eval-expression-print-format): Avoid warning
36775 about edebug-active.
36776
36777 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36778
36779 * progmodes/sh-script.el: Code copied from make-mode.el
36780 with small changes,
36781 (sh-mode-map): Bind C-c C-\.
36782 (sh-backslash-column, sh-backslash-align): New variables.
36783 (sh-backslash-region, sh-append-backslash): New functions.
36784
36785 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36786
36787 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36788 (rmail-pop-password, rmail-pop-password-required): Move to
36789 rmail-obsolete group.
36790 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36791 All callers updated.
36792 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36793 Take an argument specifying whether it is POP or IMAP mailbox we
36794 are using. All callers updated.
36795 (rmail-pop-password-error): Rename to
36796 rmail-remote-password-error. Added mailutils-specific error message.
36797 (rmail-movemail-search-path)
36798 (rmail-movemail-variant-in-use): New variables.
36799 (rmail-remote-password, rmail-remote-password-required):
36800 New customization variables.
36801 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36802 (rmail-parse-url): New function.
36803 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36804 with GNU mailutils movemail.
36805
36806 2005-01-15 Kevin Ryde <user42@zip.com.au>
36807
36808 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36809 suffix to space, $ or '$, to correctly position point when going
36810 to @table style constants like DBL_MAX.
36811
36812 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36813
36814 * type-break.el (type-break-mode, type-break-file-time)
36815 (type-break-file-keystroke-count, type-break-choose-file):
36816 Don't store data in or load data from the file if type-break-file-name
36817 is nil.
36818 (type-break-file-name): Doc update as per the above.
36819
36820 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36821
36822 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36823 lookup-key might return nil; handle that.
36824
36825 2005-01-15 Alan Mackenzie <acm@muc.de>
36826
36827 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36828 Return the tail of the tree rather than the element found,
36829 thus enabling the tree to be setcar'd.
36830
36831 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36832
36833 * textmodes/org.el (org-show-following-heading): New option.
36834 (org-show-hierarchy-above): Use `org-show-following-heading'.
36835 (org-cycle): Documentation fix.
36836
36837 * textmodes/org.el (orgtbl-optimized): New option.
36838 (orgtbl-mode): New command, a minor mode.
36839 (orgtbl-mode-map): New variable.
36840 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36841 (orgtbl-error, orgtbl-self-insert-command)
36842 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36843
36844 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36845 a local variable in each org-mode buffer.
36846
36847 * textmodes/org.el (org-set-regexps-and-options): Rename from
36848 `org-set-regexps'. Added checking for STARTUP keyword.
36849 (org-get-current-options): Add STARTUP options.
36850 (org-table-insert-row): Make mode intelligent about when
36851 realignment is needed.
36852 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36853 New commands.
36854 (org-enable-table-editor): New default value `optimized'.
36855 (org-table-blank-field): Support blanking regions if active.
36856
36857 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36858
36859 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36860 if the year is not given.
36861
36862 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36863 Add new escapes %m and %M, fixed bug with %F by adding
36864 save-match-data.
36865 (reftex-reference): Remove ?. from list of spaces.
36866 (reftex-label-info): Add automatic label prefix recognition.
36867
36868 * textmodes/reftex-index.el (reftex-index-next-phrase):
36869 Add slave parameter to call of `reftex-index-this-phrase'.
36870 (reftex-index-this-phrase): New optional argument.
36871 (reftex-index-region-phrases): Add slave parameter to call of
36872 `reftex-index-this-phrase'.
36873 (reftex-display-index): New argument redo.
36874 (reftex-index-rescan): Add `redo' to arguments of
36875 `reftex-display-index'.
36876 (reftex-index-Rescan, reftex-index-revert)
36877 (reftex-index-switch-index-tag): Add `redo' to arguments of
36878 `reftex-display-index'.
36879 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36880 indexing. Fix bug with matching is there is a quote before or
36881 after the word.
36882
36883 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36884 Fix bug when collecting citation keys in lines with comments.
36885 (reftex-citation): Prefix argument no longer rescans the document,
36886 but forces prompting for optional arguments of cite macros.
36887 (reftex-do-citation): Prompting for optional arguments implemented.
36888
36889 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36890 Add optional arguments to most cite commands.
36891 (reftex-cite-cleanup-optional-args): New option
36892 (reftex-cite-prompt-optional-args): New option.
36893 (reftex-trust-label-prefix): New option.
36894
36895 * textmodes/reftex-toc.el (reftex-toc-find-section):
36896 Add push-mark before changing the position in the buffer.
36897
36898 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36899 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36900
36901 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36902
36903 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36904 more carefully.
36905
36906 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36907
36908 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36909 (sgml-mode): Use it.
36910 (sgml-get-context): Better keep track of implicitly closed tags.
36911
36912 2005-01-13 Kenichi Handa <handa@m17n.org>
36913
36914 * textmodes/ispell.el: These changes are to fix misalignment error
36915 caused by equivalent characters of different Emacs charsets.
36916 (ispell-unified-chars-table): New variable.
36917 (ispell-get-decoded-string): New function.
36918 (ispell-get-casechars, ispell-get-not-casechars)
36919 (ispell-get-otherchars): Call ispell-get-decoded-string.
36920
36921 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36922
36923 * custom.el (custom-declare-variable): Just put symbol instead
36924 of (defvar . symbol) in `current-load-list'.
36925
36926 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36927
36928 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36929
36930 2005-01-12 Jay Belanger <belanger@truman.edu>
36931
36932 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36933 to create a Calc summary.
36934
36935 2005-01-12 Kim F. Storm <storm@cua.dk>
36936
36937 * mouse.el (mouse-on-link-p): Change functionality and doc
36938 string to comply with latest description in lisp ref.
36939
36940 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36941
36942 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36943 Enable mouse clicks on mode-line, header-line and margin.
36944 (event-type): Give mouse event symbols an `event-kind' property
36945 with value `mouse-click'.
36946
36947 2005-01-12 Juri Linkov <juri@jurta.org>
36948
36949 * facemenu.el (list-colors-display): Add new arg buffer-name.
36950 Use it. Fix docstring. Replace code for identifying duplicate
36951 colors by the name with call to `list-colors-duplicates' which
36952 identifies duplicate colors by the value unless the color
36953 is one of special Windows colors. Set truncate-lines to t.
36954 Print sorted duplicate color names on each line. Indent to 22
36955 \(the longest color name in rgb.txt) instead of 20. Optimize.
36956 (list-colors-duplicates): New function.
36957 (facemenu-color-name-equal): Delete function.
36958
36959 * facemenu.el (list-colors-print): New function created from code
36960 in list-colors-display. Print #RRGGBB at the window right edge.
36961 (list-colors-display): When temp-buffer-show-function is not
36962 defined, call list-colors-print from temp-buffer-show-hook
36963 to get the right value of window-width in list-colors-print
36964 after the buffer is displayed.
36965
36966 * simple.el (pop-mark): Move deactivate-mark out of conditional
36967 part to deactivate the active mark regardless of the state of the
36968 mark ring.
36969
36970 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36971 variables line in desktop files.
36972
36973 2005-01-12 Juri Linkov <juri@jurta.org>
36974
36975 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36976 Bring together isearch highlight related options.
36977 (lazy-highlight): Replace group `replace' by `matching'.
36978 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36979 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36980 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36981 and declare them obsolete.
36982 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36983 (isearch-faces): Remove defgroup.
36984 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36985 Move isearch highlighting code closer to lazy highlighting code.
36986
36987 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36988 (query-replace-highlight, query-replace-lazy-highlight)
36989 (query-replace): Move definitions to the beginning of the file.
36990
36991 2005-01-11 Juri Linkov <juri@jurta.org>
36992
36993 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36994 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36995 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36996
36997 * info.el (Info-history-forward): New variable.
36998 (Info-select-node): Reset Info-history-forward to nil.
36999 (Info-last): Turn into defalias.
37000 (Info-history-back): Rename from Info-last.
37001 Add current node to Info-history-forward.
37002 (Info-history-forward): New fun.
37003 (Info-mode-map): Replace Info-last by Info-history-back.
37004 Bind Info-history-forward to "r".
37005 (Info-mode-menu): Replace Info-last by Info-history-back.
37006 Fix menu item text. Add menu item for Info-history-forward.
37007 (info-tool-bar-map): Replace Info-last by Info-history-back.
37008 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
37009 for Info-history-forward.
37010 (Info-mode): Replace Info-last by Info-history-back in docstring.
37011 Add local variable Info-history-forward.
37012 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
37013
37014 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
37015
37016 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
37017 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
37018 Ignore select-window events rather than fiddle with
37019 mouse-autoselect-window.
37020
37021 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
37022
37023 * type-break.el (type-break-mode): Fix previous change.
37024
37025 2005-01-10 Jay Belanger <belanger@truman.edu>
37026
37027 * calc/calc-ext.el (calc-reset): Reset when inside embedded
37028 calculator; only reset when point is inside a calculator.
37029 Don't adjust the window height if the window takes up the whole height
37030 of the frame.
37031
37032 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
37033
37034 * ebuff-menu.el (Electric-buffer-menu-mode):
37035 Preserve value of buffer-local var header-line-format.
37036
37037 2005-01-09 Jay Belanger <belanger@truman.edu>
37038
37039 * calc/calc.el (calc-mode-var-list-restore-saved-values):
37040 Make sure settings file exists before accessing it.
37041
37042 * calc/calc-embed.el (calc-embedded-subst):
37043 Replace math-multi-subst-rec, which is only supposed to be called
37044 by math-multi-subst, by math-multi-subst.
37045
37046 2005-01-09 Andre Spiegel <spiegel@gnu.org>
37047
37048 * vc.el (vc-allow-async-revert): New user option.
37049 (vc-disable-async-diff): New internal variable.
37050 (vc-revert-buffer): Use them to disable asynchronous diff.
37051
37052 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
37053 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
37054 asynchronously if vc-disable-async-diff is t.
37055
37056 2005-01-09 Jay Belanger <belanger@truman.edu>
37057
37058 * calc/calc.el (defcalcmodevar): New macro.
37059 (calc-mode-var-list-restore-default-values)
37060 (calc-mode-var-list-restore-saved-values): New functions.
37061 (calc-mode-var-list): Use defcalcmodevar to define it.
37062 (calc-always-load-extensions, calc-line-numbering)
37063 (calc-line-breaking, calc-display-just, calc-display-origin)
37064 (calc-number-radix, calc-leading-zeros, calc-group-digits)
37065 (calc-group-char, calc-point-char, calc-frac-format)
37066 (calc-prefer-frac, calc-hms-format, calc-date-format)
37067 (calc-float-format, calc-full-float-format, calc-complex-format)
37068 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
37069 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
37070 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
37071 (calc-matrix-brackets, calc-language, calc-language-option)
37072 (calc-left-label, calc-right-label, calc-word-size)
37073 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
37074 (calc-display-raw, calc-internal-prec, calc-angle-mode)
37075 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
37076 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
37077 (calc-window-height, calc-display-trail, calc-show-selections)
37078 (calc-use-selections, calc-assoc-selections)
37079 (calc-display-working-message, calc-auto-why, calc-timing)
37080 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
37081 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
37082 (calc-gnuplot-default-device, calc-gnuplot-default-output)
37083 (calc-gnuplot-print-device, calc-gnuplot-print-output)
37084 (calc-gnuplot-geometry, calc-graph-default-resolution)
37085 (calc-graph-default-resolution-3d, calc-invocation-macro)
37086 (calc-show-banner): Use defcalcmodevar to declare them and set
37087 their default values.
37088
37089 * calc/calc-ext.el (calc-reset): Restore saved values of variables
37090 instead of default values (but restore default values if there is
37091 an argument of 0).
37092
37093 2005-01-09 David Kastrup <dak@gnu.org>
37094
37095 * desktop.el (desktop-restore-eager): Fix typo in type.
37096
37097 2005-01-08 Richard M. Stallman <rms@gnu.org>
37098
37099 * cus-edit.el (customize): Delete :link.
37100
37101 2005-01-08 Jay Belanger <belanger@truman.edu>
37102
37103 * calc/calc.el (calc-mode): Remove the extension from the
37104 `calc-settings-file' file name when loading it.
37105
37106 2005-01-08 Kim F. Storm <storm@cua.dk>
37107
37108 * info.el (Info-mode-map, Info-next-link-keymap)
37109 (Info-prev-link-keymap, Info-up-link-keymap):
37110 Map follow-link to mouse-face.
37111 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
37112
37113 2005-01-08 Jay Belanger <belanger@truman.edu>
37114
37115 * calc/calc.el (calc-settings-file): Change default value.
37116 Suggested by cgw in a comment in calc-mode.el.
37117
37118 * calc/calc-mode.el (calc-settings-file-name):
37119 Compare calc-settings-file to user-init-file instead of ~/.emacs.
37120 Replace ~/.emacs in a prompt by calc-settings-file.
37121
37122 2005-01-07 Lars Hansen <larsh@math.ku.dk>
37123
37124 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
37125 (desktop-lazy-idle-delay): New customizable variables.
37126 (desktop-buffer-args-list): New variable.
37127 (desktop-append-buffer-args): New function.
37128 (desktop-save): Call desktop-append-buffer-args for some buffers.
37129 (desktop-lazy-create-buffer): New function.
37130 (desktop-idle-create-buffers): New function.
37131 (desktop-read): Add message about buffers to restore lazily.
37132 (desktop-lazy-abort): New command.
37133 (desktop-clear): Call desktop-lazy-abort.
37134 (desktop-lazy-complete): New command.
37135
37136 2005-01-06 Richard M. Stallman <rms@gnu.org>
37137
37138 * emacs-lisp/find-func.el (find-face-definition):
37139 Rename from find-face.
37140
37141 2005-01-06 Kim F. Storm <storm@cua.dk>
37142
37143 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
37144
37145 * man.el (Man-xref-man-page, Man-xref-header-file)
37146 (Man-xref-normal-file): Add follow-link property.
37147
37148 2005-01-06 Jay Belanger <belanger@truman.edu>
37149
37150 * calc/calc-units.el: Make sure the proper macro definitions are
37151 available when compiling.
37152
37153 2005-01-06 Juri Linkov <juri@jurta.org>
37154
37155 * isearch.el (isearch-lazy-highlight-update):
37156 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
37157
37158 2005-01-06 Miles Bader <miles@gnu.org>
37159
37160 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
37161 (isearch-lazy-highlight-face): Use new name.
37162
37163 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
37164
37165 * uniquify.el (uniquify-rationalize-file-buffer-names):
37166 Re-add an interactive spec.
37167 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
37168 to the same name.
37169
37170 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
37171 (isearch-update, isearch-done): Adjust calls accordingly.
37172
37173 2005-01-05 Richard M. Stallman <rms@gnu.org>
37174
37175 * custom.el (custom-set-variables, custom-theme-set-variables):
37176 Clarify documentation.
37177
37178 * emacs-lisp/find-func.el (find-variable)
37179 (find-variable-other-window, find-variable-other-frame):
37180 Fix the TYPE args to find-function-read and find-function-do-it.
37181 (find-function): Doc fix.
37182 (find-function-at-point): Replace function-at-point alias.
37183
37184 2005-01-04 Richard M. Stallman <rms@gnu.org>
37185
37186 * cus-face.el (custom-declare-face):
37187 Record defface in current-load-list.
37188
37189 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
37190
37191 * emacs-lisp/find-func.el: Doc fixes.
37192 (find-face-regexp): New variable.
37193 (find-function-regexp-alist): New variable.
37194 (find-function-C-source): Third arg is now TYPE.
37195 (find-function-search-for-symbol): Handle general TYPE.
37196 (find-function-read, find-function-do-it): Handle general TYPE.
37197 (find-definition-noselect, find-face): New functions.
37198 (function-at-point): Alias deleted.
37199
37200 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
37201
37202 * battery.el (display-battery-mode): Rename from display-battery.
37203 Handle the case where it gets turned off.
37204
37205 2005-01-04 Richard M. Stallman <rms@gnu.org>
37206
37207 * cus-edit.el (customize): Make :link point to user doc.
37208
37209 * man.el (Man-fontify-manpage): Turn off undo generation.
37210
37211 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
37212
37213 2005-01-04 Andreas Schwab <schwab@suse.de>
37214
37215 * files.el (insert-directory): Only look for error lines in
37216 inserted text. Don't move too far after processing --dired markers.
37217
37218 2005-01-04 Richard M. Stallman <rms@gnu.org>
37219
37220 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
37221 Don't expand if the character is @, period, dash, etc.
37222 (define-mail-abbrev): Quote names that contain problem characters.
37223
37224 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
37225
37226 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
37227
37228 2005-01-03 Richard M. Stallman <rms@gnu.org>
37229
37230 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
37231 (query-replace-highlight, query-replace-lazy-highlight)
37232 (query-replace): Definitions moved up. Doc fix.
37233
37234 2005-01-03 Richard M. Stallman <rms@gnu.org>
37235
37236 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
37237 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
37238 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
37239 (lazy-highlight-face): Rename from isearch-lazy-...
37240 Change all references to them.
37241
37242 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
37243
37244 * cus-edit.el (custom-file): Doc fix for defcustom.
37245 (custom-file): The function no longer sets the variable
37246 `custom-file' to its return value.
37247
37248 * startup.el (command-line): No longer load `custom-file'.
37249
37250 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
37251
37252 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
37253
37254 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
37255 Don't confuse module-prefixed identifiers for labels.
37256 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
37257
37258 2005-01-02 Richard M. Stallman <rms@gnu.org>
37259
37260 * files.el (basic-save-buffer-1): Fix previous change.
37261
37262 * loadhist.el (file-loadhist-lookup): New function.
37263 (file-provides, file-requires): Use it.
37264
37265 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
37266 instead of calculating the right size.
37267
37268 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
37269
37270 * vc-svn.el (vc-svn-diff): Stay local if possible.
37271
37272 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
37273
37274 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
37275
37276 * files.el (hack-local-variables): Fix last change.
37277
37278 2005-01-02 Jay Belanger <belanger@truman.edu>
37279
37280 * calc/calc-yank.el (calc-edit-top): New variable.
37281 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
37282 object. Change header properties.
37283 (calc-edit-finish, calc-edit-finish-stack-object)
37284 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
37285 edited object.
37286 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
37287 for the beginning of the edited object.
37288 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
37289 for the beginning of the edited object.
37290 * calc/calc-prog.el (calc-edit-macro-finish-edit)
37291 (calc-finish-formula-edit, calc-macro-repeats)
37292 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
37293 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
37294 beginning of the edited object.
37295 (calc-user-define-edit): Change the header for editing macros.
37296 Remove unnecessary variable.
37297
37298 2005-01-01 Jay Belanger <belanger@truman.edu>
37299
37300 * calc/calc-yank.el (calc-edit-mode): Change default header.
37301 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
37302 * calc/calc-store.el (calc-edit-variable): Change title to match new
37303 header.
37304 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
37305 mode to match new header.
37306 (calc-user-define-edit): Change titles to include names of commands.
37307 (calc-finish-formula-edit): Adjust to handle new header.
37308 (calc-finish-macro-edit): Remove.
37309 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
37310 (calc-edit-macro-command, calc-edit-macro-command-type)
37311 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
37312 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
37313 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
37314 (calc-edit-macro-finish-edit): New functions.
37315 (calc-user-define-edit): Use new functions to edit named calc macros.
37316
37317 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
37318
37319 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
37320
37321 * ses.el (copy-region-as-kill): Deactivate mark.
37322
37323 2005-01-01 Richard M. Stallman <rms@gnu.org>
37324
37325 * replace.el (occur-1): If the output buffer is also an input,
37326 don't kill it, rename it.
37327
37328 * faces.el (set-face-background, set-face-foreground): Doc fix.
37329
37330 * cus-face.el (custom-face-attributes): Fix :help-echo strings
37331 for :foreground and :background.
37332
37333 * dired.el (dired-view-command-alist): Variable deleted.
37334 (dired-view-file, dired-mouse-find-file-other-window):
37335 Delete the code to use it.
37336
37337 2005-01-01 Kim F. Storm <storm@cua.dk>
37338
37339 * image.el (insert-sliced-image): Use t for line-height property.
37340
37341 See ChangeLog.11 for earlier changes.
37342
37343 ;; Local Variables:
37344 ;; coding: iso-2022-7bit
37345 ;; add-log-time-zone-rule: t
37346 ;; End:
37347
37348 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
37349
37350 This file is part of GNU Emacs.
37351
37352 GNU Emacs is free software; you can redistribute it and/or modify
37353 it under the terms of the GNU General Public License as published by
37354 the Free Software Foundation; either version 3, or (at your option)
37355 any later version.
37356
37357 GNU Emacs is distributed in the hope that it will be useful,
37358 but WITHOUT ANY WARRANTY; without even the implied warranty of
37359 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37360 GNU General Public License for more details.
37361
37362 You should have received a copy of the GNU General Public License
37363 along with GNU Emacs; see the file COPYING. If not, write to the
37364 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
37365 Boston, MA 02110-1301, USA.
37366
37367 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1