1 2008-02-23 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3 * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
5 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
7 * dired.el (dired-mark-prompt): Don't count/display the t element.
8 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
10 2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change)
12 * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
14 2008-02-21 Glenn Morris <rgm@gnu.org>
16 * subr.el (sit-for): Fix obsolete form for nil second argument.
18 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
20 * progmodes/verilog-mode.el (eval-when-compile): Don't define
22 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
23 Remove. Move contents to the only use ...
24 (verilog-menu): ... here.
25 (verilog-statement-menu): Remove. Move contents to the only use ...
26 (verilog-stmt-menu): ... here.
27 (verilog-mark-defun): Simply call mark-defun for emacs.
28 (occur-pos-list): Declare for byte compiler.
29 (mode-popup-menu): Don't defvar.
30 (verilog-add-statement-menu): Remove.
31 (verilog-mode-hook): Don't add verilog-add-statement-menu.
32 (verilog-mode): Call easy-menu-add and set mode-popup-menu for
35 2008-02-21 Michael McNamara <mac@mail.brushroad.com>
37 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
39 (verilog-font-grouping-keywords-face): Make the begin..end
40 keywords standout more than other verilog keywords.
41 (verilog-type-font-keywords): Move the begin..end out of this list
42 to facilitate making them to (potentially) stand out more.
43 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
44 function & task blocks.
45 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
46 initial, function & task blocks.
47 (verilog-forward-sexp): Handle the new "disable fork" statement of
49 (verilog-beg-block-re-ordered): Handle the new "disable fork"
50 statement of IEEE-1800 Verilog.
51 (verilog-calc-1): Handle the new "disable fork" statement of
53 (verilog-disable-fork-re): Add const to help handle the new
54 "disable fork" statement of IEEE-1800 Verilog.
55 (verilog-declaration-core-re): Add port directions by themselves,
56 with no qualification, as base item of a declaration.
57 (verilog-pretty-declarations): Add new flag to ask it to refrain
58 from printing to the message buffer.
59 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
60 printing to the message buffer. Improve handling of the many
61 types of expression line up.
62 (verilog-just-one-space): Remove printing of an empty message.
63 (verilog-get-lineup-indent): Rework to support the better handling
64 of expression lineup for verilog-pretty-expr.
65 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
67 2008-02-20 Alan Mackenzie <acm@muc.de>
69 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
72 2008-02-20 Nick Roberts <nickrob@snap.net.nz>
74 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
75 to mouse-set-point in buffers that aren't associated with files.
77 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
79 2008-02-20 Glenn Morris <rgm@gnu.org>
81 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
84 2008-02-19 Alan Mackenzie <acm@muc.de>
86 Set of changes so that "obtrusive" syntactic elements in a
87 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
88 unmatched paren) don't interact syntactically with stuff outside
91 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
92 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
94 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
96 (c-awk-extend-and-syntax-tablify-region): Takes some of the
97 functionality of c-awk-advise-fl-for-awk-region, which has been
100 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
101 (c-clear-char-property-with-value): New function and macro which
102 remove text-properties `equal' to a supplied value.
104 * progmodes/cc-engine.el: Comment about text properties amended.
106 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
107 parens around "error\\|warning".
109 * progmodes/cc-langs.el (c-get-state-before-change-function)
110 (c-before-font-lock-function, c-anchored-cpp-prefix):
111 New language variables.
112 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
114 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
115 syntax-table text properties.
116 (c-common-init): Call language specific before/after-change
117 functions at mode initialisation.
118 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
119 (c-extend-region-for-CPP, c-neutralize-CPP-line)
120 (c-neutralize-syntax-in-CPP): New functions.
121 (c-before-change, c-after-change): Call the new language specific
122 change functions defined in cc-langs.el.
123 (c-advise-fl-for-region): New macro.
124 (awk-mode): Remove AWK specific stuff which has been refactored
125 into language independent stuff.
127 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
129 * diff-mode.el (diff-file-junk-re): New const.
130 (diff-beginning-of-file-and-junk): Use it.
131 (diff-file-kill): Make sure we were really inside a file diff.
133 * diff-mode.el: Make it more robust in the presence of empty context
134 lines in unified hunks.
135 (diff-valid-unified-empty-line): New var.
136 (diff-unified->context, diff-sanity-check-hunk): Obey it.
137 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
138 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
139 (diff-hunk-header-re-unified): New const.
140 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
141 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
142 (diff-sanity-check-hunk): Use it.
144 2008-02-19 Nick Roberts <nickrob@snap.net.nz>
146 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
147 (gdb): (Re)set gdb-flush-pending-output to nil here...
148 (gdb-init-1): ...instead of here (before gdb-prompt).
150 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
152 * progmodes/verilog-mode.el (customize): Fix typo in error message.
153 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
154 (verilog-mode-auto, verilog-indent-level-module)
155 (verilog-minimum-comment-distance, verilog-library-flags)
156 (verilog-library-directories, verilog-library-files)
157 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
158 (verilog-xemacs-menu, verilog-set-compile-command)
159 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
160 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
161 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
162 (verilog-batch-inject-auto, verilog-batch-indent)
163 (verilog-continued-line, verilog-type-keywords)
164 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
165 (verilog-read-inst-pins, verilog-read-arg-pins)
166 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
167 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
168 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
169 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
170 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
171 (verilog-mode-version, verilog-mode-release-date)
172 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
173 (verilog-simulator, verilog-compiler)
174 (verilog-auto-sense-defines-constant, verilog-company)
175 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
176 Fix typos in docstrings.
177 (verilog-set-auto-endcomments, verilog-calculate-indent)
178 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
180 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
181 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
182 (electric-verilog-forward-sexp, verilog-in-case-region-p)
183 (verilog-in-struct-region-p, verilog-in-generate-region-p)
184 (verilog-leap-to-head, verilog-current-indent-level)
185 (verilog-case-indent-level, verilog-cpp-keywords)
186 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
187 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
188 (verilog-signals-not-in, verilog-symbol-detick-text)
189 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
190 (verilog-forward-close-paren, verilog-backward-open-paren)
191 (verilog-backward-open-bracket): Doc fixes.
193 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
194 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
195 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
196 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
197 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
198 Fix typos in docstrings.
200 2008-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
202 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
203 Recognize ''' just like any other char-constant.
205 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
207 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
208 careful enough. Detect the uid-change all within the main loop.
210 2008-02-14 Stefan Monnier <monnier@pastel.home>
212 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
214 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
216 * hilit-chg.el (highlight-save-buffer-state): New macro.
217 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
218 (hilit-chg-clear): Use it to preserve the modified-p flag.
219 (highlight-changes-rotate-faces): Don't mess with the undo-list.
221 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
223 * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
225 2008-02-12 Juri Linkov <juri@jurta.org>
227 * startup.el (fancy-startup-screen, normal-splash-screen):
228 Set default-directory to command-line-default-directory.
230 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
231 after reading the desktop.
233 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
235 * font-lock.el (font-lock-set-defaults): Unset previously set variables
238 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
240 * uniquify.el (uniquify-buffer-base-name): New function.
241 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
243 * desktop.el (uniquify-managed): Don't defvar.
244 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
245 `uniquify-managed'. Return also the buffer's base name.
246 (desktop-save): When saving the buffer info, filter out the base name,
247 and save it as buffer name if the buffer is managed by uniquify.
249 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
251 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
252 Index: line, don't search backward for the previous one.
254 2008-02-10
\e,AF
\e(Bvar Arnfj
\e,Av
\e(Br
\e,Ap
\e(B Bjarmason <avar@cpan.org> (tiny change)
256 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
257 from gnus-button-url-regexp.
259 2008-02-09 Eli Zaretskii <eliz@gnu.org>
261 * progmodes/compile.el (compilation-next-error): Doc fix.
262 (compilation-find-file): Doc fix.
264 2008-02-09 Glenn Morris <rgm@gnu.org>
266 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
267 Add obsolete aliases to the old names.
269 2008-02-08 Richard Stallman <rms@gnu.org>
271 * net/net-utils.el (ifconfig): Rename from ipconfig.
272 (ipconfig): Alias to ifconfig.
273 (ifconfig-program): Rename from ipconfig-program.
274 (ifconfig-program-options): Rename from ipconfig-program-options.
276 2008-02-08 Glenn Morris <rgm@gnu.org>
278 * custom.el (custom-theme-set-variables): Sort symbols that are
279 dependencies before symbols that depend on them.
280 (custom-enabled-themes): Set after custom-theme-directory.
282 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
284 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
286 2008-02-04 Michael McNamara <mac@mail.brushroad.com>
288 * progmodes/verilog-mode.el (verilog-declaration-core-re):
289 Add port directions by themselves, with no qualification, as base
290 item of a declaration.
291 (verilog-pretty-declarations): Add new flag that inhibits printing
292 to the message buffer.
293 (verilog-pretty-expr): Add new flag that inhibits printing to the
294 message buffer. Improve handling of the many types of expression
296 (verilog-just-one-space): Don't print an empty message.
297 (verilog-get-lineup-indent): Rework to support the better handling
298 of expression lineup for verilog-pretty-expr.
299 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
300 (verilog-mode-version, verilog-mode-release-date): Update.
302 2008-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
304 * subr.el (cancel-change-group): Don't move point.
306 2008-02-02 Michael Albinus <michael.albinus@gmx.de>
308 Sync with Tramp 2.0.57.
310 * net/tramp.el (tramp-handle-make-auto-save-file-name)
311 (tramp-completion-dissect-file-name, tramp-find-executable):
312 Use `mapc' instead of `mapcar'.
313 (tramp-open-connection-setup-interactive-shell): Send only single
314 prompt setting commands, in order to avoid double-prompt.
316 * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
319 * net/trampver.el: Update release number.
321 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
323 * progmodes/etags.el (next-file): Improve revert message.
325 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
327 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
328 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
329 of today, the most recent libpng is 1.2.24).
331 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
333 * vc.el (vc-update): Fix bug: Specify branch tip as
334 vc-checkout REVISION. Reported by Dan Nicolaescu.
336 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
338 * simple.el (reindent-then-newline-and-indent): Be careful about the
339 unusual case where indent-according-to-mode moves point.
341 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
343 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
344 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
345 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
346 (verilog-sk-state-machine): Quote all calls to
347 "auxiliary skeleton"s to prevent infloops.
349 2008-01-31 Jason Rumney <jasonr@gnu.org>
351 * w32-fns.el: Partially revert 2007-11-10 change.
353 2008-01-31 Martin Rudalics <rudalics@gmx.at>
355 * mail/rmail.el (rmail-highlight): Fix specification.
356 Reported by pod <pod@herald.ox.ac.uk>.
358 2008-01-31 Jason Rumney <jasonr@gnu.org>
360 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
362 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
364 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
365 (gdb-var-set-format-handler): New function.
366 (gdb-var-set-format): Use it.
368 2008-01-29 Alan Mackenzie <acm@muc.de>
370 * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
371 (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
372 @catch, @synchronized, @throw.
374 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
375 from this regexp; part of same fix as next change to cc-engine.el.
377 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
378 Anchor the "{" of a template function correctly on "template", not the
381 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
383 2008-01-29 Richard Stallman <rms@gnu.org>
385 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
388 * files.el (hack-local-variables): Don't query about fake variables.
390 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
392 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
393 gdb-cpp-define-alist-program if file is nil (currently only
394 " *partial-output-...").
396 2008-01-27 Alan Mackenzie <acm@muc.de>
398 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
401 2008-01-27 Richard Stallman <rms@gnu.org>
403 * allout.el: Many doc fixes.
404 (allout-encrypt-string): Fix error message.
406 2008-01-26 Alan Mackenzie <acm@muc.de>
408 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
409 arglist-cont-nonempty.
411 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
412 for a brace with syntax arglist-cont-nonempty.
414 * progmodes/cc-styles.el (c-style-alist): Add elements for
415 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
418 2008-01-26 Alan Mackenzie <acm@muc.de>
420 * progmodes/cc-defs.el (c-save-buffer-state):
421 Bind buffer-file-name and buffer-file-truename to nil, to prevent
422 primitives generating "buffer is read only" messages.
424 2008-01-26 Eli Zaretskii <eliz@gnu.org>
426 * progmodes/etags.el (tags-query-replace): Doc fix.
428 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
430 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
431 that the filename end is found even when the filename is empty.
432 Fixes error and spurious newlines when marking files for deletion.
434 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
436 * allout.el (allout-unload-function): New function.
438 2008-01-25 Sven Joachim <svenjoac@gmx.de>
440 * view.el (kill-buffer-if-not-modified): Don't pass t to
443 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
445 * allout.el (allout-prefix-data): Doc fix.
446 (allout-show-current-subtree): Reflow docstring.
447 (allout-use-mode-specific-leader, allout-use-hanging-indents)
448 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
449 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
450 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
451 (allout-copy-topic-as-kill, allout-listify-exposed)
452 (allout-process-exposed, allout-encrypted-key-info)
453 (allout-update-passphrase-mnemonic-aids)
454 (allout-next-topic-pending-encryption)
455 (allout-tests-globally-true): Fix typos in docstrings.
457 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
459 * vc.el (vc-version-diff): Make sure we shrink the right window.
461 2008-01-23 Jason Rumney <jasonr@gnu.org>
463 * lpr.el (printer-name): Do not set on MS Windows.
465 2008-01-20 Glenn Morris <rgm@gnu.org>
467 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
470 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
472 * progmodes/python.el (python-imports): Default to "None".
474 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
476 * progmodes/sh-script.el (sh-basic-offset):
477 * progmodes/cc-vars.el (c-syntactic-indentation)
478 (c-syntactic-indentation-in-macros): Mark as safe.
480 2008-01-18 Richard Stallman <rms@gnu.org>
482 * icomplete.el (icomplete-get-keys):
483 Look up KEYS using all maps in proper buffer.
485 2008-01-16 Alan Mackenzie <acm@muc.de>
487 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
488 eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
490 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
492 * frame.el (display-mm-height, display-mm-width):
493 * whitespace.el (whitespace-check-leading-whitespace)
494 (whitespace-check-trailing-whitespace)
495 (whitespace-check-spacetab-whitespace)
496 (whitespace-check-indent-whitespace)
497 (whitespace-check-ateol-whitespace):
498 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
500 2008-01-16 Glenn Morris <rgm@gnu.org>
502 * comint.el (comint-regexp-arg): Fix no-input case.
504 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
506 * calendar/icalendar.el (icalendar-export-file)
507 (icalendar-import-file): Restore significant trailing whitespace
508 in `interactive' prompts.
510 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
512 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
513 after-save-hook so that it is not called multiple times.
515 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
517 2008-01-15 Glenn Morris <rgm@gnu.org>
519 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
521 2008-01-14 Alan Mackenzie <acm@muc.de>
523 * progmodes/cc-vars.el (c-constant-symbol): New function which
524 supersedes c-const-symbol. During a customize-.. call it enables
525 an element of (e.g.) c-hanging-braces alist to have its name
526 displayed, even when the default value of c-h-b etc. doesn't
527 include the elemnt. Replace uses of the old function by the new.
529 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
530 obscure non-working fragment ":value c-".
532 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
533 call inside a struct being recognised as a K&R argument.
535 2008-01-14 Jason Rumney <jasonr@gnu.org>
537 * image.el (image-type): Use image-type-from-file-name (from trunk
538 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
540 2008-01-12 Glenn Morris <rgm@gnu.org>
542 * woman.el (woman-parse-numeric-arg): Change handling of `==':
543 can be interned without a function definition.
545 2008-01-12 Eli Zaretskii <eliz@gnu.org>
547 * view.el (view-file-other-window, view-file-other-frame):
548 Don't kill the buffer if it is modified. Doc fixes.
549 (kill-buffer-if-not-modified): New function.
550 (view-file): Don't kill the buffer if it is modified.
552 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
553 (ebrowse-view/find-file-and-search-pattern):
554 Call view-file-other-window instead of ebrowse-view-file-other-window.
555 (ebrowse-view-file-other-frame): Don't call
556 current-window-configuration. Fix second argument in the call to
557 view-mode-enter. Doc fix.
559 2008-01-11 Richard Stallman <rms@gnu.org>
561 * subr.el (atomic-change-group): Prevent undo list truncation.
563 2008-01-11 Martin Rudalics <rudalics@gmx.at>
565 * cus-start.el (all): Add missing version entries.
567 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
569 * files.el (safe-local-eval-forms):
570 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
572 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
574 * comint.el (comint-insert-input): Set point first.
576 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
577 session doesn't hang because gdb-pending-triggers is non-nil.
578 (gdb-frame-handler): Use buffer-file-name instead of
579 buffer-name in case of duplicate file names.
581 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
583 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
584 C-M-e and C-M-h for emacs, they work by default.
585 (verilog-emacs-features): Remove.
586 (verilog-setup-dual-comments, verilog-populate-syntax-table):
587 Remove. Move syntax table initialization ...
588 (verilog-mode-syntax-table): ... here.
589 (verilog-mode): Don't initialize the syntax table here.
590 (verilog-mark-defun): Only do something useful for XEmacs, emacs
593 2008-01-10 Glenn Morris <rgm@gnu.org>
595 * shell.el (shell-dirtrack-verbose, shell-mode)
596 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
597 (dirtrack-toggle, dirtrack-mode): No longer alias to
600 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
602 * international/mule-cmds.el (select-safe-coding-system):
603 When a buffer is modified, cancel the writing.
605 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
607 * progmodes/verilog-mode.el (verilog-booleanp): New function for
608 backward compatibility. Replace all uses of booleanp with
611 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
613 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
615 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
617 * progmodes/verilog-mode.el (top-level): Fix spacing.
618 (verilog-mode-version, verilog-mode-release-date): Update version
620 (verilog-mode-release-emacs): New variable.
621 (compile-command, reporter-prompt-for-summary-p): Define for byte
623 (verilog-startup-message-lines)
624 (verilog-startup-message-displayed)
625 (verilog-display-startup-message): Remove.
626 (verilog-highlight-p1800-keywords): Improve docstring.
627 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
628 (vector-skip-list): Only defvar at compile time.
629 (verilog-highlight-translate-off, verilog-indent-level)
630 (verilog-indent-level-module, verilog-indent-level-declaration)
631 (verilog-indent-declaration-macros, verilog-indent-lists)
632 (verilog-indent-level-behavioral)
633 (verilog-indent-level-directive, verilog-cexp-indent)
634 (verilog-case-indent, verilog-auto-newline)
635 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
636 (verilog-tab-to-comment, verilog-indent-begin-after-if)
637 (verilog-align-ifelse, verilog-minimum-comment-distance)
638 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
639 (verilog-auto-endcomments, verilog-auto-read-includes)
640 (verilog-auto-star-expand, verilog-auto-star-save)
641 (verilog-library-flags, verilog-library-directories)
642 (verilog-library-files, verilog-library-extensions)
643 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
644 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
645 (verilog-assignment-delay, verilog-auto-inst-vector)
646 (verilog-auto-inst-template-numbers)
647 (verilog-auto-input-ignore-regexp)
648 (verilog-auto-inout-ignore-regexp)
649 (verilog-auto-output-ignore-regexp)
650 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
651 Add safe-local-variable properties.
652 (verilog-statement-menu, verilog-company)
653 (verilog-re-search-forward, verilog-re-search-backward)
654 (verilog-error-regexp-add, verilog-end-block-re)
655 (verilog-emacs-features, verilog-populate-syntax-table)
656 (verilog-setup-dual-comments, verilog-type-font-keywords)
657 (verilog-inside-comment-p, electric-verilog-backward-sexp)
658 (verilog-backward-sexp, verilog-forward-sexp)
659 (verilog-font-lock-init, verilog-mode)
660 (electric-verilog-terminate-line, electric-verilog-semi)
661 (electric-verilog-tab, verilog-insert-1, )
662 (verilog-insert-indices, verilog-generate-numbers)
663 (verilog-comment-region, verilog-label-be)
664 (verilog-beg-of-statement, verilog-in-case-region-p)
665 (verilog-in-struct-region-p, verilog-in-generate-region-p)
666 (verilog-in-fork-region-p, verilog-backward-case-item)
667 (verilog-set-auto-endcomments, verilog-get-expr)
668 (verilog-expand-vector-internal, verilog-surelint-off)
669 (verilog-batch-execute-func, verilog-calculate-indent)
670 (verilog-calc-1, verilog-calculate-indent-directive)
671 (verilog-leap-to-head, verilog-continued-line)
672 (verilog-backward-token, verilog-backward-syntactic-ws)
673 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
674 (verilog-forward-ws&directives, verilog-at-constraint-p)
675 (verilog-skip-backward-comments, verilog-indent-line-relative)
676 (verilog-do-indent, verilog-indent-comment)
677 (verilog-more-comment, verilog-pretty-declarations)
678 (verilog-pretty-expr, verilog-just-one-space)
679 (verilog-indent-declaration, verilog-get-completion-decl)
680 (verilog-goto-defun, verilog-showscopes, verilog-header)
681 (verilog-signals-combine-bus, verilog-read-decls)
682 (verilog-read-always-signals-recurse, verilog-read-instants)
683 (verilog-read-auto-template, verilog-set-define)
684 (verilog-read-defines, verilog-read-signals, verilog-getopt)
685 (verilog-is-number, verilog-expand-dirnames)
686 (verilog-modi-lookup, verilog-modi-cache-results)
687 (verilog-insert-one-definition, verilog-make-width-expression)
688 (verilog-delete-autos-lined, verilog-auto-save-check)
689 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
690 (verilog-auto-inst-param, verilog-auto-reg)
691 (verilog-auto-reg-input, verilog-auto-wire, )
692 (verilog-auto-output, verilog-auto-output-every)
693 (verilog-auto-input, verilog-auto-inout)
694 (verilog-auto-inout-module, verilog-auto-sense)
695 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
696 (verilog-auto-ascii-enum, verilog-auto)
697 (verilog-sk-define-signal, verilog-mode-mouse-map)
698 (verilog-load-file-at-mouse, verilog-load-file-at-point)
699 (verilog-library-files): Cleanup spacing of )'s they should not be
700 on unique lines. Fix checkdoc warnings.
702 2008-01-09 Glenn Morris <rgm@gnu.org>
704 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
707 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
709 * ps-print.el: Some face attributes (like :strike-through) was not
710 being recognised. Reported by Leo <sdl.web@gmail.com>.
711 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
712 (ps-screen-to-bit-face): Fix code.
714 2008-01-08 Kevin Ryde <user42@zip.com.au>
716 * progmodes/compile.el (compilation-error-regexp-alist-alist):
717 For perl, allow "during global destruction" at end.
719 2008-01-08 Glenn Morris <rgm@gnu.org>
721 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
724 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
726 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
728 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
729 quotes in case of spaces, e.g. STL containers (not pretty).
731 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
733 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
735 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
737 * progmodes/gdb-ui.el (gud-gdb-command-name):
738 Explain "--annotate=3" option is necessary for the Graphical Interface.
740 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
742 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
744 2008-01-07 Glenn Morris <rgm@gnu.org>
746 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
748 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
750 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
753 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
755 * ffap.el (ffap-read-file-or-url): Let-bind
756 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
758 2008-01-05 Sven Joachim <svenjoac@gmx.de>
760 * vc-bzr.el: Fix typo in header.
762 2008-01-05 Eli Zaretskii <eliz@gnu.org>
764 * Makefile.in (custom-deps, finder-data): Depend on autoloads
765 instead of loaddefs.el.
767 2008-01-05 Glenn Morris <rgm@gnu.org>
769 * progmodes/verilog-mode.el: Replace all instances of
770 string-to-int with string-to-number, insert-string with insert,
771 and read-input with read-string.
772 (top-level): No need to require imenu, reporter, dinotrace, vc,
773 font-lock when compiling. Always require compile. Relegate remaining
774 compatibility cruft to XEmacs. Don't require font-lock.
775 (verilog-version): Remove superfluous concat.
776 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
778 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
779 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
780 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
781 (verilog-startup-message-displayed): These are variables, not constants.
782 (verilog-batch-execute-func, verilog-auto-inst)
783 (verilog-auto-inst-param): Use mapc rather than mapcar.
784 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
786 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
787 (verilog-modi-get-outputs, verilog-modi-get-inouts)
788 (verilog-modi-get-inputs, verilog-modi-get-wires)
789 (verilog-modi-get-regs, verilog-modi-get-assigns)
790 (verilog-modi-get-consts, verilog-modi-get-gparams)
791 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
792 (verilog-modi-get-sub-inputs): Move inline functions earlier in
794 (sigs-in, sigs-out): Don't declare multiple times.
795 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
797 (verilog-auto): Call dinotrace-unannotate-all only if bound.
798 (verilog-module-inside-filename-p): No need to wrap fboundp test
800 (reporter-submit-bug-report): Autoload it.
801 (verilog-mark-defun): Call zmacs-activate-region only if bound.
802 (verilog-font-customize): Call customize-apropos only if bound.
803 (verilog-getopt-flags, verilog-auto-reeval-locals):
804 Use make-local-variable rather than make-variable-buffer-local.
805 (verilog-company, verilog-project, verilog-modi-cache-list):
806 Move make-variable-buffer-local calls to top-level.
807 (font-lock-defaults-alist): Don't define it.
808 (verilog-need-fld): Remove.
809 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
810 (verilog-mode): Only call make-local-hook on XEmacs.
811 Set font-lock-defaults rather than using verilog-font-lock-init.
813 * progmodes/verilog-mode.el (top-level): Don't require compile.
814 (compilation-error-regexp-alist, compilation-last-buffer):
816 (verilog-insert-1): New function.
817 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
818 Use verilog-insert-1.
819 (verilog-surelint-off): Use next-error-last-buffer if bound.
820 Check compile buffer is live.
822 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
824 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
825 gets inserted out-of-order.
827 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
829 * vc-bzr.el: Copyright and version headers update.
830 Remove some outdated comments through the whole file.
831 (vc-bzr-program-args): Remove because unused.
832 (vc-bzr-log-switches): New customization option.
833 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
834 use `vc-bzr-program-args'.
835 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
836 `vc-find-root' (patch by Andreas Hoenen).
837 (vc-bzr-status): Update regex to match latest Bzr output.
838 Remove redundant test.
839 (vc-bzr-init-version): New function.
840 (vc-bzr-unregister): Must not delete file.
841 (vc-bzr-find-version): New function.
842 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
843 a non-empty string, otherwise take head revision.
844 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
845 (vc-bzr-diff): Simpler build of the revision spec string.
846 (vc-annotate-convert-time, vc-bzr-annotate-difference):
847 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
848 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
849 (vc-bzr-dired-state-info): Only provide custom strings for
850 overloaded VC state 'edited; otherwise fallback to
851 `vc-default-dired-state-info'.
853 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
855 * vc-git.el (vc-git-dir-state):
856 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
858 2008-01-04 Richard Stallman <rms@gnu.org>
860 * delsel.el (delete-selection-mode): Doc fix.
862 2008-01-04 Glenn Morris <rgm@gnu.org>
864 * version.el (emacs-copyright): Update to 2008.
866 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
868 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
869 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
871 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
872 of watch expressions (only works fully with GDB 6.7 or later).
874 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
876 * time-stamp.el (time-stamp-time-zone):
877 * whitespace.el (whitespace-check-buffer-leading)
878 (whitespace-check-buffer-trailing)
879 (whitespace-check-buffer-indent)
880 (whitespace-check-buffer-spacetab)
881 (whitespace-check-buffer-ateol):
882 * progmodes/sh-script.el (sh-indentation):
883 * textmodes/ispell.el (ispell-local-pdict):
884 Add safe-local-variable properties.
886 2007-12-31 Richard Stallman <rms@gnu.org>
888 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
889 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
891 (custom-group-value-create): Pass two args to custom-add-parent-links.
893 2007-12-29 Richard Stallman <rms@gnu.org>
895 * font-lock.el (font-lock-prepend-text-property)
896 (font-lock-append-text-property): Canonicalize the face and
897 font-lock-face properties.
899 * faces.el (facep): Doc fix.
901 * startup.el (fancy-startup-tail, fancy-about-text)
902 (fancy-startup-text): Regularize format of face property.
904 * facemenu.el (list-colors-print): Use :background and :foreground
905 instead of background-color and foreground-color.
907 2007-12-29 Drew Adams <drew.adams@oracle.com>
909 * cus-edit.el (custom-add-parent-links):
910 Fill the "Parent documentation" text.
912 2007-12-29 Eli Zaretskii <eliz@gnu.org>
914 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
915 MS-Windows and MS-DOS.
916 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
918 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
920 * progmodes/grep.el (rgrep): Fix last change.
922 2007-12-27 Richard Stallman <rms@gnu.org>
924 * progmodes/compile.el (compilation-start): Set initial visible
925 point properly even when compilation buffer already current.
927 2007-12-26 Richard Stallman <rms@gnu.org>
929 * files.el (conf-mode-maybe): New function.
930 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
932 2007-12-26 Martin Rudalics <rudalics@gmx.at>
934 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
936 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
938 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
940 2007-12-25 Richard Stallman <rms@gnu.org>
942 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
943 so they never do EOF.
945 2007-12-23 Richard Stallman <rms@gnu.org>
947 * dired-aux.el: Load dired.el at run time too.
949 * faces.el (copy-face): Create the new face explicitly if it
950 does not exist already.
952 2007-12-23 Andreas Schwab <schwab@suse.de>
954 * files.el (switch-to-buffer-other-frame): Return the buffer
957 2007-12-23 Juri Linkov <juri@jurta.org>
959 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
960 item to about-emacs instead of display-splash-screen.
962 2007-12-22 Eli Zaretskii <eliz@gnu.org>
964 * simple.el (minibuffer-history, shell-command-history)
965 (set-variable-value-history):
966 * replace.el (regexp-history):
967 * international/mule-cmds.el (input-method-history):
968 * files.el (file-name-history): Add reference to history-length in
971 2007-12-22 Richard Stallman <rms@gnu.org>
973 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
975 2007-12-21 Jason Rumney <jasonr@gnu.org>
977 * find-dired.el (find-name-arg): New custom variable.
978 (find-name-dired): Use it.
979 (find-dired-find-program): Remove.
980 (find-dired): Use find-program.
981 (find-grep-dired): Use grep-program.
983 * progmodes/grep.el (rgrep): Use find-name-arg.
985 2007-12-21 Martin Rudalics <rudalics@gmx.at>
987 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
988 specifier from format-string. Reported by Ye Wenbin.
990 2007-12-19 Martin Rudalics <rudalics@gmx.at>
992 * cus-start.el: Use correct group name for members of mode-line group.
994 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
996 * progmodes/cc-vars.el (defcustom-c-stylevar):
997 Revert to pre-2007-12-12 version.
999 2007-12-15 Richard Stallman <rms@gnu.org>
1001 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1003 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1006 * startup.el (fancy-splash-help-echo): Var deleted.
1007 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1008 (fancy-about-screen): Don't display fancy-splash-help-echo.
1010 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1012 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
1014 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1016 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1018 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1020 (add-submenu): Only define for XEmacs.
1021 (verilog-regexp-words): Revert previous change, keep the other
1024 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1026 * progmodes/perl-mode.el (perl-continued-statement-offset)
1027 (perl-continued-brace-offset, perl-brace-offset)
1028 (perl-brace-imaginary-offset, perl-label-offset):
1029 * progmodes/cperl-mode.el (cperl-brace-offset)
1030 (cperl-continued-brace-offset, cperl-label-offset)
1031 (cperl-continued-statement-offset)
1032 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1033 Add safe-local-variable properties.
1035 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1037 * progmodes/verilog-mode.el (verilog-mode-map)
1038 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1039 (verilog-colorize-include-files): Use only overlay functions so
1040 that it can work on both emacs and XEmacs.
1041 (set-extent-keymap): Remove unused defun.
1042 (verilog-kill-existing-comment, verilog-insert-date)
1043 (verilog-insert-year): Rename in order not to pollute the global
1044 namespace from kill-existing-comment, insert-date and
1045 insert-year, respectively.
1046 (verilog-set-auto-endcomments, verilog-header): Update callers.
1048 * files.el (auto-mode-alist): Recognize verilog files.
1050 * progmodes/verilog-mode.el (verilog-string-replace-matches)
1051 (verilog-string-remove-spaces, verilog-re-search-forward)
1052 (verilog-re-search-backward, verilog-re-search-forward-quick)
1053 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1054 (verilog-get-end-of-line, verilog-within-string): Move definitions
1055 before first use. No code changes.
1057 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1059 * progmodes/verilog-mode.el (verilog-mode-version)
1060 (verilog-mode-release-date): Don't use expanding keywords.
1061 (provide): Move to the end of file.
1062 (fboundp): Don't check if eval-when-compile is bound, it is used
1063 later in the file without checking.
1064 (when, unless): Copy definitions from subr.el.
1065 (char-before, defcustom, defface, customize-group)
1066 (verilog-batch-error-wrapper): Don't use old style backquotes.
1067 (verilog-regexp-opt): Avoid using the cl function case.
1068 (verilog-regexp-words): Remove duplicated definition.
1069 (verilog-mode-abbrev-table): Remove, duplicate.
1070 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1071 Declare and initialize in one step.
1072 (verilog-declaration-prefix-re, verilog-declaration-re)
1073 (verilog-end-of-statement, verilog-indent-declaration)
1074 (verilog-get-lineup-indent): Remove trailing whitespace.
1075 (verilog-mode): Fix autoload cookie.
1076 Set beginning-of-defun-function and end-of-defun-function.
1077 Use when instead of if.
1078 (verilog-emacs-features, verilog-auto-ascii-enum)
1079 (verilog-insert-indices): Escape braces in doc strings.
1081 2007-12-08 Michael McNamara <mac@verilog.com>
1082 Wilson Snyder <wsnyder@wsnyder.org>
1084 * progmodes/verilog-mode.el: New file.
1086 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
1088 * international/latexenc.el (latexenc-find-file-coding-system):
1089 If both coding-system-for-write and buffer-file-coding-system of
1090 latex-main-file are nil, use `undecided'.
1092 2007-12-06 Jason Rumney <jasonr@gnu.org>
1094 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1096 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
1098 * ido.el (ido-save-history): Use emacs-mule coding system
1099 instead of utf-8 to save filenames (it's safer in Emacs 22).
1100 Set the `coding' local variable on the first line of the file.
1102 2007-12-04 Karl Fogel <kfogel@red-bean.com>
1104 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
1105 coding system. This ports revisions 1.40 and 1.41 over to the
1106 EMACS_22_BASE branch, but with the right coding system for Emacs
1107 22 to reliably record filenames. Suggested by Eli Zaretskii.
1109 2007-12-01 Richard Stallman <rms@gnu.org>
1111 * wid-edit.el (widget-type): Doc fix.
1113 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1115 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
1117 2007-12-01 Alexandre Julliard <julliard@winehq.org>
1119 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1121 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1123 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1124 Don't match "sub { (...) ... }".
1126 2007-11-29 Richard Stallman <rms@gnu.org>
1128 * international/mule-cmds.el (toggle-input-method-active): New var.
1129 (toggle-input-method): Bind toggle-input-method-active to t.
1130 Error if it was already non-nil.
1132 2007-11-29 Glenn Morris <rgm@gnu.org>
1134 * calendar/time-date.el (with-decoded-time-value): Doc fix.
1136 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1138 * calendar/time-date.el (encode-time-value): Doc fix.
1140 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
1142 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1144 2007-11-24 Kenichi Handa <handa@m17n.org>
1146 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1148 2007-11-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1150 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1152 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
1154 * textmodes/paragraphs.el (forward-sentence): Doc fix.
1155 Reported by Drew Adams <drew.adams@oracle.com>.
1157 2007-11-20 Glenn Morris <rgm@gnu.org>
1159 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
1160 for compatibility with Emacs 23.
1162 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
1164 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1165 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1167 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1169 * progmodes/gdb-ui.el: Update commentary.
1171 2007-11-16 Eli Zaretskii <eliz@gnu.org>
1173 * international/mule-cmds.el (set-locale-environment):
1174 Set default-file-name-coding-system _after_ keyboard and terminal
1175 coding systems. This fixes last change.
1177 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1178 one space after "Subject:".
1180 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1182 * subr.el (make-variable-frame-local):
1183 Fix typo in obsolescence declaration.
1185 2007-11-16 Glenn Morris <rgm@gnu.org>
1187 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1189 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
1191 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
1192 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
1193 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
1195 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1197 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1198 in order to determine if there's a conflict.
1200 2007-11-16 Juri Linkov <juri@jurta.org>
1202 * man.el (Man-heading-regexp): Add 0-9.
1203 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1205 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1207 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1208 Fix typo in docstring.
1210 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
1211 (cua-highlight-region-shift-only): Doc fix.
1213 2007-11-15 Richard Stallman <rms@gnu.org>
1215 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1217 * reposition.el (reposition-window):
1218 Binding C-M-l moved to bindings.el.
1220 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1222 * add-log.el (add-change-log-entry-other-window):
1223 Key binding C-x 4 a moved to bindings.el.
1225 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1228 * filecache.el: Minibuffer map bindings moved to bindings.el.
1230 2007-11-14 Jason Rumney <jasonr@gnu.org>
1232 * international/mule-cmds.el (set-locale-environment):
1233 Set default-file-name-coding-system from system defaults on Windows.
1235 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1237 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1238 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1239 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1240 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1242 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1243 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1244 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1246 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1248 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1249 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1250 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1251 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1252 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1253 Rewrite in active voice.
1255 2007-11-10 Juri Linkov <juri@jurta.org>
1257 * startup.el: Backport startup screen related changes from the trunk.
1258 (initialization): Change group to `environment'.
1259 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
1260 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
1261 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
1262 (initial-scratch-message): Fix docstring.
1263 (startup-screen-inhibit-startup-screen)
1264 (pure-space-overflow-message): New variables.
1265 (command-line): Rename `inhibit-startup-message' to
1266 `inhibit-startup-screen'.
1267 (initial-scratch-message): Doc fix.
1268 (fancy-splash-text): Remove variable.
1269 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
1271 (fancy-splash-delay, fancy-splash-max-time)
1272 (fancy-current-text, fancy-splash-stop-time)
1273 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
1275 (fancy-splash-insert): Use help-echo from the 3rd element of the
1276 link specification list, or "Follow this link" if it's nil. Doc fix.
1277 Allow functions for face and link specs.
1278 (fancy-splash-tail): Remove function.
1279 (fancy-startup-tail): New function.
1280 (fancy-splash-default-action, fancy-splash-special-event-action)
1281 (fancy-splash-screens): Remove functions.
1282 (fancy-about-screen): New function.
1283 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
1284 Fix docstring. Use argument `startup' to conditionally display
1285 different texts for Startup and About screens. Don't display Help
1286 commands on the About screen. Remove `unwind-protect' `sit-for'
1287 delay and `kill-buffer' after it.
1288 (normal-mouse-startup-screen, normal-splash-screen)
1289 (normal-no-mouse-startup-screen): New functions.
1290 (startup-echo-area-message): Change text of the echo area.
1291 (display-splash-screen): Remove function.
1292 (display-startup-screen, display-about-screen): New functions.
1293 (about-emacs): Make alias to `display-about-screen'.
1294 (display-splash-screen): Make alias to `display-startup-screen'.
1295 (command-line-1): Rename `inhibit-startup-message' to
1296 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
1297 started with command line options "-f", "-funcall", "-e", "-eval",
1298 "-execute", "-insert", "-find-file", "-file", "-visit".
1299 Inhibit startup screen when Emacs is started with a file name only
1300 on tty (i.e. don't inhibit it when started with a file name like
1301 "emacs FILE..." on a window system).
1302 Comment out unused code for coping with the old sit-for behavior.
1303 If file-count > 0, then display the concise version in another
1304 window, otherwise display full version in the same window.
1305 * loadup.el: Add `button'. Move up `startup'.
1306 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
1307 * version.el (emacs-copyright): Add emacs-copyright.
1308 * menu-bar.el (menu-bar-help-menu):
1309 Move "About Emacs" and "About GNU" to the end of the Help menu.
1310 Move "Emacs Psychotherapist" after "Send Bug Report...".
1311 Move "External Packages" after "Find Emacs Packages".
1313 2007-11-10 Jason Rumney <jasonr@gnu.org>
1315 * w32-fns.el: Sync charset names with setup-default-fontset.
1316 Append "-1" where second part missing.
1318 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1320 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1322 * ido.el (ido-save-history): Write the history file in UTF-8,
1323 and add `coding' file-local variable.
1325 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1327 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1328 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1329 (iso-iso2duden-trans-tab): Add docstring.
1331 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1333 * faces.el (face-normalize-spec): Remove function.
1334 (frame-set-background-mode): Undo last change.
1336 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1338 * files.el (enable-local-variables): Doc fix.
1340 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1342 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1343 match dir like "a...b".
1345 2007-11-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
1347 * eshell/esh-mode.el (eshell-output-filter):
1348 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1349 Use `with-current-buffer'.
1351 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
1353 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1355 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1357 * net/tls.el: Require rx when compiling.
1358 (tls-end-of-info): New variable.
1359 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1362 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1364 * simple.el (bad-packages-alist): Anchor semantic regexp.
1366 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1368 * files.el (hack-local-variables): Fix membership tests to avoid
1369 treating all variables as safe if `enable-local-variables' is
1370 set to :safe (CVE-2007-5795).
1372 2007-11-02 Glenn Morris <rgm@gnu.org>
1374 * progmodes/etags.el (tags-table-mode): Disable undo.
1376 * simple.el (bad-packages-alist): Revert previous change.
1378 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1380 * printing.el (printing): Fix :version, printing.el was included
1382 (pr-path-style, pr-path-alist, pr-txt-name)
1383 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1384 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1385 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1386 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1387 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1388 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1389 (pr-setting-database, pr-visible-entry-list)
1390 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1391 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1394 2007-11-01 Glenn Morris <rgm@gnu.org>
1396 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1398 * mail/footnote.el (footnote-numeric-regexp)
1399 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1400 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1401 Match multi-character footnotes.
1403 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1404 (nroff-indent-line-function): New function.
1405 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1408 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1410 * net/tramp.el (tramp-open-connection-telnet)
1411 (tramp-open-connection-rsh, tramp-open-connection-su)
1412 (tramp-open-connection-multi): Set $LC_ALL to "C".
1414 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1416 * dired-aux.el (dired-copy-file-recursive):
1417 Preserve directory permissions.
1419 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1421 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1422 (whitespace-unload-function): New-style unload function. When run,
1423 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1424 to stop the old hook from messing with the unloading.
1426 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1428 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1430 * emacs-lisp/find-func.el (find-library): Use library at
1431 point as default interactive argument.
1433 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1435 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1436 (elp-unset-master, elp-results): Fix typos.
1437 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1440 * msb.el (msb--many-menus): Remove variable.
1441 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1442 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1443 (msb--toggle-menu-type): Fix typos in docstrings.
1445 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1446 (shadow-insert-var): Doc fixes.
1447 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1449 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1451 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1453 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1454 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1455 Fix typos in autoload docstrings.
1457 * loadhist.el (unload-feature): Remove redundant check.
1459 2007-10-30 Richard Stallman <rms@gnu.org>
1461 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1463 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1465 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1466 (gdb-var-update-handler-1): Use it.
1468 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1470 * loadhist.el (unload-feature): Remove erroneous check for the
1471 FEATURE-unload-function variable; check the existence of the
1472 function (that's what the docstring says, and it makes more sense).
1474 * follow.el (follow-unload-function): Add docstring.
1475 (follow-unload-function): Remove variable.
1477 * server.el (server-unload-function): Remove variable.
1478 (server-unload-function): Unbind `server-edit' from `C-x #'.
1480 * uniquify.el (uniquify-unload-function): Add docstring.
1481 (uniquify-unload-function): Remove variable.
1483 * ses.el (ses-unload-function): New function.
1485 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1487 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1488 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1490 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1491 before use to avoid a warning in packages that require uniquify.
1492 (uniquify-unload-function): New function and var.
1494 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1496 * loadhist.el (unload-feature-special-hooks):
1497 Add `delete-frame-functions'.
1499 * server.el (server-unload-function): Rename from `server-unload-hook'
1500 and adapt to new `unload-feature' functionality. Remove hook from
1501 `kill-buffer-hook' buffer-locally.
1502 (server-unload-hook): Remove.
1503 (server-unload-function): New var; replaces `server-unload-hook'.
1505 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1507 * desktop.el (uniquify-managed): Pacify byte compiler.
1508 (desktop-buffer-info): If the buffer name is managed by uniquify,
1509 save the base name, not the uniquified one.
1510 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1511 name in case of conflict.
1513 2007-10-26 Glenn Morris <rgm@gnu.org>
1515 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1516 safe-local-variable property.
1518 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1520 * net/browse-url.el (browse-url-browser-function): Delete grail.
1521 (browse-url-grail): Function and variable deleted.
1522 (browse-url-browser-function): Delete IXI Mosaic.
1523 (browse-url-default-browser): Don't try IXI Mosaic.
1524 (browse-url-iximosaic): Function deleted.
1525 (browse-url-browser-function): Delete MMM.
1526 (browse-url-default-browser): Don't try MMM.
1527 (browse-url-mmm): Function deleted.
1529 2007-10-25 Glenn Morris <rgm@gnu.org>
1531 * progmodes/f90.el (f90-indented-comment-re)
1532 (f90-directive-comment-re, f90-break-delimiters):
1533 * progmodes/fortran.el (fortran-comment-line-start-skip)
1534 (fortran-directive-re):
1535 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1536 as safe if they are strings.
1538 2007-10-25 Richard Stallman <rms@gnu.org>
1540 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1542 2007-10-24 Richard Stallman <rms@gnu.org>
1544 * savehist.el (savehist-save): Omit unreadable elements.
1546 * loadhist.el (unload-function-defs-list): Renamed from
1547 unload-function-features-list.
1548 (unload-feature-special-hooks, unload-feature): Doc fixes.
1550 * indent.el (indent-to-left-margin): If point's in the indentation,
1551 move to the end of the indentation.
1553 * cus-edit.el (customize-changed-options): Make arg optional.
1555 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1557 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1559 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1561 * textmodes/css-mode.el: Require CL.
1562 (comment-continue): Declare.
1564 * subr.el (make-variable-frame-localizable): Remove.
1565 (make-variable-frame-local): Mark obsolete.
1567 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1569 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1570 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1572 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1574 * comint.el (comint-password-prompt-regexp):
1575 Handle `[sudo] password'-style prompt.
1577 2007-10-23 Glenn Morris <rgm@gnu.org>
1579 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1580 (f90-type-indent, f90-program-indent)
1581 (f90-continuation-indent, f90-comment-region)
1582 (f90-beginning-ampersand, f90-smart-end)
1583 (f90-break-before-delimiters, f90-auto-keyword-case)
1584 (f90-leave-line-no, f90-mode-hook):
1585 Give an appropriate safe-local-variable property.
1586 (f90-font-lock-keywords-2): Fix `go to' regexp.
1588 * progmodes/fortran.el (fortran-tab-mode-default)
1589 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1590 (fortran-structure-indent, fortran-continuation-indent)
1591 (fortran-comment-indent, fortran-comment-line-extra-indent)
1592 (fortran-comment-line-start)
1593 (fortran-minimum-statement-indent-fixed)
1594 (fortran-minimum-statement-indent-tab)
1595 (fortran-comment-indent-char, fortran-line-number-indent)
1596 (fortran-check-all-num-for-matching-do)
1597 (fortran-blink-matching-if, fortran-continuation-string)
1598 (fortran-comment-region, fortran-electric-line-number)
1599 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1600 (fortran-analyze-depth, fortran-break-before-delimiters):
1601 Give an appropriate safe-local-variable property.
1603 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1605 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1606 of the subdirs is unreadable.
1608 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1610 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1611 Use window-full-width-p.
1613 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1615 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1616 (tpu-edt-off): Use it.
1617 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1618 the global-map before adding it to global-map.
1620 * menu-bar.el (global-buffers-menu-map): New var.
1621 (global-map, menu-bar-update-buffers): Use it.
1622 * msb.el (msb-menu-bar-update-buffers): Use it.
1623 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1624 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1625 Use with-current-buffer.
1627 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1629 * hexl.el (hexl-menu): New major mode menu.
1631 2007-10-20 Glenn Morris <rgm@gnu.org>
1633 * progmodes/f90.el (f90-font-lock-keywords-2)
1634 (f90-looking-at-type-like): Fix regexp typos.
1636 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1638 * bs.el (bs-mode): Add mode name (accidentally left out
1639 in the 2007-10-16 change).
1641 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1643 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1644 (bs-mode): Set mode-class property to special.
1646 * follow.el (follow-unload-function): New function.
1648 * loadhist.el (unload-function-features-list):
1649 Rename from `unload-hook-features-list'.
1650 (unload-hook-features-list): Add as obsolete alias.
1651 (unload-feature): Use `unload-function-features-list'
1652 and new FEATURE-unload-function.
1654 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1656 * loadhist.el (unload-feature-special-hooks):
1657 Update list of special hooks.
1659 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1660 (adaptive-fill-function): Doc fix. Remove * from docstring.
1662 2007-10-18 Glenn Morris <rgm@gnu.org>
1664 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1666 2007-10-17 Aaron Hawley <aaronh@garden.org>
1668 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1669 position is not saved.
1671 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1673 * longlines.el (longlines-wrap-follows-window-size): Integer value
1674 specifies wrapping margin.
1675 (longlines-mode, longlines-window-change-function):
1676 Set window-specific wrapping margin based on the above.
1678 2007-10-17 John Wiegley <johnw@newartisans.com>
1680 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1682 2007-10-17 Glenn Morris <rgm@gnu.org>
1684 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1685 Tweak regexp to avoid stack overflow.
1687 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1689 * simple.el (reindent-then-newline-and-indent): Don't assume that
1690 indent-according-to-mode preserves point.
1692 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1694 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1695 (bs--restore-window-config): Keep the selected frame.
1696 (bs--track-window-changes, bs--remove-hooks): New functions.
1697 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1698 (bs--show-with-configuration): Revert 2006-11-09 change.
1699 Don't reuse window unless it is visible on the selected frame.
1700 Restore window configuration (possibly in a different frame)
1701 before creating any window.
1703 2007-10-16 Richard Stallman <rms@gnu.org>
1705 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1706 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1707 (ad-is-advised, ad-get-advice-info-field)
1708 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1710 2007-10-16 Glenn Morris <rgm@gnu.org>
1712 * simple.el (blink-matching-open): Don't report false errors with
1713 the `$' syntax class.
1715 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1717 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1718 (filesets-ormap, filesets-sort-case-sensitive-flag)
1719 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1720 Fix typos in docstrings.
1721 (filesets-data-get-name, filesets-data-get-data)
1722 (filesets-data-set, filesets-cmd-query-replace-getargs)
1723 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1725 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1727 * term/mac-win.el: Don't require url when compiling, as url-type is
1730 2007-10-14 Glenn Morris <rgm@gnu.org>
1732 * progmodes/etags.el (select-tags-table): Disable undo in the
1733 `*Tags Table List*' buffer.
1735 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1737 * dired.el (dired-warn-writable): New face.
1738 (dired-warn-writable-face): New variable.
1739 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1740 of dired-warning-face, for group- and world-writable files.
1742 2007-10-13 Glenn Morris <rgm@gnu.org>
1744 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1745 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1746 Add doc string, and an explicit COUNT argument.
1747 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1748 `inc' to search functions.
1750 2007-10-13 John W. Eaton <jwe@octave.org>
1752 * progmodes/octave-mod.el (octave-looking-at-kw)
1753 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1755 (octave-in-defun-p, calculate-octave-indent)
1756 (octave-blink-matching-block-open, octave-beginning-of-defun)
1757 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1758 to search for regexps that contain case-sensitive keywords.
1759 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1760 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1762 2007-10-13 Richard Stallman <rms@gnu.org>
1764 * files.el (directory-abbrev-alist): Doc fix.
1766 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1768 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1770 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1772 * frame.el (set-frame-configuration): Assign name parameter only
1773 if it has been set explicitly before.
1775 * window.el (handle-select-window): Revert part of 2007-10-06
1776 change setting the input focus.
1778 2007-10-12 Glenn Morris <rgm@gnu.org>
1780 * cus-edit.el (custom-variable-menu, custom-face-menu)
1781 (custom-group-menu): Check init-file-user rather than
1782 user-init-file, in case cus-edit is loaded by site-run-file.
1784 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1786 * follow.el (follow-stop-intercept-process-output):
1787 Use `follow-call-process-filter' rather than `process-filter'.
1789 2007-10-11 Tom Tromey <tromey@redhat.com>
1791 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1794 2007-10-10 Richard Stallman <rms@gnu.org>
1796 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1799 * faces.el (face-font-selection-order): Doc fix.
1801 * loadhist.el (unload-feature): Doc fix.
1803 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1805 * ps-print.el: Fix the usage of :foreground and :background face
1806 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1807 (ps-print-version): New version 6.7.6.
1808 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1810 (ps-face-foreground-color-p, ps-face-background-color-p)
1811 (ps-face-color-p): New inline funs.
1813 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1815 * follow.el: Change all instances of "Follow Mode" to "Follow
1816 mode" in docstrings and messages.
1818 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1820 * faces.el (face-font-selection-order): Doc fix.
1822 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1823 (follow-mode-off-hook): Mark as obsolete.
1825 2007-10-08 Richard Stallman <rms@gnu.org>
1827 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1828 (edebug-install-custom-print, edebug-reset-print-funcs)
1829 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1831 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1832 (edebug-format, edebug-message): Define directly as aliases.
1834 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1836 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1838 2007-10-07 Glenn Morris <rgm@gnu.org>
1840 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1843 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1845 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1846 (tramp-completion-mode-p): Revert change from 2007-09-24.
1847 Checking for `return' etc as last character is not sufficient, for
1848 example in dired-mode when entering <g> (revert-buffer) or
1851 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1853 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1854 select-window or select-frame events.
1855 (handle-select-window): When autoselecting window set input
1858 * frame.el (focus-follows-mouse): Moved to frame.c.
1859 * cus-start.el (all): Add focus-follows-mouse.
1861 2007-10-05 Chris Moore <dooglus@gmail.com>
1863 * server.el (server-kill-new-buffers): Doc fix.
1865 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1867 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1868 activate font-locking in the *buffer-selection* buffer.
1869 (bs-show-sorted): Doc fix.
1871 * bs.el (bs--get-marked-string, bs--get-modified-string)
1872 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1873 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1874 (bs--format-aux): Doc fix.
1876 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1878 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1880 2007-10-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
1882 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1884 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1886 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1887 (gud-gdb): New function for old M-x gdb (text command mode).
1888 (gud-gdb-command-name, gdb): Move to...
1890 * progmodes/gdb-ui.el: ...here and adapt doc string.
1891 (gud-gdba-command-name, gdba): Delete.
1893 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1895 * bs.el: Don't defvar `font-lock-verbose'.
1896 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1897 (bs--get-file-name): Fix typos in docstrings.
1898 (bs--show-header): Use `dolist' instead of `mapcar'.
1899 (bs-mode): Set `show-trailing-whitespace' to nil.
1900 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1901 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1904 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1906 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1908 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1910 * progmodes/gud.el (gdb): Make graphical mode the default and
1911 switch to text command mode if appropriate, i.e., reverse previous
1913 (gud-gdb-marker-filter): Adapt for above change.
1915 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1916 gud-minor-mode and gud-marker-filter.
1917 (gdb-fullname-regexp): New variable.
1918 (gud-gdba-marker-filter): Use it to switch to text command
1919 mode if appropriate.
1921 2007-10-02 Richard Stallman <rms@gnu.org>
1923 * frame.el (cursor-in-non-selected-windows): Doc fix.
1925 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1927 * progmodes/gud.el (gud-display-line): Find source buffer even when
1928 GUD buffer has its own frame.
1930 2007-10-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1932 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1934 2007-09-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1936 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1938 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1940 * allout.el (allout-before-change-handler): Replace got-char by
1943 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1945 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1946 Used to try and automatically enabled smerge-mode in the presence of
1947 conflicts and to call `svn resolved' when the conflicts are gone.
1948 (vc-svn-parse-status): Remember the svn-specific status.
1950 * newcomment.el (comment-choose-indent): New function extracted
1951 from comment-indent. Improve the alignment algorithm.
1952 (comment-indent): Use it.
1954 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1956 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1957 (eldoc-message-commands, eldoc-current-idle-delay):
1958 Fix typos in docstrings.
1960 * progmodes/python.el (python-eldoc-function): Doc fix.
1962 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1964 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1965 menu-bar-apropos-menu. All users changed.
1966 (menu-bar-help-menu): Change menu symbols to better match the text
1967 displayed by the menu.
1969 2007-09-25 Glenn Morris <rgm@gnu.org>
1971 * view.el (view-search-no-match-lines): Add a doc string.
1972 Rewrite to simplify and work better.
1974 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1976 * net/tramp.el (tramp-completion-mode-p): Rename from
1977 `tramp-completion-mode'. Revert logic, check `return', `newline'
1978 and such alike. Packages like Icicles tend to use other completion
1979 characters but `tab' and `space' only.
1980 (top): Require cl.el, when `copy-tree' is not available otherwise.
1982 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1985 2007-09-24 Ville Skytt
\e,Ad
\e(B <scop@xemacs.org> (tiny change)
1987 * net/tramp-vc.el (tramp-vc-user-login-name):
1988 Use `vc-find-version' instead of `process-file' to check whether we
1989 have a new enough vc that doesn't need the defadvice.
1991 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1993 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1996 2007-09-23 Glenn Morris <rgm@gnu.org>
1998 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2000 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2002 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2004 * log-view.el (log-view-mode-map): Likewise.
2006 * diff-mode.el (diff-mode-shared-map): Likewise.
2008 2007-09-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
2010 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2011 add inferior-octave-directory-tracker to the buffer-local value
2012 of comint-input-filter-functions.
2014 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2016 * files.el (file-name-sans-versions): Also allow `A-Z'.
2018 * vc.el: Mention all supported VC backends.
2020 2007-09-22 Richard Stallman <rms@gnu.org>
2022 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2023 neighbouring buttons.
2025 2007-09-22 Andreas Schwab <schwab@suse.de>
2027 * files.el (file-name-sans-versions): Also allow `_'.
2029 2007-09-22 Glenn Morris <rgm@gnu.org>
2031 * eshell/esh-mode.el (eshell-output-filter-functions):
2032 Add eshell-postoutput-scroll-to-bottom.
2034 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2036 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2038 * log-view.el (log-view-mode-map, log-view-mode-menu):
2039 Bind log-view-annotate-version.
2040 (log-view-beginning-of-defun, log-view-end-of-defun)
2041 (log-view-annotate-version): New functions.
2042 (log-view-mode): Use log-view-beginning-of-defun and
2043 log-view-end-of-defun.
2045 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2047 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2049 2007-09-21 Kevin Ryde <user42@zip.com.au>
2051 * international/mule.el (sgml-html-meta-auto-coding-function):
2052 Bind `case-fold-search' to t.
2054 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2056 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2057 neighbouring buttons.
2059 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2060 Recognize gcc's use of "note" for informational messages.
2062 2007-09-20 Glenn Morris <rgm@gnu.org>
2064 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2065 motion functions, rather than hard-coding "\n\n".
2066 (tex-validate-region): Check for eobp, to speed up.
2067 (tex-next-unmatched-end): Doc fix.
2069 2007-09-19 Glenn Morris <rgm@gnu.org>
2071 * textmodes/tex-mode.el (tex-terminate-paragraph):
2072 Use backward-paragraph.
2074 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2076 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2077 (css-mode): Update correspondingly.
2079 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2081 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
2083 * vc-hooks.el (vc-menu-entry): New var.
2084 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
2085 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
2086 (vc-menu-map): Declare and initialize in one step.
2088 * menu-bar.el (vc-menu-map): Don't setup any more.
2089 Instead, just create the proper spot in the menu.
2091 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2092 Stefan Monnier <monnier@iro.umontreal.ca>
2094 * vc.el: Document new VC operation `extra-menu'.
2096 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
2098 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2100 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2101 Signed-off-by, Acked-by and Merge.
2103 2007-09-17 Glenn Morris <rgm@gnu.org>
2105 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2106 filename from `--file-line-error', if it is available.
2108 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2110 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2111 TeX `--file-line-error' format.
2113 2007-09-17 Glenn Morris <rgm@gnu.org>
2115 * textmodes/tex-mode.el (tex-region): Simplify previous change,
2116 handling the case where the region is not in `tex-main-file'.
2117 (tex-region-1): Delete.
2118 (tex-region-header): New function, doing the header part of the
2121 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2123 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2125 2007-09-16 Drew Adams <drew.adams@oracle.com>
2127 * cus-edit.el (custom-face-edit-activate): Doc fix.
2129 2007-09-16 Glenn Morris <rgm@gnu.org>
2131 * textmodes/tex-mode.el (tex-region): Handle the case where the
2132 region is not in `tex-main-file'. Move the old code that applies
2134 (tex-region-1): ...to this new function.
2136 2007-09-15 Martin Rudalics <rudalics@gmx.at>
2138 * simple.el (blink-matching-open): Don't display message when no
2139 paren is found within blink-matching-paren-distance characters.
2140 Don't search prompt in blink-matching-paren-distance nil case.
2142 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2144 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2146 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2148 * vc-mtn.el: New file.
2150 * vc-hooks.el (vc-handled-backends): Add Mtn.
2152 2007-09-13 Eli Zaretskii <eliz@gnu.org>
2154 * files.el (find-file, find-file-other-window)
2155 (find-file-other-frame, find-file-existing, find-file-read-only)
2156 (find-file-read-only-other-window)
2157 (find-file-read-only-other-frame)
2158 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2160 2007-09-13 Jari Aalto <jari.aalto@cante.net>
2162 * man.el (Man-default-man-entry): At end of line, continue looking
2163 to the next line for possible end of hyphenated command.
2165 2007-09-13 Chris Moore <dooglus@gmail.com>
2167 * shell.el (shell-resync-dirs): Don't move the cursor relative to
2168 the command being edited.
2170 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
2172 * progmodes/gud.el (gdb-ready): New variable.
2173 (gdb): Set it to nil. Set gud-running to nil here...
2174 (gud-common-init): ...instead of here.
2176 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2177 Use gdb-ready. Discard input until GDB is ready to accept it.
2179 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
2181 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
2184 2007-09-12 Martin Rudalics <rudalics@gmx.at>
2186 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2187 make it show up with eight colors.
2189 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2191 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2192 diffs are concatenated with no intervening line.
2194 2007-09-10 Dave Love <fx@gnu.org>
2196 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2197 (python-font-lock-keywords): Update to the 2.5 version of the language.
2198 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2199 (python-backspace): Only behave funny in code.
2200 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2201 (inferior-python-mode): Add PDB prompt regexp.
2202 (python-fill-paragraph): Refine the fenced-string regexp.
2203 (python-find-imports): Handle imports spanning several lines.
2204 (python-mode): Add `class' to hideshow support.
2206 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2208 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
2209 add-log-buffer-file-name-function rather than bind buffer-file-name,
2210 so we dont end up calling change-log-mode in *cvs* when `fi' is the
2211 ChangeLog file itself.
2213 * outline.el (outline-flag-region): Use front-advance.
2215 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
2217 * progmodes/cperl-mode.el: Merge upstream 5.23.
2218 (cperl-where-am-i): Remove function.
2219 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2220 (cperl-sniff-for-indent): De-invert [string] and [comment].
2221 When looking for label, skip s:m:y:tr.
2222 (cperl-indent-line): Likewise.
2223 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2224 (cperl-windowed-init): Wrong `ps-print' handling.
2225 Both thanks to Chong Yidong.
2226 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2227 (cperl-find-pods-heres): If the second part of s()[] is missing,
2228 don't try to highlight delimiters...
2230 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2232 * progmodes/compile.el (compilation-get-file-structure): Complete last
2233 change by also using spec-directory in the puthash.
2235 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
2237 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
2238 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2239 (vc-bzr-status): Fix shadowing of variable 'status'.
2240 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2241 Use `expand-file-name' instead of `concat'.
2242 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2243 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2245 2007-09-05 Jason Rumney <jasonr@gnu.org>
2247 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2249 2007-09-02 Richard Stallman <rms@gnu.org>
2251 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2252 Add `safe-local-variable' property.
2253 (lisp-body-indent): Likewise.
2255 2007-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2257 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2260 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
2261 (x-gtk-map-stock): New function.
2263 2007-09-02 Glenn Morris <rgm@gnu.org>
2265 * comint.el (comint-mode): Don't set scroll-conservatively.
2267 * eshell/em-unix.el (eshell/time): Stringify and flatten the
2268 non-command arguments.
2270 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2272 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2273 Fix bug: Don't expand top-level file name more than once.
2274 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2276 2007-09-01 Richard Stallman <rms@gnu.org>
2278 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2281 2007-08-30 Richard Stallman <rms@gnu.org>
2283 * speedbar.el (speedbar-frame-reposition-smartly)
2284 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2285 (speedbar-check-vc): Don't use dframe-xemacsp.
2287 2007-08-30 Martin Rudalics <rudalics@gmx.at>
2289 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2291 2007-08-29 Martin Rudalics <rudalics@gmx.at>
2293 * repeat.el (repeat): Use last-repeatable-command instead of
2294 real-last-command. Run pre- and post-command hooks for
2295 self-insertion. Update doc-string.
2297 2007-08-28 Glenn Morris <rgm@gnu.org>
2299 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
2301 2007-08-27 Alexandre Julliard <julliard@winehq.org>
2303 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2305 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2306 (vc-git-create-repo): Fix invalid command.
2308 2007-08-27 Richard Stallman <rms@gnu.org>
2310 * textmodes/flyspell.el (flyspell-mode):
2311 Catch errors in flyspell-mode-on.
2313 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2315 * progmodes/modula2.el (m2-definition, m2-module):
2316 Don't use previous-line. Reported by T. V. Raman.
2318 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2320 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2321 argument to tool-bar-mode call.
2323 2007-08-27 Glenn Morris <rgm@gnu.org>
2325 * diff-mode.el (diff-find-file-name): Only accept regular files,
2326 to rule out /dev/null, directories, etc.
2328 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
2330 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2331 safe-local-variable setting.
2332 * progmodes/perl-mode.el (perl-indent-level): Likewise.
2334 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2336 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2337 of buffers in uniquify-managed.
2339 * simple.el (invisible-p): Rename from text-invisible-p.
2342 2007-08-25 Alan Mackenzie <acm@muc.de>
2344 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2345 new language variable.
2347 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2348 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2349 "extern" etc., rather than BOI. Fix addition of spurious
2350 syntactic-symbol 'defun-block-intro, replacing it with
2353 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
2355 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2356 Don't behave differently when executed via M-x. Add doc string.
2358 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2360 * files.el (backup-buffer-copy): Don't wrap delete in
2361 condition-case, only try to delete if file exists.
2363 2007-08-24 Glenn Morris <rgm@gnu.org>
2365 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2367 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2369 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2370 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2371 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2372 (cperl-etags-goto-tag-location): Use new style backquotes.
2374 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2375 (dynamic-completion-table): Use it it.
2377 * net/browse-url.el: Remove spurious * in custom docstrings.
2378 (browse-url-filename-alist): Use new-style backquote.
2380 * emacs-lisp/backquote.el (backquote-unquote-symbol)
2381 (backquote-splice-symbol): Clarify they're not new-style unquotes.
2383 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2384 (\,@): Backslash the , and ,@ which are not new-style unquotes.
2386 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2388 * net/socks.el (socks-username/password-auth-filter):
2389 Remove unused vars `state' and `desired-len'.
2390 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2391 (socks-wait-for-state-change): Use new-style backquotes.
2393 * pcvs.el (cvs-mode-status): Fix long-standing typo.
2395 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2396 backquotes after each `read' rather than once per buffer.
2398 * dframe.el: Remove spurious * in custom docstrings.
2399 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2400 (dframe-xemacs20p): Remove, inline at the sole use point.
2401 (defface): Don't defvar the face, don't use old-style backquote.
2402 (defcustom): Don't use old-style backquote.
2403 (dframe-frame-parameter, dframe-mouse-event-p):
2404 Make it obvious that it's always defined.
2405 (dframe-popup-kludge): New function to replace
2406 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2407 (dframe-frame-mode, dframe-set-timer-internal)
2408 (dframe-mouse-set-point): Remove use of with-no-warnings from
2409 XEmacs-specific code.
2410 (dframe-set-timer-internal): Fix very old bug with
2411 post-command-idle-hook.
2413 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2415 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2417 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2419 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2421 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2422 safe-local-variable.
2424 2007-08-22 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2426 * net/browse-url.el (browse-url-emacs): New function.
2428 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2430 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2431 warning if the file uses old style backquotes.
2433 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2434 (byte-recompile-directory, byte-compile-file)
2435 (byte-compile-from-buffer): Use with-current-buffer.
2437 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2438 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2439 (line-move-1, line-move-finish, line-move-to-column)
2440 (move-end-of-line, move-beginning-of-line): Use new name.
2442 2007-08-22 Glenn Morris <rgm@gnu.org>
2444 * files.el (backup-buffer-copy): Check backup directory is
2445 writable, to avoid infloop deleting old backup.
2447 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2448 movemail related variables.
2449 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2450 will now be set before this is called.
2452 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2454 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2456 * progmodes/ada-mode.el: Fix up comment style in header.
2457 (ada-check-emacs-version): Remove.
2458 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2459 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2460 to try and quieten the byte-compiler.
2461 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2463 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2465 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2467 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2468 extracted from `eval-last-sexp-1'.
2469 (eval-last-sexp-1): Call `preceding-sexp'.
2471 2007-08-19 Glenn Morris <rgm@gnu.org>
2473 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2474 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2475 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2476 shadow files messing up the compilation.
2478 2007-08-18 Glenn Morris <rgm@gnu.org>
2480 * progmodes/scheme.el (scheme-mode-variables):
2481 Set font-lock-comment-start-skip.
2483 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2485 * progmodes/ada-mode.el (ada-create-syntax-table):
2486 Move set-syntax-table from here to ...
2487 (ada-mode): ... here. Don't change global value of comment-multi-line.
2488 Call new function ada-initialize-syntax-table-properties.
2489 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2490 (ada-deactivate-properties, ada-initialize-properties):
2491 Replace by new functions ...
2492 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2493 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2494 properties uniformly, independently from whether font-lock-mode
2495 is enabled or not. Handle read-only buffers and do not change
2496 undo-list when setting syntax-table properties.
2497 (ada-after-change-function): Use ada-set-syntax-table-properties.
2499 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2501 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2502 (cperl-find-pods-heres): Fix an error when typing expressions like
2505 2007-08-17 Glenn Morris <rgm@gnu.org>
2507 * progmodes/compile.el (compilation-get-file-structure): Make use
2508 of the directory part when checking for an existing entry, to
2509 handle files with same basename in different directories.
2511 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2513 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2514 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2515 (ps-paragraph-spacing): Docstring fix.
2517 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2519 * smerge-mode.el (smerge-resolve): New arg `safe'.
2520 (smerge-resolve-all, smerge-batch-resolve): New function.
2521 (smerge-refine): Make sure `diff' returns the expected result.
2522 (smerge-parsep-re): New const.
2523 (smerge-mode): Use it to adjust paragraph-separate.
2525 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2526 Correctly match / regexp matchers as first char on a line when
2527 fontifying only that line.
2529 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2531 2007-08-16 Glenn Morris <rgm@gnu.org>
2533 * ps-print.el (ps-font-size): Doc fix.
2535 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2537 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2538 (vc-bzr-registered): Don't redundantly protect against
2539 file-error. Actually use the format-specific code.
2540 (vc-bzr-buffer-nonblank-p): Remove.
2541 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2543 2007-08-15 Glenn Morris <rgm@gnu.org>
2545 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2546 sloppier, for the sake of GNU Mailman.
2547 (rmail-digest-rfc1153): Initialize `result' correctly.
2549 2007-08-14 Glenn Morris <rgm@gnu.org>
2551 * simple.el (bad-packages-alist): New constant.
2552 (bad-package-check): New function. Together, these two add
2553 elements to `after-load-alist' to check for problematic external
2555 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2557 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2559 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2560 optional quotes around files in NEED-UPDATE . REMOVED case.
2562 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2563 (ada-treat-cmd-string): Improve error message.
2564 (ada-do-file-completion): Call `ada-require-project-file', so
2565 project variables are set properly.
2566 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2567 (ada-gnatfind-buffer-name): New constant.
2568 (ada-find-any-references): Use new constant. Set buffer name
2569 properly in compilation-start. Toggle read-only properly.
2570 (ada-find-in-src-path): Fix spelling error in docstring.
2572 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2575 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2577 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2579 2007-08-12 Richard Stallman <rms@gnu.org>
2581 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2582 (cvs-execute-single-file): Use new name split-string-and-unquote.
2583 (cvs-header-msg): Use new name combine-and-quote-strings.
2585 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2587 * progmodes/gud.el (gud-common-init): Use new name
2588 split-string-and-unquote.
2590 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2593 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2594 combine-and-quote-strings and split-string-and-unquote.
2596 * subr.el (combine-and-quote-strings): Rename from strings->string.
2597 (split-string-and-unquote): Rename from string->strings.
2599 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2601 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2602 to buffer-local settings.
2604 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2605 (backquote-process): Add internal arg `level'. Use the two to
2606 correctly handle nested backquotes.
2608 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2610 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2611 (vc-bzr-state-words): Add "kind changed" state word.
2612 (vc-bzr-status): New function. Return Bzr idea of file status,
2613 which is different from VC's.
2614 (vc-bzr-state): Use vc-bzr-status.
2615 (vc-workfile-unchanged-p): Use vc-bzr-status.
2616 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2617 (vc-dired-state): Process "kind changed" state word.
2619 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2621 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2623 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2624 Move from vc-default-find-file-not-found-hook.
2626 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2628 * url/url-auth.el (url-basic-auth): When prompting for username
2629 and password, default to the username and password in the URL.
2631 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2633 * man.el: Remove spurious * in docstrings.
2634 Merge defvars and toplevel setq-defaults.
2635 (Man-highlight-references0): Limit=nil rather than point-max.
2636 (Man-mode-map): Move initialization into the declaration.
2637 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2638 (Man-view-header-file): Use expand-file-name rather than concat.
2639 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2641 * man.el (Man-next-section): Make sure we do not move backward.
2643 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2645 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2646 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2647 ps-print-color-p is neither nil nor black-white. Reported by Christian
2648 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2650 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2652 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2654 2007-08-08 Andreas Schwab <schwab@suse.de>
2656 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2657 self-insert-command, not self-insert.
2659 2007-08-08 Glenn Morris <rgm@gnu.org>
2661 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2663 * Replace `iff' in doc-strings and comments.
2665 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2666 rather than just `-'.
2668 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2670 * dired.el (dired-pop-to-buffer):
2671 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2672 * calendar/calendar.el (generate-calendar-window):
2673 * progmodes/compile.el (compilation-set-window-height):
2674 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2675 Use window-full-width-p instead of comparing frame-width and
2678 * progmodes/compile.el (compilation-find-buffer): Remove extra
2679 argument in call to compilation-buffer-internal-p.
2681 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2683 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2684 parameters IDENTIFICATION and CONNECTED.
2685 (tramp-handle-insert-file-contents): VISIT must be handled after
2686 insertion of the local copy. Reported by Peter Gordon
2687 <peter@pg-consultants.com>.
2688 (tramp-file-name-handler): No special handling for
2689 `expand-file-name'. But for `file-name-as-directory'.
2690 (tramp-find-shell, tramp-open-connection-telnet)
2691 (tramp-open-connection-rsh, tramp-open-connection-su)
2692 (tramp-open-connection-multi)
2693 (tramp-open-connection-setup-interactive-shell): Guard against
2694 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2695 <steve@sxemacs.org>.
2696 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2699 * net/trampver.el: Update release number.
2701 2007-08-07 Tom Tromey <tromey@redhat.com>
2703 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2704 Add safe-local-variable property.
2706 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2708 * image-mode.el (image-toggle-display): Use image-refresh.
2710 * longlines.el (longlines-decoded): New variable.
2711 (longlines-mode): Avoid encoding or decoding the buffer twice.
2713 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2715 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2717 (vc-bzr-command): Remove redundant setting of process-connection-type.
2718 (vc-bzr-admin-checkout-format-file): Add autoload.
2719 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2720 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2721 (vc-bzr-registered): Compare dirstate format tag with known good
2722 value, abort parsing if match fails. Warn user in docstring.
2723 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2724 See bzrlib/branch.py in Bzr sources.
2725 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2726 (vc-bzr-shell-command): Remove in favor of
2727 vc-bzr-command-discarding-stderr.
2728 (vc-bzr-command-discarding-stderr): New function.
2730 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2732 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2733 program, and return nil
2734 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2735 (vc-bzr-state): Look for path names relative to the repository
2736 root after status keyword.
2737 (vc-bzr-file-name-relative): New function.
2738 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2740 (vc-bzr-admin-dirname, ...-checkout-format-file)
2741 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2742 files that we now parse directly for speed.
2743 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2744 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2745 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2746 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2747 Bzr warnings, so we must discard it.
2748 (vc-bzr-workfile-version): Speedup counting lines from
2749 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2750 if that file doesn't exist.
2751 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2752 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2753 (not ".bzr"!) to `vc-directory-exclusion-list'
2754 (vc-bzr-shell-command): New function.
2756 2007-08-06 Tom Tromey <tromey@redhat.com>
2758 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2759 (diff-fixup-modifs): Typo in docstring.
2761 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2763 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2765 (tpu-edt-off): Disable relevant pieces of advice.
2767 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2768 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2769 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2770 redefining the function.
2771 (tpu-set-scroll-margins): Activate the pieces of advice.
2773 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2775 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2778 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2780 * help.el (resize-temp-buffer-window): Use window-full-width-p
2781 instead of comparing frame-width and window-width.
2783 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2785 * term.el: Honor term-default-fg-color and term-default-bg-color
2786 settings when modifying term-current-face.
2787 (term-default-fg-color, term-default-bg-color): Initialize from
2788 default term-current-face.
2789 (term-mode, term-reset-terminal): Set term-current-face with
2790 term-default-fg-color and term-default-bg-color.
2791 (term-handle-colors-array): term-current-face has term-default-fg-color
2792 and term-default-bg-color after reset escape sequence.
2793 (term-handle-colors-array): Set term-current-color with
2794 term-default-fg/bg-color instead of ansi-term-color-vector when the
2795 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2797 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2799 * files.el (set-auto-mode): Handle also remote files wrt
2802 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2803 remote identification.
2805 2007-08-04 Glenn Morris <rgm@gnu.org>
2807 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2808 zero, not nil, when the library is first loaded. Check for a file
2809 that has been modified on disk.
2811 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2812 Remove duplicate defvar preventing initialization.
2813 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2815 2007-08-03 Miles Bader <miles@gnu.org>
2817 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2818 backend names for new backends to `Git', `Hg', and `Bzr'.
2819 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2821 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2823 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2824 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2826 2007-08-03 Glenn Morris <rgm@gnu.org>
2828 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2830 2007-08-02 Richard Stallman <rms@gnu.org>
2832 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2833 to update deleted flag.
2835 * cus-edit.el (customize-apropos, customize-apropos-options)
2836 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2838 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2840 * startup.el (fancy-splash-head, startup-echo-area-message):
2841 Change message text.
2843 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2844 All callers use line-move.
2846 * progmodes/compile.el (compilation-find-buffer): Return current
2847 buffer immediately if suitable.
2848 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2850 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2852 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2853 Make it more discriminating and more useful.
2854 (vc-bzr-root-dir): Use new name.
2855 (vc-bzr-registered): Use new name and look at the dirstate file to
2856 determine if it's registered or not without running `bzr'.
2858 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2860 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2862 2007-07-31 Drew Adams <drew.adams@oracle.com>
2864 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2865 Fix parent groups link.
2867 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2869 * faces.el (face-normalize-spec): New function.
2870 (frame-set-background-mode): Normalize face-spec before calling
2873 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2875 * vc-bzr.el: New file (copied from the trunk).
2877 * vc-hooks.el (vc-handled-backends): Add BZR.
2878 (vc-find-file-hook): Failsafe if the backend's `registered'
2881 * server.el (server-window): Add switch-to-buffer-other-frame option.
2883 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2885 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2886 (vc-git-revision-completion-table): Enable.
2888 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2890 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2892 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2893 (vc-hg-registered): Set the vc-state property.
2895 * diff-mode.el (diff-mode-menu): New entries.
2897 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2899 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2900 (diff-file-kill): Use it.
2901 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2902 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2903 Use it so they find the hunk even when we're in the file header.
2905 * vc.el: Add new VC operation `revision-completion-table'.
2906 (vc-default-revision-completion-table): New function.
2907 (vc-version-diff, vc-version-other-window): Use it to provide
2908 completion of revision names if the backend provides it.
2910 * vc-arch.el (vc-arch--version-completion-table)
2911 (vc-arch-revision-completion-table): New functions to provide
2912 completion of revision names.
2914 * vc-cvs.el: Require CL.
2915 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2916 New functions to provide completion of revision names.
2918 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2920 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2921 (copyright-fix-years, copyright): Correctly handle the case where
2922 copyright-limit is nil.
2924 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2926 * progmodes/python.el (run-python): Fix path separator under w32.
2928 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2930 * vc-git.el: New File.
2932 2007-07-28 Alan Mackenzie <acm@muc.de>
2934 Fix problem with modes derived from CC Mode:
2935 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2937 (c-init-language-vars-for): Remove call to above macro.
2938 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2940 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2942 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2944 * net/trampver.el: Fix the `coding' cookie.
2946 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2948 * add-log.el (change-log-redate): Remove (not needed anymore and
2949 doesn't appear to work).
2951 2007-07-25 Glenn Morris <rgm@gnu.org>
2953 * Relicense all FSF files to GPLv3 or later.
2955 * COPYING: Switch to GPLv3.
2957 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2959 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2960 Replace it with another one which disables undo before calling
2961 erase-buffer and then turns it back on if needed.
2963 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2965 * ps-print.el: Problem with foreground and background color when
2966 printing a buffer with and without faces. Reported by Christian
2967 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2968 (ps-print-version): New version 6.7.5.
2969 (ps-default-fg): Change default value to nil, so black color is used
2970 when a face does not specify a foreground color.
2971 (ps-default-bg): Change default value to nil, so white color is used
2972 for background color.
2973 (ps-begin-job): Fix code.
2975 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2977 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2979 2007-07-24 Alan Mackenzie <acm@muc.de>
2981 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2982 Initialise byte-compile-unresolved-functions before rather than
2983 after a compilation.
2984 (byte-compile-unresolved-functions): Amplify doc string.
2986 2007-07-24 Glenn Morris <rgm@gnu.org>
2988 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2989 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2990 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2991 (cal-tex-cursor-week, cal-tex-cursor-week2)
2992 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2993 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2994 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2995 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2997 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2999 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
3001 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
3003 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
3004 underlying file is uptodate.
3006 2007-07-23 Richard Stallman <rms@gnu.org>
3008 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
3010 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
3012 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
3013 (sh-font-lock-flush-syntax-ppss-cache): New funs.
3014 (sh-font-lock-syntactic-keywords): Use them to distinguish the
3015 different possible cases for \'.
3016 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
3018 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
3019 `file' from which to start the search and fix case where `file' is the
3020 current directory and the root as well.
3022 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
3023 name for buffer-file-name if it refers to a directory.
3025 2007-07-22 Jason Rumney <jasonr@gnu.org>
3027 * w32-fns.el (set-default-process-coding-system): Use dos line ends
3028 for input to cmdproxy on all versions of Windows.
3029 Use dos line ends for input to plink.
3031 * comint.el (comint-simple-send): Concat newline before sending.
3032 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
3034 2007-07-22 Juri Linkov <juri@jurta.org>
3036 * isearch.el (isearch-edit-string): Save old point and
3037 isearch-other-end to old-point and old-other-end before reading
3038 the search string from minibuffer. After exiting minibuffer set
3039 point to old-other-end if point and the search direction is the
3040 same as before reading the search string.
3041 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
3042 to isearch-other-end. Instead of isearch-search-and-update call
3043 three functions isearch-search, isearch-push-state and isearch-update.
3045 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
3047 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
3048 destroying an existing buffer.
3050 2007-07-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3052 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
3054 * term/x-win.el (x-handle-no-bitmap-icon): New function.
3056 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
3058 * textmodes/reftex.el (reftex-access-parse-file): Create parse
3059 file in a way that does not interfere with recentf.
3061 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
3063 * image-dired.el (image-dired-sane-db-file): New func.
3064 (image-dired-write-tags, image-dired-remove-tag)
3065 (image-dired-list-tags, image-dired-write-comments)
3066 (image-dired-get-comment, image-dired-mark-tagged-files)
3067 (image-dired-create-gallery-lists): Call new func.
3068 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
3070 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3072 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
3073 (vc-hg-dir-state): Fix loop.
3074 (vc-hg-print-log): Fix expected return value for vc-hg-command.
3075 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
3076 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
3077 (vc-hg-revert): Likewise.
3078 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
3080 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
3082 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
3083 case of alignment under a constant symbol, find and consider
3084 the sexp actually at indentation to be the "last sexp".
3086 2007-07-20 Eli Zaretskii <eliz@gnu.org>
3088 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3089 (install): Use them to copy all *.el files before *.elc.
3090 (clean): Don't delete *~.
3092 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
3094 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
3096 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
3098 * vc-hg.el (vc-hg-registered): Replace if with when.
3099 (vc-hg-state): Deal with nonexistent files.
3101 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
3103 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
3104 (follow-delete-other-windows-and-split, follow-recenter)
3105 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
3106 (follow-redisplay, follow-estimate-first-window-start)
3107 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
3108 Fix typos in docstrings.
3110 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
3112 * bookmark.el (bookmark-show-all-annotations):
3113 Make sure each inserted annotation ends with newline.
3115 (bookmark-maybe-sort-alist): Don't modify
3116 bookmark-alist. Instead, if not sorting, simply return it.
3117 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
3118 for its return value, not for its side effect.
3120 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
3122 * vc.el: Add more info about the vc-registered function.
3124 2007-07-16 David Kastrup <dak@gnu.org>
3126 * emacs-lisp/advice.el (defadvice): Doc fix.
3128 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
3130 * subr.el (when, unless): Doc fix.
3132 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3134 * vc-hg.el (vc-hg-state): Handle removed files.
3135 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
3136 (vc-hg-checkout): Re-enable.
3138 2007-07-15 Richard Stallman <rms@gnu.org>
3140 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
3142 * tutorial.el (tutorial--find-changed-keys):
3143 Handle C-x specially like ESC.
3145 2007-07-15 Roland McGrath <roland@frob.com>
3147 * add-log.el (add-change-log-entry): Check add-log-full-name
3148 and add-log-mailing-address later, after change-log-mode-hook.
3150 2007-07-15 Richard Stallman <rms@gnu.org>
3152 * isearch.el (isearch-mode, isearch-done):
3153 Delete unintended code in previous change.
3155 * ps-print.el (ps-default-bg): Change to White.
3157 2007-07-15 Aaron Hawley <aaronh@garden.org>
3159 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
3161 2007-07-15 Martin Rudalics <rudalics@gmx.at>
3163 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
3164 when handling the terminating event.
3166 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
3168 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
3170 2007-07-13 Eli Zaretskii <eliz@gnu.org>
3172 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3173 (install): Use them to copy all *.el files before *.elc.
3175 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3177 * replace.el (match): Use yellow1 instead of yellow.
3179 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
3181 * pcvs-info.el (cvs-unknown): Likewise.
3183 2007-07-12 Davis Herring <herring@lanl.gov>
3185 * desktop.el (desktop-buffer-info, desktop-save):
3186 Use `desktop-dirname' instead of `dirname'.
3188 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
3190 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
3192 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
3194 2007-07-10 Richard Stallman <rms@gnu.org>
3196 * emacs-lisp/lisp-mode.el (eval-defun):
3197 Explain special handling of `defface'.
3199 2007-07-09 Richard Stallman <rms@gnu.org>
3201 * isearch.el (isearch-edit-string): Call to isearch-push-state
3204 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
3206 * cus-start.el (file-coding-system-alist): Fix custom type.
3208 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
3210 * longlines.el (longlines-wrap-region): Avoid marking buffer as
3212 (longlines-auto-wrap, longlines-window-change-function):
3213 Remove unnecessary calls to set-buffer-modified-p.
3215 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3217 * vc.el (vc-default-log-view-mode): New function.
3218 (vc-print-log): Add new `log-view-mode' VC operation.
3220 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
3222 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
3223 Rename and move to...
3225 * subr.el (strings->string, string->strings): ...here.
3227 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
3228 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
3230 * progmodes/gud.el (gud-common-init): Call string->strings instead
3233 2007-07-07 Eli Zaretskii <eliz@gnu.org>
3235 * term/w32-win.el (menu-bar-open): New function.
3238 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3240 * log-view.el (log-view-mode-menu): New menu.
3242 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
3244 * vc-hg.el: New file.
3246 2007-07-06 Andreas Schwab <schwab@suse.de>
3248 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3249 dynamic bindings around the evaluation of the expression.
3250 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3252 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3254 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3257 2007-07-02 Martin Rudalics <rudalics@gmx.at>
3259 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
3261 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
3262 event is not a cons cell. Do not unread drag-mouse-1 events.
3263 Select right window in check whether space was stolen from
3266 2007-07-01 Richard Stallman <rms@gnu.org>
3268 * files.el (find-file-visit-truename): Fix safe-local-variable value.
3270 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
3272 * generic-x.el (generic-define-mswindows-modes)
3273 (generic-define-unix-modes, apache-log-generic-mode)
3274 (bat-generic-mode-keymap, java-manifest-generic-mode)
3275 (show-tabs-generic-mode): Fix typos in docstrings.
3277 2007-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3279 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
3280 replace-regexp-in-string.
3282 2007-06-28 Andreas Schwab <schwab@suse.de>
3284 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
3287 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
3289 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
3290 the speedbar frame if nil; that deletes the current frame or
3291 causes an error if it is the only frame.
3292 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
3294 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
3296 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
3297 directory where the desktop file was found, as the docstring says.
3298 (desktop-kill): Use `read-directory-name'.
3300 * desktop.el (desktop-load-locked-desktop): New option.
3301 (desktop-read): Use it.
3302 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3305 2007-06-24 Davis Herring <herring@lanl.gov>
3307 * desktop.el (desktop-save-mode-off): New function.
3308 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3309 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3310 (desktop-claim-lock, desktop-release-lock): New functions.
3311 (desktop-kill): Tell `desktop-save' that this is the last save.
3312 Release the lock afterwards.
3313 (desktop-buffer-info): New function.
3314 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3315 says to. Detect conflicts, and manage the lock.
3316 (desktop-read): Detect conflicts. Manage the lock.
3318 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3320 * ls-lisp.el (insert-directory): If an invalid regexp error is
3321 thrown, try using FILE as a literal file name, not a wildcard.
3322 Check for FILE as an existing file, not just a directory.
3324 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
3326 * ruler-mode.el (ruler-mode): Prevent clobbering the original
3327 `header-line-format' when reentering ruler mode.
3329 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3331 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3332 FILE exists as a directory.
3334 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3336 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3337 (vera-font-lock-match-item): Fix doc string.
3338 (vera-in-comment-p): Remove unused function.
3339 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3341 (vera-forward-syntactic-ws): Fix argument order.
3342 (vera-prepare-search): Use `with-syntax-table'.
3343 (vera-indent-line): Fix doc string.
3344 (vera-electric-tab): Fix doc string.
3345 (vera-expand-abbrev): Define alias instead of using `fset'.
3346 (vera-comment-uncomment-region): Use `comment-start-skip'.
3348 2007-06-20 Reto Zimmermann <reto@gnu.org>
3350 * progmodes/vera-mode.el: New file.
3352 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
3354 * ido.el (ido-find-file-in-dir): Don't signal an error for
3357 2007-06-18 Alan Mackenzie <acm@muc.de>
3359 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3360 When removing lines, also remove the \n. Correction of patch of
3363 2007-06-17 Glenn Morris <rgm@gnu.org>
3365 * lpr.el (lpr-page-header-switches): Move %s to separate element
3366 for correct quoting. Doc fix.
3368 2007-06-13 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3370 * term/xterm.el (terminal-init-xterm): Escape parens in character
3373 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3375 * scroll-lock.el (scroll-lock-mode): Doc fix.
3377 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3379 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3380 half-activated, forcefully activate it completely.
3382 2007-06-11 Richard Stallman <rms@gnu.org>
3384 * cus-edit.el (custom-variable-type): Doc fix.
3386 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3388 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3390 2007-06-09 Davis Herring <herring@lanl.gov>
3392 * desktop.el (desktop-minor-mode-table): Doc fix.
3394 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
3396 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3397 (image-next-line, image-previous-line, image-scroll-up)
3398 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3400 (image-mode-map): Remap motion commands.
3401 (image-mode-text-map): New keymap for viewing images as text.
3402 (image-mode): Use image-mode-map.
3403 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3405 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
3407 Sync with Tramp 2.0.56.
3412 * net/tramp-util.el:
3414 Don't load cl.el, because that pollutes the namespace. Replace cl
3415 macros by their implementations where necessary. Requested by
3416 Richard Stallman <rms@gnu.org>.
3418 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3420 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3421 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3422 (tramp-file-name-p, tramp-file-name-multi-method)
3423 (tramp-file-name-method, tramp-file-name-user)
3424 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3425 replacing defstruct `tramp-file-name'.
3426 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3427 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3428 Apply `vector' instead of `make-tramp-file-name'.
3429 (tramp-handle-make-auto-save-file-name):
3430 Apply `tramp-temporary-file-directory' for compatibility reasons.
3431 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3433 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3436 2007-06-07 David Kastrup <dak@gnu.org>
3438 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3439 Change default to `top'.
3441 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3443 * dired.el (dired-mode-map): Remove spurious separator.
3445 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3447 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3449 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3450 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3452 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3454 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3455 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3457 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3459 * progmodes/ebrowse.el (ebrowse-member-table):
3460 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3462 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3464 * pgg.el (pgg-sign-region, pgg-sign):
3465 * ses.el (ses-call-printer):
3466 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3467 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3469 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3471 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3472 (tar-get-descriptor): Handle type 55, an extended pax header.
3474 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3476 * textmodes/css-mode.el: New file.
3478 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3480 * net/socks.el: New file, taken from w3 repository.
3481 (top): Update Copyright. Don't load cl.el.
3482 (all): Replace `case' by `cond', `string-to-int' by
3483 `string-to-number', and `process-kill-without-query' by
3484 `set-process-query-on-exit-flag'.
3485 (socks-char-int): Remove defalias and all occurrences.
3487 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3489 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3490 (sort-coding-systems, search-unencodable-char): Doc fixes.
3491 (coding-system-change-eol-conversion, set-default-coding-systems)
3492 (prefer-coding-system, find-multibyte-characters, princ-list)
3493 (leim-list-entry-regexp, set-input-method, locale-language-names)
3494 (input-method-exit-on-first-char, exit-language-environment-hook)
3495 (locale-charset-language-names): Fix typos in docstrings.
3497 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3499 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3500 `switch-to-buffer' has returned succesfully.
3501 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3502 window is dedicated (it could iconify the frame).
3504 2007-06-05 Glenn Morris <rgm@gnu.org>
3506 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3508 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3510 * files.el (auto-mode-alist): Add lower-priority match for names
3513 2007-06-04 Andreas Schwab <schwab@suse.de>
3515 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3517 2007-06-04 Davis Herring <herring@lanl.gov>
3519 * calendar/timeclock.el: Update version number.
3520 (timeclock-modeline-display): Mention timeclock-use-display-time
3521 in explanatory message.
3522 (timeclock-log): Suppress warnings when finding the log.
3523 Don't check for a nil project twice. Run hooks after killing the
3524 buffer (if applicable).
3525 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3526 was geometric). All uses changed.
3527 (timeclock-generate-report): Support prefix argument.
3529 2007-06-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3531 * man.el (Man-next-section): Don't consider the last line of the
3532 page as being part of any section.
3534 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3536 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3537 modified flag of buffer. Use `inhibit-modification-hooks'.
3539 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3541 * mail/mail-extr.el (mail-extract-address-components):
3542 Recognize non-ASCII characters except for NBSP as words.
3544 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3546 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3548 2007-06-04 Michael Olson <mwolson@gnu.org>
3550 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3551 died and we are trying to send a signal to it.
3553 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3555 * emacs-lisp/easy-mmode.el (define-minor-mode)
3556 (easy-mmode-define-navigation): Fix typos in docstrings.
3558 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3559 Fix typos in docstrings.
3560 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3561 (compilation-finish-function): Fix typo in obsolescence declaration.
3563 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3565 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3567 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3568 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3570 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3572 * longlines.el (longlines-mode): Make longlines-auto-wrap
3573 buffer-local. Add hooks unconditionally.
3574 (longlines-auto-wrap): Toggle wrapping.
3575 (longlines-after-change-function)
3576 (longlines-post-command-function): Check longlines-auto-wrap.
3578 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3580 * Version 22.1 released.
3582 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3584 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3587 2007-05-31 Richard Stallman <rms@gnu.org>
3589 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3591 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3593 * textmodes/table.el (table--point-entered-cell-function)
3594 (table--point-left-cell-function):
3595 Bind `inhibit-point-motion-hooks' to t.
3597 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3599 * emacs-lisp/rx.el (rx): Doc fix.
3601 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3603 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3605 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3607 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3608 as the end of the ChangeLog paragraph when it ends without a line
3611 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3613 * textmodes/fill.el (canonically-space-region): Make the second arg
3614 a marker if it's not already the case.
3616 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3617 (xterm-mouse-event): Use it.
3619 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3621 * vc-hooks.el (vc-find-root): Fix file attribute test.
3623 2007-05-24 Richard Stallman <rms@gnu.org>
3625 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3626 Don't let opoint be nil.
3627 (flyspell-emacs-popup): Explicit error if no dialogs.
3629 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3631 * tar-mode.el (tar-file-name-handler): New function.
3632 (tar-extract): Bind file-name-handler-alist to it to force
3633 find-buffer-file-type-coding-system behave as if the file being
3634 extracted existed. Use last-coding-system-used to force
3635 buffer-file-coding-system to what decode-coding-region actually
3636 used to decode the file.
3638 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3640 * progmodes/compile.el (compilation-handle-exit):
3641 `compilation-finish-function' may change the current buffer.
3643 2007-05-22 Richard Stallman <rms@gnu.org>
3645 * files.el (set-auto-mode): Doc fix.
3647 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3649 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3651 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3653 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3654 (rcirc-print): Handle `window-width'.
3655 (rcirc-buffer-maximum-lines): Doc fix.
3657 2007-05-19 Kevin Ryde <user42@zip.com.au>
3659 * info.el (Info-fontify-node): Match https also.
3661 2007-05-18 Richard Stallman <rms@gnu.org>
3663 * simple.el (push-mark): Doc fix.
3665 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3667 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3669 (tpu-original-global-map): Delete variable.
3670 (tpu-control-keys-map): New keymap variable.
3671 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3672 setting keymapping directly.
3673 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3675 (tpu-edt-on): Activate the tpu-global-map.
3676 (tpu-edt-off): Deactivate the tpu-global-map.
3678 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3680 * textmodes/ispell.el (ispell-get-word): Return markers
3681 for start and end positions.
3682 (ispell-word): Assume END is a marker.
3684 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3686 * ps-print.el: Use default color when foreground or background color
3687 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3688 (ps-print-version): New version 6.7.4.
3689 (ps-rgb-color): New argument. Use default color when color is
3691 (ps-begin-job): Fix code.
3693 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3695 * textmodes/ispell.el (ispell-start-process): Defend against bad
3698 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3700 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3702 2007-05-16 Richard Stallman <rms@gnu.org>
3704 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3706 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3708 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3709 Move the *ml, Postscript, and XmCD entries to the fallback part.
3711 * files.el (magic-fallback-mode-alist):
3712 Rename from file-start-mode-alist.
3714 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3716 * progmodes/compile.el (compilation-handle-exit): Quote first
3717 argument of `run-hook-with-args'.
3719 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3721 * buff-menu.el (Buffer-menu-sort-column):
3722 * dabbrev.el (dabbrev-upcase-means-case-search):
3723 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3724 * info.el (Info-current-subfile):
3725 * ls-lisp.el (ls-lisp-verbosity):
3726 * msb.el (msb-menu-cond):
3727 * pcvs.el (cvs-dired-use-hook):
3728 * simple.el (set-mark-command-repeat-pop):
3729 * time.el (display-time-24hr-format, display-time-mail-file):
3732 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3733 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3735 * view.el (view-inhibit-help-message): Fix typo in docstring.
3736 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3738 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3740 * mail/rmail.el (rmail-convert-to-babyl-format):
3741 Check content-transfer-encoding _last_, because we need its position
3742 in base64-header-field-end.
3744 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3746 * files.el (mode-require-final-newline, require-final-newline)
3747 (enable-local-variables, enable-local-eval): Doc fixes.
3749 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3751 * progmodes/python.el (python-font-lock-keywords)
3752 (python-open-block-statement-p, python-mode): Add support for the new
3755 2007-05-10 Richard Stallman <rms@gnu.org>
3757 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3758 (iso-cvt-write-only): Likewise.
3760 * emacs-lisp/easy-mmode.el (define-minor-mode):
3761 Fix generated doc string.
3763 * startup.el (fancy-splash-text): Add URL of guided tour.
3764 Adjust horizontal and vertical whitespace.
3766 * progmodes/compile.el (compilation-handle-exit):
3767 Use run-hook-with-args to run compilation-finish-functions.
3769 * files.el (file-start-mode-alist): New variable.
3770 (magic-mode-regexp-match-limit): Doc fix.
3771 (set-auto-mode): Handle file-start-mode-alist.
3772 A little cleanup of structure.
3774 2007-05-10 Davis Herring <herring@lanl.gov>
3776 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3777 workday specifications.
3778 (timeclock-log): Don't kill the log buffer if it already existed.
3780 2007-05-08 Richard Stallman <rms@gnu.org>
3782 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3783 Don't include non-self-insert commands in the exception for `-'.
3785 2007-05-08 David Reitter <david.reitter@gmail.com>
3787 * progmodes/python.el (python-guess-indent): Check non-nullness
3788 before comparing indent against the 2..8 interval.
3790 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3792 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3795 2007-05-06 Richard Stallman <rms@gnu.org>
3797 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3799 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3801 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3804 2007-05-01 Romain Francoise <romain@orebokech.com>
3806 * dired-x.el: Revert 2007-04-06 change.
3808 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3810 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3811 don't put stop on toolbar.
3813 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3815 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3817 2007-04-29 Richard Stallman <rms@gnu.org>
3819 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3821 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3823 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3826 2007-04-28 Richard Stallman <rms@gnu.org>
3828 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3830 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3832 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3834 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3836 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3837 instead of $(lisp)/mh-e.
3839 * textmodes/fill.el (fill-paragraph): Doc fix.
3841 2007-04-28 Glenn Morris <rgm@gnu.org>
3843 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3844 (image-dired-cmd-create-temp-image-options): Replace option
3845 +profile "*" with -strip.
3847 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3849 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3850 Use window-start and window-end.
3852 2007-04-26 Glenn Morris <rgm@gnu.org>
3854 * progmodes/python.el: Restore file pending consideration of legal
3857 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3859 * locate.el (locate-in-alternate-database): Doc fix.
3861 2007-04-26 Glenn Morris <rgm@gnu.org>
3863 * button.el (button): Use underline if supported, else fall back
3866 2007-04-25 Richard Stallman <rms@gnu.org>
3868 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3870 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3872 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3873 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3875 (idlwave-current-routine): Don't push mark.
3877 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3879 * image-dired.el (image-dired-display-image): Derive image-type from
3880 filename rather than assuming jpeg, in case no resizing was needed.
3882 2007-04-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3884 * custom.el (defface): Doc fix.
3886 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3888 * progmodes/python.el: Remove due to unclear legal issues.
3890 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3892 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3893 Don't re-query for each cleared BP.
3894 (idlwave-shell-clear-bp): Optionally skip BP query.
3895 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3896 of set-window-buffer, which incorrectly moves displayed region.
3898 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3900 * calc/calc.el (calc-bug-address): Update maintainer's address.
3901 * calc/*: Update maintainer's address.
3903 2007-04-23 Richard Stallman <rms@gnu.org>
3905 * simple.el (set-mark-command-repeat-pop): Doc fix.
3906 Put in `editing-basics' group.
3908 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3910 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3912 (Info-mode-line-node-keymap): Bind mouse commands to
3913 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3915 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3917 * locate.el (locate-local-prompt): New var.
3918 (locate-prompt-for-command): Doc fix.
3919 (locate-prompt-for-search-string): New function.
3920 (locate): New optional arg. Make locate-local-prompt
3921 buffer-local. Use locate-prompt-for-search-string.
3922 (locate-with-filter): New optional arg.
3923 Use locate-prompt-for-search-string.
3924 (locate-update): Bind locate-prompt-for-command.
3926 2007-04-23 Glenn Morris <rgm@gnu.org>
3928 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3930 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3932 * button.el (button): Inherit from link face on a tty.
3934 2007-04-23 Glenn Morris <rgm@gnu.org>
3936 * button.el (button): Use color for this face on a tty.
3938 * files.el (magic-mode-alist): Allow for carriage-returns in
3939 html-mode and sgml-mode entries.
3941 2007-04-22 Richard Stallman <rms@gnu.org>
3943 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3944 Improve doc string of generated command.
3946 * subr.el (read-number): Catch errors.
3948 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3950 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3952 * image-dired.el: Rename from thumbnails.el. All instances of
3953 "thumbnails" replaced with "image-dired".
3955 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3958 2007-04-22 Kim F. Storm <storm@cua.dk>
3960 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3961 Don't use kill-line.
3963 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3965 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3968 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3970 * dired.el: Rename "tumme" to "thumbnails".
3972 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3973 replaced with "thumbnails".
3975 2007-04-22 Glenn Morris <rgm@gnu.org>
3977 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3978 and give it the risky-local-variable property.
3980 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3983 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3985 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3986 Use delete-region instead of kill-line.
3988 2007-04-21 Alan Mackenzie <acm@muc.de>
3990 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3991 `kill-region' by `delete-region'.
3993 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3995 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3996 instead of kill-region.
3998 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3999 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
4000 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
4003 * progmodes/vhdl-mode.el (vhdl-template-type)
4004 (vhdl-template-record, vhdl-template-nature)
4005 (vhdl-template-configuration-spec, vhdl-template-component-inst)
4006 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
4007 Use delete-region instead of kill-word and kill-line.
4009 2007-04-21 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4011 * dired-x.el (dired-virtual-mode): Doc fix.
4013 2007-04-21 Richard Stallman <rms@gnu.org>
4015 * font-lock.el (font-lock-keywords-alist): Mark as risky.
4017 * subr.el (read-number): Doc fix.
4019 * simple.el (pop-to-mark-command): Display message "mark popped"
4020 if point does not move.
4021 (set-mark-command): Doc fix.
4023 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
4025 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
4026 (locate-local-filter, locate-local-search): New vars.
4027 (locate): Make variables local.
4028 (locate-update): Bind locate-buffer-name. Call locate using
4029 locate-local-filter and locate-local-search.
4031 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
4033 * hi-lock.el (hi-lock-file-patterns-policy): New var.
4034 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
4035 (hi-lock-mode): Update docstring.
4037 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4039 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
4040 fill-nobreak-predicate when the break is past fill-column.
4042 2007-04-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
4044 * locate.el (locate): Output from shell-command should go in the
4045 current buffer rather than *Shell Command Output*.
4047 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
4049 * paren.el (show-paren-function): Fix last fix.
4051 2007-04-19 Kevin Ryde <user42@zip.com.au>
4053 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
4054 (archive-lzh-summarize): Add optional start arg for where to start
4055 looking at the archive.
4056 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
4058 * international/mule.el (auto-coding-alist): no-conversion for .exe
4061 2007-04-19 Alan Mackenzie <acm@muc.de>
4063 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
4064 function return type contains "struct", "union", etc.
4065 c-end-of-defun goes too far forward.
4067 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
4069 * paren.el (show-paren-function): Reset window-start to avoid
4072 2007-04-19 Glenn Morris <rgm@gnu.org>
4074 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
4076 2007-04-18 Glenn Morris <rgm@gnu.org>
4078 * calendar/diary-lib.el (diary-header-line-format): Add a custom
4080 (diary-list-entries): Only switch to diary-mode from
4081 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
4082 diary-mode set header-line-format, in case of any customization.
4084 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
4086 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
4087 is less than the length of parse-time-syntax.
4089 2007-04-17 David Kastrup <dak@gnu.org>
4091 * replace.el (query-replace-regexp-eval): Deprecate.
4093 2007-04-17 Alan Mackenzie <acm@muc.de>
4095 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
4096 point too close to EOB, leave point at EOB rather than last `}'.
4098 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4100 * textmodes/bibtex.el (bibtex-include-OPTkey)
4101 (bibtex-user-optional-fields, bibtex-entry-field-alist):
4104 2007-04-17 Glenn Morris <rgm@gnu.org>
4106 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
4107 be encoded, fall back to current year.
4109 2007-04-14 Kevin Ryde <user42@zip.com.au>
4111 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
4112 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
4115 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
4117 * progmodes/python.el (python-end-of-block): Avoid looping forever
4118 if python-next-statement fails.
4120 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4122 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
4124 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4126 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
4127 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
4129 2007-04-15 Jay Belanger <belanger@truman.edu>
4131 * calc/calc.el (calc-version): New function.
4132 (calc-trail-mode): Shorten the title.
4134 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
4136 * mail/footnote.el (footnote-style): Clarify docstring to state
4137 that customizing this only applies to future footnotes.
4139 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4141 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
4142 (bibtex-make-field): Check that INIT is a string. Use functionp.
4144 2007-04-14 Glenn Morris <rgm@gnu.org>
4146 * complete.el (PC-goto-end): New buffer-local variable.
4147 (PC-do-completion-end): Make buffer-local.
4148 (partial-completion-mode) <choose-completion-string-functions>:
4149 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
4150 (PC-do-completion): New optional fourth argument GOTO-END. Add a
4151 doc string. Set PC-goto-end for choose-completion.
4152 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
4155 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
4156 arg to bibtex-make-field.
4157 (bibtex-make-field): Add optional fourth arg NODELIM.
4158 Insert delimiters around INIT unless this arg is non-nil.
4160 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
4162 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
4163 global map isn't modified.
4165 2007-04-14 Glenn Morris <rgm@gnu.org>
4167 * calendar/appt.el (appt-disp-window): Do not split small windows.
4168 Suggested by Jeff Miller <jmiller@cablespeed.com>.
4170 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
4172 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
4176 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
4178 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
4180 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
4181 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
4182 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
4183 (term-pager-help): Fix typos in docstrings.
4185 * wid-edit.el (widget-documentation): Fix typo in docstring.
4187 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
4188 Fix typos in error messages.
4190 2007-04-13 Martin Rudalics <rudalics@gmx.at>
4192 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
4193 window marked as dedicated.
4195 * mail/footnote.el (footnote-latin-string): New variable.
4196 (footnote-latin-regexp): Redefine as regexp alternative.
4197 (Footnote-latin): Use footnote-latin-string instead of
4198 footnote-latin-regexp.
4200 2007-04-13 Glenn Morris <rgm@gnu.org>
4202 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
4205 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
4207 * outline.el (outline-get-next-sibling): Clarify docstring.
4208 (outline-get-last-sibling): Handle case where we are at the first
4209 heading. Clarify docstring.
4211 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
4213 * progmodes/gud.el (gud-minor-mode-map): Make go button same
4214 length as stop button to lessen flicker.
4215 (jdb): Add gud-print.
4216 (gud-find-expr): Jdb prints the expression with the value, so
4217 don't insert it in the output.
4219 2007-04-11 Jason Rumney <jasonr@gnu.org>
4221 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
4222 case hex. Do not try to decode non-hex letters.
4224 2007-04-11 Markus Triska <markus.triska@gmx.at>
4226 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
4227 (byte-optimize-backward-word): Remove (move to bytecomp.el).
4228 (byte-optimize-form-code-walker): Evaluate pure function calls if
4230 (byte-optimize-all-constp): New function.
4232 * emacs-lisp/bytecomp.el (byte-compile-char-before):
4233 Improve numeric argument case.
4234 (byte-compile-backward-char, byte-compile-backward-word):
4235 New functions, performing rewriting previously done in byte-opt.el.
4236 Fix their "Fixme" item (restriction to numeric arguments).
4238 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4240 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
4242 (after-init-hook): Don't quote lambda.
4243 (desktop-first-buffer): Don't wrap it in eval-when-compile.
4244 (desktop-internal-v2s): Remove unused var `el'.
4245 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
4246 desktop-restore-file-buffer.
4247 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
4248 desktop-create-buffer.
4250 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
4252 * woman.el (woman-decode-buffer): Postpone macro-set check...
4253 (woman-decode-region): ...to here.
4255 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
4257 * startup.el (tty-handle-args): Use %S to log ARGS.
4259 2007-04-10 Glenn Morris <rgm@gnu.org>
4261 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
4262 it is obsolete and has no effect.
4264 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
4267 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
4268 obsolete function make-local-hook.
4270 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
4271 start to quieten byte-compiler.
4273 2007-04-10 Markus Triska <markus.triska@gmx.at>
4275 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
4276 to bytecomp.el as byte-compile-char-before).
4277 * emacs-lisp/bytecomp.el (byte-compile-char-before):
4278 New function (modified replacement for byte-optimize-char-before in
4281 2007-04-09 Alan Mackenzie <acm@muc.de>
4283 * startup.el (inhibit-splash-screen): Emphatically state that it
4284 can't be set in site-start.el.
4286 2007-04-09 Masatake YAMATO <jet@gyve.org>
4288 * progmodes/cc-subword.el (c-capitalize-subword): More closely
4289 mimic the behavior of `capitalize-word'. Do not move point with a
4290 negative argument. Based on tiny change by Paul Curry.
4292 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
4294 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
4295 Don't move point if ARG is negative.
4297 2007-04-09 Alan Mackenzie <acm@muc.de>
4299 Changes to make `narrow-to-defun' and `mark-defun' work properly
4302 * progmodes/cc-defs.el (c-beginning-of-defun-1):
4303 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4304 Bind beginning/end-of-defun-function to nil around calls to
4305 beginning/end-of-defun.
4307 * progmodes/cc-langs.el (beginning-of-defun-function)
4308 (end-of-defun-function): New c-lang-setvar's.
4310 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4311 (setq arg 1))" to enable non-interactive call.
4313 2007-04-09 Eli Zaretskii <eliz@gnu.org>
4315 * simple.el (set-mark-command): Doc fix.
4317 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
4319 * progmodes/gud.el (gdb): Restore existing session if user
4320 tries to start a second one in graphical mode.
4322 2007-04-08 Martin Rudalics <rudalics@gmx.at>
4324 * cus-start.el <scroll-preserve-screen-position>: Add choices.
4326 2007-04-08 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4328 * term/xterm.el (terminal-init-xterm): Fix key definitions.
4329 Add binding for C-M-SPC.
4331 2007-04-08 Richard Stallman <rms@gnu.org>
4333 * pcomplete.el (pcomplete-read-event): One single definition,
4336 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4338 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4339 byte-compiler warning "value unused".
4341 2007-04-08 Andreas Schwab <schwab@suse.de>
4343 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4345 2007-04-07 Glenn Morris <rgm@gnu.org>
4347 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4348 Autoload these functions.
4349 (diary-date-forms): Add a custom :set form.
4351 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4353 (diary-font-lock-keywords): New function with old code for
4354 initialization of variable of same name.
4356 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
4358 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4359 clean-up: only insert space when on identifier, etc.
4361 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4363 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4365 * net/tls.el (open-tls-stream): Properly handle case where there
4366 is no associated buffer.
4368 2007-04-07 Glenn Morris <rgm@gnu.org>
4370 * ffap.el (ffap-file-at-point): Lower the priority of the
4371 ffap-ftp-sans-slash-regexp check.
4373 2007-04-06 Alan Mackenzie <acm@muc.de>
4375 Fix fontification of labels, and other things with ":".
4377 * progmodes/cc-engine.el (c-forward-label): The function now
4378 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4381 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4382 new return code from c-forward-label, fontifying tokens properly.
4383 Add some general comments throughout the file.
4385 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
4387 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4388 Revert 2006-01-27 change.
4390 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4392 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4394 * desktop.el (desktop-create-buffer, desktop-save):
4395 Revert 2004-11-12 change for lack of copyright papers.
4397 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4398 (dired-guess-default): Respect case.
4400 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4402 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4403 was originally checked in as byte-optimize-concat on 1997-11-02.
4405 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4406 1995-05-19 doc changes.
4408 2007-04-06 Kim F. Storm <storm@cua.dk>
4410 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
4411 (unload-feature): Update interactive spec accordingly.
4413 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4415 2007-04-06 John Paul Wallington <jpw@pobox.com>
4417 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4418 capture. Restore the table in the same buffer.
4420 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4422 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4424 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4427 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4429 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4430 for low-color displays.
4432 2007-04-05 Glenn Morris <rgm@gnu.org>
4434 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4435 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4436 Seed random number generator on loading.
4438 * emacs-lisp/authors.el (top-level): Provide self.
4440 * play/animate.el (top-level): Provide self.
4442 2007-04-04 Alan Mackenzie <acm@muc.de>
4444 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4445 to mention c-syntactic-indentation.
4447 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4449 * subr.el (with-case-table): New macro.
4451 * international/mule.el (ascii-case-table): New var.
4453 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4456 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4458 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4460 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4461 of the window if we're outside it e.g menu-bar.
4463 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4464 window if we're outside it e.g menu-bar.
4466 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4468 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4469 decode base-64 encoded body if its content-type is something other
4470 than text/* or message/*.
4472 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4474 * simple.el (activate-mark-hook): Fix typo in docstring.
4476 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4478 * tmm.el (tmm-c-prompt): Initialize.
4479 (tmm-menubar): Deal with extended menu-items at top level.
4480 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4481 (tmm-prompt): Handle visibility of top level menu-items.
4483 * progmodes/gud.el (gud-menu-map): Simplify.
4484 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4487 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4489 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4491 * comint.el (comint-send-input): Widen the buffer first.
4493 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4495 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4497 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4498 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4500 * newcomment.el (comment-search-forward): Discard comment starters
4503 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4505 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4507 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4509 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4512 * button.el (previous-button): Rewrite to account for adjacent buttons.
4514 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4516 * progmodes/idlwave.el (idlwave-auto-fill):
4517 Revert paragraph-separate change.
4519 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4520 Simplify module calc.
4521 (idlwave-shell-set-bp-in-module): Compute module.
4523 2007-03-31 Glenn Morris <rgm@gnu.org>
4525 * emacs-lisp/timer.el (run-at-time): Doc fix.
4527 * emacs-lisp/warnings.el (display-warning): If we create the
4528 buffer displaying the warning, disable undo there.
4530 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4532 * net/tramp.el (tramp-register-file-name-handler)
4533 (tramp-register-completion-file-name-handler): New defsubst,
4534 derived from `tramp-register-file-name-handlers'. The split is
4535 necessary because Tramp's file name handlers must be registered at
4536 different startup places.
4538 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4540 * progmodes/hideshow.el (turn-off-hideshow): New function.
4541 (hs-minor-mode): Use it instead of a lambda expression in
4542 change-major-mode-hook.
4544 2007-03-31 David Kastrup <dak@gnu.org>
4546 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4547 corresponding to MANPATH_MAP entries.
4548 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4549 (woman-parse-man.conf): Use more discriminating man.conf name.
4550 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4551 (woman-manpath): Doc fix and type fix.
4552 (woman-cached-data): Check for MANPATH_MAP entries.
4553 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4555 2007-03-31 Stuart Herring <herring@lanl.gov>
4557 * emacs-lisp/sregex.el (sregexq): Doc fix.
4559 2007-03-31 Markus Triska <markus.triska@gmx.at>
4561 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4563 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4565 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4568 2007-03-30 Alan Mackenzie <acm@muc.de>
4570 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4572 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4574 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4575 Use it, passed in explicitly, instead of from the dynamic binding.
4576 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4578 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4580 * simple.el (blink-matching-open): When in minibuffer, don't
4581 search for a match inside the prompt.
4583 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4585 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4586 (tmm-prompt): Don't make the mouse user select the first menu
4589 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4591 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4592 SIGUSR1 and SIGUSR2.
4594 2007-03-29 Kim F. Storm <storm@cua.dk>
4596 * ido.el (ido-read-internal): When reading file or dir, only override
4597 minibuffer-local-filename-completion-map, otherwise only override
4598 minibuffer-local-completion-map.
4600 2007-03-29 Glenn Morris <rgm@gnu.org>
4602 * complete.el (partial-completion-mode): Set PC-do-completion-end
4604 (PC-lisp-complete-symbol): Create and use a marker at `end',
4605 rather than using point-marker.
4607 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4609 * simple.el (next-error-highlight): Doc fix.
4610 (compose-mail): Revert 2007-03-19 change.
4612 2007-03-28 Richard Stallman <rms@gnu.org>
4614 * emacs-lisp/edebug.el (edebug-display): Don't go to
4615 edebug-outside-buffer if it is dead.
4617 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4619 * view.el (view-mode): Fix typos in docstring.
4621 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4623 * recentf.el (recentf-save-file): Add a custom :set function.
4625 2007-03-28 Glenn Morris <rgm@gnu.org>
4627 * complete.el (PC-do-completion-end): New variable.
4628 (partial-completion-mode) <choose-completion-string-functions>:
4629 Use PC-do-completion-end in the non-minibuffer case to replace the
4630 correct amount of text.
4631 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4632 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4633 to deal with improvements inserted after point.
4635 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4637 * button.el (make-text-button): Add explicit `button' property.
4638 (default-button): Don't put a `button' property on it.
4640 * progmodes/python.el (python-mode): Skip comments when parsing.
4642 * vc-arch.el (vc-with-current-file-buffer): New macro.
4643 (vc-arch-file-source-p): Use it to avoid infloop.
4645 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4647 * emacs-lisp/lisp.el (lisp-complete-symbol):
4648 Fix call to get-buffer-window to find windows in other frames.
4650 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4652 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4653 Fix calls to get-buffer-window to find windows in other frames.
4654 Reported by David Hansen <david.hansen@gmx.net>.
4656 2007-03-27 Kevin Ryde <user42@zip.com.au>
4658 * info.el (Info-display-images-node): On a text-only terminal,
4659 show the "text" or "alt" parts of the image blobs.
4661 2007-03-27 Glenn Morris <rgm@gnu.org>
4663 * complete.el (PC-do-completion): Compute completion-base-size in
4664 the non-filename case, rather than setting to nil.
4665 (PC-lisp-complete-end): New variable.
4666 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4667 original end in a series of consecutive invocations.
4669 * calendar/calendar.el (calendar-mode-hook): Declare it.
4671 * calendar/diary-lib.el (diary-live-p): Do not check for
4672 diary-selective-display.
4674 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4676 * replace.el (occur-next-error): *Occur* might not be displayed in the
4677 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4679 2007-03-26 Richard Stallman <rms@gnu.org>
4681 * textmodes/flyspell.el (flyspell-large-region):
4682 Use ispell-call-process-region.
4684 2007-03-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4686 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4687 Use prin1 instead of princ.
4689 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4691 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4692 Merge in X resources before global face.
4694 * progmodes/compile.el (compilation-start): Save compilation-directory
4695 rather than default-directory as local var.
4696 (compilation-directory): Mark as safe local var.
4698 * files.el: Don't mark default-directory as a safe local var.
4700 2007-03-25 Alan Mackenzie <acm@muc.de>
4702 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4703 * progmodes/cc-engine.el: Fix typo.
4705 2007-03-25 Juri Linkov <juri@jurta.org>
4707 * compare-w.el (compare-windows): Rename customization group
4708 `compare-w' to `compare-windows'.
4709 (compare-windows-whitespace, compare-ignore-whitespace)
4710 (compare-ignore-case, compare-windows-sync)
4711 (compare-windows-sync-string-size, compare-windows-recenter)
4712 (compare-windows-highlight, compare-windows): Change group name in
4713 the `group' tag from `compare-w' to `compare-windows'.
4714 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4716 2007-03-24 Markus Triska <markus.triska@gmx.at>
4718 * expand.el: Change example to always enable abbrev-mode,
4719 and remove redundant `function'.
4720 (expand-abbrev-hook): Add autoload cookie.
4722 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4724 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4725 (testcover-mark-all, testcover-unmark-all): Add prompts to
4728 2007-03-24 Jason Rumney <jasonr@gnu.org>
4730 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4731 Use file size in bytes for auto-revert-tail-pos not characters.
4733 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4735 * vc-rcs.el (vc-rcs-annotate-command):
4736 Set text property :vc-annotate-prefix on the annotation text.
4737 (vc-rcs-annotate-time): Instead of searching for ": ",
4738 search for end of text propertized with :vc-annotate-prefix.
4740 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4742 * whitespace.el (top level): Remove calls putting
4743 permanent-local nil property since these are no-ops.
4745 * man.el (Man-support-local-filenames): Assure that
4746 default-directory exists when doing call-process.
4748 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4750 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4751 Fix omission bug: Use m4-program-options to construct shell command.
4753 2007-03-23 David Kastrup <dak@gnu.org>
4755 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4756 Use `mapcar' rather than `mapcan' to silence compiler warning.
4758 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4760 * textmodes/reftex.el, textmodes/reftex-vars.el,
4761 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4762 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4763 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4764 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4765 * textmodes/reftex-auc.el: Add maintainer address.
4767 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4769 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4770 Make sure that `global-font-lock-mode' does not turn on font-lock
4773 2007-03-21 Kim F. Storm <storm@cua.dk>
4775 * xt-mouse.el (xt-mouse-epoch): New variable.
4776 (xterm-mouse-event): Use float-time.
4778 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4780 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4783 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4785 * complete.el (read-file-name-internal): Don't add the final > if the
4786 completion is not finished (re-application of this patch, which was
4787 accidentally undone by Eli).
4789 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4791 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4792 clicks in describe-key and describe-key-briefly advice a little better.
4794 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4796 * server.el (server-process-filter): Cancel any pending isearch.
4798 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4800 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4801 (icalendar--get-unfolded-buffer): Define actual arguments rather
4802 than just using &rest. Check replace-in-string is fbound.
4803 (icalendar-import-buffer): Doc fix.
4804 (icalendar--convert-ical-to-diary): Set diary-file.
4805 Check diary-file before inserting final newline.
4806 (icalendar--add-diary-entry): Return diary-file.
4808 2007-03-21 Glenn Morris <rgm@gnu.org>
4810 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4811 (diary-display-hook): Add custom :set function.
4813 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4814 Add custom :set function.
4815 (diary-header-line-format): Doc fix.
4816 (diary-set-maybe-redraw): New function.
4817 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4818 (diary-list-entries): Always run diary-mode.
4820 2007-03-20 Kenichi Handa <handa@m17n.org>
4822 * international/quail.el (quail-setup-completion-buf): Make the
4823 completion buffer read-only.
4824 (quail-completion): Adjusted for the above change. Leave the
4827 2007-03-20 David Kastrup <dak@gnu.org>
4829 * files.el (magic-mode-alist): Require literal "%!PS" string for
4830 magic postscript file detection.
4832 2007-03-20 Richard Stallman <rms@gnu.org>
4834 * textmodes/ispell.el (ispell-call-process): New function.
4835 Defends against bad `default-directory.'
4836 (ispell-check-version, ispell-find-aspell-dictionaries)
4837 (ispell-get-aspell-config-value, lookup-words): Call it.
4838 (ispell-call-process-region): New function.
4839 (ispell-send-string): Call it.
4841 2007-03-20 Andreas Schwab <schwab@suse.de>
4843 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4844 (finder-data): Likewise.
4845 (autoloads): Likewise.
4847 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4849 * files.el (basic-save-buffer): Do not set visited filename when
4850 the corresponding directory does not exist or the specified
4851 filename is that of an existing directory.
4853 2007-03-20 Glenn Morris <rgm@gnu.org>
4855 * calendar/diary-lib.el (diary-live-p): New function.
4856 (number-of-diary-entries): Add a :set function to redisplay diary
4859 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4861 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4862 from client program, mev, to compute mouse event.
4864 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4866 * faces.el (momentary): Face removed; unused due to reversion of
4867 2007-01-04 changes by Kevin Rodgers.
4869 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4870 Suggested by Johan Bockg
\e,Ae
\e(Brd.
4872 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4874 * font-lock.el (lisp-font-lock-keywords-1):
4875 Highlight define-globalized-minor-mode as a keyword.
4877 2007-03-19 Kim F. Storm <storm@cua.dk>
4879 * calc/calc-forms.el (math-std-daylight-savings)
4880 (math-std-daylight-savings-old): Doc fix.
4882 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4884 * progmodes/python.el (python-default-template): Doc fix.
4885 (python-buffer): Fix typo in docstring.
4887 * isearchb.el (isearchb-follow-char):
4888 * subr.el (def-edebug-spec): Fix typo in docstring.
4890 2007-03-19 Richard Stallman <rms@gnu.org>
4892 * files.el (default-directory): Mark safe.
4893 (basic-save-buffer-2): Put proper dir name in error message.
4895 * simple.el (compose-mail): Run switch-function after
4896 setting up the mail buffer.
4898 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4900 2007-03-18 Jay Belanger <belanger@truman.edu>
4902 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4903 (math-std-daylight-savings-new): Rename from
4904 `math-std-daylight-savings'.
4905 (math-std-daylight-savings-old): Rename from old value of
4906 `math-std-daylight-savings'.
4907 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4908 `math-std-daylight-savings-old' depending on the year.
4910 2007-03-18 Detlev Zundel <dzu@gnu.org>
4912 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4913 zero-width regexps as invalid but rather at least count them correctly.
4915 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4917 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4918 don't wait more if there is output available to process.
4920 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4922 * progmodes/compile.el (compilation-find-file): Revert change
4923 from 2006-07-18 to allow completion of directory names.
4924 Reported by John Carter <john.carter@tait.co.nz>.
4926 2007-03-18 Kim F. Storm <storm@cua.dk>
4928 * subr.el (when, unless): Doc fix.
4930 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4932 * net/tls.el (tls-program): Doc fix.
4934 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4936 * autorevert.el (auto-revert-tail-handler):
4937 Call after-revert-hook.
4939 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4941 * simple.el (switch-to-completions): No error if search for \n\n fails.
4943 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4945 * simple.el (line-move-1):
4946 Respect `inhibit-line-move-field-capture' property.
4948 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4950 * comint.el (comint-arguments): Mark backslash-escaped chars.
4951 (comint-delim-arg): Don't treat them as delimiters.
4953 2007-03-12 Kim F. Storm <storm@cua.dk>
4954 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4956 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4958 * tempo.el (tempo-insert): Deal with 'r> if it appears
4959 specified with a prompt argument.
4961 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4963 * textmodes/org.el (org-set-font-lock-defaults):
4964 Handle narrow table columns correctly.
4966 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4968 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4969 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4970 Return to use of the -no-properties variants. There was
4971 consensus on emacs-devel that the speed of these variants was
4972 prefered since we are usually parsing files (from the internet
4973 or on disk) instead of XML created in Emacs.
4975 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4976 Add customize option.
4978 2007-03-12 Glenn Morris <rgm@gnu.org>
4980 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4981 North American rule. Replace "daylight savings" with "daylight
4984 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4985 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4986 "daylight saving" in text.
4988 * woman.el (woman-change-fonts): Tweak previous change by using
4989 woman-request-regexp rather than "^\\.".
4991 * startup.el (command-line-1): Make insertion of
4992 initial-scratch-message not depend on scratch being selected.
4994 2007-03-11 Juri Linkov <juri@jurta.org>
4996 * replace.el (match): Use yellow background on light-bg terminals.
4998 2007-03-11 Richard Stallman <rms@gnu.org>
5000 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5001 Correctly compute line number.
5003 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
5005 * type-break.el (type-break-get-previous-count):
5006 Repeat previous change here.
5008 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
5010 * progmodes/grep.el (grep-find-ignored-directories):
5011 Add .git and .bzr to list.
5013 2007-03-11 Andreas Schwab <schwab@suse.de>
5015 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
5017 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5019 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
5021 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
5023 * faces.el (face-set-after-frame-default): Recalculate face
5024 customizations after applying X resources.
5026 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
5028 * net/rcirc.el (rcirc-timeout-seconds): New variable.
5029 (rcirc-keepalive-seconds): Remove variable.
5030 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
5031 (rcirc-process, rcirc-user-disconnect): New variables.
5032 (rcirc-connect): Initalize new variables.
5033 (rcirc-keepalive): Don't send keepalive pings before connection
5035 (rcirc-sentinel): Do mark all channels with activity when
5036 connection is dropped. Run hook with process buffer local.
5037 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
5038 (rcirc-buffer-process): Return value of rcirc-process if
5039 rcirc-server-buffer is nil.
5040 (rcirc-server-name): Return the reported server name.
5041 (rcirc-update-prompt): Simplify computation of the server name.
5042 (rcirc-format-response-string): Likewise.
5043 (rcirc-handler-001): Mark server as connected, record the reported
5044 server name, and schedule a timeout.
5045 (rcirc-track-nick): Add a spec for the tty class.
5046 (rcirc-user-non-nick): Remove function.
5047 (rcirc-nick-prefix-chars): Add variable.
5048 (rcirc-user-nick): Use above variable.
5050 2007-03-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5052 * icomplete.el (icomplete-tidy, icomplete-exhibit):
5053 Bind deactivate-mark to nil.
5055 2007-03-10 Martin Rudalics <rudalics@gmx.at>
5057 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
5058 that buffer contents get erased during completion.
5060 2007-03-10 Glenn Morris <rgm@gnu.org>
5062 * woman.el (woman-change-fonts): Add a hack to deal with
5063 font-escape followed by "." at start of a line.
5064 (woman2-IP): Add a hack to deal with consecutive requests.
5065 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
5067 2007-03-10 Alan Mackenzie <acm@muc.de>
5069 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
5071 2007-03-09 Richard Stallman <rms@gnu.org>
5073 * abbrev.el (abbrev): Add `provide'.
5075 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
5077 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
5079 2007-03-09 Martin Rudalics <rudalics@gmx.at>
5081 * complete.el (PC-try-completion): New function.
5082 (PC-do-completion, read-file-name-internal): Use it instead of
5085 2007-03-08 Alan Mackenzie <acm@muc.de>
5087 Remove stale tokens from `c-found-types' cache.
5089 * progmodes/cc-mode.el (c-unfind-enclosing-token)
5090 (c-unfind-coalesced-tokens, c-before-change): New functions.
5091 (c-maybe-stale-found-type): New variable.
5093 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
5094 (c-trim-found-types): New functions.
5096 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
5098 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
5099 (debug-ignored-errors): Add entry from smerge-match-conflict.
5101 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
5103 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
5104 special help topics for keywords.
5105 (idlwave-help-assistant-command): Include ".exe" for ms-dos
5106 etc. Assistant command.
5108 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
5110 * replace.el (occur-engine): Move buffer-undo-list binding...
5111 (occur-1): ...to here.
5113 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
5115 * simple.el (minibuffer-completing-symbol): New var.
5116 (eval-expression): Use it.
5117 (completion-setup-function): Don't bind completion-base-size when
5118 completing a symbol in the minibuffer.
5120 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
5122 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
5123 tries to start a second session in graphical mode.
5125 2007-03-07 Miles Bader <miles@gnu.org>
5127 * international/isearch-x.el
5128 (isearch-process-search-multibyte-characters):
5129 Strip text-properties from PROMPT to avoid an error from read-string.
5131 2007-03-07 Kim F. Storm <storm@cua.dk>
5133 * complete.el (PC-bindings): Remap lisp-complete-symbol to
5134 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
5136 2007-03-07 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
5138 * complete.el (PC-do-completion): Delete duplicates in the list of
5139 possible completions.
5141 2007-03-07 Glenn Morris <rgm@gnu.org>
5143 * ses.el (ses-mode): Doc fix.
5145 2007-03-06 Kim F. Storm <storm@cua.dk>
5147 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
5149 2007-03-06 Kenichi Handa <handa@m17n.org>
5151 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
5153 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5155 * simple.el (completion-setup-function): Improve last fix so it doesn't
5156 set it to a relative directory name either.
5158 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5160 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
5162 2007-03-05 Richard Stallman <rms@gnu.org>
5164 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
5166 * files.el (find-file-noselect): No error if file no longer exists.
5167 Display a message and avoid other questions.
5169 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5171 * pcomplete.el (pcomplete-show-completions): Improve last change, so
5172 as not to use an invisible window and to create a window if none exist.
5174 * progmodes/python.el (python-send-command): Restart proc if necessary.
5175 (python-proc): Simplify.
5177 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
5179 * pcomplete.el (pcomplete-show-completions): Search all frames for
5182 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
5184 * cus-edit.el (customize-save-variable): Clear customized-value
5185 property (saved values are now put in theme-value property).
5186 (customize-set-variable): Doc fix.
5188 * complete.el (PC-do-completion): If completion-ignore-case is
5189 non-nil, replace field with completion string before exiting.
5191 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
5193 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
5194 Append its extension to the resulting temporary file name.
5195 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
5197 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
5198 (tramp-smb-handle-write-region): Apply it.
5200 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5202 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5203 Redo previous change.
5205 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5207 * diff-mode.el (diff-mode): Doc fix.
5209 2007-03-05 Kenichi Handa <handa@m17n.org>
5211 * international/characters.el: Set category `l' (latin)
5212 for more characters.
5214 2007-03-04 Kim F. Storm <storm@cua.dk>
5216 * emacs-lisp/authors.el (authors-aliases): Add alias.
5218 2007-03-04 Glenn Morris <rgm@gnu.org>
5220 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
5221 all when switching major mode.
5222 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
5223 (hs-block-start-mdata-select, hs-block-end-regexp)
5224 (hs-forward-sexp-func, hs-adjust-block-beginning):
5225 Do not make these variables permanent-local.
5227 2007-03-04 Richard Stallman <rms@gnu.org>
5229 * progmodes/cperl-mode.el (cperl-mode):
5230 Modify cperl-compilation-error-regexp-alist by appending.
5232 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
5233 (edebug-mode): Add the hook.
5234 (edebug-recursive-edit): Remove the hook on exiting.
5236 * type-break.el (type-break-get-previous-time):
5237 Handle end-of-file errors specially
5238 so they don't get reported wrong in .emacs.
5240 * startup.el (fancy-splash-text): Clarify text.
5242 * simple.el (beginning-of-buffer, end-of-buffer):
5243 Avoid treating plain C-u like numeric arg.
5245 * simple.el (completion-setup-function): Don't set
5246 default-directory to nil.
5248 * shell.el (shell-dirstack-query): Doc fix.
5250 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5251 Don't select the window -- pass it to primitives instead.
5253 * faces.el (minibuffer-prompt): Use medium blue by default.
5255 2007-03-04 David Kastrup <dak@gnu.org>
5257 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
5258 Preserve 16 as default value for "seconds" when customizing.
5260 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
5262 * textmodes/org.el (org-self-insert-command)
5263 (orgtbl-self-insert-command, org-delete-char)
5264 (org-delete-backward-char): Set the `flyspell-delayed' property.
5266 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
5268 * international/mule.el (find-auto-coding): Don't search for
5269 line-ending characters past the end of the tail.
5271 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
5273 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5274 Jump to the line where new score has been uploaded.
5276 * play/tetris.el (tetris-move-bottom, tetris-move-left)
5277 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
5278 Do nothing when the game is paused.
5280 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
5282 * textmodes/org.el (org-set-tags): Prevent slipping of point
5285 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5287 * isearch.el (isearch-message-prefix):
5288 Use minibuffer-prompt-properties.
5290 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5292 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
5293 (ps-setup): Print which Emacsen is running ps-print package.
5295 2007-03-01 Stuart Herring <herring@lanl.gov>
5297 * files.el (set-auto-mode-0): Use `indirect-function'.
5298 (hack-one-local-variable): Don't reapply current major mode.
5300 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5302 * progmodes/python.el (python-quote-syntax): Don't bother with
5303 syntax-ppss-context.
5304 (python-fill-paragraph): Make sure that fenced-string delimiters that
5305 stand on their own line stay there.
5307 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5309 * replace.el (perform-replace): Propertize message.
5311 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
5313 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5316 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5318 * net/tramp.el (tramp-file-name-handler): Revert last change.
5320 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
5322 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5323 Correct doc strings.
5325 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5327 * replace.el (perform-replace): Undo forward-char immediately if
5328 non-adjacent search fails.
5330 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5332 * version.el (emacs-major-version, emacs-minor-version):
5333 string-to-int -> string-to-number.
5335 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
5337 * help.el (where-is): Fail gracefully when not passed a command.
5339 2007-02-28 Stuart Herring <herring@lanl.gov>
5341 * find-lisp.el (find-lisp-default-directory-predicate):
5342 Fix bug: Do symlink check on expanded filename.
5344 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
5346 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5347 changes during replacement.
5348 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5350 2007-02-28 Lars Hansen <larsh@soem.dk>
5352 * desktop.el: Delete header line listing me as maintainer.
5354 2007-02-28 Glenn Morris <rgm@gnu.org>
5356 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5359 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5361 * net/tramp.el (tramp-file-name-handler): Inhibit modification
5362 hooks to avoid confusion when combining after-change calls.
5364 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
5366 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5367 now that pgg-gpg-process-region correctly honors passed-in passphrase.
5368 (allout-distinctive-bullets-string): Add info about bullet conventions.
5369 (allout-mode): Add info about distinctive vs plain bullets.
5371 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
5373 * textmodes/org.el (org-archive-subtree): Quote variable name.
5374 (org-agenda-get-todos): Make sure skip properties are checked correctly.
5376 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5378 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5379 (gud-bashdb-command-name, bashdb): Remove.
5380 (gud, gud-menu-map): Remove references to bash/bashdb.
5382 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
5384 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5385 keyword for Python 2.5.
5387 2007-02-26 Romain Francoise <romain@orebokech.com>
5389 * net/net-utils.el (whois-server-tld): Update server for .org.
5390 (whois-server-list): Add whois.publicinterestregistry.net.
5391 (whois-guess-server): Fix formatting in docstring.
5393 2007-02-26 Kim F. Storm <storm@cua.dk>
5395 * mouse.el (mouse-show-mark): Run hooks and perform command
5396 remapping for mouse-region-delete-keys.
5398 2007-02-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5400 * font-core.el (font-lock-mode): Doc fix.
5402 2007-02-25 Kim F. Storm <storm@cua.dk>
5404 * ido.el (ido-buffer-internal): Set this-command to fallback command.
5405 Add selected buffer to buffer-name-history.
5406 (ido-file-internal): Set this-command to fallback command.
5407 Add file names to file-name-history.
5409 * emacs-lisp/map-ynp.el (map-y-or-n-p):
5410 Apply minibuffer-prompt-properties.
5412 2007-02-25 Andreas Schwab <schwab@suse.de>
5414 * files.el (hack-one-local-variable-eval-safep): Correct handling
5415 of edebug-form-spec property value. Reported by Johan Bockg
\e,Ae
\e(Brd.
5417 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5419 * textmodes/org.el (org-table-overlay-coordinates)
5420 (org-table-toggle-coordinate-overlays): New functions.
5421 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5423 (org-startup-with-deadline-check): Remove option.
5424 (org-mode): Remove deadline check on startup.
5425 (org-table-limit-column-width): Remove option.
5426 (org-table-formula-numbers-only): Remove option.
5427 (org-link-style, org-link-format): Remove options.
5428 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5429 (org-export-ascii-show-new-buffer)
5430 (org-export-html-show-new-buffer): Remove options.
5431 (org-activate-links): Remove camel option.
5432 (org-file-link-context-use-camel-case): Remove option.
5433 (org-camel-regexp): Remove variable.
5434 (org-activate-camels): Remove function.
5435 (org-store-link): Remove Camel stuff.
5436 (org-make-org-heading-camel): Remove function.
5437 (org-open-at-point): Remove camel stuff.
5438 (org-link-search): Remove camel stuff.
5439 (org-camel-to-words): Function removed.
5440 (org-get-agenda-file-buffer): Make sure we prepare the base
5441 buffers, not any indirect buffers.
5442 (org-sort-entries): Sort top-level when not on a headline, and no
5444 (org-in-regexp): New function.
5445 (org-search-not-self): Rename from `org-search-not-link'.
5446 (org-open-link-marker): New variable.
5447 (org-open-at-point): Set `org-open-link-marker'.
5448 (org-print-icalendar-entries): Fixe bug with excluding DONE
5449 entries from the exported list.
5450 (org-edit-formula-lisp-indent): New command.
5451 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5452 (orgtbl-to-latex, orgtbl-insert-radio-table)
5453 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5454 (orgtbl-radio-table-templates): New option.
5455 (org-store-link-props):
5456 (org-remember-templates): More possibilities to insert info
5458 (org-remember-apply-template): Make use of the extended
5459 template capabilities.
5460 (org-remember-redo-template): New command.
5461 (org-upgrade-old-links)
5462 (org-table-modify-formulas, org-table-replace-in-formulas)
5463 (org-table-find-dataline)
5464 (org-table-get-vertical-vector): Remove functions.
5465 (org-table-remove-rectangle-highlight)
5466 (org-time-stamp-format, org-toggle-log-option)
5467 (org-table-highlight-rectangle)
5468 (org-table-iterate, org-table-make-reference):
5469 (org-translate-time, org-tree-to-indirect-buffer)
5470 (org-table-field-info, org-table-fix-formulas)
5471 (org-table-force-dataline, org-table-get-descriptor-line)
5472 (org-table-get-range)
5473 (org-skip-comments, org-sort)
5474 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5475 (org-table-current-dline, org-table-current-field-formula)
5476 (org-table-edit-backward-field)
5477 (org-table-edit-formulas-post-command)
5478 (org-table-edit-line-down, org-table-edit-line-up)
5479 (org-agenda-archive)
5480 (org-agenda-clock-cancel)
5481 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5482 (org-agenda-open-link, org-agenda-show-new-time)
5483 (org-agenda-skip-subtree-when-regexp-matches)
5484 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5485 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5486 (org-do-sort, org-file-image-p, org-find-overlays)
5487 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5488 (org-highlight-until-next-command, org-isearch-end)
5489 (org-match-any-p, org-next-link, org-previous-link):
5490 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5491 (org-rewrite-old-row-references)
5492 (org-isearch-post-command)
5493 (org-table-edit-move, org-table-edit-next-field)
5494 (org-table-edit-scroll, org-table-edit-scroll-down)
5495 (org-set-frame-title, org-show-reference)
5496 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5497 (org-show-variable): Remove command.
5498 (org-add-log-maybe): New arguments STATE, FINDPOS
5499 (org-table-sort-lines): Rewrite from scratch.
5500 (org-link-search): New argument AVOID-POS.
5501 (org-print-icalendar-entries): Remove argument CATEGORY.
5502 (org-run-agenda-series): Remove argument WONDOW.
5503 (org-next-link, org-previous-link): New commands.
5504 (org-agenda-date-format): New option.
5505 (org-table-iterate): New command.
5506 (org-table-modify-formulas)
5507 (org-table-replace-in-formulas): Remove functions.
5508 (org-table-fix-formulas): New function.
5509 (org-table-insert-column, org-table-delete-column)
5510 (org-table-move-column): Use `org-table-fix-formulas'.
5511 (org-follow-gnus-link): Patch from Bastien/Leo.
5512 (org-table-current-field-formula): New function.
5513 (org-file-image-p): New function.
5514 (org-agenda-show-new-time): New function.
5515 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5516 (org-with-remote-undo): New macro.
5517 (org-agenda-undo): New command.
5518 (org-verify-change-for-undo): New function.
5519 (org-time-stamp-format): New function.
5520 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5522 (org-match-any-p): New function.
5523 (org-make-tags-matcher): Handle regular expressions for tag and
5525 (org-read-date): Accept "+N" as input for a date relative to the
5527 (org-remove-subtree-entries-from-agenda): New function.
5528 (org-agenda-archive, org-agenda-kill):
5529 Use `org-remove-subtree-entries-from-agenda'.
5530 (org-do-sort, org-sort-entries): New functions.
5531 (org-sort): New command.
5532 (org-table-sort-lines): Use `org-do-sort'.
5533 (org-fix-decoded-time): New function.
5534 (org-table-number-regexp): Require 0x... to identify as number
5536 (org-startup-options): New keywords for note taking.
5537 (org-upgrade-old-links): Remove function.
5538 (org-get-repeat): New function.
5539 (org-show-context): Also show siblings on current level.
5540 (org-show-siblings): New function.
5541 (org-isearch-end, org-isearch-post-command): New functions.
5542 (org-show-siblings): New option.
5543 (org-show-context): Use `org-show-siblings'.
5544 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5545 to be bound, because user may just use elisp.
5547 2007-02-24 Kim F. Storm <storm@cua.dk>
5549 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5550 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5552 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5554 * startup.el (command-line): Also check if the abbrev file is readable.
5556 2007-02-24 John Paul Wallington <jpw@pobox.com>
5558 * net/tls.el (tls-certtool-program): Fix custom type.
5560 * mail/feedmail.el (feedmail-message-id-generator)
5561 (feedmail-date-generator): Fix custom types.
5563 * mail/rmail.el (rmail-message-filter): Fix custom type.
5565 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5567 * startup.el (command-line): If simple.el cannot be found, proceed
5568 with a warning message.
5570 2007-02-24 Kenichi Handa <handa@m17n.org>
5572 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5573 case that BEG is a string.
5575 2007-02-24 Chris Moore <dooglus@gmail.com>
5577 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5578 * pgg-pgp.el (pgg-pgp-encrypt-region):
5579 * pgg-gpg.el (pgg-gpg-encrypt-region):
5580 Check pgg-encrypt-for-me if no other recipients.
5582 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5584 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5586 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5587 shell-quote-argument.
5589 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5591 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5592 from the comint buffer instead of the temporary one.
5594 2007-02-23 David Reitter <david.reitter@gmail.com>
5596 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5597 storing it in recentf-exclude.
5599 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5601 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5604 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5606 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5607 commands, for restart.
5608 (idlwave-shell-current-module): Fix handling of module name by type.
5609 (idlwave-shell-break-in): Update type handling.
5610 (idlwave-shell-bp-get): Encode type in BP structure.
5611 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5612 (idlwave-shell-module-source-query): Query routine info based on type.
5613 Fix path parsing for non-compiled files.
5614 (idlwave-shell-module-source-filter): Don't signal error in filter
5616 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5619 2007-02-22 Kim F. Storm <storm@cua.dk>
5621 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5622 (editable-field): Document need to put some text before the %v
5623 escape in :format string.
5625 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5627 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5628 (vc-svn-use-edit): Remove unused config var.
5629 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5631 * outline.el (hide-sublevels): Keep empty last line, if available.
5633 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5634 rather than the corresponding unicode char, to make the code
5637 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5639 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5640 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5641 (speedbar-item-info-tag-helper): Doc fixes.
5643 2007-02-19 Kenichi Handa <handa@m17n.org>
5645 * international/mule-cmds.el (locale-language-names):
5646 Map "eo" to "Esperanto".
5648 * language/european.el ("Esperanto"): New language environment.
5650 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5652 * simple.el (kill-line): Doc fix.
5654 2007-02-17 Kim F. Storm <storm@cua.dk>
5656 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5657 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5658 (bindat--unpack-group, bindat--pack-group):
5659 Handle vectors with optional element type.
5661 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5663 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5664 if PASSPHRASE is given.
5666 2007-02-17 Chris Moore <dooglus@gmail.com>
5668 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5669 Recognize backups of bz2 compressed files.
5671 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5673 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5674 to nil to speed up lookup of the symbol in index nodes.
5676 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5678 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5679 Add indentation for the constants of Lisp.
5681 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5683 * ps-print.el: Use (defvar <foo>) where applicable.
5684 (ps-print-emacs-type): Remove.
5685 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5686 (ps-frame-parameter): Align its call-convention with frame-parameter.
5687 (ps-begin-job): Adjust calls to it appropriately.
5688 (ps-setup): Don't print ps-print-emacs-type.
5689 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5690 Define in such a way that it's obvious that it's defined.
5691 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5692 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5693 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5695 2007-02-15 Alan Mackenzie <acm@muc.de>
5697 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5698 an empty one-line C-style comment, post-position point properly.
5700 2007-02-15 Chris Moore <dooglus@gmail.com>
5702 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5703 (isearch-lazy-highlight-new-loop): Bind it.
5704 (isearch-lazy-highlight-search): Use it.
5706 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5708 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5710 * font-lock.el (font-lock-extend-region-wholelines):
5711 Only return non-nil if the region has really been changed.
5712 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5714 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5716 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5717 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5718 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5720 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5722 * faces.el (color-values): Revert changes to docstring from
5723 2007-01-31 and 2000-09-07.
5725 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5726 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5727 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5728 (ispell-help): Fix typos in docstring and output message.
5730 2007-02-14 Kim F. Storm <storm@cua.dk>
5732 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5733 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5734 (grep): Fix lgrep reference.
5736 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5737 (standard-display-underline): Use make-glyph-code.
5739 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5741 * international/latin1-disp.el (latin1-display-char):
5742 Use make-glyph-code.
5744 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5746 * ehelp.el (with-electric-help, electric-help-exit)
5747 (electric-help-retain): Doc fixes.
5749 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5750 (byte-compile-file): Doc fixes.
5752 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5754 * term/mac-win.el: Change all uses of
5755 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5756 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5757 (mac-ae-get-url): Call select-frame-set-input-focus.
5758 (mac-dnd-handle-drag-n-drop-event): Don't call
5759 select-frame-set-input-focus.
5761 2007-02-13 Kenichi Handa <handa@m17n.org>
5763 * international/characters.el: Fix documentation of category `a'.
5765 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5767 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5769 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5771 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5772 (tramp-get-remote-ln): Handle error case.
5773 Reported by Chris Moore <dooglus@gmail.com>.
5775 2007-02-11 Kim F. Storm <storm@cua.dk>
5777 * bindings.el (ctl-x-map): Remove register compatibility bindings
5778 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5780 2007-02-11 Richard Stallman <rms@gnu.org>
5782 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5785 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5786 condition -- don't fail to stop at endpos.
5788 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5790 * textmodes/org.el (org-agenda-get-todos)
5791 (org-agenda-get-timestamps, org-agenda-get-closed)
5792 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5793 (org-agenda-get-blocks, org-format-agenda-item)
5794 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5795 from `category' to `org-category'.
5797 2007-02-11 Kenichi Handa <handa@m17n.org>
5799 * international/titdic-cnv.el (titdic-convert): Force files be written
5800 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5801 (miscdic-convert): Force files be written with Unix-like eol format.
5803 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5805 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5807 * calculator.el (calculator-prompt): Doc fix.
5808 (calculator-mode-map): Fix typo in menu entry.
5810 2007-02-10 Jay Belanger <belanger@truman.edu>
5812 * calculator.el (calculator): Do more extensive checking for when
5813 3 lines should be used for the calculator.
5815 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5817 * info-look.el (info-lookup-make-completions):
5818 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5821 * info.el (Info-fontify-maximum-menu-size): Document the effect
5823 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5824 non-nil before using it as size.
5826 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5828 * subr.el (insert-for-yank-1): Prevent read-only properties from
5829 interfering with text property operations.
5831 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5833 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5834 (image-type-auto-detected-p): Fail if another match is found in
5837 * files.el (magic-mode-alist): Call image-mode instead of
5838 image-mode-maybe for autodetected images.
5840 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5842 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5843 Fix typos in docstrings.
5844 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5846 2007-02-09 Kim F. Storm <storm@cua.dk>
5848 * emacs-lisp/float-sup.el: Remove obsolete comment.
5850 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5852 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5854 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5856 * simple.el: Revert previous change, at request of RMS:
5857 (fundamental-mode-hook): Remove.
5858 (fundamental-mode): Run after-change-major-mode-hooks manually,
5859 and don't run the now-nonexistent fundamental-mode-hook.
5861 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5863 * simple.el (fundamental-mode-hook): Declare new hook.
5864 (fundamental-mode): Run the new dedicated hook, and don't run
5865 after-change-major-mode-hooks manually anymore.
5867 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5869 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5870 added columns of chars. Remove support for the "no-meta-info" format.
5871 Prompted by Romain Francoise <romain@orebokech.com>.
5873 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5875 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5876 (gdb-mouse-until, gdb-mouse-jump): Use it.
5878 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5880 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5881 work when there is just an assembler buffer (no source buffer).
5883 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5885 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5886 just because the diff was produced using "-p" (--show-c-function).
5888 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5890 * faces.el (frame-set-background-mode): Use `color-values' and
5891 `display-color-p', not `x-color-values' and `x-display-color-p'.
5892 (face-valid-attribute-values): Use `defined-colors' instead of
5895 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5897 * ps-print.el: The ps-print commands without face printing should not
5898 print background color. Reported by Leo <sdl.web@gmail.com>.
5899 (ps-print-version): New version 6.7.3.
5900 (ps-begin-job): New arg. Fix ps-default-background and
5901 ps-default-foreground initialization.
5902 (ps-face-attributes): Fix doc string.
5903 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5905 * printing.el: Fix ps-print link.
5907 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5909 * faces.el (face-set-after-frame-default): Compile attributes to
5910 be set by frame parameters before merging in X resources.
5912 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5914 * simple.el (blink-matching-paren-dont-ignore-comments):
5915 (blink-matching-paren-on-screen): Doc fixes.
5917 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5919 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5921 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5923 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5924 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5925 entries like `defun'. Return nil.
5927 2007-02-05 Kim F. Storm <storm@cua.dk>
5929 * ido.el: Doc fixes.
5931 2007-02-04 David Kastrup <dak@gnu.org>
5933 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5934 `mpuz-allow-double-multiplicator' is non-zero, and correct
5935 calculation of `min'.
5937 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5939 * wid-edit.el (widget-default-create): Insert new text at the
5940 :from marker _after_ the marker, not before it.
5942 2007-02-04 Alan Mackenzie <acm@muc.de>
5944 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5945 containing it is re-indented.
5947 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5949 * net/newsticker.el (newsticker--insert-image): Update docstring,
5950 and insert the image directly.
5951 (newsticker--buffer-redraw): Update docstring.
5953 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5954 Rename from define-global-minor-mode.
5956 * progmodes/cwarn.el (global-cwarn-mode):
5957 * emacs-lisp/autoload.el (make-autoload):
5958 * hi-lock.el (global-hi-lock-mode):
5959 * font-core.el (global-font-lock-mode): All callers changed.
5961 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5963 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5964 Don't copy @ignore lines into menu descriptions.
5965 (texinfo-multi-file-update): Goto the @node line before attempting
5966 to pluck the node name.
5967 (texinfo-multiple-files-update): Reverse the optional arguments'
5968 order, as per the doc string and the `interactive' form.
5970 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5972 * image-mode.el: Use autoload to avoid overriding disabled setting
5975 2007-02-03 Alan Mackenzie <acm@muc.de>
5977 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5978 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5979 adjacent paren groups).
5981 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5983 * progmodes/ebnf2ps.el: Doc fixes.
5984 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5986 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5988 * dired-x.el (dired-do-relsymlink): Add reference to
5989 dired-do-symlink. Add an autoload cookie.
5991 * dired-aux.el (dired-do-symlink): Add reference to
5992 dired-do-relsymlink.
5994 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5996 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5997 <left-fringe mouse-3>: New bindings.
5999 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
6001 * net/newsticker.el (newsticker-version): Changed to "1.10".
6002 (newsticker--set-customvar): Doc string.
6003 (newsticker-new-item-face): Doc string.
6004 (newsticker-mode): Initialize `invisibility-spec' with t.
6005 (newsticker-mode-map): Added
6006 `newsticker-mark-all-items-at-point-as-read'.
6007 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
6008 (newsticker-w3m-show-inline-images): Do not call
6010 (newsticker--buffer-after-w3m-insert-image): New advice for
6011 w3m-insert-image to cache images.
6012 (newsticker-next-item-same-feed): New.
6013 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
6014 (newsticker-mark-all-items-of-feed-as-read): New.
6015 (newsticker-mark-all-items-at-point-as-read): Use new functions.
6016 (newsticker-mark-item-at-point-as-read): Doc string.
6017 (newsticker-mark-item-at-point-as-read): Use new functions.
6018 (newsticker--do-mark-item-at-point-as-read): New, extracted from
6019 `newsticker-mark-item-at-point-as-read'.
6020 (newsticker-hide-entry): Use (t) instead of t for invisibility.
6021 (newsticker--sentinel): Yet another xml-parser workaround.
6022 (newsticker--decode-iso8601-date): Bugfix for datestrings without
6024 (newsticker--buffer-do-insert-text): Fix.
6025 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
6026 (newsticker--buffer-make-item-completely-visible):
6027 `switch-to-buffer' not necessary.
6029 2007-02-02 Eli Zaretskii <eliz@gnu.org>
6031 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
6032 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
6033 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
6034 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
6035 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
6037 2007-02-02 Kenichi Handa <handa@m17n.org>
6039 * international/quail.el (quail-show-key): Fix an error message.
6041 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
6043 * faces.el (set-face-underline-p, modify-face): Rename arg
6044 UNDERLINE-P to UNDERLINE (it is not a flag).
6046 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
6048 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
6049 when adding gdb-speedbar-update to gdb-input-queue.
6051 2007-02-01 Kenichi Handa <handa@m17n.org>
6053 * international/quail.el (quail-show-key): Signal an error if the
6054 current input method is not using Quail.
6056 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
6058 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
6059 Trim leading whitespace in sysvar names.
6061 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
6063 * faces.el (internal-find-face, internal-get-face): Doc fixes.
6065 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
6067 * ido.el (ido-set-common-completion): Use `let', not `let*'.
6069 2007-01-31 Romain Francoise <romain@orebokech.com>
6071 * comint.el: Delete extra copy of `comint-copy-old-input' added in
6072 previous change to this file.
6074 2007-01-31 Jason Rumney <jasonr@gnu.org>
6076 * files.el (magic-mode-alist): Use image-mode-maybe rather than
6079 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
6080 interfering with attempt to set major mode from modified
6083 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
6085 * faces.el (color-values): Doc fix.
6086 (face-differs-from-default-p): Don't check :foreground twice.
6088 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
6090 * comint.el (comint-mode): Prevent non-keyword fontification by default.
6092 2007-01-31 Kenichi Handa <handa@m17n.org>
6094 * international/quail.el (quail-store-decode-map-key): Store a
6095 translated character too.
6096 (quail-char-equal-p): New function.
6097 (quail-find-key1): Check character equality by quail-char-equal-p.
6098 (quail-decode-map-generated): New variable.
6099 (quail-find-key): Check quail-decode-map-generated and re-generate
6100 a decode map if necessary.
6102 2007-01-30 Richard Stallman <rms@gnu.org>
6104 * tutorial.el (tutorial--detailed-help): Make the list of
6105 changed keys look nicer.
6107 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
6109 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
6110 (gdb-var-delete): Use it.
6111 (gdb-var-update-handler-1): Handle value "invalid" for MI field
6114 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
6116 * files.el (get-free-disk-space): Return nil for remote directories.
6118 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
6121 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
6123 * type-break.el (type-break-catch-up-event): New function.
6124 (type-break-demo-hanoi, type-break-demo-life)
6125 (type-break-demo-boring): Use it.
6127 * image-mode.el (image-mode): Don't automatically view as image.
6128 (image-toggle-display): Add `disabled' property.
6130 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
6132 * isearchb.el (isearchb-iswitchb):
6133 * ps-print.el (ps-build-face-reference):
6134 * emacs-lisp/shadow.el (list-load-path-shadows):
6135 * eshell/esh-cmd.el (eshell-rewrite-for-command):
6136 * international/mule.el (find-auto-coding):
6137 * mail/supercite.el (sc-attrib-selection-list):
6138 * progmodes/cc-defs.el (c-emacs-features):
6139 * progmodes/cc-vars.el (c-offsets-alist):
6140 * progmodes/flymake.el
6141 (flymake-init-create-temp-source-and-master-buffer-copy):
6142 Fix typos in docstrings (some suggested by Chris Moore).
6144 * progmodes/vhdl-mode.el (vhdl-components-package-name)
6145 (vhdl-get-library-unit, vhdl-corresponding-begin)
6146 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
6147 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
6148 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
6149 (vhdl-font-lock-match-item): Fix typos in docstrings.
6150 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
6151 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
6152 (vhdl-speedbar-insert-project-hierarchy):
6153 Improve argument/docstring consistency.
6155 2007-01-29 Kenichi Handa <handa@m17n.org>
6157 * international/titdic-cnv.el (py-converter): Fix previous change.
6159 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
6161 * jka-compr.el (jka-compr-partial-uncompress)
6162 (jka-compr-call-process): Rebind default-directory if it is
6163 invalid. Suggested by Chris Moore.
6165 * comint.el (comint-insert-input): Handle situation where the
6166 selected buffer is not the clicked buffer.
6168 2007-01-29 Kenichi Handa <handa@m17n.org>
6170 * international/ja-dic-cnv.el (skkdic-convert):
6171 Add byte-compile-disable-print-circle:t at the head.
6173 * international/titdic-cnv.el (tit-process-header):
6174 Add byte-compile-disable-print-circle:t at the head.
6175 (miscdic-convert): Likewise.
6176 (py-converter): Skip the header comments.
6178 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
6180 (byte-compile-output-file-form): Bing print-circle to nil if
6181 byte-compile-output-file-form is not nil.
6182 (byte-compile-output-docform): Likewise.
6184 2007-01-28 Kim F. Storm <storm@cua.dk>
6186 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
6187 Declare earlier to avoid byte compiler warnings.
6189 2007-01-28 Markus Triska <markus.triska@gmx.at>
6191 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
6193 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
6195 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
6196 (gamegrid-add-score-with-update-game-score-1): Allow local quits
6197 when calling update-game-score program. Remove unnecessary
6200 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
6202 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
6204 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
6205 avoid compiler warning.
6206 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
6207 might have values other than "true" or "false".
6209 2007-01-28 Richard Stallman <rms@gnu.org>
6211 * textmodes/fill.el (fill-paragraph-function): Doc fix.
6212 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
6214 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
6216 * image.el (image-type-header-regexps): Make GIF regex more specific.
6218 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
6219 Don't check `backspace'.
6220 (tutorial--find-changed-keys): Look up bindings in a temp buffer
6221 in Fundamental mode.
6223 * startup.el (fancy-splash-text, normal-splash-screen):
6226 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
6227 when inserting in buffer.
6229 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
6232 2007-01-27 Richard Stallman <rms@gnu.org>
6234 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
6236 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
6238 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
6239 enum/union/struct/class definition.
6240 Revert change to call `forward-sexp' multiple times.
6242 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
6244 * files.el (hack-local-variables-confirm): Don't keep trying to
6245 read an event from an empty kbd macro.
6247 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6249 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
6251 2007-01-27 Ben North <ben@redfrontdoor.org>
6253 * outline.el (outline-promote, outline-demote): Doc fix. Rename
6254 the arg CHILDREN -> WHICH.
6256 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
6258 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
6259 default-directory to a sane value when calling start-process.
6261 2007-01-27 Eli Zaretskii <eliz@gnu.org>
6263 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
6264 (ls-lisp-format-time-list): Doc fix. Mention
6265 ls-lisp-use-localized-time-format.
6266 (ls-lisp-format-time): Use ls-lisp-format-time-list if
6267 ls-lisp-use-localized-time-format is non-nil, even if a valid
6270 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
6272 * jka-compr.el (jka-compr-shell): Doc fix.
6274 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
6276 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6278 * ps-print.el: Fix background height.
6279 (ps-print-version): New version 6.7.2.
6281 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6283 * makefile.w32-in (finder-data, custom-deps): Depend on
6284 $(lisp)/loaddefs.el.
6286 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
6288 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
6290 2007-01-24 Miles Bader <miles@gnu.org>
6292 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
6293 (byte-compile-output-docform): Bind `print-circle' to t.
6295 2007-01-24 Kenichi Handa <handa@m17n.org>
6297 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
6298 file name of the original SKK dictionary file.
6300 2007-01-24 Kim F. Storm <storm@cua.dk>
6302 * ido.el (ido-initial-position): New variable.
6303 (ido-read-internal): Set it if default item is specified.
6304 (ido-minibuffer-setup): Position cursor accordingly if set.
6305 (ido-edit-input): C-e moves to end of input if not already there.
6306 (ido-magic-backward-char): C-b does like M-b if prev char is /.
6307 Don't switch to buffer mode if repeating C-b at start of input.
6308 (ido-toggle-ignore): C-a only toggles ignore at start or end of
6309 input; else it moves to start of input.
6310 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6311 not at end of input, delete rest of input, rather than normal op.
6313 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
6315 * emulation/viper-keym.el (viper-insert-basic-map):
6316 Delete binding for S-TAB.
6318 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6319 of message. Activate mark.
6320 (ediff-activate-mark): Set transient-mark-mode to t.
6322 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6324 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6326 * help-fns.el (describe-variable): Don't suppress display of
6327 buffer local value when the value is "large".
6329 2007-01-22 Kim F. Storm <storm@cua.dk>
6331 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6332 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6333 (ido-tidy): Use ido-active.
6335 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
6337 * hexl.el (hexl-mode-exit): Add missing quote.
6339 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6341 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6342 (mac-ae-keyboard-modifiers): New function.
6343 (mac-handle-toolbar-switch-mode): Use it.
6344 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
6345 if keyboard modifiers on drop contain option key.
6346 (mac-dnd-drop-data): Add optional argument `action'.
6347 (special-event-map): Remove binding for M-drag-n-drop.
6349 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
6351 * add-log.el (add-log-current-defun): Use CC Mode functions to
6352 find the beginning and end of a defun.
6354 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6356 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6357 (gdb-var-create-handler): Handle value field in GDB output of
6359 (gdb-max-frames): New variable.
6360 (gdb-stack-buffer, gdb-frames-select): Use it.
6361 (gdb-info-stack-custom): Help user customize gdb-max-frames,
6363 (gdb-get-frame-number): Simplify.
6365 2007-01-21 Glenn Morris <rgm@gnu.org>
6367 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6370 2007-01-21 Alan Mackenzie <acm@muc.de>
6372 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6373 handling of K&R stuff.
6375 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6377 * textmodes/bibtex.el (bibtex-files): Fix customization type.
6379 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6381 * ps-print.el: Handle frame parameters (background and/or foreground
6382 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6383 (ps-print-version): New version 6.7.1.
6384 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6385 (ps-frame-parameter): New fun.
6386 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6387 Fix doc and customization.
6388 (ps-begin-job): Get frame parameters (background and/or foreground
6390 (ps-do-despool): Ensure ps-printer-name has a valid value.
6392 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6394 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6395 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6396 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6399 2007-01-20 Alan Mackenzie <acm@muc.de>
6401 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6402 much more rigorous analysis of putative K&R regions.
6404 2007-01-20 Alan Mackenzie <acm@muc.de>
6406 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6409 2007-01-20 Alan Mackenzie <acm@muc.de>
6411 * progmodes/cc-align.el, progmodes/cc-cmds.el,
6412 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6413 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6414 * progmodes/cc-vars.el: Add my name.
6416 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6418 * files.el (find-alternate-file): Revert query message to Emacs 21
6421 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6423 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6424 the doc string how to use personal abbrevs without electric
6427 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6429 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6430 Fixed cursor position when toggle abbreviated display.
6432 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6434 * t-mouse.el: Update copyright following assignment by
6437 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6439 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6440 (type-break-demo-boring): Call read-event instead of read-char.
6442 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6444 * progmodes/compile.el: Add handling for makepplog.
6446 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6448 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6449 aspell dictionaries are initialized when called non-interactively.
6451 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6453 * progmodes/compile.el (compilation-loop): New arg limit.
6454 Handle case where the first error is at point-min.
6455 (compilation-next-error): New arg to compilation-loop call.
6457 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6459 * info.el (Info-default-dirs): Change default info dir to
6462 * paths.el (Info-default-directory-list): Ditto.
6464 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6466 * hexl.el (hexl-before-revert-hook): New function.
6467 (hexl-mode): Use it.
6468 (hexl-after-revert-hook): Just call hexl-mode.
6469 (hexl-mode-exit): Remove before-revert-hook.
6471 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6473 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6475 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6477 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6478 by "-" in francais7 otherchars entry.
6479 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6482 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6484 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6485 path. Rewrite function in `cond' style for readability.
6487 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6488 (The path shortening, that is, not the rearrangement.)
6490 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6492 * term/mac-win.el (mac-ae-quit-application): New function.
6493 (mac-apple-event-map): Bind "quit application" Apple event to it.
6495 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6497 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6498 than the program's output.
6500 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6502 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6503 (kmacro-start-macro-or-insert-counter)
6504 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6505 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6507 * longlines.el (longlines-show-hard-newlines):
6508 * ruler-mode.el (ruler-mode-ruler):
6509 * emulation/keypad.el (keypad-setup):
6510 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6511 Fix typo in docstring.
6513 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6515 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6516 Remove redirect character ">".
6518 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6520 * replace.el (perform-replace): Remove leftover code.
6522 2007-01-12 Richard Stallman <rms@gnu.org>
6524 * replace.el (perform-replace): Don't clear NODENT when computing
6525 the replacement string.
6527 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6529 * net/tramp.el (tramp-handle-file-local-copy):
6530 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6531 <christopher.ian.moore@gmail.com>.
6533 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6535 * diff-mode.el (diff-sanity-check-context-hunk-half)
6536 (diff-sanity-check-hunk): New functions.
6537 (diff-find-source-location): Use'em to check the hunks are well-formed.
6539 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6540 activate undo when undo is not active.
6541 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6543 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6545 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6546 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6547 (ffap-url-at-point): Use char-classes rather than "a-z".
6549 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6551 * ediff-init.el (ediff-autostore-merges):
6552 * textmodes/fill.el (fill-region): Doc fix.
6554 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6556 * server.el (server-ensure-safe-dir): UIDs may be floats.
6558 2007-01-10 Richard Stallman <rms@gnu.org>
6560 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6561 around calls to directory-files.
6563 * subr.el (momentary-string-display): Use save-excursion.
6565 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6566 argument, but read it as `X' does.
6568 2007-01-09 Juri Linkov <juri@jurta.org>
6570 * info.el (Info-fontify-node): Don't hide node names of index entries.
6572 * faces.el (momentary): Change :group to basic-faces where all
6573 basic faces belong to. Add :version.
6575 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6577 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6578 keybinding is found.
6579 (tutorial--find-changed-keys): Never treat null keybinding as a
6582 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6584 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6586 2007-01-09 Kenichi Handa <handa@m17n.org>
6588 * international/mule-cmds.el
6589 (select-safe-coding-system-interactively): Fix message.
6591 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6593 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6594 (tramp-process-actions): Add optional parameter TIMEOUT.
6595 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6596 (tramp-open-connection-su): Add timeout of 60".
6598 2007-01-09 Richard Stallman <rms@gnu.org>
6600 * progmodes/compile.el (compile): Doc fix.
6602 2007-01-09 Markus Triska <markus.triska@gmx.at>
6604 * tumme.el (tumme-display-thumb): Doc fix.
6606 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6608 * battery.el (battery-search-for-one-match-in-files):
6609 * bindings.el (mode-line-minor-mode-help):
6610 * x-dnd.el (x-dnd-types-alist):
6611 * calendar/icalendar.el (icalendar-import-buffer):
6612 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6614 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6616 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6618 * replace.el (replace-regexp): Fix typo in docstring.
6620 2007-01-07 Alan Mackenzie <acm@muc.de>
6622 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6623 Amend doc-string and comments.
6625 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6627 * files.el (abbreviate-file-name): Doc fix.
6629 2007-01-06 Markus Triska <triska@gmx.at>
6631 * subr.el (split-string): Remove spurious ")" from doc string.
6633 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6635 * textmodes/table.el (table--warn-incompatibility):
6636 Use display-warning instead of momentary-string-display.
6638 2007-01-05 Richard Stallman <rms@gnu.org>
6640 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6642 * simple.el (backward-kill-word): Doc fix.
6644 2007-01-05 Romain Francoise <romain@orebokech.com>
6646 * international/mule.el (sgml-html-meta-auto-coding-function):
6647 Ensure that the buffer contains a HTML document.
6649 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6651 * faces.el (momentary): Move here ...
6652 * subr.el (momentary): ... from here.
6654 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6656 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6657 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6658 large structures/arrays.
6660 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6662 * files.el (find-file-noselect-1, set-visited-file-name):
6663 Allow backup-enable-predicate to be nil.
6665 2007-01-04 Andreas Schwab <schwab@suse.de>
6667 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6670 2007-01-03 Richard Stallman <rms@gnu.org>
6672 * woman.el (woman-decode-buffer): Clarify error message.
6674 2007-01-03 Alan Mackenzie <acm@muc.de>
6676 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6678 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6680 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6682 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6684 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6686 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6688 * emulation/viper.el (viper-custom-file-name, viper-mode):
6689 Fix typos in docstrings.
6691 * subr.el (momentary-string-display): After moving point, set POS
6692 variable to it to avoid later errors once the buffer is modified.
6695 2007-01-02 Alan Mackenzie <acm@muc.de>
6697 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6698 check that the "*/" is present before trying to manipulate it.
6700 2007-01-02 Richard Stallman <rms@gnu.org>
6702 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6704 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6705 Fix format of value.
6707 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6708 Change messages accordingly.
6709 (customize-customized): Now alias.
6711 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6713 * files.el (version-control): Doc fix.
6715 2007-01-01 Alan Mackenzie <acm@muc.de>
6717 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6718 Check the format of c-state-cache is valid for an optimisation before
6721 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6722 are at a statement within a macro". Other changes so that only
6723 the first continuation line in a macro gets the symbol
6724 `cpp-define-intro', the others getting `statement', or whatever.
6726 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6727 a string, preserve whitespace. Add a backslash only when also in
6730 * progmodes/cc-defs.el: Correct typos.
6732 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6733 new line after an escaped EOL in a string.
6735 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6736 label when it directly follows "else", "do", ....
6738 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6739 angle brackets (as seen in "explicit specialisations" of C++
6742 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6745 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6746 when the comment ender looks like "=========*/" and is alone on
6749 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6750 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6753 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6754 c-\(beginning\|end\)-of-defun by default.
6756 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6757 New line-up function, for the DEFUN macro in the Emacs C sources.
6758 Only used in "gnu" style.
6760 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6763 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6764 clean-up comment-close-slash also to work when there's a comment
6765 terminator on the line.
6766 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6767 these for large arg - only take account of top level {..}, except
6768 for initial and final adjustments. M-- C-M-[ae] now go to the
6769 right defuns when the starting point is between defuns. They use
6770 the four new functions:
6771 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6772 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6773 support c-\(beginning\|end\)-of-defun.
6775 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6776 expressions more rigorously, to exclude bit-field specifiers from
6777 being classed as labels.
6778 (c-forward-label): When analyzing a ":" within a macro, be careful
6779 about using c-forward-syntactic-ws at the macro beginning.
6780 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6781 stmt boundary, check for "operator=", etc.
6783 * progmodes/cc-mode.el (c-postprocess-file-styles):
6784 Bind inhibit-read-only to t, around the call to
6785 c-remove-any-local-eval-or-mode-variables, so that it works on a
6788 * progmodes/cc-defs.el (c-version): Update the version number to
6791 2007-01-01 Richard Stallman <rms@gnu.org>
6793 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6794 only if we restored isearch-window-configuration.
6796 2006-12-31 Romain Francoise <romain@orebokech.com>
6798 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6800 2006-12-31 Kim F. Storm <storm@cua.dk>
6802 * files.el (auto-mode-case-fold): New defcustom.
6803 (set-auto-mode): If non-nil, perform second case-sensitive pass
6804 through auto-mode-alist if first pass failed.
6806 2006-12-30 Richard Stallman <rms@gnu.org>
6808 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6810 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6812 * allout.el (allout-encrypt-string): Handle symmetric-key
6813 passphrase caching but leave keypair caching to pgg.
6815 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6817 Sync with Tramp 2.0.55.
6819 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6820 `integerp'. `char-equal' could fail else in case of negative
6821 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6822 (top): Check for `font-lock-add-keywords' before calling; it
6823 doesn't exist under XEmacs.
6824 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6825 (tramp-completion-mode): Remove clause (not
6826 tramp-unified-filenames), because the function is called in other
6827 context too, where this check results in wrong results in the
6828 XEmacs case on Windows.
6829 (tramp-touch): UTC handling is not possible for XEmacs.
6831 2006-12-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6833 * scroll-bar.el (previous-scroll-bar-mode): New variable
6834 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6835 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6837 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6839 2006-12-30 Richard Stallman <rms@gnu.org>
6841 * files.el (make-backup-file-name-1): Precompute abs name
6842 but don't lose the relative name.
6844 * international/mule-cmds.el (select-safe-coding-system-interactively):
6847 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6849 * files.el (backup-buffer): Show entire backup file name in msg.
6851 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6853 * image.el (image-type-header-regexps, image-type-from-data)
6854 (image-type-from-buffer, image-type-from-file-header):
6855 Revert changes from 2006-12-26.
6856 (image-type-auto-detectable): New variable.
6857 (image-type-auto-detected-p): New function.
6859 * files.el (magic-mode-alist): Detect image files with
6860 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6862 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6864 * dired.el (dired-sort-other): Move test for dired-mode...
6865 (dired-sort-set-modeline): ...to here.
6867 2006-12-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6869 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6870 change. Suggested by Stefan Monnier.
6872 2006-12-29 Kim F. Storm <storm@cua.dk>
6874 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6875 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6877 2006-12-27 Kim F. Storm <storm@cua.dk>
6879 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6880 so it doesn't accidentally match an fsf.org mail address.
6881 (authors-renamed-files-alist): Add tcover-*.el.
6883 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6885 * vc-arch.el (vc-arch-find-version): New function.
6887 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6888 composed of arbitrary characters (even /) in some systems.
6890 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6892 * international/mule-cmds.el (select-safe-coding-system-interactively):
6893 Improve the message in the *Warning* buffer.
6895 2006-12-27 Kim F. Storm <storm@cua.dk>
6897 * ido.el (ido-set-matches-1): Fix last change. If default item is
6898 current buffer, it is ok to be first.
6900 2006-12-27 Kenichi Handa <handa@m17n.org>
6902 * international/mule-cmds.el (select-safe-coding-system-interactively):
6903 Use face `link' for problematic chars.
6905 2006-12-27 Kenichi Handa <handa@m17n.org>
6907 * international/mule-cmds.el (select-safe-coding-system-interactively):
6908 Improve the message in *Warning* buffer.
6910 2006-12-27 Kim F. Storm <storm@cua.dk>
6912 * ido.el (ido-set-matches-1): Never put current buffer first if
6913 there are other matches.
6915 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6917 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6919 (gdb-var-delete): Handle duplicate names. Print message for non
6921 (gdb-partial-output-name): Start buffer name with a space.
6922 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6925 2006-12-26 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6927 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6928 last footnote when `footnote-spaced-footnotes' is nil.
6930 2006-12-26 Richard Stallman <rms@gnu.org>
6932 * cus-edit.el (custom-browse-sort-alphabetically)
6933 (custom-buffer-sort-alphabetically)
6934 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6936 * image.el (image-type-header-regexps): Change element format
6937 to include third item NOT-ALWAYS.
6938 (image-type-from-data): Handle new format.
6939 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6940 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6942 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6944 * add-log.el (add-log-current-defun): Call `forward-sexp'
6945 multiple times to pick a member function name defined as
6946 part of nested classes/namespaces.
6948 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6950 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6951 which keymap should be used to change menu. It does not affect any
6954 2006-12-26 Richard Stallman <rms@gnu.org>
6956 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6957 rather than for being in a minibuffer window.
6959 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6961 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6962 locale-coding-system.
6963 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6966 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6968 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6969 (sql-mode-syntax-table): Disable double quoted strings.
6970 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6972 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6974 * startup.el (fancy-splash-last-input-event): New variable.
6975 (fancy-splash-special-event-action): New function.
6976 (fancy-splash-screens): Temporarily bind special events to it.
6977 Execute command for saved special event before exiting from
6980 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6982 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6983 Use mac-unread-string.
6985 2006-12-24 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6987 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6988 an optimized comment regexp if `comment-start-skip' uses a ^.
6989 * bs.el (bs--up): Remove interactive spec.
6991 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6993 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6994 Suggested by James Cloos.
6996 2006-12-24 Kevin Ryde <user42@zip.com.au>
6998 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
7000 (calendar-dst-ends): Default to first Sunday in November.
7002 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
7004 * allout.el (allout-encrypt-string): Inhibit use of agent within
7005 body of let form where encryption happens. Acknowledge non-use of
7006 gpg-agent in docstring.
7007 (allout-toggle-subtree-encryption): Acknowledge non-use of
7008 gpg-agent in docstring.
7010 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
7012 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
7014 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
7016 * ediff-diff.el (ediff-diff-options): Clarify docstring.
7017 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
7019 * emulation/viper-cmd.el (viper-post-command-sentinel):
7020 Protect against errors in hooks.
7021 (viper-add-newline-at-eob-if-necessary): Add newline only if we
7022 actually modify buffer; ignore errors if occur.
7024 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
7026 * calendar/calendar.el (calendar-mode-map): Switch < and >.
7027 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
7030 2006-12-23 Richard Stallman <rms@gnu.org>
7032 * simple.el (delete-horizontal-space): Doc fix.
7034 2006-12-23 Eli Zaretskii <eliz@gnu.org>
7036 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
7037 explicitly in a recursive Make, not implicitly through prerequisites,
7038 since the latter is wrong under parallel builds.
7040 2006-12-22 Eli Zaretskii <eliz@gnu.org>
7042 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
7044 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
7046 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
7049 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
7051 * outline.el (outline-next-visible-heading): Fix the case with a
7052 header at end-of-file with no final newline.
7054 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7056 * indent.el (tab-always-indent): Doc fix.
7058 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
7060 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
7061 (Info-fontify-node): Do fontify indices.
7063 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
7064 to the Emacs Lisp reference manual.
7065 (tutorial--tab-map): Remove. All callers changed.
7066 (tutorial--find-changed-keys): New elt QUIET, used to...
7067 (tutorial--display-changes): ...ensure that warning messages are
7068 only issued once per changed key.
7069 (tutorial--remove-remarks): Delete unused code-path.
7070 (lang-strings): Remove extraneous formatting.
7071 (tutorial--save-tutorial): Prompt before saving tutorial state.
7073 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
7075 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
7076 Replace '?\ ' by '?\s' throughout.
7077 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
7078 `help' custom group.
7079 (tutorial--key-description): New function.
7080 (tutorial--display-changes): Remove redundant arg. Scan for all
7081 key sequences to avoid false matches. Cleanup.
7082 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
7083 reduce homedir pollution.
7084 (help-with-tutorial): Call tutorial--display-changes with no arg.
7086 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
7088 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
7090 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
7092 * net/tramp.el (tramp-default-method): We still need to check for
7093 `executable-find', because it is not bound under Emacs 20.
7094 (tramp-handle-file-name-completion)
7095 (tramp-completion-handle-file-name-completion): Handle optional
7096 parameter PREDICATE.
7097 (tramp-find-default-method): Add code for default values.
7099 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
7101 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
7102 make gud-go send "continue".
7104 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
7106 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
7107 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
7109 2006-12-19 Kim F. Storm <storm@cua.dk>
7111 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
7112 instead of global-map.
7114 * files.el (magic-mode-alist): Allow matching file type by
7115 calling a function at bob. Check for image types by calling
7116 image-type-from-buffer. Suggested by Juanma Barranquero.
7117 (set-auto-mode): Do it.
7119 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
7121 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
7122 Remove "ControlMaster" option from the other `scp*' methods.
7123 (tramp-default-method): Check for ssh-agent before setting to `scp'.
7125 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
7127 * textmodes/org.el (org-mode): Show context after isearch.
7128 (org-show-siblings): New function.
7129 (org-show-context): Use `org-show-siblings'.
7131 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7133 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
7134 Use syntax-ppss-toplevel-pos.
7136 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
7138 * textmodes/org.el (org-current-line): Make sure that lines are
7139 counted from beginning of buffer.
7140 (org-table-copy-region, org-table-paste-rectangle): Make sure that
7141 lines are counted from beginning of buffer.
7143 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
7145 * info.el (Info-build-node-completions): Signal error if tag-table
7146 marker is not found.
7148 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7150 2006-12-17 Alan Mackenzie <acm@muc.de>
7152 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
7153 speed) the case when open-paren-in-column-0-is-defun-start is nil.
7154 Based on code by Martin Rudalics.
7156 * progmodes/cc-mode.el (c-basic-common-init): Don't set
7157 open-paren-in-column-0-is-defun-start to nil any more.
7159 2006-12-17 Richard Stallman <rms@gnu.org>
7161 * simple.el (delete-horizontal-space): Use prefix arg.
7163 * help-fns.el (describe-variable): Improve blank separator lines.
7165 * files.el (magic-mode-alist): Mark as risky.
7167 * files.el (make-backup-file-name-1):
7168 Expand backup-directory explicitly.
7170 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
7172 * net/tramp.el (tramp-default-method): Before setting to "pscp",
7173 check whether package password.el is loaded, or Pageant is running.
7175 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
7177 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
7178 (icalendar--rris): First try Emacs, then XEmacs.
7179 (icalendar--convert-ical-to-diary): Doc fix.
7180 Insert newline at end of target file.
7182 2006-12-17 Kim F. Storm <storm@cua.dk>
7184 * outline.el (outline-isearch-open-invisible-function): New defvar.
7185 (outline-flag-region): Use it if non-nil for isearch-open-invisible
7186 overlay property instead of outline-isearch-open-invisible.
7188 2006-12-16 Kim F. Storm <storm@cua.dk>
7190 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
7191 if ido-directory-too-big is set on entry.
7192 (ido-toggle-ignore, ido-completion-help): Print message while
7193 reading big directory.
7195 2006-12-15 Richard Stallman <rms@gnu.org>
7197 * shell.el (shell): Doc fix.
7199 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
7201 * emulation/edt.el (edt-xserver):
7202 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
7203 to fix a problem on Cygwin.
7206 * emulation/edt-mapper.el
7207 * emulation/edt-lk201.el
7208 * emulation/edt-pc.el
7209 * emulation/edt-vt100.el: Update maintainer's email address.
7211 2006-12-15 Simon Marshall <simon@gnu.org>
7213 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
7215 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7217 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
7218 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
7219 instead of mac-atsu-font-table.
7220 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
7222 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
7224 * align.el (align-match-tex-pattern): Fix a rare bug which
7227 2006-12-14 Richard Stallman <rms@gnu.org>
7229 * startup.el (use-fancy-splash-screens-p): Use frame-height
7230 instead of window-height. Pass frame to image-size.
7232 2006-12-13 Kenichi Handa <handa@m17n.org>
7234 * international/mule-cmds.el (set-locale-environment):
7235 Set default-sendmail-coding-system too.
7237 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
7239 * progmodes/idlw-help.el: Fix copyright notice.
7241 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7243 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
7245 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
7247 * subr.el (unread-command-char): Reformat obsolescence info.
7249 2006-12-11 Richard Stallman <rms@gnu.org>
7251 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
7252 about calls to cl-struct-setf-expander.
7254 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
7256 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
7257 (ediff-combination-pattern): Fix typo in docstring.
7259 * textmodes/refer.el (refer-find-entry): Doc fix.
7260 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
7261 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
7262 Fix tipos in docstrings.
7264 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
7266 2006-12-10 Kim F. Storm <storm@cua.dk>
7268 * ido.el (ido-init-completion-maps): Remap backward-kill-word
7269 instead of binding M-backspace.
7271 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
7273 * replace.el (replace-match-data, replace-match-maybe-edit):
7274 * calc/calc-aent.el (calc-eval-error):
7275 * emulation/vi.el (vi-char-argument):
7276 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
7277 (c-vsemi-status-unknown-p-fn): Doc fixes.
7279 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7281 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
7282 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
7284 2006-12-10 Masatake YAMATO <jet@gyve.org>
7286 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
7288 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
7290 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
7292 * man.el (Man-xref-button-action): New function. If the
7293 `Man-target-string' button property is a function, assume it
7294 accepts a position argument.
7295 (Man-abstract-xref-man-page): Use it.
7296 (Man-default-man-entry): New optional arg POS.
7298 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
7299 symlink arrows read-only and non-rear-sticky.
7301 2006-12-09 Martin Rudalics <rudalics@gmx.at>
7303 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
7304 (wdired-search-and-rename): Simplify code.
7305 (wdired-preprocess-files, wdired-preprocess-perms): Make
7306 read-only property of preceding character rear-nonsticky to
7307 avoid that it can be modified. Put old-name and old-link
7308 properties on character preceding name and replace
7309 put-text-property by add-text-properties.
7310 (wdired-get-filename, wdired-get-previous-link): Get old-name
7311 and old-link properties from character preceding name and
7313 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7314 (wdired-perms-to-number): Make local-map property
7315 rear-nonsticky to avoid that text following permissions may be
7316 modified. Use add-text-properties instead of put-text-property
7317 when changing a permission bit.
7318 (wdired-change-to-dired-mode): Remove stickiness properties.
7320 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
7322 * international/mule-cmds.el (register-input-method): Doc fix.
7324 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
7326 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7328 2006-12-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7330 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7331 Force buffer local defs evaluation on local variables loading.
7332 (flyspell-mode-on, flyspell-mode-off): Use it in
7333 `hack-local-variables-hook'.
7335 2006-12-09 Eli Zaretskii <eliz@gnu.org>
7337 * emacs-lisp/find-func.el (find-variable): Doc fix.
7339 * help-fns.el (variable-at-point): Doc fix.
7341 * w32-fns.el (w32-append-code-lines): New function.
7343 2006-12-09 Romain Francoise <romain@orebokech.com>
7345 * comint.el (comint-insert-input): Delete obsolete comment.
7347 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7349 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7350 current frame, in case we're connected to several displays.
7352 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7354 * frame.el (other-frame): Doc fix.
7355 (set-frame-parameter): Fix typo in docstring.
7357 2006-12-07 Kim F. Storm <storm@cua.dk>
7359 * info.el (Info-index): Strip leading colon from topic.
7361 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
7363 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7366 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
7368 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7369 Trim out spurious class inheritance "None" entries.
7371 2006-12-05 Kim F. Storm <storm@cua.dk>
7373 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7374 (cua-paste-pop): Rework last change for
7375 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7376 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7377 text inserted by the last M-y command.
7379 2006-12-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7381 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7382 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7384 * shell.el (shell): Search the start file in ~/.emacs.d as
7385 `init_SHELLNAME.sh' instead.
7387 2006-12-05 Glenn Morris <rgm@gnu.org>
7389 * progmodes/cperl-mode.el (cperl-mode)
7390 * progmodes/f90.el (f90-mode-abbrev-table)
7391 * progmodes/fortran.el (fortran-mode-abbrev-table)
7392 * progmodes/octave-mod.el (octave-abbrev-table)
7393 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7394 if abbrev-table is non-nil (saved user abbrevs may have been restored).
7396 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7397 clear abbrev table, else saved abbrevs will not be restored.
7399 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7401 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7402 the call to `make-obsolete-variable', not in the docstring.
7404 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
7406 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7408 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7410 * progmodes/ebnf-abn.el:
7411 * progmodes/ebnf-bnf.el:
7412 * progmodes/ebnf-dtd.el:
7413 * progmodes/ebnf-ebx.el:
7414 * progmodes/ebnf-iso.el:
7415 * progmodes/ebnf-otz.el:
7416 * progmodes/ebnf-yac.el:
7417 * progmodes/ebnf2ps.el:
7422 * ps-print.el: Remove 'Time-stamp' comment mark.
7424 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7425 'easy-menu-add-item' when called in Emacs 21 or higher.
7427 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7429 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7430 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7432 2006-12-04 Kim F. Storm <storm@cua.dk>
7434 * bindings.el (global-map): Bind [signal t] to ignore, to have
7435 user signals ignored by default.
7437 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7439 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7440 Unicode data file pointed to by `describe-char-unicodedata-file'.
7442 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7444 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7445 O(n^2) regexp-search by anchoring the search.
7447 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7449 * whitespace.el (whitespace-cleanup-internal): Use current
7450 argument for recursive call.
7452 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7454 * net/tramp.el (tramp-methods): Add "ControlPath" and
7455 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7456 Andreas Schwab <schwab@suse.de>.
7457 (tramp-do-copy-or-rename-file-out-of-band)
7458 (tramp-open-connection-rsh): Compute format spec for ?t.
7459 (tramp-process-actions): Trace command parameters.
7461 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7463 * simple.el (toggle-truncate-lines): Clarify doc string.
7465 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7466 (gdb-speedbar-expand-node): Use it.
7468 2006-12-04 Richard Stallman <rms@gnu.org>
7470 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7472 * dired.el (dired-revert): Turn off dired-after-readin-hook
7473 around call to dired-readin.
7475 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7476 to echo area messages.
7477 <indicate-empty-lines, case-fold-search>:
7478 Add "globally" to Help string.
7479 <case-fold-search>: MESSAGE arg need not say "globally".
7480 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7482 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7484 * outline.el (outline-end-of-subtree): Don't leave an empty
7485 line hidden as we would a real next heading.
7487 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7489 * allout.el (allout-ascend): Add an optional argument to preserve
7490 original position of point when unsuccessful. Also, fix a
7492 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7493 work again, using allout-ascend's new option.
7494 (allout-setup-mode-map): Extract from allout-mode to initialize
7495 allout-mode-map. Call it on file load, so the mode docstring
7496 substitutions work even if allout mode has not yet been invoked.
7497 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7498 customizations since the map was last processed. Also, refine the
7499 docstring so it's ship-shape for release.
7500 (allout-default-layout, allout-beginning-of-line-cycles)
7501 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7502 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7503 (allout-version, allout-layout, allout-infer-body-reindent)
7504 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7505 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7506 (allout-previous-heading, allout-goto-prefix-doublechecked)
7507 (allout-current-bullet-pos, allout-next-sibling-leap)
7508 (allout-pre-command-business, allout-encrypted-type-prefix)
7509 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7510 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7511 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7512 (allout-old-expose-topic, allout-listify-exposed)
7513 (allout-process-exposed, allout-latex-verb-quote)
7514 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7515 (allout-toggle-current-subtree-encryption)
7516 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7517 Remove extraneous open-paren and close paren string escapes.
7519 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7521 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7522 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7523 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7524 Fix typos in docstrings.
7526 2006-12-03 Glenn Morris <rgm@gnu.org>
7528 * progmodes/cc-align.el
7529 * progmodes/cc-awk.el
7530 * progmodes/cc-cmds.el
7531 * progmodes/cc-compat.el
7532 * progmodes/cc-defs.el
7533 * progmodes/cc-engine.el
7534 * progmodes/cc-langs.el
7535 * progmodes/cc-menus.el
7536 * progmodes/cc-mode.el
7537 * progmodes/cc-styles.el
7538 * progmodes/cc-vars.el
7539 * progmodes/vhdl-mode.el: Fix Copyright format.
7541 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7543 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7546 2006-12-02 Kim F. Storm <storm@cua.dk>
7548 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7549 (cua-repeat-replace-region): Make M-v more robust.
7550 (cua-paste-pop-rotate-temporarily): New defcustom.
7551 (cua-paste-pop): Use it.
7552 (cua-auto-mark-last-change): New defcustom.
7553 (cua-pop-to-last-change): New helper function.
7554 (cua-set-mark): Use them.
7556 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7558 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7559 mini-buffer message.
7561 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7563 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7565 2006-12-01 Ben North <ben@redfrontdoor.org>
7567 * paren.el: Fix the highlight overlay extension when the user types a
7568 sequence of char very fast just before the open parenthesis.
7570 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7572 * ps-mule.el: Eliminate Emacs 20 compatibility.
7574 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7575 (ps-print-version): New version 6.7.
7576 (ps-print-quote): Replace '?\ ' by '?\s'.
7578 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7580 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7581 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7582 (hexl-end-of-1k-page): Doc fixes.
7583 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7584 Fix typos in docstrings.
7586 2006-11-30 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7588 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7589 locally, i.e. without using file name handlers.
7590 (ido-read-internal): Allow mono letter host names, avoiding the
7591 `c:' problem by testing if the file exists locally.
7592 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7594 2006-11-30 Masatake YAMATO <jet@gyve.org>
7596 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7597 to avoid bytecomp warnings.
7598 (hexl-mode-old-ruler-function): New variable.
7599 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7600 and `hl-line-range-function' after `require' hl-line.
7601 Then bind `hl-line-range-function' and `hl-line-face'.
7602 Don't require frame. Don't use `with-no-warnings'.
7603 (hexl-activate-ruler): Store the original value of
7604 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7605 (hexl-mode-exit): Restore the original value of
7606 `ruler-mode-ruler-function'.
7608 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7610 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7611 (hexl-mode-old-hl-line-face): New variable.
7612 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7613 line when exit from the hexl-mode.
7615 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7617 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7620 * international/fontset.el (create-fontset-from-ascii-font)
7621 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7622 (fontset-name-p): Fix typo in docstring.
7624 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7626 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7628 * ps-bdf.el: Fix maintainer email.
7630 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7633 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7635 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7638 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7640 * progmodes/idlwave.el (idlwave-auto-fill):
7641 Remove paragraph-start let to prevent auto-fill giving up.
7643 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7645 * vt100-led.el (led-state): Fix typo in previous change.
7647 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7649 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7650 Fix interactive spec of the functions getting defined to make them
7653 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7655 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7657 2006-11-28 Kim F. Storm <storm@cua.dk>
7659 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7660 icomplete-mode is enabled.
7662 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7664 * textmodes/org.el (require): Require gnus-sum during compilation
7665 to avoid problem with a macro call.
7667 2006-11-28 Glenn Morris <rgm@gnu.org>
7669 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7671 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7672 (fortran-window-create-momentarily): Do not need string-to-char.
7674 2006-11-28 Richard Stallman <rms@gnu.org>
7676 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7677 Replace incorrect use of assoc-default with a loop.
7679 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7681 * simple.el (next-error-find-buffer): Improve messages.
7683 * files.el (revert-buffer): Special error message if file
7684 is now not readable.
7686 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7687 constructed commands.
7689 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7692 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7694 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7696 * server.el: Remove spurious * in docstrings.
7697 (server-process-filter): Exit from recursive editing before processing
7700 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7702 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7703 line so hidden blocks will be correctly identified.
7705 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7707 * ledit.el (ledit-save-defun, ledit-mode):
7708 * resume.el (resume-emacs-args-buffer):
7709 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7710 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7711 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7712 (command-send-input, command-kill-line):
7713 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7715 * autoarg.el (autoarg-kp-mode): Doc fix.
7717 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7718 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7719 (check-emacs-lock): Doc fix. Simplify.
7721 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7722 (iimage-mode-buffer): Fix typos in docstring.
7724 * misc.el (zap-up-to-char): Doc fix.
7726 * time-stamp.el: Fix comment and obsolescence string for old
7727 functions. Use `dolist' instead of `while'.
7729 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7731 * disp-table.el (standard-display-8bit, standard-display-default):
7732 * ebuff-menu.el (electric-buffer-list):
7733 * ehelp.el (electric-help-command-loop):
7734 * font-core.el (font-lock-mode):
7735 * help-macro.el (make-help-screen):
7736 * help.el (describe-minor-mode-completion-table-for-indicator)
7737 (lookup-minor-mode-from-indicator):
7738 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7739 * info-look.el (info-lookup-guess-custom-symbol):
7740 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7741 * longlines.el (longlines-wrap-line):
7742 * macros.el (insert-kbd-macro):
7743 * menu-bar.el (menu-bar-update-buffers):
7744 * misc.el (copy-from-above-command):
7745 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7746 * newcomment.el (comment-indent):
7747 * novice.el (disabled-command-function):
7748 * sort.el (sort-fields-syntax-table):
7749 * subr.el (momentary-string-display):
7750 * tar-mode.el (tar-header-block-summarize)
7751 (tar-clear-modification-flags):
7752 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7753 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7754 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7755 (te-delete-char, te-down-vertically-or-scroll):
7756 * time-stamp.el (time-stamp-string-preprocess):
7757 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7759 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7761 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7764 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7765 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7767 2006-11-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7769 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7771 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7773 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7774 (ada-compile-goto-error): Adapt to new argument profile of
7775 compilation-goto-locus in Emacs 22. Don't check if the various
7776 compile functions are defined; we already do "(require 'compile)".
7778 2006-11-26 Kim F. Storm <storm@cua.dk>
7780 * kmacro.el: Fix commentary.
7782 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7784 * progmodes/gud.el (gdb): Explain how to run in text command mode
7785 more clearly. Say in error message that multiple debugging
7786 requires restarting GDB.
7788 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7790 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7792 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7794 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7795 (flymake-popup-menu): Use it instead of posn-at-point.
7797 2006-11-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7799 * progmodes/cc-vars.el (c-backslash-column):
7800 Mention c-backslash-max-column in documentation for c-backslash-column.
7802 2006-11-24 Lars Hansen <larsh@soem.dk>
7804 * net/tramp.el (tramp-default-method): Under Windows, change from
7806 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7807 (tramp-actions-copy-out-of-band):
7808 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7809 (tramp-action-out-of-band): Move "Permission denied" handling to
7810 tramp-action-copy-failed.
7811 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7814 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7816 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7817 strings to a single string. Quote `errors-file-name'.
7818 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7819 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7820 Adjust calls. Use `shell-quote-argument'.
7822 * international/mule.el (load-with-code-conversion)
7823 (with-category-table): Use with-current-buffer.
7824 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7826 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7828 * mail/smtpmail.el (smtpmail-send-it):
7829 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7830 MIME header for the message encoding.
7831 Bind coding-system-for-write around the call to mail-do-fcc.
7832 Use smtpmail-code-conv-from to encode queued mail messages.
7834 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7836 * tabify.el (tabify-regexp): Doc fix.
7838 * net/rcirc.el (rcirc-buffer-maximum-lines):
7839 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7841 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7842 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7843 Fix typos in output messages.
7844 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7846 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7848 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7850 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7852 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7854 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7855 Remove condition-case.
7857 2006-11-23 Glenn Morris <rgm@gnu.org>
7859 * progmodes/f90.el (f90-comment-indent): Do not move point in
7862 2006-11-21 Romain Francoise <romain@orebokech.com>
7864 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7865 from library name (reverts change of 2005-10-25).
7867 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7869 * tutorial.el (tutorial--default-keys): Add newline and
7870 delete-backward-char bindings.
7871 (tutorial--detailed-help): Save excursion when finding keys.
7872 Correct warning string for M-x FOO case.
7873 (tutorial--display-changes): Print special keys in tutorial style.
7874 Tweak search regexp for changed keys.
7876 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7878 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7881 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7883 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7884 are new to the list at IANA. Also added irc, mms, mmsh.
7886 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7888 * progmodes/idlw-help.el (idlwave-html-help-location):
7889 Fail gracefully for missing help packages.
7890 (idlwave-help-assistant-open-link): Open full links.
7891 (idlwave-help-assistant-help-with-topic): Direct help link.
7893 * progmodes/idlwave.el (idlwave-mode):
7894 Set add-log-current-defun-function.
7895 (idlwave-current-routine-fullname): Add, to support add-log.
7896 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7897 to reflect improvements to xml-parse-file.
7898 (idlwave-mode-menu-def): New binding for help-with-topic.
7900 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7901 Handle extra newlines and spaces.
7902 (idlwave-shell-mode-map): Add help-with-topic.
7904 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7906 * tutorial.el (tutorial-warning-face): New face.
7907 (tutorial--detailed-help, tutorial--display-changes): Use it.
7908 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7909 Improve search pattern for occurrences of changed keys.
7911 2006-11-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7913 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7914 (x-select-text): Set it.
7915 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7916 when checking for newness.
7918 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7920 * subr.el (posn-image):
7921 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7923 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7925 2006-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7927 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7928 Exceptions to the rule "add a space between an identifier and an
7929 opening parenthesis". Defaulted to the `#define' problem of cpp.
7930 (glasses-parenthesis-exception-p): New. Check if the region is an
7931 exception regarding to that.
7932 (glasses-make-readable): Use it.
7933 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7934 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7936 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7938 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7940 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7942 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7944 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7945 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7947 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7949 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7950 conditions for function or variable bindings.
7952 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7954 * progmodes/compile.el (compilation-start): Ditto.
7956 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7958 * net/tramp.el (top): cl and custom are always required.
7960 2006-11-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7962 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7963 cut-buffers with next-selection-coding-system if not nil.
7965 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7967 * textmodes/org.el (org-fix-decoded-time): New function.
7968 (org-display-custom-time): Use `org-fix-decoded-time'.
7970 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7972 * menu-bar.el (menu-bar-games-menu): Remove yow.
7974 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7976 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7977 (org-detach-overlay): Rename from `org-detatch-overlay'.
7978 (org-table-convert-region): Insert space after column separator.
7979 (org-agenda-kill): New command.
7980 (org-metaleft): Call `org-outdent-item' on bullets.
7981 (org-metaright): Call `org-indent-item' on bullets.
7982 (org-timestamp-change): Set `org-last-changed-timestamp'.
7983 (org-current-line): Make sure (bolp) returns correct result.
7984 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7986 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7988 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7990 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7992 * mouse.el (global-map): Change 2006-08-16 fix to call
7993 mouse-yank-at-click explicitly, since mouse events are not carried
7994 over into keyboard macros.
7996 2006-11-16 Kim F. Storm <storm@cua.dk>
7998 * ido.el (ido-file-internal): Use current buffer's file name as default
7999 choice for ido-find-alternate-file. Suggested by Matt Hodges.
8001 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
8003 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
8004 (allout-inhibit-aberrance-doublecheck): Rename from
8005 allout-during-yank-processing. All callers changed.
8006 (allout-ascend): Provide for unusual case where some topic after
8007 the first in file is at lower depth than the first.
8008 (allout-shift-in): Ensure the offspring of the new containing
8010 (allout-encrypt-string): Preserve the coding-system of the text,
8011 according to that of the containing buffer.
8012 (allout-toggle-subtree-encryption): When the text being encrypted
8013 requires a different coding system, offer to preserve the coding
8014 system using a file local var.
8016 2006-11-15 Simon Marshall <simon@gnu.org>
8018 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
8019 to recognise "T t()" as a function declaration, rather than a
8020 variable instantiation, iff at the top-level or inside a class
8021 declaration. Suggested by Feng Li <fengli@gmail.com>.
8023 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
8025 * progmodes/ada-xref.el (ada-parse-prj-file):
8026 Don't delete project buffer; user may want to edit it.
8027 (ada-xref-set-project-field, ada-xref-current-project-file)
8028 (ada-xref-current-project, ada-show-current-project)
8029 (ada-set-main-compile-application): New functions.
8030 (ada-xref-get-project-field, ada-require-project-file):
8031 Normalize use of ada-prj-default-project-file.
8032 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
8033 Normalize use of ada-require-project-file.
8034 (ada-prj-find-prj-file): Improve doc string, comments.
8036 * progmodes/ada-mode.el (ada-mode-version): Bump version.
8037 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
8038 (ada-create-menu): Add ada-set-main-compile-application,
8039 ada-show-current-main, ada-show-current-project.
8041 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8043 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
8044 (inferior-python-mode): Use it.
8046 2006-11-14 Andreas Schwab <schwab@suse.de>
8048 * term/xterm.el (terminal-init-xterm): Add more key bindings.
8050 2006-11-13 Kim F. Storm <storm@cua.dk>
8052 * ido.el (ido-copy-current-word): C-o copies region if active.
8054 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8056 * textmodes/org.el (org-emph-face): Fix typo in variable name.
8058 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
8060 * ediff.el (ediff-revision):
8061 * files.el (set-visited-file-name):
8062 * mail/rmailout.el (rmail-output-body-to-file):
8063 Use `format', not `message', in `y-or-n-p' call.
8065 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
8067 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
8068 (org-metaright): Call `org-indent-item' on bullets.
8069 (org-timestamp-change): Set `org-last-changed-timestamp'.
8070 (org-current-line): Make sure (bolp) returns correct result.
8071 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
8073 2006-11-12 Richard Stallman <rms@gnu.org>
8075 * language/european.el (turkish-case-conversion-enable)
8076 (turkish-case-conversion-disable): New functions.
8077 ("Turkish" lang env): Use them.
8079 * international/characters.el (case table):
8080 Do nothing special for i and I.
8082 * subr.el (remove-overlays): Fix last change.
8084 * cus-edit.el (custom-save-all): Use find-file-visit-truename
8085 for visiting the custom file.
8087 2006-11-12 Markus Triska <triska@gmx.at>
8089 * play/handwrite.el (handwrite): Also process lines not ending
8090 with newline. Replace some position-fiddling with different
8091 logic. Improve performance.
8093 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
8095 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
8096 replacing deleted variable `ada-check-switch'.
8097 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
8098 (ada-xref-project-files): Improve doc string.
8099 (ada-find-executable): New function.
8100 (ada-initialize-runtime-library): Use `ada-find-executable'.
8101 (ada-xref-set-default-prj-values): In compile commands, don't need
8102 `ada-cd-command'; `compile' does that more portably.
8103 Use ada-prj-default-check-cmd.
8104 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
8105 properties if not specified in project file.
8106 (ada-goto-declaration): Display useful message for new error
8107 'error-file-not-found.
8108 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
8109 'error-file-not-found.
8110 (ada-get-all-references): Match latest ali syntax. Signal new
8111 error 'error-file-not-found.
8112 (ada-find-in-ali): Match latest ali syntax.
8113 (ada-make-filename-from-adaname): Handle different semantics of
8114 gnatkr in GNAT 3.15p vs later.
8116 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
8117 ada-procedure-start-regexp.
8118 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
8120 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
8122 (ada-language-version): Rename ada05 -> ada2005.
8123 (ada-align-region-separate): Add `eval-when-compile'.
8124 (ada-name-regexp): Remove unneeded escapes in regexp character
8126 (ada-compile-goto-error-file-linenr-re): New constant.
8127 (ada-matching-start-re): Handle additional cases `declare',
8128 `procedure', `function'.
8129 (ada-compile-goto-error): Handle "... at line nn".
8130 (ada-mode): Clearer syntax, comments for ff-special-constructs.
8131 Delete support for old versions of `align'.
8132 (ada-search-prev-end-stmt): Handle additional keyword `private'.
8133 (ada-check-defun-name): Simplify handling of `declare'.
8134 (ada-goto-matching-start): Handle nested `begin ... end'.
8135 Handle `declare', `protected', `procedure', `function'.
8136 (ada-create-menu): Presence of arm95 is not conditional on using
8139 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
8141 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
8142 nil in the *RE-Builder* buffer (it causes spurious error messages).
8144 * server.el (server-visit-files): If `minibuffer-auto-raise' has
8145 been set to t, respect it.
8147 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
8149 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
8150 Delete commented out code for old Emacs versions. Autoloading of
8151 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
8152 (ada-mode-version): Bump version number.
8153 (ada-95-string-keywords, ada-2005-string-keywords)
8154 (ada-2005-keywords, ada-name-regexp): New constant.
8155 (ada-language-version, ada-procedure-start-regexp, ada-mode)
8156 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
8157 (ada-package-start-regexp): Support private packages, include package
8158 name (for ada-set-point-accordingly).
8159 (ada-next-procedure, ada-previous-procedure)
8160 (ada-which-function-are-we-in): Match changes to
8161 ada-procedure-start-regexp.
8162 (ada-make-body): Make non-interactive; not a user function.
8163 (ada-make-subprogram-body): Improve doc string.
8165 2006-11-11 Romain Francoise <romain@orebokech.com>
8167 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
8168 `compilation-error-regexp-alist' buffer-local, since we changed
8169 `compilation-error-regexp-alist-alist' locally.
8171 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
8173 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
8174 to the value of `server-raise-frame'.
8176 2006-11-11 Glenn Morris <rgm@gnu.org>
8178 * ido.el (ido-enable-prefix)
8179 * ses.el (ses-call-printer-return)
8180 * net/tramp.el (tramp-unified-filenames)
8181 * progmodes/cc-align.el (c-lineup-string-cont)
8182 * progmodes/compile.el (compilation-directory-matcher)
8183 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8184 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8185 (vhdl-clock-rising-edge)
8186 * textmodes/org.el (org-export-with-timestamps)
8187 (org-export-remove-timestamps-from-toc)
8188 (org-export-with-tags): Improve previous doc fixes.
8190 2006-11-11 Richard Stallman <rms@gnu.org>
8192 * textmodes/flyspell.el (flyspell-mode-map):
8193 Bind C-c $ instead of M-RET.
8195 2006-11-10 Simon Marshall <simon@gnu.org>
8197 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
8198 fontification for "case" and "default" keywords.
8200 2006-11-10 Andreas Schwab <schwab@suse.de>
8202 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
8203 Avoid starting sentence with "nil".
8205 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8207 * server.el (server-raise-frame): New option.
8208 (server-switch-buffer): Use it.
8210 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
8212 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
8215 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
8217 * textmodes/org.el (org-show-hierarchy-above)
8218 (org-show-following-heading): Fix typo in default value.
8219 (org-scan-tags): Make the search case-sensitive.
8220 (org-tags-sparse-tree): Don't overrule
8221 `org-show-following-heading' and `org-show-hierarchy-above'.
8222 (org-reveal): New command.
8223 (org-show-context): Rename from `org-show-hierarchy-above'.
8224 (org-fast-tag-selection-single-key): New option.
8225 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
8226 (org-tags-overlay): New variable.
8227 (org-agenda-todo-ignore-deadlines): New option.
8228 ("session"): Add circular data structure `org-mark-ring' to
8229 exceptions list in session.el.
8230 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
8232 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
8233 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
8234 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
8235 (org-finalize-agenda): Activate bracket links in agenda.
8236 (org-at-timestamp-p, org-at-date-range-p): Additional argument
8238 (org-show-hierarchy-above, org-show-following-heading):
8239 List values allowed for fine-tuned configuration.
8240 (org-show-hierarchy-above): New argument CONTEXT, use the
8241 fine-tuned settings in `org-show-hierarchy-above' and
8242 `org-show-following-heading'.
8243 (org-display-custom-time): New function.
8244 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
8245 (org-display-custom-times, org-time-stamp-custom-formats):
8246 (org-maybe-intangible): New macro.
8247 (org-activate-bracket-links, org-hide-wide-columns):
8248 Use `org-maybe-intangible'.
8249 (org-open-file): Use `shell-quote-argument'.
8250 (org-display-internal-link-with-indirect-buffer): New option.
8251 (org-file-remote-p): Get regexp from list.
8252 (org-link-expand-abbrev): New function.
8253 (org-link-abbrev-alist): New option.
8254 (org-open-at-point, org-cleaned-string-for-export):
8255 Call `org-link-expand-abbrev'.
8256 (org-timeline, org-agenda-list, org-todo-list)
8257 (org-tags-view): Remove the KEEP-MODES argument.
8258 (org-finalize-agenda-hook): New hook.
8259 (org-get-alist-option): New function.
8260 (org-follow-timestamp-link): New function.
8261 (org-open-at-point): Call `org-follow-timestamp-link'.
8262 (org-log-note-marker, org-log-note-purpose)
8263 (org-log-note-window-configuration): New variables.
8264 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
8265 (org-log-note-headings): New option.
8266 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
8267 (org-store-link): Support for dired-mode.
8268 (org-open-file): Substitute environment variables into filename.
8269 (org-last): New defsubst.
8270 (org-agenda-re-align-tags): New function.
8271 (org-agenda-align-tags-to-column): New option.
8272 (org-agenda-timeline): Group removed.
8273 (org-prepare-agenda, org-prepare-agenda-buffers)
8274 (org-run-agenda-series, org-timeline, org-agenda-list)
8275 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
8276 the text property inticating the agenda type.
8277 (org-agenda-post-command-hook): Get agenda type from text property
8279 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
8280 and obey `org-agenda-overriding-arguments'.
8281 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
8282 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8283 (org-agenda-week-view, org-agenda-day-view):
8284 Use `org-agenda-overriding-arguments' to make updating work with
8285 multi-block agendas.
8286 (org-agenda-prefix-format): Allow different formats for the
8287 different agenda entry types.
8288 (org-timeline-prefix-format): Option removed, use
8289 `org-agenda-prefix-format' instead.
8290 (org-prepare-agenda): New function.
8291 (org-select-timeline-window): Option removed, use
8292 `org-select-agenda-window' instead.
8293 (org-respect-restriction): Variable removed.
8294 (org-cmp-tag): New function.
8295 (org-agenda-sorting-strategy, org-entries-lessp):
8296 Implement sorting by last tag.
8297 (org-complete): Better completion in in-buffer option lines.
8298 (org-in-item-p): New function.
8299 (org-org-menu): Add entries for checkboxes.
8300 (org-cycle): Extra brouping in outline-regexp, because it is used
8301 in a search with "^" prepended.
8302 (org-provide-checkbox-statistics): New option.
8303 (org-set-font-lock-defaults): Highlight checkbox statistics.
8304 (org-update-checkbox-count-maybe)
8305 (org-get-checkbox-statistics-face): New functions.
8306 (org-update-checkbox-count): New command.
8307 (org-insert-item, org-toggle-checkbox):
8308 Call `org-update-checkbox-count-maybe'.
8309 (org-export-as-html): XEmacs compatibility for coding system.
8310 (org-force-cycle-archived): New command.
8311 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8313 (org-fix-position-after-promote): If the line contains only a todo
8314 keyword, add a final space.
8315 (org-promote-subtree, org-demote-subtree):
8316 Call `org-fix-position-after-promote'.
8318 2006-11-10 Glenn Morris <rgm@gnu.org>
8320 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8322 (calendar-dst-check-each-year-flag): New customizable variable.
8323 (calendar-dst-find-data): New function, extracted from
8324 calendar-current-time-zone.
8325 (calendar-current-time-zone): Use calendar-dst-find-data.
8326 (calendar-dst-transition-cache): New variable.
8327 (calendar-dst-find-startend, calendar-dst-starts)
8328 (calendar-dst-ends): New functions.
8329 (calendar-daylight-savings-starts)
8330 (calendar-daylight-savings-ends): Change value to use
8331 calendar-dst-starts, calendar-dst-ends; respectively.
8333 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8335 * ido.el (ido-enable-prefix)
8336 * ses.el (ses-call-printer-return)
8337 * net/tramp.el (tramp-unified-filenames)
8338 * progmodes/cc-align.el (c-lineup-string-cont)
8339 * progmodes/compile.el (compilation-directory-matcher)
8340 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8341 * progmodes/gdb-ui.el (gdb-many-windows)
8342 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8343 (vhdl-clock-rising-edge)
8344 * textmodes/org.el (org-export-with-timestamps)
8345 (org-export-remove-timestamps-from-toc, org-export-with-tags)
8346 (org-read-date): Doc fix (Nil -> nil).
8348 2006-11-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8350 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8351 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8353 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8355 * bs.el (bs--window-for-buffer): Remove.
8356 (bs--show-with-configuration): Use `get-window-with-predicate'
8357 instead of `bs--window-for-buffer'.
8359 2006-11-10 Kenichi Handa <handa@m17n.org>
8361 * files.el (revert-buffer): Fix previous change.
8363 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
8365 * bs.el (bs--redisplay): Fix typo in docstring.
8366 (bs--window-config-coming-from): Make frame-local.
8367 (bs--restore-window-config): New function.
8368 (bs-kill, bs-select, bs-select-other-window)
8369 (bs-select-other-frame): Use it.
8370 (bs--window-for-buffer): Return as soon as a matching buffer is found.
8371 (bs--show-with-configuration): Save the window configuration as a
8372 frame local var, and only if *buffer-selection* is not already
8373 visible on this frame.
8375 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
8377 * vc-svn.el (vc-svn-admin-directory): New var.
8378 (vc-svn-registered, vc-svn-responsible-p)
8379 (vc-svn-repository-hostname): Use it.
8380 Suggested by arit93@yahoo.com.
8382 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8384 * ldefs-boot.el: Regenerate.
8386 2006-11-08 Alan Mackenzie <acm@muc.de>
8388 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8389 case (eq open-paren-in-column-0-is-defun-start nil) by searching
8390 for least nested open-paren.
8392 2006-11-08 Romain Francoise <romain@orebokech.com>
8394 * subr.el (remove-overlays): Fix typo in last change.
8396 2006-11-08 Richard Stallman <rms@gnu.org>
8398 * subr.el (remove-overlays): Call overlay-recenter.
8400 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8402 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8403 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8405 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8408 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8410 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8411 (ido-max-dir-file-cache, ido-decorations)
8412 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8413 (ido-magic-backward-char, ido-enter-dired)
8414 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8415 (ido-list-directory, ido-first-match, ido-only-match)
8416 (ido-subdir, ido-indicator): Fix typos in docstrings.
8417 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8418 (ido-read-internal): Fix typo in error message.
8420 2006-11-08 Kenichi Handa <handa@m17n.org>
8422 * international/mule-cmds.el (set-default-coding-systems):
8423 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8425 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8427 * makefile.w32-in (setwins): Remove.
8428 (WINS_ALMOST): New macro.
8430 (autoloads): Don't extract autoloads from files in obsolete/.
8432 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8434 * whitespace.el (whitespace-buffer): Call remove-overlays after
8435 overlay-recenter for performance. Suggested by Martin Rudalics.
8437 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8439 * net/tramp.el (tramp-default-method): scp is the default method.
8441 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8443 * server.el (server-start): Save also the Emacs pid in the server file.
8445 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8447 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8448 point when displaying a bibtex cross reference in the echo area.
8450 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8452 * international/mule.el (make-char): Fix typo in docstring.
8453 (load-with-code-conversion, charsetp): Doc fixes.
8455 * international/ja-dic-cnv.el (skkdic-convert):
8456 * cus-edit.el (hook): Fix typo in docstring.
8458 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8460 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8461 (custom-mode-link-map): New variable.
8462 (custom-group-link, custom-manual): Use follow-link.
8464 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8466 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8467 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8469 2006-11-06 Richard Stallman <rms@gnu.org>
8471 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8472 New function broken out of flyspell-correct-word.
8473 (flyspell-mode-map): Bind it to M-RET.
8474 (flyspell-correct-word): Call it.
8476 * textmodes/fill.el (fill-minibuffer-function): New function.
8477 (fill-paragraph): Bind fill-paragraph-function to
8478 fill-minibuffer-function.
8480 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8481 so that they aren't undefined.
8483 * dired.el (dired-readin): Locally bind file-name-coding-system.
8485 * bindings.el: Shorten and clarify usual mode line mouse help string.
8487 * Makefile.in (autoloads): Don't include `obsolete'.
8489 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8491 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8492 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8493 Printing menu if it's not initialized.
8494 (pr-menu-bind): Act on menu-bar-file-menu directly.
8496 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8498 * help.el (view-emacs-news): Fix typo in error message.
8500 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8502 * shadowfile.el (shadow-define-regexp-group)
8503 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8504 (shadow-read-files): Fix typo in message.
8505 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8506 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8507 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8508 (shadow-file-match): Fix typos in docstrings.
8510 * terminal.el (terminal-emulator): Fix typo in message.
8512 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8514 * emacs-lisp/lselect.el (x-kill-primary-selection)
8515 (x-delete-primary-selection, x-copy-primary-selection):
8516 Fix typos in error messages.
8518 * emulation/edt-mapper.el: Fix typo in interactive message.
8520 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8522 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8523 (ispell-help): Fix typos in docstrings.
8524 (ispell-help): Fix typo in output message.
8526 * allout.el (allout-adjust-file-variable)
8527 (allout-passphrase-verifier-string)
8528 (allout-passphrase-hint-string)
8529 (allout-toggle-current-subtree-encryption):
8530 * apropos.el (apropos-synonyms):
8531 * cus-edit.el (hook):
8532 * emacs-lock.el (emacs-lock-from-exiting):
8533 * follow.el (follow-avoid-tail-recenter-p):
8534 * hexl.el (hexl-mode):
8535 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8536 * mouse.el (mouse-set-font):
8537 * resume.el (resume-emacs-args-file):
8538 * rfn-eshadow.el (file-name-shadow-tty-properties):
8539 * t-mouse.el (t-mouse-process, t-mouse-mode):
8540 * emacs-lisp/cust-print.el (custom-print-install)
8541 (custom-print-uninstall, custom-format):
8542 * emacs-lisp/shadow.el (list-load-path-shadows):
8543 * emulation/tpu-edt.el (tpu-help-text)
8544 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8545 (tpu-reset-control-keys):
8546 * emulation/vip.el (vip-emacs-local-map)
8547 (vip-change-mode-to-emacs):
8548 * emulation/viper.el (viper-mode, viper-set-hooks)
8549 (viper-major-mode-modifier-list):
8550 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8551 * emulation/viper-keym.el (viper-emacs-kbd-map)
8553 * mail/feedmail.el (feedmail-queue-reminder)
8554 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8555 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8556 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8557 (feedmail-sender-line, feedmail-force-binary-write)
8558 (feedmail-from-line, feedmail-deduce-envelope-from)
8559 (feedmail-x-mailer-line, feedmail-message-id-generator)
8560 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8561 (feedmail-enable-spray, feedmail-spray-this-address)
8562 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8563 (feedmail-queue-runner-confirm-global)
8564 (feedmail-ask-before-queue-prompt)
8565 (feedmail-ask-before-queue-reprompt)
8566 (feedmail-prompt-before-queue-standard-alist)
8567 (feedmail-prompt-before-queue-user-alist)
8568 (feedmail-prompt-before-queue-help-supplement)
8569 (feedmail-queue-use-send-time-for-message-id)
8570 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8571 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8572 (feedmail-mail-send-hook-queued)
8573 (feedmail-confirm-addresses-hook-example)
8574 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8575 (feedmail-queue-runner-mode-setter)
8576 (feedmail-queue-alternative-mail-header-separator)
8577 (feedmail-queue-runner-message-sender)
8578 (feedmail-buffer-eating-function, feedmail-binmail-template)
8579 (feedmail-run-the-queue-no-prompts)
8580 (feedmail-run-the-queue-global-prompt)
8581 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8582 (feedmail-envelope-deducer, feedmail-fiddle-date)
8583 (feedmail-default-message-id-generator)
8584 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8585 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8586 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8588 * play/dunnet.el (dun-help):
8589 * play/handwrite.el (handwrite):
8590 * play/hanoi.el (hanoi-unix-64):
8591 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8592 * textmodes/enriched.el (fixed):
8593 * textmodes/org.el (org-file-apps)
8594 (org-emphasis-regexp-components, org-emphasis-alist):
8595 * textmodes/texinfmt.el (batch-texinfo-format):
8596 Fix typos in docstrings.
8598 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8600 * loadhist.el (read-feature): Don't complete features not loaded
8601 from a file (which make `unload-feature' to fail).
8603 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8605 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8607 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8609 * startup.el (command-line-1): Kill emacs if the last frame is
8610 deleted while evaluating the command-line arguments.
8612 2006-11-05 Richard Stallman <rms@gnu.org>
8614 * startup.el (init-file-had-error): Add doc string.
8615 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8616 Use fixed-width font for keyboard key descriptions.
8618 * cus-edit.el (custom-save-all): Error if saving in .emacs
8619 and it had an error when loaded.
8621 * dired-aux.el (dired-copy-file-recursive): Catch errors
8622 from recursive copies in the loop, around the recursive call.
8624 2006-11-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8626 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8627 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8628 `/proc/acpi/thermal_zone/*'.
8629 (battery-search-for-one-match-in-files): New. Search a regexp in
8630 the content of some files.
8632 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8634 * window.el (mouse-autoselect-window-now): Remove variable.
8635 (mouse-autoselect-window-state): New variable.
8636 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8637 (mouse-autoselect-window-select, handle-select-window):
8638 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8639 Suspend delayed autoselection during menu or popup dialog.
8641 * info-look.el (info-lookup-guess-custom-symbol): New function
8642 for retrieving symbol at point in custom buffers.
8643 (top level) <info-lookup-maybe-add-help>: Add backquote and
8644 comma to ignored characters in regexps of help specifications
8645 for emacs-lisp-mode and lisp-interaction-mode. This permits
8646 looking up symbols in `...' and after a comma. Add help
8647 specifications for custom-mode and help-mode.
8649 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8651 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8652 Don't encode body if RAW is non-nil, or if the old encoding is
8653 identical to the new encoding, or if the body contains only
8654 eight-bit-* characters.
8656 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8658 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8659 (faces-sample-overlay): Remove variable.
8660 (describe-face): Insert sample text in the face being described.
8662 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8664 * whitespace.el (whitespace-indent-regexp): Make this match any
8665 multiples of eight spaces near the beginning of a line.
8666 (whitespace-buffer): Use `remove-overlays' instead of
8667 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8668 speed up overlay handling.
8669 (whitespace-buffer-leading, whitespace-buffer-trailing):
8670 Make these functions highlight the text removed by
8671 `whitespace-buffer-leading-cleanup' and
8672 `whitespace-buffer-trailing-cleanup' respectively.
8673 (whitespace-buffer-search): Use `with-local-quit'.
8674 Move `format' out of loop to speed up scanning larger buffers.
8675 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8676 that function is never added to a hook.
8677 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8678 (whitespace-buffer-leading-cleanup)
8679 (whitespace-refresh-rescan-list): Fix docstrings.
8681 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8683 * allout.el (allout-during-yank-processing): Cue for inhibiting
8684 aberrance processing during yanks.
8685 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8686 the amount of yanked topics that can be aberrant.
8687 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8688 a function, and supplement with inihibition of doublechecking
8690 (allout-beginning-of-line, allout-next-heading)
8691 (allout-previous-heading, allout-goto-prefix-doublechecked)
8692 (allout-back-to-current-heading, allout-next-visible-heading)
8693 (allout-next-sibling): Use new allout-do-doublecheck function.
8694 (allout-next-sibling): Ensure we made progress when returning
8696 (allout-rebullet-heading): Preserve text property annotations
8697 indicating the text was hidden, if it was.
8698 (allout-kill-line): Remove any added was-hidden annotations.
8699 (allout-kill-topic): Remove any added was-hidden annotations.
8700 (allout-annotate-hidden): Inhibit adding was-hidden text
8701 properties to the undo list.
8702 (allout-deannotate-hidden): New function to remove was-hidden
8704 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8705 (allout-remove-exposure-annotation): Replace by
8706 allout-deannotate-hidden.
8707 (allout-yank-processing): Signal that yank processing is happening
8708 with allout-during-yank-processing. Also, wrap
8709 allout-unprotected's closer to the text changes, for easier
8710 debugging. We need to inhibit-field-text-motion explicitly, in
8711 lieu of the encompassing allout-unprotected.
8712 (outlineify-sticky): Adjust criteria for triggering new outline
8713 decorations to presence or absence of any topics, not just a topic
8714 at the beginning of the buffer.
8716 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8718 * bs.el (bs--show-all, bs--redisplay):
8719 * cus-edit.el (custom-unlispify-menu-entries)
8720 (custom-unlispify-tag-names, custom-prompt-variable):
8721 * expand.el (expand-pos):
8722 * speedbar.el (speedbar-generic-list-tag-p):
8723 * wid-edit.el (widget-image-enable):
8724 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8725 * emacs-lisp/find-func.el (find-function-noselect)
8726 (find-function, find-variable-noselect, find-variable)
8727 (find-definition-noselect, find-face-definition):
8728 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8729 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8730 * progmodes/ada-xref.el (ada-find-in-ali):
8731 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8732 * textmodes/org.el (org-copy-subtree):
8733 * textmodes/table.el (table--row-column-insertion-point-p):
8734 Use "non-nil" in docstrings.
8736 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8738 * sort.el (sort-columns): Set the field separator to tab; on
8739 NetBSD, sort complains if "\n" is used as field separator.
8741 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8743 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8745 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8747 * server.el (server-auth-key): Remove. Replace by a process-property.
8748 (server-start): Don't remove the file of the previous process, but
8749 instead clear out the place for the new file.
8750 (server-start): Set the :auth-key property.
8751 (server-process-filter): Use the :auth-key property.
8753 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8755 * textmodes/org.el (org-mode-map): No longer copy
8756 `outline-mode-map' explicitly - this is already done by
8757 `define-derived-mode'.
8759 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8761 * server.el (server-visit-files): Use `when'.
8762 (server-process-filter): When authentication fails, send error
8763 message to client. Wrap `process-send-region' in `ignore-errors'
8764 instead of `condition-case', and remove misleading comment.
8766 2006-11-01 Juri Linkov <juri@jurta.org>
8768 * simple.el (yank): Doc fix.
8770 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8772 * server.el: Try and fit within 80 columns.
8773 (server-start): Make the auth file unreadable by other users.
8775 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8777 * battery.el (battery-linux-proc-acpi): Prevent range error when
8778 `full-capacity' is 0.
8780 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8782 * faces.el (faces-sample-overlay): New defvar.
8783 (faces-sample-overlay): New function to show face sample text.
8784 (describe-face): Use it.
8786 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8788 * progmodes/ada-stmt.el: Change maintainer, apply
8789 whitespace-cleanup, checkdoc.
8790 (ada-func-or-proc-name): Add doc string.
8792 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8793 whitespace-cleanup, checkdoc. Minor improvements to many doc
8794 strings and comments.
8795 (ada-prj-display-page): Change buffer name to more accurately
8798 * progmodes/ada-xref.el: Change maintainer, apply
8799 whitespace-cleanup, checkdoc. Minor improvements to many doc
8800 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8801 (ada-compile-current): Don't add newlines to commands.
8803 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8805 * server.el: Add support for TCP sockets.
8806 (server-use-tcp, server-host, server-auth-dir): New options.
8807 (server-auth-key): New variable.
8808 (server-ensure-safe-dir): Create nonexistent parent dirs.
8809 Ignore Unix-style file modes on Windows.
8810 (server-start): Crete a TCP or Unix socket according to the value
8811 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8812 `server-auth-dir' directory.
8813 (server-process-filter): Delete process if authentication
8814 fails (which never happens for Unix sockets).
8816 2006-10-30 David Kastrup <dak@gnu.org>
8818 * subr.el (add-to-list): Don't continue checking if a match has
8821 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8823 * tutorial.el: Move defvars to avoid bytecomp warnings.
8824 (tutorial--find-changed-keys): Check if viper-current-state is
8825 bound before using it.
8826 (help-with-tutorial): Check if viper-tutorial is defined before
8829 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8831 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8833 * tutorial.el: New file.
8834 (help-with-tutorial): Move here from help-fns.el. Add help for
8835 rebound keys. Fix resume of tutorial.
8836 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8837 (tutorial--find-changed-keys, tutorial--display-changes)
8838 (tutorial--saved-dir, tutorial--saved-file)
8839 (tutorial--save-tutorial): New functions to support the changes in
8842 2006-10-30 Kenichi Handa <handa@m17n.org>
8844 * files.el (revert-buffer): If a unibyte buffer is being reverted
8845 with a coding system for multibyte, set buffer multibyte before
8846 calling insert-file-contents.
8848 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8850 * server.el (server-select-display): Use a dummy buffer to detect when
8851 the frame is later used.
8852 (server-select-display): New function.
8853 (server-process-filter): Use it to detect unused temp frames.
8855 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8857 * progmodes/ada-mode.el: Change maintainer, apply
8858 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8859 (ada-mode-version): New function.
8860 (ada-create-menu): Menu operations are available for all supported
8863 2006-10-29 Lars Hansen <larsh@soem.dk>
8865 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8866 Highlight as keyword.
8867 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8868 Don't call tramp-method-out-of-band-p for local files.
8869 (tramp-touch): Quote file name.
8871 2006-10-28 Glenn Morris <rgm@gnu.org>
8873 * calendar/calendar.el (cal-html-cursor-month)
8874 (cal-html-cursor-year): Add autoloads for this new package.
8875 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8877 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8879 * calendar/cal-html.el: New file.
8881 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8883 * emacs-lisp/authors.el (authors-aliases): Update.
8885 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8887 * version.el (emacs-version): Bump version number to 22.0.90.
8889 2006-10-26 John W. Eaton <jwe@octave.org>
8891 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8893 (inferior-octave-resync-dirs): Check to see whether Octave has
8894 built-in variables and set inferior-octave-has-built-in-variables.
8895 Check inferior-octave-has-built-in-variables to decide whether to
8896 send commands that set built-in variables or call functions to
8897 change Octave's behavior.
8898 Send "disp (pwd ())" to Octave instead of just "pwd".
8899 (inferior-octave-startup): Send "more off" to Octave instead of
8900 "page_screen_output = 0".
8902 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8904 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8907 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8909 * bindings.el (mode-line-mode-menu): Remove bindings for global
8910 minor modes (line/column number) as they are on the menubar.
8912 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8914 * term/w32-win.el (x-handle-name-switch): Doc fix.
8915 (w32-standard-fontset-spec): Fix typo in docstring.
8917 * midnight.el (midnight-buffer-display-time): Doc fix.
8918 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8920 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8922 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8924 * emulation/viper-ex.el (ex-read): Quote file argument.
8926 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8928 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8930 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8932 * textmodes/flyspell.el (flyspell-check-region-doublons):
8935 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8937 * bindings.el (mode-line-mode-menu): List global minor modes
8940 2006-10-23 Kim F. Storm <storm@cua.dk>
8942 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8943 (sit-for): If last command was a prefix arg, add the read-ahead
8944 event to unread-command-events as (t . EVENT) so it will be added
8945 to this-command-keys by read-key-sequence.
8947 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8949 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8950 whitespace when checking doublons.
8951 (flyspell-check-region-doublons): Fix doublon regexp.
8952 (flyspell-highlight-incorrect-region): Highlight doublons using
8953 flyspell-duplicate face.
8955 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8957 2006-10-22 John Wiegley <johnw@newartisans.com>
8959 * progmodes/python.el (python-use-skeletons): python-mode was
8960 auto-inserting templates (for those with abbrev-mode on), not only
8961 by default -- *but without a configuration variable to disable
8962 it*. This rendered python-mode completely useless for me, so I
8963 have added `python-use-skeletons', which is now off by default.
8965 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8967 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8968 font-lock-multiline is auto-local (it's not).
8969 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8970 initialized before calling cperl-init-faces.
8972 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8974 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8975 gdb-stack-position a value when there is no fringe.
8977 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8978 indicator if not visiting a file.
8980 2006-10-20 David Kastrup <dak@gnu.org>
8982 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8983 operation would still cause some window to collapse later.
8985 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8987 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8988 side-effect due to mixing various backends's file properties.
8990 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8991 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8992 Return `filename's status if applicable. Update callers.
8994 2006-10-19 Kenichi Handa <handa@m17n.org>
8996 * international/kkc.el (kkc-region): When a key sequence is not
8997 defined, append (this-single-command-raw-keys) to
8998 unread-input-method-events.
9000 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
9002 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
9004 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9006 * version.el (emacs-version): Use mac-carbon-version-string.
9008 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
9010 2006-10-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9012 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
9014 (xselect-convert-to-string): Decline requests for UTF8_STRING if
9015 the selection is not UTF-8.
9017 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
9019 * progmodes/ada-mode.el (ada-83-string-keywords)
9020 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
9021 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
9022 (ada-looking-at-semi-private, ada-get-body-name):
9023 Fix typos in docstrings.
9024 (ada-create-case-exception, ada-create-case-exception-substring):
9025 Fix typos in error messages.
9026 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
9028 2006-10-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9030 * term/x-win.el (res-geometry): Don't set geometry from Xresources
9031 to default-frame-alist if default-frame-alist already contains
9034 2006-10-18 Richard Stallman <rms@gnu.org>
9036 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
9037 Non-interactive arg is the value, not the expression.
9039 * simple.el (read-expression-map): Just set it, no defvar.
9041 * subr.el (insert-for-yank-1): If last inserted char has
9042 properties, mark them as rear-nonsticky.
9044 * recentf.el (recentf-mode): Doc fix.
9046 * facemenu.el (facemenu-add-new-face): Defend against symbol
9047 that isn't a face name.
9049 * dired-aux.el (dired-do-copy): Doc fix.
9051 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
9053 * simple.el (line-move-1): Ignore fields when moving to the
9054 beginning of line to avoid getting point stuck.
9056 2006-10-18 Martin Rudalics <rudalics@gmx.at>
9058 * textmodes/flyspell.el (flyspell-word-search-backward):
9059 Set inhibit-point-motion-hooks to avoid looping due to intangibile
9062 2006-10-16 Richard Stallman <rms@gnu.org>
9064 * help-fns.el (describe-function-1): Special case optimization
9065 for self-insert-command.
9067 2006-10-16 Kim F. Storm <storm@cua.dk>
9069 * ido.el (ido-reread-directory): Work in `dir' mode too.
9071 2006-10-15 Martin Rudalics <rudalics@gmx.at>
9073 * textmodes/table.el: Require 'regexp-opt.
9075 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
9077 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
9078 Use shell-quote-argument.
9080 * shell.el (explicit-bash-args): Likewise.
9082 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
9083 Use grep -E rather than egrep.
9085 2006-10-15 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9087 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
9089 2006-10-15 Kim F. Storm <storm@cua.dk>
9091 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
9093 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9095 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
9096 to protect whitespace and metacharacters from the shell.
9098 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9100 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
9102 2006-10-13 Eli Zaretskii <eliz@gnu.org>
9104 * subr.el (start-process-shell-command): Doc fix.
9106 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
9108 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
9109 the regexp for Maxima symbols.
9111 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9113 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
9114 (vc-find-root): Don't walk higher up than ~.
9116 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
9118 * international/utf-8.el (utf-translate-cjk-load-tables):
9119 Avoid clobbering last-coding-system-used during load.
9121 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
9123 * textmodes/reftex-global.el (reftex-create-tags-file):
9124 Quote file arguments.
9126 2006-10-12 Richard Stallman <rms@gnu.org>
9128 * files.el (file-name-history): Add defvar.
9129 (save-some-buffers-action-alist): Improve description strings.
9131 2006-10-12 Andreas Schwab <schwab@suse.de>
9133 * files.el (auto-mode-alist): Match change log file name also with
9134 a dash before a numeric extension.
9136 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
9138 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
9140 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
9142 After 5.1: Major edit. Summary of most visible changes:
9144 - Multiple <<HERE per line allowed.
9145 - Handles multiline subroutine declaration headers (with comments).
9146 (The exception is `cperl-etags' - but it is not used in the rest
9148 - Fontifies multiline my/our declarations (even with comments,
9149 and with legacy `font-lock').
9150 - Major speedup of syntaxification, both immediate and postponed
9151 (3.5x to 15x [for different CPUs and versions of Emacs] on the
9152 huge real-life document I tested).
9153 - New bindings, edits to imenu.
9154 - "_" is made into word-char during fontification/syntaxification;
9155 some attempts to recognize non-word "_" during other operations too.
9156 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
9157 - autoload some more perldoc-related stuff
9158 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
9159 - Attempt to incorporate XEmacs edits which reached me.
9161 Fine-grained changelog:
9162 (cperl-hook-after-change): New configuration variable.
9163 (cperl-vc-sccs-header): Likewise.
9164 (cperl-vc-sccs-header): Likewise.
9165 (cperl-vc-header-alist): Default via two preceding variables.
9166 (cperl-invalid-face): Remove double quoting under XEmacs
9167 (still needed under 21.2).
9168 (cperl-tips): Update URLs for resources.
9169 (cperl-problems): Likewise.
9170 (cperl-praise): Mention new features.
9171 New C-c key bindings: for `cperl-find-bad-style',
9172 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
9173 `cperl-perdoc', and `cperl-perldoc-at-point'.
9174 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
9175 moved, new submenu of Tools with Ispell entries and narrowing.
9176 (cperl-after-sub-regexp): New defsubst.
9177 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
9178 Allows heads up to head4.
9180 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
9181 (paren-backwards-message): ??? Something for XEmacs???
9182 (cperl-mode): Never auto-switch abbrev-mode off.
9183 Try to allow '_' be non-word char.
9184 Do not use `font-lock-unfontify-region-function' on XEmacs.
9185 Reset syntax cache on mode start.
9186 Support multiline facification (even on legacy `font-lock').
9187 (cperl-facemenu-add-face-function): ??? Some contributed code ???
9188 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
9189 refuse to inform us whether the fontification is due to lazy
9190 calling or due to edit to a buffer, install our own hook
9191 (controlled by `cperl-hook-after-change').
9192 (cperl-electric-pod): =cut may have been recognized as start.
9193 (cperl-block-p): Move, updated for attributes.
9194 (cperl-calculate-indent): Try to allow '_' be non-word char
9195 Support subs with attributes.
9196 (cperl-where-am-i): Quiet (?) a warning.
9197 (cperl-cached-syntax-table): New function.
9198 (cperl-forward-re): Use `cperl-cached-syntax-table'.
9199 (cperl-unwind-to-safe): Recognize `syntax-type' property
9200 changing in a middle of line.
9201 (cperl-find-sub-attrs): New function.
9202 (cperl-find-pods-heres): Allow many <<EOP per line.
9203 Allow subs with attributes.
9204 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
9205 Recognize "extproc " (OS/2) case-folded and only at start.
9206 /x on s///x with empty replacement was not recognized.
9208 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
9209 Allow subs with attributes, labels.
9210 Do not confuse "else::foo" with "else".
9211 Minor optimizations...
9212 (cperl-after-expr-p): Try to allow '_' be non-word char.
9213 (cperl-fill-paragraph): Try to detect a major bug in Emacs
9214 with `looking-at' inside `narrow' and bulk out if found.
9215 (cperl-imenu--create-perl-index): Updates for new
9216 `cperl-imenu--function-name-regexp-perl'.
9217 (cperl-outline-level): Likewise.
9218 (cperl-init-faces): Allow multiline subroutine headers
9219 and my/our declarations, and ones with comments.
9220 Allow subroutine attributes.
9221 (cperl-imenu-on-info): Better docstring.
9222 (cperl-etags): Rudimentary support for attributes.
9223 Support for packages and "package;".
9224 (cperl-add-tags-recurse-noxs): Better (?) docstring.
9225 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
9226 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
9227 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
9228 (cperl-perldoc): Add autoload.
9229 (cperl-perldoc-at-point): Likewise.
9230 (cperl-here-doc-spell): New function.
9231 (cperl-pod-spell): Likewise.
9232 (cperl-map-pods-heres): Likewise.
9233 (cperl-get-here-doc-region): Likewise.
9234 (cperl-font-lock-fontify-region-function): Likewise (backward
9235 compatibility for legacy `font-lock').
9236 (cperl-font-lock-unfontify-region-function): Fix style.
9237 (cperl-fontify-syntaxically): Recognize and optimize away deferred
9238 calls with no-change. Governed by `cperl-hook-after-change'.
9239 (cperl-fontify-update): Recognize that syntaxification region
9240 can be larger than fontification one.
9241 XXXX we leave `cperl-postpone' property, so this is quadratic...
9242 (cperl-fontify-update-bad): Temporary placeholder until
9243 it is clear how to implement `cperl-fontify-update'.
9244 (cperl-time-fontification): New function.
9245 (attrib-group): New text attribute.
9246 (multiline): New value: `syntax-type' text attribute.
9249 (cperl-emulate-lazy-lock): New function.
9250 (cperl-fontify-syntaxically): Would skip large regions.
9251 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
9252 Some globals were declared, but uninitialized.
9255 (cperl-facemenu-add-face-function): Add docs, fix U<>.
9256 Copyright message updated.
9257 (cperl-init-faces): Work around a bug in `font-lock'. May slow
9258 facification down a bit.
9259 Misprint for my|our|local for old `font-lock'
9260 "our" was not fontified same as "my|local".
9261 Highlight variables after "my" etc even in
9262 a middle of an expression.
9263 Do not facify multiple variables after my etc
9264 unless parentheses are present.
9267 (cperl-fontify-syntaxically): after-change hook could reset.
9268 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9271 (cperl-init-faces): Allow highlighting of local ($/).
9272 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
9273 (cperl-problems): Remove fixed problems.
9274 (cperl-find-pods-heres): Recognize #-comments in m##x too.
9275 Recognize charclasses (unless delimiter is \).
9276 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
9277 (cperl-regexp-scan): Update docs.
9278 (cperl-beautify-regexp-piece): Use information got from regexp scan.
9281 Major user visible changes:
9282 Recognition and fontification of character classes in RExen.
9283 Variable indentation of RExen according to groups.
9285 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
9286 Fontify REx charclasses in variable-name face.
9287 Fontify POSIX charclasses in "type" face.
9288 Fontify unmatched "]" in function-name face.
9289 Mark first-char of HERE-doc as `front-sticky'.
9290 Reset `front-sticky' property when needed.
9291 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
9292 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
9293 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
9294 constructs. Support `narrow'ed buffers.
9295 (cperl-praise): Remove a reservation.
9296 (cperl-make-indent): New function.
9297 (cperl-indent-for-comment): Use `cperl-make-indent'.
9298 (cperl-indent-line): Likewise.
9299 (cperl-lineup): Likewise.
9300 (cperl-beautify-regexp-piece): Likewise.
9301 (cperl-contract-level): Likewise.
9302 (cperl-toggle-set-debug-unwind): New function.
9303 New menu entry for this.
9304 (fill-paragraph-function): Use when `boundp'.
9305 (cperl-calculate-indent): Take into account groups when indenting RExen.
9306 (cperl-to-comment-or-eol): Recognize # which end a string.
9307 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
9308 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
9309 (cperl-fontify-syntaxically): More clear debugging message.
9310 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9311 (cperl-init-faces): More complicated highlight even on XEmacs (new).
9312 Merge cosmetic changes from XEmacs.
9315 (cperl-1+): Move to before the first use.
9316 (cperl-1-): Likewise.
9320 This code may lock Emacs hard!!! Use at your own risk!
9322 (cperl-font-locking): New internal variable.
9323 (cperl-beginning-of-property): New function.
9324 (cperl-calculate-indent): Use `cperl-beginning-of-property'
9325 instead of `previous-single-property-change'.
9326 (cperl-unwind-to-safe): Likewise.
9327 (cperl-after-expr-p): Likewise.
9328 (cperl-get-here-doc-region): Likewise.
9329 (cperl-font-lock-fontify-region-function): Likewise.
9330 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9332 Bound `next-single-property-change' via `point-max'.
9333 (cperl-unwind-to-safe): Bound likewise
9334 (cperl-font-lock-fontify-region-function): Likewise.
9335 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9336 Initialization of `cperl-font-lock-multiline-start' could be
9337 missed if the "main" fontification did not run due to the
9338 keyword being already fontified.
9339 (cperl-pod-spell): Return t from do-one-chunk function.
9340 (cperl-map-pods-heres): Stop when the worker returns nil.
9341 Call `cperl-update-syntaxification'.
9342 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9343 (cperl-get-here-doc-delim): Remove unused function.
9347 The possible lockup of Emacs (introduced in 5.10) fixed.
9349 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9350 (cperl-syntaxify-for-menu): New customization variable.
9351 (cperl-select-this-pod-or-here-doc): New function.
9352 (cperl-get-here-doc-region): Extra argument.
9353 Do not adjust pos by 1.
9356 (Perl/Tools): Selection of current POD or HERE-DOC section.
9357 (Debugging CPerl:) backtrace on fontification.
9360 (cperl-cached-syntax-table): Use `car-safe'.
9361 (cperl-forward-re): Remove spurious argument SET-ST.
9363 (cperl-forward-group-in-re): New function.
9364 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9365 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9368 (cperl-string-syntax-table): Make { and } not-grouping
9369 (Sometimes they ARE grouping in RExen, but matching them would only
9370 confuse in many situations when they are not)
9371 (beginning-of-buffer): Replace two occurrences with goto-char...
9372 (cperl-calculate-indent): `char-after' could be nil...
9373 (cperl-find-pods-heres): REx can start after "[" too.
9374 Hightlight (??{}) in RExen too.
9375 (cperl-maybe-white-and-comment-rex): New constant
9376 (cperl-white-and-comment-rex): Likewise.
9377 XXXX Not very efficient, but hard to make
9378 better while keeping 1 group.
9381 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9382 Likewise for 1 << identifier.
9385 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9386 Error-less condition-case could fail.
9387 (cperl-font-lock-fontify-region-function): Likewise.
9388 (cperl-init-faces): Likewise.
9391 (cperl-find-pods-heres): Support property REx-part2.
9392 (cperl-calculate-indent): Likewise.
9393 Don't special-case REx with non-empty 1st line.
9394 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9395 Invert highlighting of charclasses:
9396 now the envelop is highlighted.
9397 Highlight many others 0-length builtins.
9398 (cperl-praise): Mention indenting and highlight in RExen.
9401 (cperl-find-pods-heres): Highlight capturing parens in REx.
9404 (cperl-find-pods-heres): Highlight '|' for alternation
9405 Initialize `font-lock-warning-face' if not present.
9406 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9407 `font-lock-function-name-face'.
9408 (cperl-look-at-leading-count): Likewise.
9409 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9410 `font-lock-keyword-face' (needed for
9411 batch processing), etc...
9412 Use `font-lock-builtin-face' for builtin in REx
9413 Now `font-lock-variable-name-face'
9414 is used for interpolated variables
9415 Use "talking aliases" for faces inside REx
9416 Highlight parts of REx (except in charclasses)
9417 according to the syntax and/or semantic
9418 Syntax-mark a {}-part of (?{}) as "comment"
9419 (it was the ()-part)
9420 Better logic to distinguish what is what in REx
9421 (cperl-tips-faces): Document REx highlighting
9422 (cperl-praise): Mention REx syntax highlight etc.
9425 (cperl-find-sub-attrs): Would not always manage to print error message.
9426 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9429 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9430 Very minor optimization.
9431 `my-cperl-REx-modifiers-face' got quoted.
9432 Recognize "print $foo <<END" as HERE-doc.
9433 Put `REx-interpolated' text attribute if needed.
9434 (cperl-invert-if-unless-modifiers): New function.
9435 (cperl-backward-to-start-of-expr): Likewise.
9436 (cperl-forward-to-end-of-expr): Likewise.
9437 (cperl-invert-if-unless): Works in "the opposite way" too.
9438 Cursor position on return is on the switch-word.
9439 Indents comments better.
9440 (REx-interpolated): New text attribute.
9441 (cperl-next-interpolated-REx): New function.
9442 (cperl-next-interpolated-REx-0): Likewise.
9443 (cperl-next-interpolated-REx-1): Likewise.
9444 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9445 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9446 (cperl-praise): Mention finded interpolated RExen.
9449 (cperl-init-faces): Highlight %$foo, @$foo too.
9450 (cperl-short-docs): Better docs for system, exec.
9451 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9452 Would not find HERE-doc ended by EOF without NL.
9453 (cperl-short-docs): Correct not-doubled \-escapes.
9454 start block: Put some `defvar' for stuff gone from XEmacs.
9457 initial comment: Extend copyright, fix email address.
9458 (cperl-indent-comment-at-column-0): New customization variable.
9459 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9460 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9461 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9462 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9463 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9464 highlight $ in $foo too (UNTESTED).
9465 (cperl-set-style): Docstring missed some available styles.
9466 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9467 Change "Current" to "Memorize Current".
9468 (cperl-indent-wrt-brace): New customization variable; the default is
9469 as for pre-5.2 version.
9470 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9471 (cperl-style-alist): Likewise.
9472 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9473 and `cperl-extra-newline-before-brace' etc
9475 (cperl-indent-exp): Plans B and C to find continuation blocks even
9476 if `cperl-extra-newline-before-brace' is t.
9479 Improve some docstrings concerning indentation.
9480 (cperl-indent-rules-alist): New variable.
9481 (cperl-sniff-for-indent): New function name
9482 (separated from `cperl-calculate-indent').
9483 (cperl-calculate-indent): Separate the sniffer and the indenter;
9484 uses `cperl-sniff-for-indent' now.
9485 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9487 Support `comment-column' = 0.
9489 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9491 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9492 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9493 * longlines.el (longlines-window-change-function): Likewise.
9494 * simple.el (undo-ask-before-discard): Likewise.
9495 * wid-edit.el (widget-field-prompt-internal)
9496 (widget-documentation-link-p): Likewise.
9498 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9500 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9503 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9505 * newcomment.el (comment-valid-prefix-p): Make the check
9506 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9507 (comment-indent-new-line): Adjust call.
9509 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9511 * allout.el (allout-back-to-current-heading): Base on lower-level
9512 routines to get proper disqualification of aberrant topics.
9514 2006-10-09 Richard Stallman <rms@gnu.org>
9516 * textmodes/two-column.el (2C-two-columns): Doc fix.
9518 2006-10-09 Kim F. Storm <storm@cua.dk>
9520 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9523 2006-10-08 Richard Stallman <rms@gnu.org>
9525 * textmodes/two-column.el (2C-two-columns): Doc fix.
9527 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9529 * files.el: Mark `buffer-read-only' as safe-local-variable.
9531 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9533 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9534 Burp if GUD buffer has been killed.
9536 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9538 * completion.el (add-completions-from-c-buffer):
9539 Don't presume an error's second element is a string.
9540 Use looking-at rather than buffer-substring + member.
9542 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9544 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9545 `undecided', call find-coding-systems-region to find a proper
9546 non-trivial encoding.
9547 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9550 2006-10-07 Kevin Ryde <user42@zip.com.au>
9552 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9555 * strokes.el (defgroup strokes): Remove invalid url-link.
9557 2006-10-07 Magnus Henoch <mange@freemail.hu>
9559 * autoinsert.el (auto-insert-alist): Doc fix.
9561 2006-10-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9563 * mouse-sel.el (mouse-insert-selection-internal):
9564 Use insert-for-yank, so that yank handlers are run.
9566 2006-10-07 Kim F. Storm <storm@cua.dk>
9568 * ido.el (ido-file-extension-aux): Fix comparison.
9570 2006-10-06 Kim F. Storm <storm@cua.dk>
9572 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9574 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9576 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9577 (ad-make-mapped-call): Use `let', not `let*'.
9579 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9581 * international/mule-cmds.el (coding-system-change-eol-conversion):
9582 Ensure the coding system is initialized before calling
9583 coding-system-eol-type.
9585 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9587 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9588 (org-activate-angle-links, org-activate-dates)
9589 (org-activate-target-links, org-activate-camels)
9590 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9591 textproperty keymaps from being active beyond the end of a line.
9592 (org-unfontify-region): Also remove `rear-nonsticky' property.
9594 2006-10-04 Kenichi Handa <handa@m17n.org>
9596 * international/code-pages.el (next): Table fixed.
9598 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9600 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9601 that it's been made unnecessary by removing narrowing.
9603 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9605 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9606 control flow a bit, simplify another bit, and add comments.
9608 2006-10-03 David Kastrup <dak@gnu.org>
9610 * help.el (describe-mode): For clicks on mode-line, use "@"
9611 interactive argument to get the major mode of the click instead of
9614 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9615 in order to better redirect mouse-2 clicks. Also allow default
9618 2006-10-03 Kim F. Storm <storm@cua.dk>
9620 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9621 (pushnew): Fix last change.
9623 2006-10-03 Denis St
\e,A|
\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9625 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9626 Use the interactive spec of `eval-expression'.
9628 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9630 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9632 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9634 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9637 2006-10-02 Kenichi Handa <handa@m17n.org>
9639 * international/code-pages.el (iso-8859-6): Table fixed.
9641 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9643 * dired.el (dired-build-subdir-alist): Fix previous change.
9645 2006-10-01 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9647 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9649 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9651 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9652 "define-button-type".
9654 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9655 they don't keep accumulating.
9657 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9659 * ffap.el (ffap-rfc-path): Change the address of the RFC
9660 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9662 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9664 * allout.el (allout-expose-topic): Rectify implementation of "+"
9665 spec, so that bodies are not exposed with headlines.
9667 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9669 * allout.el (allout-current-depth): Do aberrent check only at or
9670 below doublecheck depth.
9671 (allout-chart-subtree): Make it explicit that LEVELS being nil
9672 means unlimited depth. Drop undocumented support for LEVELS value
9673 t meaning unlimited depth. (This is consistent with
9674 allout-chart-to-reveal, but contrary to allout-show-children,
9675 which needs to use nil to default to depth of 1.)
9676 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9677 (allout-chart-to-reveal): Be explicit in docstring about meaning
9678 of nil LEVELS, and drop support for LEVELS value t.
9679 (allout-show-children): Translate the level spec used by this
9680 routine to that used by allout-chart-subtree and
9681 allout-chart-to-reveal.
9682 (allout-show-to-offshoot): Retry once when stuck, after opening
9683 subtree - improvements in discontinuity handling likely will
9686 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9688 * wid-edit.el (widget-button-click-moves-point): New variable.
9689 (widget-button-click): If widget-button-click-moves-point is
9690 non-nil, set point after performing the button action.
9692 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9694 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9696 * files.el (find-file-existing): Modify to not allow wildcards.
9698 2006-09-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9700 * simple.el (undo-more): When undo information for the region is
9701 exhausted, say "No further undo information FOR REGION".
9703 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9705 * progmodes/sh-script.el (sh-prev-thing):
9706 Take `sh-leading-keywords' into account.
9708 2006-09-29 Glenn Morris <rgm@gnu.org>
9710 * custom.el (defcustom): Doc fix.
9712 * calendar/calendar.el (european-calendar-style):
9713 Call european-calendar or american-calendar as needed when set.
9714 (diary-view-entries, list-calendar-holidays): Move autoloads
9717 2006-09-29 Juri Linkov <juri@jurta.org>
9719 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9720 to nil if there is no previous property change.
9722 2006-09-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9724 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9725 saving anything to be sure that `forward-sexp' behaves correctly.
9727 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9729 * simple.el (line-move-finish): Ignore field boundaries if the
9730 initial and final points have the same `field' property.
9732 2006-09-29 Kim F. Storm <storm@cua.dk>
9734 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9735 to t while calling ido-read-internal.
9737 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9739 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9740 (org-archive-subtree): Remove erraneous `]' from character list.
9742 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9744 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9745 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9746 markers for data-area and parameters-area.
9748 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9750 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9752 * font-lock.el (font-lock-after-change-function): Refontify next line
9753 as well if end is at BOL.
9754 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9755 only extend the region as much as needed.
9757 2006-09-28 Richard Stallman <rms@gnu.org>
9759 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9761 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9763 * international/mule.el (after-insert-file-set-coding):
9764 If VISIT, don't let set-buffer-multibyte make undo info.
9766 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9768 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9769 lines in base64-encoded authentication response.
9771 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9773 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9774 (ebnf-version): New version 4.3.
9775 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9776 (ebnf-prologue): Adjust PostScript programming.
9777 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9778 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9780 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9782 * jit-lock.el (jit-lock-force-redisplay): Rename from
9783 jit-lock-fontify-again, and undo the mistaken change I've just done.
9785 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9786 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9788 2006-09-26 Kenichi Handa <handa@m17n.org>
9790 * startup.el (display-splash-screen): Allow a prefix argument.
9792 2006-09-25 Jason Rumney <jasonr@gnu.org>
9794 * subr.el (shell-quote-argument): Use DOS logic for Windows
9795 shells with DOS semantics.
9797 2006-09-24 Richard Stallman <rms@gnu.org>
9799 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9800 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9801 to delete the overlay. Put it on pre-command-hook.
9803 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9805 * startup.el (fancy-splash-screens, normal-splash-screen):
9806 Call the splash buffer *About GNU Emacs*.
9808 * simple.el (next-error-highlight, next-error-highlight-no-select):
9810 (yank-excluded-properties): Add `fontified'.
9812 * font-lock.el (font-lock-compile-keywords): Allow value of
9813 syntax-begin-function to enable paren-column-0 highlighting.
9815 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9817 * dired.el (dired-build-subdir-alist): When file ends in colon,
9818 don't exit the loop, just disregard that file.
9820 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9822 * simple.el (line-move-finish): Handle corner case for fields in
9824 (line-move-1): Remove flawed test for that case.
9826 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9828 * icomplete.el (icomplete-simple-completing-p): Use the correct
9829 name for the new variable, `icomplete-with-completion-tables'.
9830 (file local variables): Remove superfluous setting.
9832 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9834 * calendar/appt.el (appt-check): Fix typo for appointments just
9837 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9839 * help.el (describe-key-briefly, describe-key): Don't expect an
9840 extra up event if a down-event is generated by a popup menu.
9842 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9844 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9845 local dictionary when changing the global dictionary.
9847 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9849 * icomplete.el (icomplete-with-completion-tables): List of
9850 specialized completion tables with which icomplete should
9851 operate. Include the new `internal-complete-buffer', so icomplete
9852 works with interactive buffer-selection.
9853 (icomplete-simple-completing-p): Add acceptance of specialized
9854 completion tables listed in icomplete-with-completion-tables.
9856 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9858 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9860 * startup.el (command-line): Use `custom-reevaluate-setting' for
9861 `focus-follows-mouse'.
9863 2006-09-22 Richard Stallman <rms@gnu.org>
9865 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9866 explain why Save is not available.
9868 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9870 * woman.el (woman0-so): Use `let*', not `let'.
9871 (woman-horizontal-line): Remove unbalanced parenthesis.
9873 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9875 * woman.el: Make sure all the end-of-region markers we use have
9876 a non-nil insertion-type.
9877 (woman0-so): Move things around so we can use copy-marker.
9878 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9880 (woman2-process-escapes): Check marker type.
9881 (woman-horizontal-line): Dispense with the use of a marker.
9883 2006-09-22 Jay Belanger <belanger@truman.edu>
9885 * calc/calc-lang.el: Add Greek letters to math-variable-table
9888 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9890 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9892 2006-09-22 Masatake YAMATO <jet@gyve.org>
9894 * add-log.el (add-log-current-defun): Use `forward-sexp'
9895 instead of `forward-word' to pick c++::symbol.
9896 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9898 2006-09-22 Kenichi Handa <handa@m17n.org>
9900 * bindings.el: Fix setting self-insert-command for multibyte
9901 characters in global-map.
9903 2006-09-21 David Kastrup <dak@gnu.org>
9905 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9908 2006-09-21 Kenichi Handa <handa@m17n.org>
9910 * language/european.el ("Latin-1"): Add windows-1252 to
9912 ("German"): Likewise.
9914 2006-09-21 Kim F. Storm <storm@cua.dk>
9916 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9917 Suggested by Miles Bader.
9919 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9920 instead of add-to-list in the simple case.
9922 2006-09-20 Kenichi Handa <handa@m17n.org>
9924 * isearch.el (isearch-process-search-char): Cancel the previous change.
9925 (isearch-search-string): New function.
9926 (isearch-search): Use isearch-search-string.
9927 (isearch-lazy-highlight-search): Likewise.
9929 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9931 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9932 string to become an option.
9934 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9936 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9938 2006-09-20 Kim F. Storm <storm@cua.dk>
9940 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9941 position t instead of trying both window-end and window-end - 1.
9943 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9945 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9948 2006-09-20 David Kastrup <dak@gnu.org>
9950 * mouse.el (mouse-posn-property): Improve doc string.
9951 (mouse-on-link-p): Change buffers for function calls on links.
9953 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9954 buffer is read-only.
9956 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9958 * allout.el (allout-unprotected): Let inhibit-read-only only when
9959 buffer-read-only isn't set.
9960 (allout-annotate-hidden): Enable topic annotation during copies even
9961 when the buffer is read-only, eg for topic copies. Ensure that the loop
9962 advances, even when the span extends beyond the deletion region.
9963 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9964 rather than allout-exposure-changed-hook, as a stronger assertion.
9965 (allout-keybindings-list): Add bindings for
9966 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9967 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9968 Copy wrappers for allout-kill-line and allout-kill-topic.
9969 (allout-listify-exposed): Position correctly to accumulate lines.
9971 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9973 * simple.el (line-move-1): Escape field boundaries occurring
9974 exactly at point. Update goal column if constrained to a field.
9975 (line-move-finish): Escape field boundaries occurring exactly at point.
9977 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9979 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9980 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9982 2006-09-19 Kim F. Storm <storm@cua.dk>
9984 * help.el (describe-key-briefly, describe-key): Simplify printing
9985 of descriptions by using format and %S. Fix "is undefined"
9986 messages to say "at that spot" for mouse events.
9988 * simple.el (line-move-partial): Optimize. Try window-line-height
9989 before posn-at-point to get vpos of current line.
9991 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9993 * emulation/viper.el: Bump up version/date of update to reflect the
9994 substantial changes done in August 2006.
9996 * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
9997 push-button are defined.
9999 * ediff-util.el (ediff-add-to-history): New function.
10001 * ediff.el: Use ediff-add-to-history instead of add-to-history.
10003 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10005 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
10006 Delete duplicate make-local-variable form.
10007 (conf-space-keywords): Add autoload cookie.
10008 Fix typo (`keywords', not `keyword').
10010 2006-09-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10012 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
10013 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
10014 to x-gtk-use-old-file-dialog.
10016 2006-09-18 Richard Stallman <rms@gnu.org>
10018 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
10019 that might come in during mouse tracking.
10021 2006-09-18 Kim F. Storm <storm@cua.dk>
10023 * simple.el (line-move-partial): Rework 2006-09-15 change to use
10024 new window-line-height function. Further optimize by not calling
10025 pos-visible-in-window-p for window-end when window-line-height
10026 returns useful information.
10028 2006-09-16 Richard Stallman <rms@gnu.org>
10030 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
10031 (conf-space-mode): Don't handle prefix arg.
10032 Delete conf-space-keywords-override code.
10034 (conf-space-keywords): New command.
10035 (conf-space-mode-internal): Be careful with imenu-generic-expression.
10036 Delete conf-space-keywords-override code.
10037 (conf-space-keywords-alist): Doc fix.
10038 (conf-space-font-lock-keywords): Doc fix.
10039 (conf-space-keywords-override): Var deleted.
10041 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
10043 * startup.el (fancy-splash-screens): Don't switch to the scratch
10044 buffer; it may not be the next buffer.
10046 2006-09-16 Romain Francoise <romain@orebokech.com>
10048 * saveplace.el (load-save-place-alist-from-file): Use expanded name
10051 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
10053 * progmodes/python.el (python-preoutput-filter):
10054 Fix arg order to string-match.
10056 2006-09-16 Richard Stallman <rms@gnu.org>
10058 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
10059 font-lock-compile-keywords.
10061 * font-lock.el (font-lock-compile-keywords): Rename optional arg
10062 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
10064 2006-09-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10066 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
10068 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
10069 and the data doesn't look like UTF8, send STRING instead.
10071 2006-09-16 Agust
\e,Am
\e(Bn Mart
\e,Am
\e(Bn <agustin.martin@hispalinux.es>
10073 * textmodes/flyspell.el (flyspell-check-region-doublons):
10074 New function to detect duplicated words.
10075 (flyspell-large-region): Use it.
10077 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
10079 * simple.el (line-move-to-column): Revert 2006-08-03 change.
10081 2006-09-16 Eli Zaretskii <eliz@gnu.org>
10083 * help.el (describe-prefix-bindings): Use let, not let*.
10085 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
10087 * allout.el (allout-regexp, allout-line-boundary-regexp)
10088 (allout-bob-regexp): Correct grouping and boundaries to fix
10089 backwards traversal.
10090 (allout-depth-specific-regexp, allout-depth-one-regexp):
10091 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
10092 worse time in allout-ascend.
10093 (allout-doublecheck-at-and-shallower): Identify depth threshold
10094 below which topics are checked for and disqualified by containment
10096 (allout-hotspot-key-handler): Correctly handle multiple-key
10097 strokes. Remove some unused variables.
10098 (allout-mode-leaders): Clarify that mode-specific comment-start
10100 (set-allout-regexp): Correctly regexp-quote allout regexps to
10101 properly accept alternative header-leads and primary bullets with
10102 regexp-specific characters (eg, C "/*", mathematica "(*").
10103 Include new regular expressions among those configured.
10104 (allout-infer-header-lead-and-primary-bullet):
10105 Rename allout-infer-header-lead.
10106 (allout-recent-depth): Manifest as a variable as well as a function.
10107 (allout-prefix-data): Simplify into an inline instead of a macro,
10108 assuming current match data rather than being explicitly passed
10109 it. Establish allout-recent-depth value as well as
10110 allout-recent-prefix-beginning and allout-recent-prefix-end.
10111 (allout-aberrant-container-p): True when an item's immediate
10112 offspring discontinuously contained. Useful for disqualifying
10113 unintended topic prefixes, likely at low depths.
10114 (allout-goto-prefix-doublechecked): Elaborate version of
10115 allout-goto-prefix which disqualifies aberrant pseudo-items.
10116 (allout-pre-next-prefix): Layer on top of lower-level routines, to
10117 get disqualification of aberrant containers.
10118 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
10120 (allout-beginning-of-current-entry): Position at start of buffer
10121 when in container (depth 0) entry.
10122 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
10123 (allout-current-bullet): Strip text properties.
10124 (allout-get-prefix-bullet): Use right match groups.
10125 (allout-beginning-of-line, allout-next-heading):
10126 Disqualify aberrant containers.
10127 (allout-previous-heading): Disqualify aberrant containers, and
10128 change to regular (rather than inline) function, to allow
10130 (allout-get-invisibility-overlay): Increment so progress is made
10131 when the first overlay is not the sought one.
10132 (allout-end-of-prefix): Disqualify aberrant containers.
10133 (allout-end-of-line): Cycle something like allout-beginning-of-line.
10134 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
10135 outline.el outlines) functional again. Change the primary bullet
10136 along with the header-lead - level 1 new-style bullets now work.
10137 Engage allout-before-change-handler in mainline Emacs, not just
10138 XEmacs, to do undo handling.
10139 (allout-before-change-handler): Expose undo changes occurring in
10140 hidden regions. Use allout-get-invisibility-overlay instead of
10141 reimplementing it inline.
10142 (allout-chart-subtree): Use start rather than end of prefix in
10143 charts. Use allout-recent-depth variable.
10144 (allout-chart-siblings): Disqualify aberrant topics.
10145 (allout-beginning-of-current-entry): Position correctly.
10146 (allout-ascend): Use new allout-depth-specific-regexp and
10147 allout-depth-one-regexp for linear instead of O(N^2) or worse
10149 (allout-ascend-to-depth): Depend on allout-ascend, rather than
10150 reimplementing an algorithm.
10151 (allout-up-current-level): Depend on allout-ascend, rather than
10152 reimplementing an algorithm. Return to start-point if we fail.
10153 (allout-descend-to-depth): Use allout-recent-depth variable
10154 instead of function.
10155 (allout-next-sibling): On traversal of numerous intervening
10156 topics, resort to economical allout-next-sibling-leap.
10157 (allout-next-sibling-leap): Specialized version of
10158 allout-next-sibling that uses allout-ascend cleverly, to depend on
10159 a regexp search to leap large numbers of contained topics, rather
10160 than arbitrarily many one-by-one traversals.
10161 (allout-next-visible-heading): Disqualify aberrant topics.
10162 (allout-previous-visible-heading): Position consistently when
10164 (allout-forward-current-level): Base on allout-previous-sibling
10165 rather than (differently) reimplmenting the algorithm. Remove some
10167 (allout-solicit-alternate-bullet): Present default choice stripped
10168 of text properties.
10169 (allout-rebullet-heading): Use bullet stripped of text properties.
10170 Register changes using allout-exposure-change-hook.
10171 Disregard aberrant topics.
10172 (allout-shift-in): With universal-argument, make topic a peer of
10173 it's former offspring. Simplify the code by separating out
10174 allout-shift-out functionality.
10175 (allout-shift-out): With universal-argument, make offspring peers
10176 of their former container, and its siblings. Implement the
10177 functionality here, rather than inappropriately muddling the
10178 implementation of allout-shift-in.
10179 (allout-rebullet-topic): Respect additional argument for new
10180 parent-child separation function.
10181 (allout-yank-processing): Use allout-ascend directly.
10182 (allout-show-entry): Disqualify aberrant topics.
10183 (allout-show-children): Handle discontinuous children gracefully,
10184 extending the depth being revealed to expose them and posting a
10185 message indicating the situation.
10186 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
10187 Leave cursor in correct position.
10188 (allout-hide-current-subtree): Use allout-ascend directly.
10189 Disqualify aberrant topics.
10190 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
10191 a way that the yanks can restore it, as used to happen.
10192 (allout-yank-processing): Restore exposure layout as recorded by
10193 allout-kill-*, as used to happen.
10194 (allout-annotate-hidden, allout-hide-by-annotation): New routines
10195 for preseving and restoring exposure layout across kills.
10196 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
10197 (allout-encrypt-string): Strip text properties.
10198 Rearranged order and outline-headings for some of the
10199 miscellaneous functions.
10200 (allout-resolve-xref): No need to quote the error name in the
10201 condition-case handler section.
10202 (allout-flatten): Classic recursive (and recursively intensive,
10203 without tail-recursion) list-flattener, needed by allout-shift-out
10204 when confronted with discontinuous children.
10206 2006-09-16 Jason Rumney <jasonr@gnu.org>
10208 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
10210 (dnd-open-unc-file): Remove.
10211 (dnd-open-local-file): Mention in doc string that it also handles
10212 remote files if the system natively supports unc file-names.
10214 2006-09-15 Kim F. Storm <storm@cua.dk>
10216 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
10217 all necessary information about the event before erasing *Help*.
10219 * simple.el (line-move-partial): Use window-line-visiblity to
10220 quickly check whether last line is partially visible, and only do
10221 the hard (and slow) part in that case.
10223 2006-09-15 Jay Belanger <belanger@truman.edu>
10225 * COPYING: Replace "Library Public License" by "Lesser Public
10226 License" throughout.
10228 2006-09-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10230 * term/x-win.el (x-menu-bar-open): New function for F10.
10232 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
10234 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10235 Disallow filenames containing " -" to avoid confusion with libtool
10236 compilation messages. Suggested by Stefan Monnier.
10238 2006-09-15 David Kastrup <dak@gnu.org>
10240 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
10241 instead of buffer position for `mouse-on-link-p'.
10243 * mouse.el (mouse-posn-property): New function looking up the
10244 properties at a click position in overlays and text properties in
10245 either buffer or strings.
10246 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
10247 of both `follow-link' as well as `mouse-face' properties.
10248 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
10251 * help.el (describe-key-briefly): When reading a down-event on
10252 mode lines or scroll bar, swallow the following up event, too.
10253 Use the new mouse sensitity of `key-binding' for lookup.
10254 (describe-key): The same here.
10256 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
10258 * play/life.el (life-patterns): Add a few more interesting patterns.
10259 (life-setup): Force `show-trailing-whitespace' to nil.
10261 2006-09-14 Richard Stallman <rms@gnu.org>
10263 * startup.el (fancy-splash-text): Change text to improve alignment.
10264 (fancy-splash-screens): Don't set non-standard tab width.
10265 Bind cursor-type temporarily, and make it easy to patch to
10266 preserve the splash buffer.
10267 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
10268 (fancy-splash-screens): Display echo-area message explicitly.
10269 Don't set fancy-splash-help-echo.
10271 * simple.el (line-number-mode): Group mode-line instead of
10273 (column-number-mode, size-indication-mode): Likewise.
10275 * faces.el (mode-line-faces): Group mode-line instead of modeline.
10277 * time.el (display-time): Group mode-line instead of modeline.
10279 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
10281 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
10283 * startup.el (fancy-splash-text): Move editing instructions to
10285 (fancy-splash-head): Issue editing instructions.
10286 (fancy-splash-screens): Fixup whitespace.
10288 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10290 * bindings.el (mode-line-buffer-identification-keymap):
10291 Remove duplicate line.
10293 2006-09-14 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10295 * ido.el (ido-ignore-item-p): Allow any kind of functions in
10298 2006-09-14 Kim F. Storm <storm@cua.dk>
10300 * jit-lock.el (jit-lock-fontify-again): New function.
10301 (jit-lock-fontify-now): Use it instead of lambda form.
10303 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
10305 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
10306 (flyspell-auto-correct-word): Make ispell-filter local to these
10307 functions. Check that ispell-filter has new stuff before calling
10308 ispell-parse-output.
10310 2006-09-13 Kim F. Storm <storm@cua.dk>
10312 * simple.el (line-move-partial): Optimize.
10314 2006-09-13 Richard Stallman <rms@gnu.org>
10316 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10317 Delete spurious backquote.
10319 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10321 * net/rcirc.el (rcirc-print): Fix last change.
10323 2006-09-12 Jay Belanger <belanger@truman.edu>
10325 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10327 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10329 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10330 rcirc-show-maximum-output.
10331 (rcirc-mode): Remove window-scroll-function hook.
10332 (rcirc-scroll-to-bottom): Remove function.
10333 (rcirc-print): Recenter so point stays at the bottom of the window
10334 if point was already there.
10336 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
10338 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10340 * progmodes/compile.el (compilation-start): Likewise.
10341 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10342 Don't use expand-file-name on invocation-directory, since this
10343 might mishandle special characters in invocation-directory.
10345 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10347 * pcvs-defs.el: Remove * in defcustom's docstrings.
10349 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
10351 * progmodes/compile.el (compilation-directory-properties):
10352 Doc fix for help-echo.
10354 2006-09-12 Lars Hansen <larsh@soem.dk>
10356 * desktop.el (desktop-read): Add comment.
10358 2006-09-12 Kim F. Storm <storm@cua.dk>
10360 * simple.el (next-error-highlight, next-error-highlight-no-select):
10361 Fix spelling error.
10363 * subr.el (sit-for): Rework to use input-pending-p and cond.
10364 Return nil input is pending on entry also for SECONDS <= 0.
10365 (while-no-input): Use input-pending-p instead of sit-for.
10367 2006-09-11 Richard Stallman <rms@gnu.org>
10369 * simple.el (next-error-highlight, next-error-highlight-no-select):
10370 Fix custom type and doc strings.
10372 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10374 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10375 (diff-apply-hunk): Use it to ask for confirmation.
10377 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
10379 * emacs-lisp/cl.el (pushnew): Add missing `,'.
10381 2006-09-11 David Kastrup <dak@gnu.org>
10383 * help.el (string-key-binding, describe-key-briefly)
10384 (describe-key): Remove `string-key-binding' and its callers since
10385 `key-binding' already caters for the proper lookup now.
10387 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10389 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10390 (cfengine-mode): Use it. Fix \ syntax to be like /.
10392 * bindings.el (mode-line-buffer-identification-keymap):
10393 Move initialization into declaration.
10395 2006-09-10 Kim F. Storm <storm@cua.dk>
10397 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10398 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10399 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10400 in case of merged directories. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
10402 2006-09-10 Richard Stallman <rms@gnu.org>
10404 * dired-aux.el: Handle errors in recursive copy usefully.
10405 (dired-create-files-failures): New variable.
10406 (dired-copy-file): Remove condition-case.
10407 (dired-copy-file-recursive): Check for errors on all file
10408 operations, and add them to dired-create-files-failures.
10409 Check file file-date-erorr here too.
10410 (dired-create-files): Check dired-create-files-failures
10411 and report those errors too.
10413 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10415 * subr.el (add-to-list): New argument COMPARE-FN.
10417 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10419 * filecache.el (file-cache-add-directory)
10420 (file-cache-add-directory-list, file-cache-add-file)
10421 (file-cache-add-directory-using-find)
10422 (file-cache-add-directory-using-locate)
10423 (file-cache-add-directory-recursively): Add autoloads.
10425 2006-09-09 Richard Stallman <rms@gnu.org>
10427 * textmodes/conf-mode.el (conf-space-mode):
10428 Use hack-local-variables-hook instead of calling hack-local-variables.
10429 (conf-space-keywords-override): New variable.
10430 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10431 (conf-space-mode): Always make conf-space-keywords and
10432 conf-space-keywords-override local.
10433 Call conf-space-mode-internal directly as well as via hook.
10435 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10437 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10440 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10442 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10443 (python-send-string): Be slightly more careful about adding \n.
10445 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10446 kill it right away anyway.
10448 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10450 * international/codepage.el (cp850-decode-table): Fix a few codes.
10451 (cp858-decode-table): New variable.
10453 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10455 * net/ldap.el (ldap-search-internal): Doc fix.
10457 2006-09-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10459 * play/life.el (life-display-generation): Test for input manually if
10460 `sleeptime' is negative or null.
10462 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10463 (print-region-1): Substitute `%s' with the page title.
10465 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10467 * locate.el (locate-current-search): New variable.
10468 (locate): Set buffer local value. Use current buffer if it is
10470 (locate-mode): Disable undo here.
10471 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10472 (locate-update): Use locate-current-search and locate-current-filter.
10474 2006-09-08 David Kastrup <dak@gnu.org>
10476 * desktop.el (desktop-read): When loading a desktop, disable
10477 saving it while the load progresses, and switch off a pending lazy
10478 load by calling `desktop-lazy-abort'.
10480 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10482 * window.el (mouse-autoselect-window-timer)
10483 (mouse-autoselect-window-position)
10484 (mouse-autoselect-window-window)
10485 (mouse-autoselect-window-now): New vars.
10486 (mouse-autoselect-window-cancel)
10487 (mouse-autoselect-window-select)
10488 (mouse-autoselect-window-start): New functions.
10489 (handle-select-window): Call `mouse-autoselect-window-start' when
10490 delayed window autoselection is enabled.
10492 * cus-start.el (mouse-autoselect-window): Handle delayed window
10495 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10496 commands after which it is allowed to print in the echo area.
10498 2006-09-08 Richard Stallman <rms@gnu.org>
10500 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10502 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10503 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10505 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10506 (cancel-timer-internal): Add doc string.
10507 (cancel-function-timers): Doc fix.
10508 (with-timeout-handler, timer-event-last*): Add doc strings.
10510 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10512 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10514 * dired.el (dired-log-summary): Add doc string.
10516 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10517 (custom-group-menu-create): Not here.
10519 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10521 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10523 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10525 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10526 (mac-apple-event-map): Define its handler.
10528 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10530 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10532 2006-09-07 Magnus Henoch <mange@freemail.hu>
10534 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10537 2006-09-07 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10539 * info.el (Info-index): Bind completion-ignore-case.
10541 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10543 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10545 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10546 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10547 burp in dedicated windows.
10548 (inferior-prolog-self-insert-command): New command.
10549 (inferior-prolog-mode-map): Use it.
10551 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10553 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10555 * international/code-pages.el: Add cp858.
10557 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10559 * dnd.el: Fix bootstrapping.
10561 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10563 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10564 (dnd-open-remote-url): New function.
10565 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10568 2006-09-07 Jason Rumney <jasonr@gnu.org>
10570 * dnd.el (dnd-open-remote-file-function): New variable.
10571 (dnd-open-unc-file): New function.
10572 (dnd-open-file): Call dnd-open-remote-file-function if set.
10574 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10576 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10577 pgg-passphrase-coding-system rather than locale-coding-system.
10578 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10580 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10582 * progmodes/prolog.el: Remove * in docstrings.
10583 (prolog-program-name): Add SWI prolog.
10584 (prolog-mode-menu): New menu.
10585 (prolog-mode): Set comment-add.
10586 (prolog-indent-line): Simplify. Use indent-line-to.
10587 (inferior-prolog-buffer): New var.
10588 (inferior-prolog-run, inferior-prolog-process): New funs.
10589 (run-prolog, switch-to-prolog): Rewrite, using them.
10590 (prolog-consult-region): Use inferior-prolog-buffer.
10591 (inferior-prolog-load-file): New function.
10592 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10594 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10595 last word, if it's not the end of the paragraph.
10597 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10600 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10602 * frame.el (display-mm-dimensions-alist): New defcustom.
10603 (display-mm-height, display-mm-width): Use it.
10605 2006-09-06 Simon Josefsson <jas@extundo.com>
10607 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10609 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10611 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10612 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10615 2006-09-06 Kim F. Storm <storm@cua.dk>
10617 * simple.el (line-move-partial): New function to do vscrolling for
10618 partially visible images / tall lines. Rewrite based on code
10619 previously in line-move. Simplify backwards vscrolling.
10620 (line-move): Use it. Simplify.
10622 2006-09-05 Kim F. Storm <storm@cua.dk>
10624 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10626 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10628 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10629 Process the `gcc-include' after the `gnu' rule.
10631 2006-09-05 Kim F. Storm <storm@cua.dk>
10633 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10635 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10637 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10640 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10641 inhibit-redisplay; encode passphrase with locale-coding-system.
10643 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10645 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10647 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10649 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10650 (gdb-var-list-children-regexp): Make type field optional.
10652 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10653 e.g public, protected in C++.
10655 2006-09-04 John Paul Wallington <jpw@pobox.com>
10657 * simple.el (completion-show-help): New defcustom.
10658 (completion-setup-function): Heed it.
10660 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10662 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10664 2006-09-04 Richard Stallman <rms@gnu.org>
10666 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10667 (rsf-min-region-to-spam-list): Doc fix.
10668 (rsf-add-content-type-field): Doc fix.
10670 * simple.el (kill-region): Explicitly test there is a region.
10672 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10674 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10675 sendmail in several common directories.
10677 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10679 * paths.el (sendmail-program): Removed.
10681 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10683 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10684 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10685 http://article.gmane.org/gmane.emacs.gnus.general/50457
10687 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10689 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10690 mark after running the menu filter.
10692 2006-09-03 Juri Linkov <juri@jurta.org>
10694 * international/quail.el (quail-defrule-internal): Add a check
10695 if a key is a vector.
10697 2006-09-02 Juri Linkov <juri@jurta.org>
10699 * man.el (Man-topic-history): New variable.
10702 * woman.el (woman-topic-history): Change defvar to defvaralias
10703 for symbol `Man-topic-history'.
10705 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10706 `comint-last-output-start' is a marker by using `markerp' and
10707 check if it has a position by using `marker-position', and use
10708 this position for `goto-char'.
10710 * international/quail.el (quail-defrule-internal): Add missing
10711 `error' call for null key.
10713 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10715 * net/rcirc.el (rcirc-keywords): New variable.
10716 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10717 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10719 (rcirc-responses-no-activity): New function.
10720 (rcirc-handler-generic): Check for responses in above.
10721 (rcirc-process-command): Add ?: character to arguments of raw
10723 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10725 (rcirc-gray-toggle): Remove unused variable.
10726 (rcirc-print): Remove some tracking logic, which is moved into
10728 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10730 (rcirc-activity-string): Look for 'keyword in activity-types.
10731 (rcirc-window-configuration-change): Don't erase overlay-arrow
10733 (rcirc-add-or-remove): New function.
10734 (rcirc-cmd-ignore): Use it.
10735 (rcirc-message-leader): Remove unused function.
10736 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10737 (rcirc-add-face): New function.
10738 (rcirc-facify): Use rcirc-add-face.
10739 (rcirc-url-regexp): Add parens.
10740 (rcirc-map-regexp): Remove function.
10741 (rcirc-mangle-regexp): Remove function.
10742 (rcirc-markup-text-functions): New variable.
10743 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10744 (rcirc-markup-body-text, rcirc-markup-attributes)
10745 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10746 (rcirc-markup-bright-nicks): New markup handler functions.
10747 (rcirc-nick-in-message-full-line): New face.
10748 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10749 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10751 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10753 * cus-start.el (hscroll-margin, hscroll-step)
10754 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10755 (x-use-underline-position-properties): Change version to "22.1"
10756 since they will appear there for the first time.
10758 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10760 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10762 2006-08-31 Richard Stallman <rms@gnu.org>
10764 * cus-edit.el (custom-save-variables): Slight cleanup.
10765 (Custom-no-edit): Renamed from custom-no-edit.
10766 (Custom-newline): Renamed from custom-newline.
10767 (custom-mode-map): Use new names.
10769 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10770 about customization, rather than M-x customize, in the doc string
10771 made for the defcustom.
10773 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10775 2006-08-31 Romain Francoise <romain@orebokech.com>
10777 * dired-x.el (dired-guess-shell-alist-default): Update.
10779 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10781 * custom.el (custom-theme-set-variables): Autoload packages before
10782 sorting the variables.
10784 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10786 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10787 Convert events to chars if XEmacs.
10788 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10790 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10792 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10793 waiting for process.
10795 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10797 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10798 results in ASCII-only string, encode original one directly.
10800 2006-08-29 Romain Francoise <romain@orebokech.com>
10802 * startup.el (normal-splash-screen, fancy-splash-screens):
10803 Make buffer read-only and arrange to enter view mode if necessary.
10805 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10807 * hl-line.el (hl-line): New face.
10808 (hl-line-face): Use it.
10810 * image-mode.el (image-mode): Fix last fix.
10811 Suggested by Kim F. Storm.
10813 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10815 Sync with Tramp 2.0.54.
10817 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10818 of `=', because `tramp-get-remote-gid' might not always return an
10819 integer when expected.
10820 (tramp-register-file-name-handlers): `partial-completion-mode' is
10822 (tramp-time-diff): Don't use `floor', it might fail for large
10824 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10825 `tramp-auto-save-directory' if unset in order to guarantee unique
10826 auto-save file names.
10828 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10830 * image-mode.el (image-mode): Display image as text on a terminal.
10832 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10834 * progmodes/python.el (python-send-command): Simplify.
10835 (run-python): Don't generate a new buffer unless `new' was specified.
10836 Make sure we send `import emacs' to the proper process.
10838 * progmodes/python.el (python-send-command): Don't wait for the command
10839 to terminate. Don't fiddle with compilation-parsing-end.
10841 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10843 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10844 Insert commentary after first line summary.
10846 * woman.el (woman-follow): New function, based on `man-follow'.
10847 (woman-mode-map): Use it.
10849 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10850 since ibuffer-do-sort-by-recency does not define a sorter.
10852 2006-08-28 Kim F. Storm <storm@cua.dk>
10854 * find-dired.el (find-dired): Use shell-quote-argument to properly
10855 escape ( and ) args. Also use it on {} and ; args in default
10856 value of find-ls-option string.
10857 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10859 2006-08-27 Michael Olson <mwolson@gnu.org>
10861 * emacs-lisp/tq.el: Small grammar fix in comments.
10862 (tq-enqueue): Check for existence of queue rather than the
10863 head queue item's question, which was a no-op.
10864 (tq-filter, tq-process-buffer): Make sure the process buffer
10865 exists before making it the current buffer.
10867 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10869 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10870 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10871 (special-event-map): Apply 2006-08-16 change for x-win.el.
10873 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10875 * progmodes/python.el (python-send-receive): Wait in the
10876 process's buffer so as to check the right buffer-local variables.
10878 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10880 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10881 (defgroup checkdoc): Move to beginning.
10883 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10884 (python-preoutput-continuation): Remove.
10885 (python-preoutput-filter): Simplify correspondingly.
10886 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10887 Loop around to catch embedded _emacs_out output.
10888 (run-python): Send the import&print command on a single line.
10889 (python-send-command): Send command&print on a single line.
10890 (python-send-string): Only add double \n if needed.
10891 (python-send-receive): Loop until the result comes.
10892 (python-mode-running): Defvar it.
10893 (python-setup-brm): Remove unused var `menu'.
10894 Only bind py-mode-map and `features' around brm-init.
10895 (python-calculate-indentation): Remove unused var `point'.
10896 (python-beginning-of-defun): Remove unused var `def-line'.
10898 2006-08-25 Richard Stallman <rms@gnu.org>
10900 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10902 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10904 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10905 viper-vi-state-cursor-color.
10906 (viper-non-hook-settings): Don't set default
10907 mode-line-buffer-identification.
10909 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10911 (viper-set-cursor-color-according-to-state)
10912 (viper-get-saved-cursor-color-in-replace-mode)
10913 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10914 viper-emacs-state-cursor-color.
10916 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10917 (viper-undo): Use point if undo-beg-posn is nil.
10918 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10919 (viper-after-change-undo-hook): Don't use
10920 viper-emacs-state-cursor-color by default.
10921 (viper-undo): More sensible positioning after undo.
10923 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10924 (viper-emacs-state-cursor-color): Default to nil, since this feature
10925 doesn't work well yet.
10927 * ediff-mult.el (ediff-intersect-directories)
10928 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10929 always expand filenames.
10931 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10933 * tumme.el: Remove * in defcustoms's docstrings.
10935 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10937 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10938 Accept internal time format for SECS arg.
10939 (timer-relative-time): Doc fix.
10941 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10942 adapted from Martin Rudalics.
10943 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10944 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10945 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10948 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10950 * cus-start.el (all): Add `overline-margin' and
10951 `x-underline-at-descent-line'.
10953 2006-08-24 Kim F. Storm <storm@cua.dk>
10955 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10956 to mean "use find -exec"; nil now unambiguously means auto-detect.
10957 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10958 Use shell-quote-argument to build grep-find-command and
10959 grep-find-template.
10960 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10961 Reported by Tom Seddon.
10963 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10965 * startup.el (fancy-splash-head): Give instructions for dismissing
10966 the splash screen for default startup too.
10967 (display-startup-echo-area-message, fancy-splash-screens)
10968 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10969 all splash text at once and keep the splash buffer around.
10970 (command-line-1): Give display-startup-echo-area-message a t arg.
10972 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10974 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10975 gnus frame is selected.
10977 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10979 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10981 2006-08-22 Kim F. Storm <storm@cua.dk>
10983 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10984 Add suffix matching for subdirs.
10986 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10988 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10989 mouse-yank-at-point is non-nil.
10991 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10993 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10994 a bit wider and remove fringes to fit initial output on line.
10996 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10998 * frame.el (blink-cursor-end): Only ignore the error we care about.
10999 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
11001 2006-08-21 Richard Stallman <rms@gnu.org>
11003 * whitespace.el (whitespace-cleanup): Doc fix.
11005 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
11007 * net/rcirc.el (rcirc-show-maximum-output): New var.
11008 (rcirc-buffer-process): If no buffer argument is supplied, use
11010 (rcirc-complete-nick): Complete to the last completed nick first.
11011 (rcirc-mode): Preserve the value of `rcirc-urls' across
11012 connections. Setup scroll function.
11013 (rcirc-scroll-to-bottom): New function.
11014 (rcirc-print): Use nick syntax around regexp work.
11015 Notice dim-nicks speaking only if they say our nick.
11016 (rcirc-update-activity-string): Do not show the modeline indicator
11017 if there are no live rcirc processes.
11018 (rcirc-cmd-ignore): Ignore case.
11019 (rcirc-browse-url-at-point): Fix off-by-one error.
11021 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
11023 * progmodes/python.el: Remove * in defcustom docstrings.
11024 (run-python, python-proc, python-try-complete): Use derived-mode-p.
11025 (python-mode): Set tab-width and indent-tabs-mode.
11027 2006-08-20 Dave Love <fx@gnu.org>
11029 * progmodes/python.el: Update to Dave Love's latest version.
11030 (python-font-lock-keywords, python-mode): Don't use
11031 font-lock-syntax-table, but match symbol elements explicitly instead.
11032 (python-mode-map): Add help, and a few more key bindings.
11033 (python-skip-comments/blanks): Move out of comments as well.
11034 (python-continuation-line-p): Behave better with unbalanced parens.
11035 (python-blank-line-p): New fun.
11036 (python-open-block-statement-p): Don't use a heuristic.
11037 (python-outdent-p): Better handle blocks-in-the-same-line.
11038 (python-calculate-indentation): Misc improvements.
11039 (python-comment-indent): Remove.
11040 (python-block-pairs): New var.
11041 (python-first-word): New fun.
11042 (python-indentation-levels): Handle more common cases.
11043 (python-indent-line-1): Add `leave' argument.
11044 (python-indent-region): New fun.
11045 (python-skip-out): New fun.
11046 (python-beginning-of-statement, python-end-of-statement): Use it.
11047 (python-next-statement): Return correct count even at eob.
11048 (python-end-of-block): Fix paren-typo.
11049 (python-imenu-create-index): Add module variables.
11050 (run-python): Add `new' arg.
11051 Check we're at a prompt before returning.
11052 (python-send-command): Move to end of buffer.
11053 Wait for prompt to return.
11054 (python-set-proc): New fun.
11055 (python-imports): New var.
11056 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
11057 (python-eldoc-function): Try to move out of arg list.
11058 (python-outline-level): Offset by 1.
11059 (python-find-imports): New fun.
11060 (python-symbol-completions): Use python-imports.
11061 (python-module-path, ffap-alist): Add support for ffap.
11062 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
11063 (python-insert-*, python-default-template, python-expand-template):
11064 Add templates/skeletons.
11065 (python-setup-brm): Support for Bicycle Repair Man.
11066 (python-abbrev-syntax-table): New var.
11067 (python-abbrev-pc-hook, python-pea-hook): New funs.
11069 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
11071 * frame.el (blink-cursor-start): Set timer first.
11072 (blink-cursor-end): Ignore timer cancelling errors.
11073 Suggested by Ken Manheimer.
11075 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
11077 * newcomment.el (comment-box): Call `comment-normalize-vars'.
11078 Add autoload cookie.
11080 2006-08-20 Richard Stallman <rms@gnu.org>
11082 * simple.el (line-number-at-pos): Doc fix.
11084 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
11085 timer-activate-when-idle, so timer can run before Emacs becomes
11088 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
11090 * whitespace.el (whitespace-cleanup-internal): New optional arg
11091 REGION-ONLY. If it's non-nil, modify the message to the user
11093 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
11094 a non-nil argument.
11096 2006-08-18 Gustav H
\e,Ae
\e(Bllberg <gustav@gmail.com> (tiny change)
11098 * rect.el (spaces-string): Simplify and add doc string.
11100 2006-08-17 Romain Francoise <romain@orebokech.com>
11102 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
11104 2006-08-17 Richard Stallman <rms@gnu.org>
11106 * compare-w.el (compare-windows): lambda's take an arg and pass
11107 it to compare-windows-skip-whitespace.
11109 2006-08-17 Martin Rudalics <rudalics@gmx.at>
11111 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
11114 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
11116 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
11119 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
11121 * progmodes/gdb-ui.el (gdb-locals-watch-map)
11122 (gdb-locals-watch-map-1): Suppress keymap first.
11123 (gdb-edit-locals-map-1): New variable.
11124 (gdb-edit-locals-value): New function.
11125 (gdb-stack-list-locals-handler): Use them.
11127 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
11129 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
11130 cursor would normally be drawn in the fringe.
11132 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
11133 Reported by Martin Rudalics <rudalics@gmx.at>.
11135 2006-08-16 Richard Stallman <rms@gnu.org>
11137 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
11138 (special-event-map): Process drag-n-drop events this way.
11140 * simple.el (move-beginning-of-line): Test whether fields
11141 would prevent motion back to line's first visible character.
11142 If so, stop where the fields would stop the motion.
11144 * newcomment.el (comment-indent): Fully update INDENT
11145 before checking to see if it will change the text.
11147 * cus-edit.el (custom-newline): New function.
11148 (custom-mode-map): Bind newline to custom-newline.
11150 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
11151 into ignore-whitespace.
11152 Check each buffer for its skip-function.
11153 Handle compare-windows-skip-whitespace special-case test
11154 by returning t from default skip function.
11156 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
11158 * textmodes/org.el (org-clock-special-range)
11159 (org-clock-update-time-maybe): New functions.
11160 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
11162 (org-agenda-get-blocks): Allow multiple blocks per headline.
11163 (org-timestamp-change): Call `org-clock-update-time-maybe'.
11164 (org-export-html-title-format)
11165 (org-export-html-toplevel-hlevel): New options.
11166 (org-export-language-setup): Add support for Czech.
11167 (org-mode, org-insert-todo-heading, org-find-visible)
11168 (org-find-invisible, org-invisible-p, org-invisible-p2)
11169 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
11170 (org-show-subtree, org-show-entry, org-make-options-regexp):
11171 Remove compatibility support for old outline-mode.
11172 (org-check-occur-regexp): Funtion removed.
11173 (org-on-heading-p, org-back-to-heading): Made defalias.
11174 (org-set-local): New defsubst.
11175 (org-set-regexps-and-options, org-mode)
11176 (org-set-font-lock-defaults, org-edit-agenda-file-list)
11177 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
11178 (org-remember-apply-template, org-table-edit-field)
11179 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
11180 (org-set-autofill-regexps): Use `org-set-local'.
11181 (org-table-eval-formula): Fix bug with parsing of display flags.
11183 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
11185 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
11186 frame with fringe arrow. Suggested by Simon Marshall
11187 <simon.marshall@misys.com>.
11188 (gdb-stack-position): New variable.
11189 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
11190 (gdb-frames-mode): Set gdb-stack-position to nil.
11191 Add to overlay-arrow-variable-list
11192 (gdb-reset): Delete gdb-stack-position from above list.
11194 2006-08-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11196 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
11199 2006-08-13 Romain Francoise <romain@orebokech.com>
11201 * cus-theme.el (customize-create-theme)
11202 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
11204 * filesets.el (filesets-add-buffer): Ditto.
11206 * pcvs.el (cvs-change-cvsroot): Ditto.
11208 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
11210 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
11211 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
11212 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
11214 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
11215 Only search till end of line.
11216 Add face to function names in case of no filename.
11217 Add face to variable names of watchpoints.
11219 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
11221 * cus-start.el <indent-tabs-mode>: Move to the `indent'
11222 customization group.
11224 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
11226 * allout.el (allout-prior-bindings, allout-added-bindings):
11227 Remove, after long deprecation.
11228 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
11229 Add customization vars controlling allout-beginning-of-line and
11230 allout-end-of-line conveniences.
11231 (allout-header-prefix, allout-use-mode-specific-leader)
11232 (allout-use-mode-specific-leader, allout-mode-leaders):
11234 (allout-infer-header-lead): Change to be an alias for
11235 allout-infer-header-lead-and-primary-bullet.
11236 (allout-infer-header-lead-and-primary-bullet): New version of
11237 allout-infer-header-lead which assigns the primary bullet to the
11238 same as the header lead, when its being changed.
11239 (allout-infer-body-reindent): Apply regexp-quote instead of
11240 unconditionally prepending "\\", so that all literal
11241 allout-header-prefix and allout-primary-bullet strings are
11243 (allout-add-resumptions): Add optional qualifier for extending or
11244 appending to existing values, rather than replacing them.
11245 (allout-view-change-hook): Clarify docstring.
11246 (allout-exposure-change-hook): Take explicit arguments, via
11247 run-hook-with-args.
11248 (allout-structure-added-hook)
11249 (allout-structure-deleted-hook)
11250 (allout-structure-shifted-hook): New hooks analogous to
11251 allout-exposure-change-hook for other kinds of structural outline
11253 (allout-encryption-plaintext-sanitization-regexps): New encryption
11254 customization variable, by which cooperating modes can provde
11255 massage of the plaintext without actually being passed it.
11256 (allout-encryption-ciphertext-rejection-regexps)
11257 (allout-encryption-ciphertext-rejection-ceiling): New encryption
11258 customization variables, by which cooperating modes can prohibit
11259 rare but possible ciphertext patterns from fouling their
11260 operation, with actually being passed the ciphertext.
11261 (allout-mode): Run activation and deactivation hooks after the
11262 minor-mode variable has been toggled, to clarify the mode
11263 disposition. The new encryption ciphertext rejection variable is
11264 used to ensure that the ciphertext does not contain text that
11265 would be recognized as outline structural elements by allout.
11266 Substite allout-beginning-of-line and allout-end-of-line for
11267 conventionall beginning-of-line and end-of-line bindings.
11268 If allout-old-style-prefixes is non-nil, don't nullify it on mode
11270 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
11271 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
11272 (allout-chart-subtree): Implement new mode, charting only the
11273 visible items in the subtree, when new 'visible' parameter is non-nil.
11274 (allout-end-of-subtree): Properly handle the last item in the buffer.
11275 (allout-pre-command-business, allout-command-counter):
11276 Increment an advertised counter so that cooperating enhancements can
11277 track revisions of items.
11278 (allout-open-topic): Run allout-structure-added-hook with suitable
11280 (allout-shift-in): Run allout-structure-shifted-hook with suitable
11282 (allout-shift-out): Fix doubling for negative args and ensure call
11283 of allout-structure-shifted-hook by solely using allout-shift-in.
11284 (allout-kill-line, allout-kill-topic):
11285 Run allout-structure-deleted-hook with suitable arguments.
11286 (allout-yank-processing): Run allout-structure-added-hook with
11288 (allout-yank): Enclose activity in allout-unprotected.
11289 (allout-flag-region): Run allout-exposure-change-hook with
11290 suitable arguments, instead of making the callee infer the arguments.
11291 (allout-encrypt-string):
11292 Support allout-encryption-plaintext-sanitization-regexps,
11293 allout-encryption-ciphertext-rejection-regexps, and
11294 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
11295 en/de cryption mode in symmetric encryption failure message.
11296 (allout-obtain-passphrase): Use copy-sequence to get a distinct
11297 copy of the passphrase, and don't zero it or we'll corrupt the
11299 (allout-create-encryption-passphrase-verifier)
11300 (allout-verify-passphrase): Respect the new signature for
11301 allout-encrypt-string.
11302 (allout-get-configvar-values): Convenience for getting a
11303 configuration variable value and handling its absence gracefully.
11305 2006-08-11 Romain Francoise <romain@orebokech.com>
11307 * obsolete/zone-mode.el: Delete.
11309 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11311 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11313 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
11315 * emacs-lisp/bindat.el (bindat-ip-to-string):
11316 Use `format-network-address' if possible.
11318 2006-08-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11320 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11322 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
11324 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11325 restore unread-command-events here.
11326 (edebug-display): Do it here, to detect sit-for interruptions.
11328 2006-08-10 Romain Francoise <romain@orebokech.com>
11330 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11331 (dns-mode-soa-auto-increment-serial): New user option.
11332 (dns-mode-soa-maybe-increment-serial): New function.
11333 (dns-mode): Add the latter to `write-contents-functions'.
11335 * obsolete/zone-mode.el: Move to obsolete/ from net/.
11336 Delete autoload cookies.
11338 2006-08-10 John Wiegley <johnw@newartisans.com>
11340 * eshell/em-glob.el (eshell-glob-chars-list)
11341 (eshell-glob-translate-alist): Add support for [^g] in character globs.
11343 2006-08-10 Richard Stallman <rms@gnu.org>
11345 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11346 (facemenu-set-face): Doc fix.
11347 (facemenu-listed-faces): Doc fix.
11349 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
11351 * avoid.el (mouse-avoidance-animating-pointer): New var.
11352 (mouse-avoidance-nudge-mouse): Use it.
11353 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11354 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11355 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11356 Don't activate if currently animating. All callers changed.
11358 2006-08-09 John Wiegley <johnw@newartisans.com>
11360 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11361 variable, which causes timeclock to report elapsed time worked,
11362 instead of just work remaining.
11364 2006-08-09 Kenichi Handa <handa@m17n.org>
11366 * international/latexenc.el (latexenc-find-file-coding-system):
11367 Fix for the case that the 2nd element of arg-list is a cons.
11369 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
11371 * info.el (Info-fontify-node): Handle preceding `in' for note
11372 reference hiding rules.
11374 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11376 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11377 mistake a closing " for an opening one.
11379 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11381 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11383 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11385 * complete.el (PC-do-completion): Filter out completions matching
11386 completion-ignored-extensions before checking whether there are
11387 multiple completions.
11388 Don't use `list' unnecessarily when building completion tables.
11390 2006-08-06 Richard Stallman <rms@gnu.org>
11392 * help.el (describe-mode): Make minor mode list more concise.
11394 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
11396 * bindings.el: Give mode-line-format, mode-line-modes, and
11397 mode-line-position `standard-value' properties.
11399 2006-08-05 Eli Zaretskii <eliz@gnu.org>
11401 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11402 "(file)node" instead of the file name.
11404 2006-08-05 Richard Stallman <rms@gnu.org>
11406 * faces.el (escape-glyph): Doc fix.
11408 2006-08-04 Kenichi Handa <handa@m17n.org>
11410 * international/mule-diag.el (describe-font): Improve docstring
11411 and error message. Use frame-parameter (not frame-parameters).
11413 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11415 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11416 Correctly mark the end-of-docstring char.
11418 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11420 * simple.el (line-move-to-column): Constrain move-to-column to
11423 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11425 * font-lock.el (font-lock-beg, font-lock-end)
11426 (font-lock-extend-region-functions): New vars.
11427 (font-lock-extend-region-multiline)
11428 (font-lock-extend-region-wholelines): New functions.
11429 (font-lock-default-fontify-region): Use them.
11430 (font-lock-extend-jit-lock-region-after-change): Only round up
11431 if font-lock-default-fontify-region will do it as well.
11433 * font-lock.el (font-lock-extend-after-change-region-function):
11434 Rename from font-lock-extend-region-function.
11435 (font-lock-extend-region): Remove by inlining at call sites.
11436 (font-lock-after-change-function): Don't needlessly round up to a whole
11438 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11439 the boundary conditions and the interactions between the various ways
11440 to extend the region.
11442 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11444 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11445 modification status when forcing the second redisplay.
11447 2006-08-03 Kim F. Storm <storm@cua.dk>
11449 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11451 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11453 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11454 doesn't look like a file name.
11456 * complete.el (PC-expand-many-files): Avoid signalling an error when
11457 the current directory doesn't exist. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
11459 2006-08-02 Andreas Schwab <schwab@suse.de>
11461 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11463 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11465 * bindings.el (map): Make mode-line-buffer-identification-keymap
11466 before defining propertized-buffer-identification.
11468 2006-08-01 Richard Stallman <rms@gnu.org>
11470 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11472 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11474 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11476 (gdb-find-source-frame): New function.
11477 (menu): Add to menu bar.
11479 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11481 * font-core.el (font-lock-extend-region-function)
11482 (font-lock-extend-region): Move to font-lock.el.
11484 * font-lock.el (font-lock-extend-region-function)
11485 (font-lock-extend-region): Move from font-core.el. Simplify.
11487 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11489 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11490 (jit-lock-after-change-extend-region-functions): New hook.
11491 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11493 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11494 (font-lock-turn-on-thing-lock): Use it.
11496 * longlines.el (longlines-show-region): Make it work on read-only
11499 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11501 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11503 2006-07-31 Richard Stallman <rms@gnu.org>
11505 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11506 (vhdl-speedbar-display-projects): Update old obsolete
11507 speedbar variable names.
11509 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11511 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11512 (gdb-stopped): Use it.
11514 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11516 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11518 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11519 for load-history elements.
11521 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11523 * files.el (convert-standard-filename): For Cygwin, replace
11524 characters not allowed in Windows file names.
11525 (make-auto-save-file-name): Add Cygwin to the list of systems
11526 where the auto-save file name needs to be run through
11527 convert-standard-filename.
11529 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11531 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11533 2006-07-28 Richard Stallman <rms@gnu.org>
11535 * bindings.el (mode-line-frame-identification)
11536 (propertized-buffer-identification): Centralize the code
11537 to initialize the variable.
11539 * progmodes/grep.el (grep-default-command): Catch errors from
11540 wildcard-to-regexp.
11542 2006-07-29 Kim F. Storm <storm@cua.dk>
11544 * progmodes/grep.el (grep-tag-default): New function.
11545 (grep-default-command, grep-read-regexp): Use it.
11546 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11547 as default if nothing else applies.
11549 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11551 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11552 Throw error if buffer is not in Dired and Wdired mode, respectively.
11554 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11556 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11557 self-insert-command keys don't activate buttons.
11558 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11560 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11562 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11563 faces for enable character.
11565 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11567 * Makefile.in (recompile): Update comment to reflect change
11570 2006-07-27 Richard Stallman <rms@gnu.org>
11572 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11573 (customize-package-emacs-version): Change msg when pkg has no entry.
11574 (custom-no-edit): On a button, do like widget-button-press.
11576 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11578 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11581 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11583 * progmodes/which-func.el (which-function): Fix documentation/
11586 2006-07-26 Richard Stallman <rms@gnu.org>
11588 * textmodes/ispell.el (ispell-word): If we replace the word,
11589 move point to the end. Insert before deleting.
11591 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11593 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11596 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11598 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11599 when at first image.
11600 (tumme-forward-image): Add prefix argument. Add error when at last
11603 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11605 * tabify.el (tabify-regexp): Use more specific regexps.
11606 (tabify): Avoid modifying the buffer unnecessarily.
11608 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11610 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11611 (tumme-format-properties-string): Handle empty `buf'.
11612 (tumme-get-comment): Change variable names inside `let'.
11613 Add missing `let' variable that cause font-lock problems.
11614 (tumme-write-comments): Change variable names inside `let'.
11615 Add missing `let' variable that cause font-lock problems.
11616 (tumme-forward-image): Rename from `tumme-forward-char'.
11617 (tumme-backward-image): Rename from `tumme-backward-char'.
11619 2006-07-25 Masatake YAMATO <jet@gyve.org>
11621 * progmodes/ld-script.el (ld-script-keywords)
11622 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11625 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11627 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11628 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11629 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11630 for status indicator.
11632 2006-07-24 Richard Stallman <rms@gnu.org>
11634 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11636 * subr.el (dolist, dotimes): Use interned symbols for locals.
11637 (--dotimes-limit--, --dolist-tail--): New defvars.
11638 (looking-back): Doc fix.
11640 * replace.el (replace-match-string-symbols): Handle dotted lists.
11642 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11644 * tumme.el (tumme-write-tags): Add.
11645 (tumme-write-comments): Add.
11646 (tumme-tag-files): Change to use `tumme-write-tags'.
11647 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11648 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11649 (tumme-save-information-from-widgets): Change to use
11650 `tumme-write-comments' and `tumme-write-tags'.
11651 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11652 (tumme-write-tag): Remove.
11653 (tumme-write-comment): Remove.
11654 (tumme-display-previous-thumbnail-original): Remove empty line.
11655 (tumme-widget-list): Add punctuation.
11657 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11659 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11661 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11663 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11664 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11665 and andreas@altroot.de (Andreas V
\e,Av
\e(Bgele).
11667 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11669 * mouse.el (mouse-on-link-p): Doc fix.
11671 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11673 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11676 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11678 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11681 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11683 * textmodes/table.el: Add move-beginning-of-line and
11684 move-end-of-line to Point Motion Only Group.
11686 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11688 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11690 2006-07-22 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11692 * startup.el (user-mail-address): Initialize from the `EMAIL'
11693 environment variable first. Document this.
11694 (command-line): Ditto.
11696 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11698 * help-mode.el (help-function-def, help-variable-def)
11699 (help-face-def): Print a message in the minibuffer.
11701 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11703 * term/xterm.el (terminal-init-xterm): Fix key bindings
11704 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11706 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11708 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11709 where `(nth 1 command)' is a cons cell. Doc fix.
11711 * textmodes/po.el (po-find-charset): Doc fix.
11713 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11715 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11716 (allout-beginning-of-current-line, allout-end-of-current-line)
11717 (allout-next-visible-heading, allout-open-topic)
11718 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11719 (allout-flag-current-subtree, allout-show-to-offshoot)
11720 (allout-hide-current-entry, allout-show-current-branches)
11721 (allout-hide-region-body, allout-old-expose-topic)
11722 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11723 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11724 containing `beginning-of-line' and `end-of-line' with
11725 `inhibit-field-text-motion' t.
11727 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11729 * frame.el (focus-follows-mouse): Document that it doesn't have
11730 any effect on MS-Windows.
11732 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11734 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11736 2006-07-20 Jay Belanger <belanger@truman.edu>
11738 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11740 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11742 (calc-alg-entry): Use `calc-alg-entry-history'.
11743 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11744 Remove reference to `calc-previous-alg-entry'.
11745 (calcAlg-edit, calcAlg-enter): Remove reference to
11746 `calc-previous-alg-entry'.
11747 (calcAlg-previous): Use `previous-history-element' instead of
11748 `calc-previous-alg-entry'.
11749 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11750 Change keybinding for `calcAlg-plus-minus', add keybindings for
11751 `previous-history-element' and `next-history-element'.
11753 * calc/calc-rewr.el (calc-match): Remove reference to
11754 `calc-previous-alg-entry'.
11756 * calc/calc-sel.el (calc-selection-history): New variable.
11757 (calc-enter-selection, calc-sel-mult-both-sides)
11758 (calc-sel-add-both-sides): Use `calc-selection-history'.
11760 * calc/calc-map.el (calc-get-operator-history): New variable.
11761 (calc-get-operator): Use `calc-get-operator-history'.
11763 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11764 (calc-curve-fit): Use `calc-curve-fit-history'.
11766 2006-07-20 Kenichi Handa <handa@m17n.org>
11768 * international/mule-cmds.el (select-safe-coding-system): Fix the
11769 way of deciding eol-type of the coding system.
11771 2006-07-20 Alan Mackenzie <acm@muc.de>
11773 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11774 (c-lang-setvar): New macro.
11775 (c-make-init-lang-vars-fun): Use the initialization forms in
11776 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11777 (comment-start, comment-end, comment-start-skip): Change these from
11778 c-lang-defvar's to c-lang-setvar's.
11780 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11781 which calls make-local-variable on the elements of
11782 c-emacs-variable-inits.
11783 (c-init-language-vars-for): Call this new macro.
11785 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11787 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11788 Try to rule out false positives due to time stamps.
11789 (compilation-mode-font-lock-keywords): Remove rules made redundant
11790 because of the above change. Add `segmentation fault' to the known and
11791 highlighted compilation termination messages.
11793 2006-07-19 Kim F. Storm <storm@cua.dk>
11795 * progmodes/grep.el (grep-find-ignored-directories):
11796 Add .svn and _darcs to list.
11798 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11800 * dired.el (dired-mode-map): Add key binding `C-te' for
11801 `tumme-dired-edit-comment-and-tags'.
11803 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11804 image display buffer is displayed before call to
11805 `tumme-display-image.
11806 (tumme-dired-display-image): Make sure image display buffer is
11807 displayed before call to `tumme-display-image.
11808 (tumme-mouse-display-image): Make sure image display buffer is
11809 displayed before call to `tumme-display-image.
11810 (tumme-widget-list): Add.
11811 (tumme-dired-edit-comment-and-tags): Add.
11812 (tumme-save-information-from-widgets): Add.
11814 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11816 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11818 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11820 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11821 Revert inadvertently installed patch hunk.
11823 * progmodes/compile.el (compilation-find-file): Handle the
11824 cases where the user selects a non-existent file.
11826 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11828 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11830 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11832 * subr.el (sit-for): Just sleep-for if noninteractive.
11834 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11836 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11838 * custom.el (custom-autoload): Add `noset' argument.
11839 (custom-push-theme): Don't autoload the variable, let callers do it.
11840 (custom-theme-set-variables): Autoload the variable if necessary.
11842 * cus-edit.el (custom-variable-state-set): If the variable was
11843 originally set outside custom, but to the same value as the default,
11844 consider it to be standard.
11846 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11847 file *before* telling Emacs to add the autoloads, in case it fails.
11849 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11850 Use `cond', push', and `dolist'.
11852 2006-07-17 Richard Stallman <rms@gnu.org>
11854 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11855 Add defvars to silence warnings.
11857 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11859 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11860 Don't highlight "Compiling file" messages as error.
11862 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11863 file already exists.
11865 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11867 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11868 entry, don't assign to free var; simply return the extracted filename.
11869 (ff-treat-as-special): Incorporate common preamble from callers.
11870 (ff-other-file-name, ff-find-the-other-file):
11871 Update call to ff-treat-as-special.
11873 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11875 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11877 * tumme.el (tumme-get-comment): Fix bug.
11879 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11881 * files.el: Remove spurious * in docstrings.
11883 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11885 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11887 (allout-beginning-of-current-line): Beware beginning of buffer.
11888 Also, a comment is simplified.
11889 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11890 when appropriate. (This fix enables use for other than
11891 bullet-hotspot operation.)
11892 (allout-hide-current-subtree): While escalating to sibling-close,
11893 make sure to situate on a topic.
11895 2006-07-14 Kim F. Storm <storm@cua.dk>
11897 * emulation/cua-base.el (cua-delete-selection)
11898 (cua-toggle-set-mark): New defcustoms.
11899 (cua-rectangle-modifier-key): Add `alt' modifier.
11900 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11901 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11902 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11904 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11906 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11908 * allout.el: Require 'cl during byte-compilation/interactive load,
11909 for the `assert' macro.
11910 (allout-mode-deactivate-hook): New hook, run when allout mode
11912 (allout-developer): New allout customization subgroup.
11913 (allout-run-unit-tests-on-load): New allout-developer
11914 customization variable, when true allout unit tests are run towards
11915 end of file load/eval.
11916 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11918 (allout-resumptions): Remove, to be replaced by...
11919 (allout-add-resumptions): Register variable settings to be
11920 reinstated by `allout-do-resumptions'. The settings are made
11921 buffer-local, but the locality/globality of the suspended setting
11922 is restored on resumption.
11923 (allout-do-resumptions): Reinstate all settings suspended using
11924 `allout-add-resumptions'.
11925 (allout-test-resumptions): Unit tests (and intermediate variables)
11927 (allout-tests-globally-unbound, allout-tests-globally-true)
11928 (allout-tests-locally-true): Intermediate variables for
11929 resumptions unit tests.
11930 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11931 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11932 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11933 instead of retired `allout-resumptions'. For hook functions, use
11934 `local' parameter so hook settings are created and removed as
11935 buffer-local settings. Revise (resumptions) setting
11936 auto-fill-function so it is set only if already active. (The
11937 related fill-function settings are all made in either case, so
11938 that activating auto-fill-mode activity will have the custom
11939 allout-mode behaviors (hanging indent on topics, if configured for it).
11940 Remove all allout-exposure-category overlays on mode deactivation.
11941 (allout-hotspot-key-handler): New function extracted from
11942 `allout-pre-command-business', so the functionality can be used
11943 for other purposes, eg as a binding in an overlay.
11944 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11945 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11946 customization variable.
11947 (allout-run-unit-tests): Run the (currently quite small)
11948 repertoire of unit tests. Called just before the provide iff user
11949 has customized `allout-run-unit-tests-on-load' non-nil.
11951 2006-07-14 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
11953 * emacs-lisp/authors.el (authors-aliases): Update.
11955 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11957 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11958 gdb-source-window. Add dedicated argument.
11959 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11960 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11961 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11962 (gdb-display-locals-buffer): Use it.
11964 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11965 Set gdb-source-window.
11967 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11969 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11970 minor modes, redundant with the custom-autoload line above.
11972 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11974 * longlines.el (longlines-post-command-function): Handle open-line too.
11976 2006-07-12 Richard Stallman <rms@gnu.org>
11978 * progmodes/grep.el (grep-last-buffer): Doc fix.
11980 * info.el (Info-try-follow-nearest-node): Doc fix.
11982 * emacs-lisp/edebug.el (edebug-instrument-function):
11983 Err if find-function-noselect gives no position.
11985 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11986 If can't find definition, return nil for position.
11987 (find-function-do-it): Handle new return value
11988 of find-definition-noselect.
11989 (find-definition-noselect, find-variable-noselect): Doc fix.
11990 (find-function-noselect): Doc fix.
11992 * help-mode.el (help-variable-def): Handle find-variable-noselect
11993 returning no position.
11994 (help-function-def): Likewise for find-function-search-for-symbol.
11995 (help-face-def): Likewise.
11997 * help-fns.el (describe-variable): Handle find-variable-noselect
11998 returning no position.
12000 * files.el (locate-file-completion): Avoid duplicates in result.
12002 * cus-edit.el (custom-no-edit): New command.
12003 (custom-mode-map): Remap to custom-no-edit instead of
12004 using suppress-keymap.
12006 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
12008 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
12009 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
12010 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
12012 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
12014 2006-07-11 Kim F. Storm <storm@cua.dk>
12016 * ido.el (ido-copy-current-file-name): Use buffer-name if
12017 buffer-file-name is nil.
12019 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
12021 * simple.el (undo-ask-before-discard): Set to nil.
12023 * vc.el (vc-exec-after): Don't delete process manually.
12024 (vc-print-log): Run log-view-mode in process sentinel inside
12025 inhibit-read-only. Don't shrink window due to timing issues.
12027 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
12028 Avoid using with-output-to-temp-buffer, which clobbers local vars.
12030 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
12032 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12033 Fix ambiguity introduced by last change.
12034 (compilation-find-file): Move save-excursion to where it may
12035 make sense. Fix a left over `find-file'.
12037 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
12039 * textmodes/texinfmt.el (texinfo-format-separate-node):
12040 Insert a string before point, which fits documentation, not after.
12041 (texinfo-multitable-item): In a multitable row, insert any
12042 additional needed @tabs and spaces.
12044 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
12046 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
12047 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
12048 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
12049 instead of shell-command.
12050 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
12051 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
12052 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
12053 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
12054 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
12055 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
12057 2006-07-11 Kim F. Storm <storm@cua.dk>
12059 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
12060 Remove special case for seconds < 0. Use (redisplay t) instead.
12062 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
12064 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
12065 avoid compilation error.
12067 * subr.el (sit-for): New function.
12069 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
12071 2006-07-10 Richard Stallman <rms@gnu.org>
12073 * ldefs-boot.el (edebug): Update page.
12075 2006-07-10 Kim F. Storm <storm@cua.dk>
12077 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
12078 to FOR-RELEASE and TODO.
12080 2006-07-10 Romain Francoise <romain@orebokech.com>
12082 * emacs-lisp/authors.el (authors-aliases): Update.
12084 2006-07-10 Alan Mackenzie <acm@muc.de>
12086 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
12087 * cc-mode.el: Changes to eradicate eval-after-load.
12089 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
12091 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
12092 on non-char events.
12094 2006-07-09 Romain Francoise <romain@orebokech.com>
12096 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12097 Don't highlight start/end markers as compilation messages.
12099 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
12102 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
12104 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
12106 2006-07-08 Richard Stallman <rms@gnu.org>
12108 * term/x-win.el (x-handle-display): Add doc string.
12110 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12112 * subr.el (def-edebug-spec): Move here.
12113 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
12115 * imenu.el (imenu-choose-buffer-index): Doc fix.
12117 2006-07-08 Romain Francoise <romain@orebokech.com>
12119 * term/x-win.el (x-display-name): Fix typo.
12121 2006-07-08 Eli Zaretskii <eliz@gnu.org>
12123 * hexl.el (hexl-find-file): Doc fix.
12125 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12127 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
12129 * term/x-win.el (x-display-name): Doc fix.
12131 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12133 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
12135 (fill-region-as-paragraph): Don't round up to a whole line.
12136 (fill-comment-paragraph): Don't include the code-before-the-comment
12137 when calling fill-region-as-paragraph.
12139 * international/mule.el (make-char): Remove redundancy.
12141 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
12142 property may contain an anonymous function rather than a symbol.
12144 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
12146 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12147 Use shy regexp. Fix incorrect backref to potentially unmatched group.
12149 * dirtrack.el (dirtrack-default-directory-function): Remove.
12150 (dirtrack-directory-function): Use file-name-as-directory.
12151 (dirtrack-windows-directory-function): Simplify.
12152 (dirtrack-forward-slash, dirtrack-backward-slash)
12153 (dirtrack-replace-slash): Remove.
12154 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
12155 (dirtrack): Fix wrong parenthesizing; use match-string.
12157 * progmodes/octave-inf.el: Remove spurious * in docstrings.
12158 (inferior-octave-mode): Only change the buffer-local value of
12159 comint-dynamic-complete-functions.
12160 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
12161 Move the initialization to the declaration.
12162 (inferior-octave-complete): Remove unused var `filter'.
12164 * shell.el (shell-mode): Only change the buffer-local value of
12165 comint-dynamic-complete-functions.
12167 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
12169 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
12170 entry is skipped because it has been scheduled.
12171 (org-prepare-agenda-buffers): Don't mark buffers as modified when
12172 changing `:org-archived' and `:org-comment' properties.
12174 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
12176 * server.el (server-select-display): Don't make the temp frame
12177 minibuffer-only, in case it's not a temp frame.
12178 (server-process-filter): Don't delete the temp frame if it's the
12179 only one we have on that display.
12181 * files.el (find-alternate-file): Doc fix.
12183 2006-07-05 Richard Stallman <rms@gnu.org>
12185 * files.el (abbreviate-file-name): Add save-match-data.
12187 2006-07-03 Richard Stallman <rms@gnu.org>
12189 * faces.el (read-face-name): Doc fix.
12191 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
12193 * net/goto-addr.el (goto-address): Mark as safe for local evals.
12195 2006-07-05 Andre Spiegel <spiegel@gnu.org>
12197 * vc.el (vc-diff-internal): Fix prev change.
12199 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
12201 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
12202 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
12204 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12206 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
12207 fails if the symbol contains chars like ( or '.
12208 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
12209 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
12212 2006-07-04 Kenichi Handa <handa@m17n.org>
12214 * international/mule-cmds.el (set-language-info): If LANG-ENV is
12215 the current one, don't call set-language-environment, but call one
12216 of set-language-environment-XXX to make INFO effective now.
12217 (set-language-environment): Call set-language-environment-XXX
12218 functions instead of doing the various setups directly.
12219 (set-language-environment-coding-systems): Delete argument eol-type.
12220 (set-language-environment-input-method)
12221 (set-language-environment-nonascii-translation)
12222 (set-language-environment-charset)
12223 (set-language-environment-fontset)
12224 (set-language-environment-unibyte): New functions.
12226 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
12228 * locate.el (locate-update-when-revert): New option.
12229 (locate-update-path): New option (suggested by Michael Albinus).
12230 (locate-prompt-for-command): Whitespace change.
12231 (locate-update): No longer offer to update the locate database by
12232 default. Implement the two new options.
12234 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
12236 * tooltip.el: Move comment about track-mouse...
12238 * progmodes/gud.el: ...to here.
12240 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
12242 * facemenu.el (facemenu-listed-faces): New var.
12243 (facemenu-unlisted-faces): Variable deleted.
12244 (facemenu-add-new-face): Use facemenu-listed-faces.
12246 * emulation/viper-init.el, calendar/calendar.el:
12247 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
12249 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
12251 * textmodes/org.el (org-mode): Remove no invalid settings for
12252 calc embedded mode.
12253 (org-mode-p): New defsubst.
12254 (org-save-all-org-buffers): New function.
12255 (org-first-headline-recenter): Enclose outline-regexp in group
12257 (org-set-tags): Keep single space after stars.
12259 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12261 * window.el (set-window-text-height): Only set window-min-height to
12262 1 if that's the requested size.
12264 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
12265 (diff-unified->context, diff-context->unified)
12266 (diff-reverse-direction): Make sure the end marker stays at the end.
12267 (diff-mode): Add the keymap table at the end of docstring.
12268 Use lexical-let rather than constructing a closure manually.
12270 * files.el (find-file-noselect-1): Remove unused var assignment.
12271 (hack-local-variables-confirm): Print lists of strings as lists of
12272 strings rather than lists of symbols.
12273 (abbreviate-file-name, hack-local-variables-prop-line):
12275 (hack-one-local-variable): Move `make-local-variable' nearer its use.
12276 (recover-session-finish): Use line-end-position.
12278 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
12280 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
12282 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
12284 * progmodes/make-mode.el (makefile-macroassign-regex):
12285 Accept preceding keyword.
12286 (makefile-gmake-statements): Reorganize, now that makepp has
12287 "override" and also handle forgotten "override define".
12288 (makefile-makepp-statements): Add new "global", "override export"
12289 and "override global".
12291 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
12293 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
12294 (ada-compile-mouse-goto-error, ada-deactivate-properties)
12295 (ada-no-auto-case): Fix typos in docstrings.
12297 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
12299 * info.el (Info-find-node-2): Search for makeinfo version more
12302 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
12304 * textmodes/org.el (org-prepare-agenda-buffers):
12305 Use `invisible-OK' argument for `org-end-of-subtree'.
12306 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
12307 (org-beginning-of-item): Fix bug in regular expression for white line.
12308 (org-export-as-html): Enforce space after bullet in plain list items.
12309 (org-set-autofill-regexps): Require space after plain list bullet
12310 for paragraph-start.
12311 (org-ts-regexp3): New constant.
12312 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12313 (org-timestamp-up-day, org-timestamp-down-day)
12314 (org-timestamp-change): Work with inactive timestamps.
12315 (org-ts-regexp1): Don't allow brackets in time stamps.
12317 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
12319 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12320 for ignoring links.
12322 * faces.el (read-face-name): Use it.
12324 2006-06-28 Juri Linkov <juri@jurta.org>
12326 * buff-menu.el (list-buffers-noselect): Compare Info file
12327 with the string "dir" to detect Info directory.
12329 * complete.el (partial-completion-mode): In lambda for
12330 `choose-completion-string-functions' use full function signature
12331 with 4 args, and move point to the end of the minibuffer only if arg
12332 `mini-p' is non-nil.
12334 2006-06-28 John Paul Wallington <jpw@pobox.com>
12336 * ibuffer.el (ibuffer-mode): Doc fix.
12338 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
12340 * textmodes/org.el (org-context): New contexts :item-bullet,
12341 :latex-fragment, :latex-preview.
12342 (org-overlays-at, org-overlay-start, org-overlay-end):
12343 New compatibility functions.
12344 (org-inside-LaTeX-fragment-p): More accurate matching, using the
12345 exact regexp that will be used during export.
12346 (org-latex-regexps): New variable.
12347 (org-cdlatex-mode): Improve advice for `texmathp'.
12348 (turn-on-org-cdlatex): New function.
12350 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12352 * term/mac-win.el (mac-handle-font-selection): Change keys of
12353 mac-atsu-font-table from strings to numbers.
12354 (mac-ts-caret-position): Use also when cursor-type is nil.
12355 (mac-ts-update-active-input-area): Add Mac OS Classic support.
12356 Relax condition for using overlay strings.
12357 Use mac-ts-caret-position face when cursor-type is nil.
12359 2006-06-26 Kim F. Storm <storm@cua.dk>
12361 * help.el (view-emacs-news): Declare `res' in the right let* form.
12363 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
12365 * net/rcompile.el (remote-compile): Replace ange-ftp based
12366 implementation by Tramp functions.
12367 Suggested by Marc Abramowitz <msabramo@gmail.com>.
12369 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12371 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
12373 * international/fontset.el (setup-default-fontset): Fix a typo in
12374 the "Oriya-Akruti" registry name.
12376 2006-06-23 Lars Hansen <larsh@soem.dk>
12378 * desktop.el (desktop-full-file-name): New function.
12379 (desktop-kill, desktop-save, desktop-remove, desktop-read)
12380 (desktop-revert): Use it.
12381 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12382 (desktop-after-read-hook): Add option list-buffers.
12383 (desktop-locals-to-save): Add tab-width.
12384 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12387 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
12389 * textmodes/org.el (org-cdlatex-mode-map)
12390 (org-cdlatex-texmathp-advice-is-done): New variables.
12391 (org-cdlatex-mode): New minor mode.
12392 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12393 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12394 (org-export-with-archived-trees): New option.
12395 (org-open-file): Remove the call to `convert-standard-filename'.
12396 (org-archive-tag, org-agenda-skip-archived-trees)
12397 (org-cycle-open-archived-trees)
12398 (org-sparse-tree-open-archived-trees): New options.
12399 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12400 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12402 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12403 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12404 (org-mode-map): Add binding for `org-toggle-archive-tag'.
12405 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12406 Call `org-prepare-agenda-buffers'.
12407 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12408 (org-file-apps, org-file-apps-defaults-gnu)
12409 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12410 Handle remote files by forcing them to be opened in Emacs.
12412 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12414 * vc.el (vc-diff-knows-L): New variable.
12415 (vc-diff-internal): Use it to handle "diff" programs that don't
12416 understand -L. This works automatically, no user action is necessary.
12418 2006-06-23 Daniel Brockman <daniel@brockman.se>
12420 * net/rcirc.el (rcirc-default-user-full-name): Default to
12421 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12423 (rcirc-process-list): Check `buffer-live-p' before attempting to
12424 switch to a buffer.
12426 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12428 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12429 based on rcirc-coding-system-alist.
12431 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12433 * cus-edit.el (customize-apropos): A better error message.
12434 (top level) <debug-ignored-errors>: Extend and update the list of
12435 ignored error messages.
12437 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12439 * complete.el (PC-do-completion): Retain capitalization of user
12440 input, when possible, even if completion-ignore-case is set.
12442 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12444 * generic-x.el (bat-generic-mode): Support .cmd files.
12446 * dos-w32.el (top level): Use find-file-not-found-functions
12447 instead of the obsolete find-file-not-found-hooks.
12449 2006-06-22 Kim F. Storm <storm@cua.dk>
12451 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12452 to recognize mode name containing submodes, such as Grep/lw.
12454 2006-06-21 Kim F. Storm <storm@cua.dk>
12456 * simple.el (line-move-1): Check for move-end-of-line instead of
12457 end-of-line when setting temporary-goal-column.
12459 2006-06-21 Miles Bader <miles@gnu.org>
12461 * play/cookie1.el (cookie): Work properly when there's only one entry.
12463 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12465 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12466 (gdb-frame-handler): Generalize frame regexp for templates.
12468 2006-06-20 Glenn Morris <rgm@gnu.org>
12470 * calendar/appt.el (appt-display-format): Default value must be
12471 one of the customize options.
12473 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12475 * term/xterm.el (terminal-init-xterm): Update key availability info.
12478 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12480 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12482 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12483 whether or not a local variables list is defined.
12485 * msb.el (msb): Move `sit-for' hack here to handle both
12486 "mouse-down and drag" and "mouse-up and select" situations.
12487 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12489 2006-06-20 Kenichi Handa <handa@m17n.org>
12491 * international/characters.el (word-combining-categories):
12492 Add entries for 2-byte Han characters.
12494 2006-06-19 Richard Stallman <rms@gnu.org>
12496 * bindings.el (mode-line-format): Save some mode line space.
12498 * files.el (find-file-noselect): Improve the question wording.
12499 (basic-save-buffer-2): Mask UMASK against 666.
12501 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12502 (mouse-drag-vertical-line): Call it.
12504 * cus-edit.el (customize-option, customize-option-other-window):
12505 Error if SYMBOL is nil.
12507 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12509 * textmodes/org.el: Require noutline, also on XEmacs.
12510 (org-end-of-subtree): Return point.
12511 (org-dblock-start-re, org-dblock-end-re): New constants.
12512 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12513 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12514 (org-update-all-dblocks, org-find-dblock): New functions.
12515 (org-collect-clock-time-entries): New function.
12516 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12517 (org-fixup-indentation): Modify to deal correctly with lines
12518 starting with TAB. Only one argument DIFF now.
12519 (org-demote, org-promote): Call `org-fixup-indentation' with just
12520 one argument, DIFF.
12521 (org-mode): Don't mark buffer as modified when aligning tables.
12522 (org-clock-sum): Don't mark buffer modified when adding time sum
12524 (org-export-as-html): Add support for a link validation function.
12525 (org-archive-all-done): New function.
12526 (org-archive-subtree): New prefix argument. When set, archive all
12527 done subtrees in this buffer.
12528 (org-remove-clock-overlays)
12529 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12530 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12531 (org-put-clock-overlay): Don't swallow last headline character
12532 when displaying overlay.
12533 (org-store-link): Link to `image-mode' with just the file name.
12535 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12537 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12538 Use read-key-sequence.
12539 (viper-after-change-undo-hook): Misc enhancements.
12540 (viper-after-change-undo-hook): New hook.
12541 (viper-undo): Use viper-after-change-undo-hook.
12542 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12543 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12544 clicking on that widget/button.
12546 * emulation/viper.el (viper-mode): Allow a separate cursor color
12549 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12550 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12551 (ediff-set-actual-diff-options): New function.
12552 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12553 Use ediff-set-actual-diff-options.
12554 (ediff-extract-diffs): Catch errors.
12555 (ediff-whitespace): Add non-breakable space.
12556 (ediff-same-file-contents): Catch errors.
12558 * ediff-mult.el (ediff-collect-custom-diffs):
12559 Save coding-system-for-read.
12561 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12562 (ediff-vc-internal, ediff-vc-merge-internal):
12563 Use ediff-delete-version-file.
12564 (ediff-delete-version-file): New function.
12566 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12568 * ediff.el (ediff-directories, ediff-directory-revisions)
12569 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12570 (ediff-directories-internal, ediff-merge-directory-revisions)
12571 (ediff-merge-directory-revisions-with-ancestor)
12572 (ediff-directories3): Use read-directory-name.
12574 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12576 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12577 Remove superfluous part of regexp for brace matching which is handled
12578 by `scan-lists' call.
12580 2006-06-16 Richard Stallman <rms@gnu.org>
12582 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12584 * files.el (basic-save-buffer-2): For a new precious file,
12585 use the default modes in the return value.
12587 * facemenu.el (facemenu-color-alist): Doc fix.
12589 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12591 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12593 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12595 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12596 (mac-utxt-to-string): Use it.
12597 (mac-ts-update-active-input-area): Use mac-ae-number.
12599 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12601 * term.el (term-handle-scroll, term-delete-lines)
12602 (term-insert-lines): Fix off by one errors.
12604 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12606 * net/tramp.el (tramp-touch): Use UTC to express time.
12608 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12610 * mail/sendmail.el (mail-send): Search explicitly for
12611 mail-header-separator when checking for corrupted header lines.
12613 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12615 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12616 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12617 (gdb-init-1): Initialise them.
12618 (gdb-starting): Reset gdb-printing
12619 (gdb-starting): Save value of gud-overlay-arrow-position.
12620 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12621 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12622 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12623 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12625 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12627 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12629 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12631 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12632 (ldap-search-internal): Keep error messages, and a regexp fix.
12634 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12636 * files.el (hack-local-variables-confirm):
12637 Display string value using its printed representation.
12639 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12641 * server.el (server-edit): No-op if no server buffers exist.
12643 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12645 * textmodes/page-ext.el (pages-directory-for-addresses):
12646 Including `pages-directory-address-mode' in the function results
12647 in the message "Buffer in which pages were found is deleted".
12649 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12651 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12652 clocking functions.
12654 (org-agenda-clock-in, org-check-running-clock)
12655 (org-clock-out-if-current, org-remove-clock-overlays)
12656 (org-put-clock-overlay): New functions.
12657 (org-clock-marker, org-clock-file-total-minutes)
12658 (org-clock-overlays): New variables.
12659 (org-clock-display, org-clock-sum, org-clock-cancel)
12660 (org-clock-out, org-clock-in): New commands.
12661 (org-export): New function.
12662 (org-emph-re): New constant.
12663 (org-set-emph-re, org-do-emphasis-faces): New functions.
12664 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12665 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12666 (org-export-html-convert-emphasize): Use the configurable emphasis.
12667 (org-cleaned-string-for-export): Make multiline emphasis visible
12668 to the exporter. New optional argument PARAMETERS.
12669 (org-export-as-html): Specify :emph-multiline parameter to
12670 `org-cleaned-string-for-export'.
12672 2006-06-10 Richard Stallman <rms@gnu.org>
12674 * help.el (help-for-help-internal): Clean up help text.
12676 2006-06-10 Andreas Schwab <schwab@suse.de>
12678 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12681 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12683 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12685 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12686 spaces after the comment start.
12688 2006-06-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12690 * play/pong.el (pong-init-buffer):
12691 Fill buffer with spaces instead of ^A.
12693 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12694 launched asynchronously, delete its process instead of being cool.
12695 (ispell-async-processp): Check for `delete-process' existence
12696 instead of `kill-process' one for consistency.
12698 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12700 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12701 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12702 in mode line at startup.
12704 2006-06-08 Kim F. Storm <storm@cua.dk>
12706 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12707 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12708 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12709 (ido-file-internal): Pass full file name to write-file.
12710 (ido-read-internal): Only pop stack elements automatically if they
12711 actually match an existing directory or file name.
12713 2006-06-07 Kenichi Handa <handa@m17n.org>
12715 * international/mule.el (find-auto-coding): Don't handle the short
12718 * files.el (hack-local-variables-prop-line)
12719 (hack-local-variables): Cancel the previous change.
12721 2006-06-06 Jesper Harder <harder@phys.au.dk>
12723 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12725 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12727 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12728 diff-default-read-only is non-nil.
12729 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12730 (diff-refine-hunk): Set inhibit-read-only to t.
12732 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12733 modifying the *Diff* buffer.
12734 (diff-process-filter): New filter function for diff process that
12735 sets inhibit-read-only to t when modifying the *Diff* buffer.
12737 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12739 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12740 insertion point and control the number of empty lines.
12741 (org-paste-subtree): Limit the number of empty lines at the end of
12743 (org-agenda): Use buffer name of current file for narrowing.
12744 (org-export-as-xml): Command removed.
12745 (org-export-xml-type): Option removed.
12746 (org-mode-map): Call `org-export-as-xoxo' directly.
12747 (org-get-indentation): New optional argument LINE.
12748 (org-fix-indentation, org-remove-tabs): New functions.
12749 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12750 correct indentation for headlines that are converted it items.
12751 (org-skip-comments): Remove table lines that contain narrowing
12752 cookies but no other non-empty fields.
12753 (org-set-tags): Allow groups of mutually exclusive tags.
12754 (org-cmp-time): Sort 24:21 before items without time.
12755 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12756 (org-open-at-point): Require double colon also for numbers.
12758 2006-06-06 Kim F. Storm <storm@cua.dk>
12760 * ido.el (ido-default-file-method, ido-default-buffer-method):
12761 Make choice values consistent with corresponding command names.
12762 (ido-visit-buffer): Update accordingly. Default to selected-window.
12764 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12766 * progmodes/gud.el (gud-running): Fix doc string.
12767 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12768 (gud-tooltip-modes): Add python-mode.
12769 (gud-tooltip-print-command): Add pdb. Remove perldb.
12771 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12773 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12776 2006-06-05 Richard Stallman <rms@gnu.org>
12778 * faces.el (defined-colors): Doc fix.
12780 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12782 * vc.el (vc-process-filter): Inhibit undo info collection around
12784 (vc-setup-buffer): Likewise for call to erase-buffer.
12785 (vc-do-command): Likewise for call to process-file.
12787 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12789 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12791 (gud-common-init): Other debuggers may trigger error.
12793 2006-06-05 Kenichi Handa <handa@m17n.org>
12795 * international/mule.el (find-auto-coding):
12796 Handle enable-character-translation in file header.
12798 2006-06-04 Kim F. Storm <storm@cua.dk>
12800 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12801 (authors-fixed-entries): Fix spelling.
12802 (authors-canonical-file-name): Don't report error for wildcards.
12804 * help.el (view-emacs-news): Rewrite to support new NEWS,
12805 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12806 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12807 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12809 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12811 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12812 exec constructs like `foo bar`.
12813 (sh-quoted-subshell): New helper function to search for a possibly
12814 nested subshell (like `` or $()) within a "" quoted string.
12815 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12816 (sh-apply-quoted-subshell): Flag quote characters inside a
12817 subshell, which is itself already in a quoted region, as
12818 punctuation, since this is the closest to what they actually are.
12819 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12820 sh-apply-quoted-subshell.
12821 (sh-font-lock-syntactic-face-function): Apply the new face for
12822 text inside `` instead of the old font-lock-string-face.
12824 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12826 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12827 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12828 (mac-bytes-to-text-range, mac-ae-text-range-array)
12829 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12830 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12831 (mac-ts-unicode-for-key-event): New functions.
12832 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12833 (mac-handle-font-selection): Use mac-ae-number.
12834 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12836 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12837 (mac-ts-converted-text, mac-ts-selected-converted-text)
12838 (mac-ts-block-fill-text, mac-ts-outline-text)
12839 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12840 (mac-ts-hilite-style-faces): New constant.
12841 (mac-apple-event-map): Bind text input events.
12842 (mac-dispatch-apple-event): Use command-execute instead of
12843 call-interactively.
12844 (global-map): Don't bind mac-apple-event.
12845 (special-event-map): Bind mac-apple-event.
12847 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12849 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12851 (emacs): Enclose the value of $(EMACS) in quotes.
12853 2006-06-02 Juri Linkov <juri@jurta.org>
12855 * international/mule.el (sgml-html-meta-auto-coding-function):
12856 Remove the condition `(search-forward "<html" size t)'.
12857 Replace `\"' with `[\"']?' in `re-search-forward'.
12859 2006-06-02 Kenichi Handa <handa@m17n.org>
12861 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12862 as well as `coding'.
12863 (hack-local-variables): Likewise.
12865 * international/mule.el (enable-character-translation):
12866 Put permanent-local and safe-local-variable properties.
12867 (find-auto-coding): Handle char-trans: tag.
12869 2006-06-02 Juri Linkov <juri@jurta.org>
12871 * international/mule.el (sgml-html-meta-auto-coding-function):
12872 Limit the search by the end of the HTML header (if any).
12874 2006-06-01 Richard Stallman <rms@gnu.org>
12876 * subr.el (with-current-buffer): Doc fix.
12878 2006-06-02 Masatake YAMATO <jet@gyve.org>
12880 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12881 Almost rewrite. Underlines over all lines of gcov output are too
12882 uncomfortable to read. Suggested by Dan Nicolaescu.
12884 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12886 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12888 * shell.el (shell-mode): Use shell-mode-map in docstring.
12890 * comint.el (comint-send-input): Do not add help-echo and
12891 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12893 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12895 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12897 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12899 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12900 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12901 look up the stack and pop up GUD buffer if necessary.
12902 (gdb-frames-select): Remove redundant call to gud-display-frame.
12903 (gdb-info-threads-custom): Keep point at start of buffer.
12904 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12906 2006-05-31 Juri Linkov <juri@jurta.org>
12908 * replace.el (query-replace-read-from, query-replace-read-to):
12909 Bind `history-add-new-input' to nil. Call `add-to-history'.
12911 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12913 * textmodes/table.el: Convert all HTML tags to lower case for
12914 XHTML compatibility.
12916 2006-05-31 Masatake YAMATO <jet@gyve.org>
12918 * progmodes/compile.el:
12919 (compilation-error-regexp-alist-alist::gcov-called-line):
12920 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12922 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12924 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12925 Revert inadvertent changes made with last commit.
12927 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12929 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12932 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12934 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12936 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12937 only matches in the right place.
12938 (org-upcoming-deadline): New face.
12939 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12940 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12941 and make it an option.
12942 (org-export-ascii-bullets): New option.
12943 (org-export-as-html): Many changes to emit valid XHTML.
12944 (org-par-open): New variable.
12945 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12946 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12947 (org-timeline): Pass `org-timeline-show-empty-dates' to
12948 `org-get-all-dates'. Interpret empty dates returned by
12949 `org-get-all-dates'.
12950 (org-get-all-dates): New argument EMPTY. Add dates without
12951 entries to the list, mark large ranges of empty dates.
12952 (org-point-in-group, org-context): New functions.
12954 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12956 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12958 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12959 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12960 to C-mouse-3 (for 2 button mice).
12961 (gdb-send): Do the right thing for C-d.
12963 * speedbar.el (speedbar-detach): Delete.
12964 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12966 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12968 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12970 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12973 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12974 Add makepp diagnostic.
12976 2006-05-29 Richard Stallman <rms@gnu.org>
12978 * window.el (fit-window-to-buffer): Doc fix.
12980 * help.el (temp-buffer-max-height): Doc fix.
12982 * subr.el (with-current-buffer): Doc fix.
12984 2006-05-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12986 * term/x-win.el: Bind F10 to menu-bar-start if available.
12988 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12990 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12991 uses with a simple test.
12992 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12993 (term-send-raw-string, term-send-raw, term-mouse-paste)
12994 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12995 (term-handle-exit, term-read-input-ring)
12996 (term-previous-matching-input-string)
12997 (term-previous-matching-input-string-position)
12998 (term-previous-matching-input-from-input)
12999 (term-replace-by-expanded-history, term-send-input)
13000 (term-skip-prompt, term-bol, term-send-invisible)
13001 (term-kill-input, term-delchar-or-maybe-eof)
13002 (term-backward-matching-input, term-check-source)
13003 (term-proc-query, term-emulate-terminal)
13004 (term-handle-colors-array, term-process-pager, term-pager-line)
13005 (term-pager-bob, term-unwrap-line, term-word)
13006 (term-dynamic-complete-filename)
13007 (term-dynamic-complete-as-filename)
13008 (term-dynamic-simple-complete): Replace one arm ifs with whens or
13011 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13013 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
13014 during bootstrapping.
13016 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
13017 Basically undo the change of 2006-05-26: use extra arguments instead of
13019 (ewoc-locate): Remove unused var `footer'.
13021 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13023 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
13025 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
13026 (generate-file-autoloads): Obey it. Return whether autoloads were
13027 added at point or not.
13028 (update-file-autoloads): Use this new return value.
13029 Remove redundant test for the presence of an autoload cookie.
13031 * emacs-lisp/autoload.el (autoload-find-file): New fun.
13032 This one calls hack-local-variables.
13033 (generate-file-autoloads, update-file-autoloads): Use it.
13035 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
13036 (bibtex-sort-entry-class): Add safe-local-variable predicate.
13037 (bibtex-sort-entry-class-alist): Don't set the global value.
13038 (bibtex-init-sort-entry-class-alist): New fun.
13039 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
13040 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
13041 of bibtex-init-sort-entry-class.
13043 2006-05-28 Richard Stallman <rms@gnu.org>
13045 * subr.el (load-history-regexp): If FILE is relative, insist
13046 entire last name component must match it.
13047 (load-history-filename-element, load-history-regexp): Doc fixes.
13049 2006-05-29 Kim F. Storm <storm@cua.dk>
13051 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
13052 `pos' and `raw-data' for clarity, as eval forms may access these.
13054 2006-05-28 Kim F. Storm <storm@cua.dk>
13056 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
13058 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13060 * progmodes/make-mode.el (makefile-browser-map)
13061 (makefile-mode-syntax-table): Move initialization inside declaration.
13062 (makefile-fill-paragraph): Use the default comment-filling code.
13064 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
13066 * replace.el (query-replace-defaults): New variable.
13067 (query-replace-read-from): Use `query-replace-defaults' for
13068 default value, instead of history list.
13069 (query-replace-read-to): Update `query-replace-defaults'.
13071 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
13073 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
13076 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
13078 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
13079 (tumme-show-all-from-dir): Add autoload.
13081 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
13083 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
13084 (tumme-remove-tag): Fix bug.
13086 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
13088 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
13089 FOOTER args. Update unique caller.
13090 (ewoc-delete): Compute last node once before looping.
13091 (ewoc--node-branch): Merge into unique caller.
13092 (ewoc--node): Don't define constructor make-ewoc--node for this
13094 (ewoc): Add member `hf-pp' to this structure.
13095 (ewoc--wrap): New func.
13096 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
13097 header/footer pretty-printers. Save header/footer pretty-printer.
13098 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
13100 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
13102 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
13104 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
13105 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
13106 Tag'. Change "Compare directories..." to "Change Directories...".
13107 Move tumme commands to Operate, Regexp and Immediate menus.
13108 Change "Add Comment" to "Add Image Comment". Change "Add Image
13109 Tag" to "Add Image Tags".
13111 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
13112 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
13113 `tumme-delete-tag'.
13115 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
13117 * shell.el (shell-mode): Call shell-dirtrack-mode after
13118 list-buffers-directory is made a local variable, to avoid setting
13121 2006-05-26 Kevin Ryde <user42@zip.com.au>
13123 * info.el (Info-index-next): Use where-is-internal to report
13124 actual binding of Info-index-next, rather than hard-coded `,'.
13126 2006-05-26 Eli Zaretskii <eliz@gnu.org>
13128 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
13129 and "Find Command in Manual" to here.
13131 * buff-menu.el (list-buffers-noselect): For Info buffers, use
13132 Info-current-file as the file name.
13134 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
13136 * ses.el (defadvice undo-more): Delete this defadvice. The undo
13137 overrides will now be done a different way.
13138 (ses-set-parameter): Reapply this function for undo.
13139 (ses-set-header-row): Reconstruct header row during undo.
13140 (ses-widen): New function.
13141 (ses-goto-data, ses-reconstruct-all): Use new function.
13142 (ses-command-hook): Widen buffer during undo, before unupdating
13144 (ses-insert-row, ses-delete-row): Widen buffer during undo.
13145 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
13146 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
13147 formula hasn't been executed yet.
13149 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13151 * comint.el (comint-kill-whole-line): Rename arg to count.
13154 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
13156 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
13159 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13161 * simple.el (toggle-truncate-lines): Make arg optional for
13162 backward compatibility.
13164 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
13166 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
13167 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
13168 DLL arg. Instead, use ewoc--current-dll. Update all callers.
13169 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
13170 (ewoc--adjust): Use ewoc--current-dll.
13171 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
13173 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
13175 * textmodes/org.el (org-next-item, org-previous-item): Emit more
13176 compact error message.
13177 (org-tags-view): Refresh category table in each file.
13178 (org-table-justify-field-maybe): Remove superfluous arguments to
13180 (org-export-as-html): Insert "<p>" before postamble.
13181 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
13183 2006-05-26 Kenichi Handa <handa@m17n.org>
13185 * textmodes/po.el (po-find-charset): Pay attention to the case
13186 FILENAME is a cons (NAME . BUFFER).
13187 (po-find-file-coding-system-guts): Likewise.
13189 * arc-mode.el (archive-set-buffer-as-visiting-file):
13190 Call find-operation-coding-system with (FILENAME . BUFFER).
13192 * tar-mode.el (tar-extract): Call find-operation-coding-system
13193 with (FILENAME . BUFFER).
13195 * international/mule.el (decode-coding-inserted-region):
13196 Call find-operation-coding-system with (FILENAME . BUFFER).
13198 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
13200 * image-mode.el (image-toggle-display): Use buffer contents to
13201 generate image for a remote file.
13203 2006-05-25 Juri Linkov <juri@jurta.org>
13205 * replace.el (query-replace-read-from, query-replace-read-to):
13206 Remove 8th arg KEEP-ALL in read-from-minibuffer.
13208 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
13210 * whitespace.el (whitespace-cleanup): Change to cleanup
13211 region if one is active.
13212 * whitespace.el (whitespace-cleanup-internal): New internal method.
13214 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13216 * dired.el (dired-mode-map): Add help-echo strings to tumme
13217 commands. Bind `tumme-dired-display-image' to C-t i.
13219 * tumme.el (tumme-display-image): Change documentation string slightly.
13220 (tumme-dired-display-image): Add call to `display-buffer'.
13222 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
13224 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
13225 Signal error if RAW-DATA is a multibyte string.
13227 2006-05-24 Richard Stallman <rms@gnu.org>
13229 * subr.el (with-local-quit): When handling `quit' signal,
13230 make a chance for quit-flag to cause a quit.
13232 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
13233 (ad-disable-advice): Add autoloads.
13235 * subr.el (read-passwd): Copy PROMPT before changing its properties.
13237 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13239 * dired.el (dired-mode-map): Change menu items for tumme as per
13240 suggestions in emacs-devel.
13242 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
13244 * dired.el (dired-mode-map): Fix breakage.
13246 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
13248 * tumme.el (tumme-display-dired-image): Rename to...
13249 (tumme-dired-display-image): ...this.
13250 (tumme-track-movement): Change default value to t.
13251 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
13252 used from `tumme-next-line-and-display' and similar commands.
13254 * dired.el (dired-mode-map): Add Thumbnail submenu under the
13255 Immediate menu. Add some tumme commands there.
13257 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
13259 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
13261 2006-05-24 Chong Yidong <cyd@mit.edu>
13263 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
13264 menu entries that open submenus.
13266 2006-05-24 Alan Mackenzie <acm@muc.de>
13268 * startup.el (command-line): For names of preloaded files, don't
13269 append ".elc" (now done in Fload), and call file-truename on the
13272 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
13273 match ANY loaded file with the right name, not just those in
13274 load-path. Put a regexp matching the file name into
13275 after-load-alist, rather than the name itself.
13277 * subr.el (load-history-regexp, load-history-filename-element)
13278 (do-after-load-evaluation): New functions.
13280 * international/mule.el (load-with-code-conversion): Do the
13281 eval-after-load stuff by calling do-after-load-evaluation.
13283 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
13285 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
13286 has not been killed.
13288 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13290 * term/mac-win.el: Set idle timer to clean up expired Apple events.
13291 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
13292 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
13293 Optionally set error message in reply.
13295 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
13297 * textmodes/org.el (org-open-at-point): Use renamed variable
13298 `org-confirm-shell-link-function'.
13299 (org-confirm-shell-link-function): Rename from
13300 `org-confirm-shell-links'.
13301 (org-export-directory): New function.
13302 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
13303 (org-export-icalendar): Use `org-export-directory'.
13304 (org-indent-item): Keep cursor position.
13305 (org-link-file-path-type): New option.
13306 (org-export-as-html): Fix bug with plain lists starting in
13308 (org-export-as-html): Remove deadline formatting, this happens
13309 now already in `org-html-handle-time-stamps'.
13310 (org-export-html-style): Deadline class removed.
13311 (org-insert-labeled-timestamps-at-point): New option.
13312 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13313 of `hide-sublevels 1', in case the first headline is not level 1.
13314 (org-overview, org-content): New fuction.
13315 (org-cycle-global-status, org-cycle-subtree-status): Make these
13316 variables buffer-local.
13317 (org-global-cycle): New command.
13318 (org-shifttab): Use `org-global-cycle'.
13319 (org-insert-heading, org-insert-item): Go to end of new
13320 headline/item after creating it.
13321 (org-export-visible): Rename from `org-export-copy-visible'.
13322 Now creates a temporary org-file and applies an exporting command
13324 (org-table-eval-formula): Support for lisp forms.
13325 (org-agenda-todo-ignore-scheduled): New option.
13326 (org-agenda-get-todos): Use new option
13327 `org-agenda-todo-ignore-scheduled'.
13328 (org-export-html-inline-images): New value `maybe'.
13329 (org-export-as-html): Inlining of images dependent on link description.
13330 (org-archive-subtree): Check for end-of-buffer before trying
13332 (org-agenda-follow-mode): New option.
13333 (org-export-with-tags, org-export-with-timestamps): New options.
13334 (org-html-handle-time-stamps): New function.
13335 (org-keyword-time-regexp): New variable.
13336 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13337 (org-agenda-todo-list-sublevels): New option.
13338 (org-html-level-start): When TITLE is nil, just close all levels.
13339 (org-parse-key-lines, org-parse-export-options): Remove functions,
13340 replaced by `org-infile-export-plist'.
13341 (org-combine-plists, org-infile-export-plist)
13342 (org-default-export-plist): New functions.
13343 (org-export-html-preamble, org-export-html-postamble)
13344 (org-export-html-auto-preamble, org-export-html-auto-postamble):
13346 (org-export-publishing-directory): New option.
13347 (org-export-as-html, org-export-as-ascii): Use the new property
13348 lists for settings.
13349 (org-export-copy-visible, org-export-as-xoxo):
13350 Respect `org-export-publishing-directory'.
13351 (org-link-search, org-store-link, org-file-apps): Support for
13352 links to BibTeX database entries..
13353 (org-get-current-options, org-set-regexps-and-options):
13354 Implement logging as a startup option.
13355 (org-store-link): Make sure context string is never empty
13356 (org-insert-link): Use relative path when possible.
13357 (org-at-item-checklet-p): New function.
13358 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13359 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13360 (org-metaright, org-metaup, org-metadown, org-shiftup)
13361 (org-shiftdown, org-shiftright, org-shiftleft)
13362 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13363 Dispatch using `call-interactively'.
13364 (org-call-with-arg): New defsubst.
13365 (org-tag-alist, org-use-fast-tag-selection): New options.
13366 (org-complete): Use `org-tag-alist'.
13367 (org-fast-tag-insert, org-fast-tag-selection): New functions.
13368 (org-next-item, org-previous-item): New commands.
13369 (org-beginning-of-item, org-end-of-item): Add (interactive) to
13371 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13373 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
13375 * emacs-lisp/ewoc.el (ewoc-delete): New function.
13376 (ewoc-filter): Use `ewoc-delete'.
13378 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13380 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13382 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13383 Signal more user-friendly error messages.
13385 * complete.el (PC-do-completion): Undo the addition of implicit
13386 wildcards if they did not lead to finding any match.
13387 (read-file-name-internal): Don't add the final > if the completion is
13390 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13392 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13393 Quote safe-local-variable predicate.
13395 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13397 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13399 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13401 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13403 * progmodes/make-mode.el (makefile-special-targets-list)
13404 (makefile-macro-table, makefile-target-table): Mark as risky.
13405 (makefile-query-one-target-method): Make this the alias for the
13406 following variable.
13407 (makefile-query-one-target-method-function): Make this the real name.
13409 * textmodes/artist.el (artist-text-renderer): Make this the alias
13410 for the following variable.
13411 (artist-text-renderer-function): Make this the real name.
13413 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13414 the alias for the following variable.
13415 (flyspell-generic-check-word-predicate): Make this the real name.
13417 * textmodes/ispell.el (ispell-format-word): Make this the alias
13418 for the following variable.
13419 (ispell-format-word-function): Make this the real name.
13420 (ispell-message-text-end): Mark as risky.
13422 * skeleton.el (skeleton-transformation, skeleton-filter)
13423 (skeleton-pair-filter): Make these the aliases for the following
13425 (skeleton-transformation-function, skeleton-filter-function)
13426 (skeleton-pair-filter-function): Make these the real names.
13428 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13429 and skeleton-pair-filter-function.
13431 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13432 alias for the following variable.
13433 (sgml-transformation-function): Make this the real name.
13434 (sgml-tag-alist): Mark as risky.
13436 2006-05-21 Richard Stallman <rms@gnu.org>
13438 * simple.el (kill-region): Interactively, pass point, then mark.
13440 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13442 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13444 2006-05-21 Romain Francoise <romain@orebokech.com>
13446 * dired-x.el (dired-mode-map): Don't bind M-g.
13448 2006-05-20 Richard Stallman <rms@gnu.org>
13450 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13451 (dired-goto-file): Doc fix.
13453 2006-05-21 Kim F. Storm <storm@cua.dk>
13455 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13456 way to enable built-in cua-mode if user loads older CUA-mode package.
13458 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13459 if default-filename is specified.
13461 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13463 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13465 * info.el (info-apropos): Make sure current-file and current-node
13466 have non-nil values. Speed up by using add-to-list instead of
13469 2006-05-20 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13471 * progmodes/make-mode.el (makefile-mode): Doc fix.
13473 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13475 * dired-aux.el (dired-do-shell-command): Doc fix.
13477 2006-05-20 Kevin Ryde <user42@zip.com.au>
13479 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13480 ``(custom-manual :tag "Foo" "(foo)Node")''.
13482 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13484 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13485 value is an integer.
13487 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13489 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13491 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13493 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13495 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13496 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13498 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13500 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13501 regexp for keywords.
13503 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13505 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13506 replace-regexp-in-string.
13508 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13509 encode, and escape file name on conversion to URL.
13511 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13513 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13514 Don't unescape URL.
13515 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13517 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13518 on conversion to URLs.
13520 * net/browse-url.el (browse-url-file-url): Encode file name on
13523 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13526 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13528 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13530 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13532 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13533 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13535 2006-05-19 Glenn Morris <rgm@gnu.org>
13537 * calendar/diary-lib.el (diary-bahai-date)
13538 (list-bahai-diary-entries, mark-bahai-diary-entries)
13539 (mark-bahai-calendar-date-pattern): Not interactive.
13540 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13541 (diary-entries-list): Change format of 4th element in each entry.
13542 (diary-list-entries): Use add-to-diary-list.
13543 (diary-goto-entry): Handle the case where the buffer visiting the
13544 diary has been killed.
13545 (fancy-diary-display): Add 'locator to button rather than 'marker.
13546 Only generate temp-face when there are marks to apply.
13547 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13548 (diary-fancy-date-pattern): New variable.
13549 (diary-time-regexp): Doc fix.
13550 (diary-anniversary, diary-time): New faces.
13551 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13552 diary-time-regexp. Add font-lock-multiline property where needed.
13553 Use new faces diary-anniversary and diary-time.
13554 (diary-fancy-font-lock-fontify-region-function): New function, to
13555 handle multiline font-lock pattern in fancy diary.
13556 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13557 (diary-font-lock-keywords): Tweak time regexp. Use new face
13560 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13562 * international/code-pages.el (mik): Table corrected.
13564 2006-05-18 Kim F. Storm <storm@cua.dk>
13566 * progmodes/grep.el (grep-find): Don't check grep-find-command
13567 before running command (breaks non-interactive usage).
13569 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13571 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13572 (ewoc--insert-new-node): Don't insert trailing newline.
13573 Instead, adjust successor nodes's start markers.
13574 (ewoc--refresh-node): Delete all text from current node's start
13575 marker to the next one's; adjust successor nodes's start markers.
13576 (ewoc--create): Doc fixes.
13577 (ewoc--refresh): Don't insert newline.
13578 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13579 * pcvs.el (cvs-make-cvs-buffer):
13580 Specify extra newline for ewoc's header and footer.
13581 (cvs-update-header): Update initial header recognition.
13582 Append newline to final header and footer values.
13583 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13585 2006-05-17 Richard Stallman <rms@gnu.org>
13587 * files.el (file-name-extension): Doc fix.
13589 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13591 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13592 we can explicitly enable/disable rather than toggle.
13593 (shell-mode): Use it.
13594 (shell-cd): Don't try to reproduce what `cd' does.
13596 2006-05-17 Kim F. Storm <storm@cua.dk>
13598 * ido.el (ido-read-internal): Use only nondirectory part of
13601 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13603 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13604 (ewoc-nth): Doc fix.
13606 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13608 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13610 * international/mule.el (auto-coding-alist): Add .lha to files
13611 read with no-conversion.
13613 * files.el (auto-mode-alist): Add .lha files to archive file
13616 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13617 Convert csize to integer when computing offsets within the
13618 compressed archive file.
13620 2006-05-16 Kim F. Storm <storm@cua.dk>
13622 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13623 with read-from-minibuffer.
13625 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13627 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13628 (byte-compile-warnings): Fix safe-local-variable property.
13630 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13632 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13633 (allout-stylish-prefixes, allout-numbered-bullet)
13634 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13635 predicates to qualify `safe-local-variable' property, when
13636 available, else use equivalent lambda.
13637 (allout-current-topic-collapsed-p): Do the right thing regarding
13638 trailing blank lines.
13640 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13642 * server.el (server-start): Only create a directory if needed.
13643 (server-edit, server-unload-hook): server-start => server-mode.
13644 (kill-emacs-hook): Cleanup upon exit.
13646 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13648 * hexl.el (hexlify-buffer): Encode process arguments manually.
13650 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13652 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13653 call to gdb-tooltip-print.
13655 2006-05-15 Romain Francoise <romain@orebokech.com>
13657 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13658 systems, default to "tar" since those systems probably have GNU tar.
13660 2006-05-14 Lars Hansen <larsh@soem.dk>
13662 * desktop.el (desktop-missing-file-warning): Fix docstring.
13663 (desktop-restore-file-buffer): Correct question asked on missing file.
13665 2006-05-14 Kim F. Storm <storm@cua.dk>
13667 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13668 Add CUA move property.
13670 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13672 * custom.el (custom-push-theme): Load the variable before checking
13673 its `standard-value'.
13675 2006-05-13 Lars Hansen <larsh@soem.dk>
13677 * desktop.el (desktop-save): Use with-temp-buffer.
13679 2006-05-12 Glenn Morris <rgm@gnu.org>
13681 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13682 * calendar/calendar.el (calendar-mode-map):
13683 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13684 * calendar/appt.el (appt-check, appt-make-list): Refer to
13685 diary-view-entries, diary-list-entries, diary-show-all-entries
13686 rather than obsolete aliases.
13688 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13690 * simple.el (line-move-finish): Avoid calling point motion hooks
13691 while processing intangibility.
13693 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13695 * term/xterm.el (terminal-init-xterm): Fix typo.
13697 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13699 * allout.el (allout-view-change-hook): Mark as being deprecated,
13700 to be replaced by `allout-exposure-change-hook'.
13701 (allout-exposure-change-hook): New, replacing
13702 `allout-view-change-hook'.
13703 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13704 in addition to `allout-view-change-hook'.
13705 (allout-show-bodies, allout-old-style-prefixes)
13706 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13707 lambda forms to prevent their showing up in variable help
13708 presentations as inscrutable byte-compiled code.
13709 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13710 Use string-or-null-p to qualify safe-local-variable values.
13711 (allout-reindent-bodies): Use memq to qualify matches against
13712 valid safe-local-variable values. Also, quote the lambda as above.
13713 (allout-use-mode-specific-leader): Add missing candidate-value
13714 symbols, use memq, and quote the lambda.
13715 (allout-overlay-interior-modification-handler): Remove unused
13716 variables `msg' and 'opened'.
13717 (allout-hidden-p): Constrain invisibility consideration to allout's
13718 invisibility spec, disregarding invisibility for other reasons.
13720 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13722 * files.el (version-control): Correct safe values.
13724 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13726 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13728 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13729 (ewoc--insert-new-node): New func.
13730 Update callers of deleted funcs to use it, instead.
13732 2006-05-11 Glenn Morris <rgm@gnu.org>
13734 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13735 obsolete alias `show-all-diary-entries'.
13736 (make-diary-entry): Not interactive.
13737 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13738 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13739 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13740 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13741 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13742 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13744 2006-05-11 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
13746 * calendar/calendar.el (calendar-french-date-string)
13747 (calendar-mayan-date-string, calendar-chinese-date-string)
13748 (calendar-astro-date-string, calendar-iso-date-string)
13749 (calendar-islamic-date-string, calendar-bahai-date-string)
13750 (calendar-hebrew-date-string, calendar-coptic-date-string)
13751 (calendar-ethiopic-date-string, calendar-persian-date-string):
13752 These functions are not interactive.
13754 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13756 * files.el: Balance parentheses.
13758 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13760 * files.el, newcomment.el, outline.el, simple.el,
13761 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13762 * progmodes/cc-vars.el, progmodes/compile.el:
13763 Move `safe-local-variable' declarations to the respective files.
13765 * help-fns.el (describe-variable): Don't print safe-var if it is
13766 byte-code. Improve wording as suggested by Luc Teirlinck.
13768 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13770 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13771 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13772 Use a token for pending-triggers to ensure gdb-var-update
13773 gets called once per user input again for pre-GDB 6.4.
13774 (gdb-var-delete): Match on more complex expressions.
13775 (gdb-var-list-children-handler, gdb-var-create-handler):
13776 Use a token for consistency.
13778 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13780 * textmodes/org.el (org-read-date, org-goto-calendar)
13781 (org-agenda-goto-calendar):
13782 Bind `view-calendar-holidays-initially' to nil.
13784 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13786 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13787 Update all callers to do it there, instead.
13789 2006-05-10 Glenn Morris <rgm@gnu.org>
13791 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13792 prefix arg case, to avoid view-diary-entries-initially error.
13793 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13794 (calendar-date-is-legal-p): Handle dates with no day part.
13796 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13798 * comint.el (comint-insert-input): Just make it when
13799 comint-use-prompt regexp is nil (default) and with the mouse.
13800 (comint-copy-old-input): Reinstate from 2004-06-23.
13801 (comint-mode-map): Bind C-c C-m to it.
13803 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13805 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13806 Remove spurious move to point-max (new comint behavior fixes).
13808 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13809 compatibility function (Emacs 18/19).
13810 (idlwave-is-continuation-line): Always return point at start of
13811 previous non-blank continuation line.
13812 (keyword-parameters): Fix continued comment font-lock matcher.
13813 (idlwave-font-lock-fontify-region): Written, use as
13814 font-lock-fontify-region-function, to fix continued keyword
13815 fontification issues.
13817 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13819 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13820 (mac-service-selection, mac-service-open-file)
13821 (mac-service-open-selection, mac-service-mail-selection)
13822 (mac-service-mail-to, mac-service-insert-text): Rename from
13823 mac-services-*. All uses changed.
13824 (mac-apple-event-map): Rename event symbol `services' to `service'.
13826 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13828 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13829 (ewoc--node-enter-first, ewoc--node-enter-last)
13830 (ewoc--delete-node-internal): Merge funcs into unique callers.
13832 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13834 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13835 return value of read-from-minibuffer for empty input.
13837 2006-05-09 Miles Bader <miles@gnu.org>
13839 * comint.el (comint-insert-input): Remove redundant calls to setq
13842 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13844 * comint.el (comint-insert-input): Make it work when
13845 comint-use-prompt-regexp is t.
13847 2006-05-10 Miles Bader <miles@gnu.org>
13849 * subr.el (field-at-pos): New function.
13851 * comint.el (comint-insert-input): Use it.
13853 2006-05-09 Juri Linkov <juri@jurta.org>
13855 * battery.el (battery-linux-proc-acpi): Also try
13856 `/proc/acpi/thermal_zone/THR2/temperature'.
13858 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13859 for now unused lambda `string-or-null'.
13861 * add-log.el (change-log-default-name): Put `string-or-null-p'
13862 instead of lambda on `safe-local-variable' property.
13864 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13865 `region-end' instead of `mark' and `point'.
13866 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13867 Operate on region in Transient Mark mode when the mark is active.
13868 Use `region-beginning' and `region-end' instead of `mark' and
13870 (diff-hunk-text, diff-goto-source): Doc fix.
13872 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13873 face `mode-line-buffer-id' for mode-line buffer face instead of
13874 hard-coded `(:weight bold)'.
13876 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13877 buffer-undo-list to t (undo-ask is reproducible by visiting
13880 2006-05-09 Kim F. Storm <storm@cua.dk>
13882 * progmodes/grep.el (rgrep): Set default directory of *grep*
13883 buffer if we start M-x rgrep in the *grep* buffer and choose
13884 a different base directory.
13886 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13888 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13889 completion also when ido is loaded.
13891 2006-05-09 Masatake YAMATO <jet@gyve.org>
13893 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13894 "warning" and "import".
13895 (cpp-font-lock-keywords): Added "warning".
13897 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13899 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13901 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13903 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13904 pages at a time, if we signal the end, we should indeed reach that end.
13906 2006-05-08 David Reitter <david.reitter@gmail.com>
13908 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13909 output during execution of the body.
13911 2006-05-08 Kim F. Storm <storm@cua.dk>
13913 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13915 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13917 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13918 Use with-current-buffer.
13920 2006-05-07 Kim F. Storm <storm@cua.dk>
13922 * subr.el (add-to-history): Remove keep-dups arg.
13924 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13925 to nil around call to add-to-history.
13927 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13929 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13930 than after a buffer modification.
13932 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13934 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13936 (gud-watch): ...here so speedbar is raised for already watched
13938 (gdb-speedbar-refresh): Delete function.
13939 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13940 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13942 (gdb-var-evaluate-expression-handler)
13943 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13945 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13946 Update localized contents for all buffers except ignored modes.
13948 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13950 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13951 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13952 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13953 (mac-handle-font-panel-closed, mac-handle-font-selection):
13955 (mac-font-panel-mode): New minor mode.
13956 (mac-apple-event-map): Add bindings for toolbar toggle button and
13958 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13960 2006-05-07 John Paul Wallington <jpw@pobox.com>
13962 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13963 Avoid `regexp-opt'; simplify regexp for readability.
13965 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13967 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13968 * files.el (buffer-stale-function):
13969 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13970 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13971 links to the main manual, not to emacs-xtra.
13973 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13975 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13976 MacJapanese if text is ASCII-only.
13978 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13980 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13981 unless so nil isn't returned.
13982 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13984 2006-05-06 Kim F. Storm <storm@cua.dk>
13986 * subr.el (add-to-history): New function.
13988 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13989 (ediff-merge-files-with-ancestor):
13991 * isearch.el (isearch-update-ring):
13992 * server.el (server-visit-files):
13993 * progmodes/grep.el (lgrep, rgrep):
13994 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13995 * progmodes/xscheme.el (xscheme-insert-expression):
13996 Use add-to-history.
13998 * kmacro.el (kmacro-push-ring): Use add-to-history.
13999 (kmacro-ring-length): Remove unused defun.
14000 (kmacro-start-macro): Use kmacro-push-ring.
14002 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
14004 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
14005 directly instead of a lambda expression that calls it.
14007 2006-05-06 Kim F. Storm <storm@cua.dk>
14009 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
14010 instead of compute-motion.
14012 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
14014 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
14017 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
14019 * startup.el (command-line-1): Refer to "Pure Storage" on
14020 pure-space-overflow.
14022 2006-05-05 Martin Rudalics <rudalics@gmx.at>
14024 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
14025 provided faces once they all have been used up.
14027 2006-05-05 Eli Zaretskii <eliz@gnu.org>
14029 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
14030 reference to the Lisp manual to the warning about pure space
14033 2006-05-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14035 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
14036 argument to avoid the call to `ispell-internal-change-dictionary'
14038 (ispell-change-dictionary): Use this argument and call
14039 `ispell-internal-change-dictionary' after the possible change
14040 to `ispell-local-dictionary'.
14041 (ispell-internal-change-dictionary): Check for a change in
14042 personal dictionary use too.
14044 2006-05-05 Eli Zaretskii <eliz@gnu.org>
14046 * startup.el (command-line): On MS-Windows, probe "~", not
14047 "~USER", for warning about non-existent home directory.
14049 * arc-mode.el (archive-l-e): New optional argument `float' means
14050 generate a float value.
14051 (archive-arc-summarize, archive-lzh-summarize)
14052 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
14053 with 3rd argument non-nil when file's size is being computed.
14054 Format the file sizes with %8.0f instead of %8d.
14056 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14058 * cus-start.el (all): Add mac-dnd-known-types.
14060 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
14061 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
14062 (mac-TIFF-to-string): New functions.
14063 (x-get-selection, x-selection-value)
14064 (mac-select-convert-to-string): Use them.
14065 (mac-text-encoding-mac-japanese-basic-variant): New constant.
14066 (mac-dnd-types-alist): New customization variable.
14067 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
14068 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
14069 (mac-dnd-handle-drag-n-drop-event): New functions.
14070 (mac-drag-n-drop): Remove function.
14071 (global-map): Bind drag-n-drop and M-drag-n-drop to
14072 mac-dnd-handle-drag-n-drop-event.
14074 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
14076 * progmodes/perl-mode.el (perl-beginning-of-function):
14077 Skip anonymous subs.
14079 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
14081 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
14082 regexp-opt at run time.
14084 * term.el (term-handle-ansi-escape): Fix off by one error.
14086 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
14088 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
14089 (gdb-init-1, gdb-post-prompt): ...and references to it.
14090 (gdb-frame-handler): Strip directory name from filename if present.
14092 * progmodes/gud.el (gdb-force-update): Delete defvar
14093 (gud-speedbar-buttons): ...and references to it. Use window-start
14094 to try to keep positon in watch expression.
14096 2006-05-03 Richard Stallman <rms@gnu.org>
14098 * simple.el (next-history-element, previous-history-element): Doc fix.
14100 * isearch.el (isearch-update-ring): Doc fix.
14102 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
14104 * isearch.el (isearch-update-ring): Take history-delete-duplicates
14105 into consideration. Replace one arm ifs with whens.
14107 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
14109 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
14112 2006-05-02 Miles Bader <miles@gnu.org>
14114 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
14116 2006-05-02 Jay Belanger <belanger@truman.edu>
14118 * calc/calc-embed.el (calc-override-minor-modes-map)
14119 (calc-override-minor-modes): New variables.
14120 (calc-do-embedded): Make sure that Calc keystrokes aren't
14121 overwritten by minor modes.
14123 2006-05-02 Chong Yidong <cyd@mit.edu>
14125 * msb.el (msb): If EVENT is a down event, read and discard the up event.
14127 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14129 * startup.el (command-line-1): Refer to Lisp manual when
14130 pure-space-overflow occurs.
14132 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
14133 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
14134 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
14135 (version-control): Don't use `t' for safe-local-variable declarations.
14137 2006-05-01 Richard Stallman <rms@gnu.org>
14139 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
14140 M-r, M-R, M-A, M-SPC or M-DEL.
14141 (diff-mode-map): diff-refine-hunk now on C-c C-w
14142 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
14144 * help-mode.el (help-mode): view-exit-action calls delete-window
14145 only when it is safe and possible.
14147 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
14150 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
14152 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
14153 in the default tool-bar-map.
14155 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
14157 * net/tramp.el (tramp-completion-file-name-handler-alist)
14158 (tramp-run-real-handler, tramp-completion-run-real-handler)
14159 (tramp-completion-handle-file-name-all-completions)
14160 (tramp-completion-handle-file-name-completion): Autoload them.
14161 (tramp-completion-handle-file-exists-p)
14162 (tramp-completion-handle-file-name-directory)
14163 (tramp-completion-handle-file-name-nondirectory)
14164 (tramp-completion-handle-expand-file-name): Remove them.
14165 (tramp-handle-file-name-directory): Return the real directory name.
14166 Returning "/" only doesn't need to be necessary any longer.
14167 (tramp-file-name-handler): Make special attention when in hostname
14169 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
14170 (tramp-register-file-name-handlers):
14171 Register `tramp-completion-file-name-handler' only when
14172 `partial-completion-mode' is enabled.
14173 (tramp-completion-handle-file-name-all-completions):
14174 Delete directory part from results.
14175 (tramp-get-completion-methods, tramp-get-completion-user-host):
14176 Discard deleting "/", it doesn't work after the change of
14177 `tramp-handle-file-name-directory' above.
14179 2006-05-01 Kim F. Storm <storm@cua.dk>
14181 * progmodes/grep.el (grep-expand-template): Use save-match-data
14184 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14186 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
14187 Use select-frame-set-input-focus instead of raise-frame.
14188 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
14190 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
14192 * progmodes/gud.el (gud-def): Add %c case.
14193 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
14194 (gud-format-command): Make match case sensitive. Match on %F.
14196 2006-04-30 Glenn Morris <rgm@gnu.org>
14198 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
14199 (cal-tex-preamble): Use cal-tex-preamble-extra.
14200 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
14201 than alias `list-diary-entries'.
14203 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
14205 * help-fns.el (describe-variable): Add info about safe local variables.
14207 2006-04-29 Richard Stallman <rms@gnu.org>
14209 * bindings.el (mode-line-format): help-echo doc fixes.
14211 * net/tramp.el (tramp-file-name-handler-alist): Delete
14212 expand-file-name and other operations that can cause spurious loading.
14214 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14216 * files.el (safe-local-variable-p): Remove support for the special
14219 * textmodes/paragraphs.el (sentence-end-without-space):
14220 Fix safety predicate.
14221 (sentence-end-double-space, sentence-end-without-period)
14222 (paragraph-ignore-fill-prefix):
14223 * textmodes/fill.el (colon-double-space):
14224 * abbrev.el (abbrev-mode): Tighten the safety predicate.
14226 * subr.el (booleanp): New fun.
14228 * textmodes/reftex-vars.el (reftex-guess-label-type):
14229 Tighten the safety predicate.
14231 2006-04-28 Kim F. Storm <storm@cua.dk>
14233 * progmodes/grep.el (defgroup grep): Doc fix.
14234 (grep-auto-highlight): Remove.
14235 (grep-template): New defcustom.
14236 (grep-find-template): Rename from grep-tree-template.
14237 (grep-files-aliases): Rename from grep-tree-files-aliases.
14238 Remove "all" alias, add "l" alias.
14239 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
14240 (grep-find-ignored-directories): New defcustom to replace
14241 grep-tree-ignore-CVS-directories, to facilitate ignoring
14242 subdirectories for multiple version control systems.
14243 (grep-mode-map): Add Recursive grep item to GREP menu.
14244 (grep-regexp-history, grep-files-history): New defvars.
14245 (grep-probe): New helper function.
14246 (grep-compute-defaults): Use it to simplify code.
14247 Adapt to name changes.
14248 Use `.' as base in grep-find-template rather than <D>.
14249 (grep): Remove superfluous highlight-regexp arg. Fix doc.
14250 Call grep-compute-defaults unconditionally.
14251 (grep-expand-keywords): New defconst.
14252 (grep-expand-template): Rename from grep-expand-command-macros.
14253 Simplify via grep-expand-keywords. Look at case-fold-search instead
14254 of grep-tree-ignore-case to add -i option.
14255 Bind case-fold-search to nil while matching keywords.
14256 (grep-tree-last-regexp, grep-tree-last-files): Remove.
14257 (grep-read-regexp, grep-read-files): New helper functions.
14258 (rgrep): Rename from grep-tree. Rework to use proper histories.
14259 Adapt to changes in defcustoms and functions above.
14260 (lgrep): New command, as grep, but using same interactive UI as rgrep.
14262 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
14264 * net/tramp.el (tramp-completion-file-name-handler):
14265 Disable Tramp's functionality while loading Tramp itself.
14266 (tramp-register-file-name-handlers): That's a defsubst now.
14267 Code from `tramp-repair-jka-compr' moved here. Apply it via
14269 (tramp-repair-jka-compr): Remove.
14271 2006-04-27 Jay Belanger <belanger@truman.edu>
14273 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
14274 read expression when `math-read-big-expr' doesn't work.
14276 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
14278 * startup.el (command-line-1): Display warning when
14279 pure-space-overflow is non-nil.
14281 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14283 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
14286 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14288 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
14289 Return the URL or nil if none can be generated.
14291 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
14293 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
14294 byte compiler warnings.
14295 (gud-basic-call, gud-find-expr): Let user select an expression
14296 for printing. Print expression as well as value in GUD buffer.
14298 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
14300 * allout.el: Remove local autoload declaration for
14301 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
14302 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
14303 (allout-plain-bullets-string, allout-distinctive-bullets-string)
14304 (allout-use-mode-specific-leader, allout-old-style-prefixes)
14305 (allout-stylish-prefixes, allout-numbered-bullet)
14306 (allout-file-xref-bullet, allout-presentation-padding)
14307 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
14308 safe-local-variable with suitable value spec, and add autoload
14309 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
14310 (move-beginning-of-line, move-end-of-line): Repair so these compat
14311 functions now actually resituate the point, when appropriate.
14313 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14315 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14317 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14318 (add-log-iso8601-time-string): Fix call to format-time-string.
14320 2006-04-26 Kim F. Storm <storm@cua.dk>
14322 * subr.el (posn-string, posn-image, posn-object): Doc fix.
14324 2006-04-26 Masatake YAMATO <jet@gyve.org>
14326 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14327 Add support for "//" style comments. Remove `b' flag
14328 from ?* in `asm-mode-syntax-table'.
14330 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14332 * follow.el: Use (featurep 'xemacs) everywhere.
14333 (follow-mode): Use define-minor-mode.
14334 (follow-mode-map): Move initialization into the declaration.
14335 Use command remapping.
14336 (follow-emacs-version-xemacs-p): Remove.
14337 (follow-submit-feedback): Remove.
14339 * allout.el (allout-layout, allout-passphrase-verifier-string)
14340 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14342 * textmodes/reftex-vars.el (reftex-vref-is-default)
14343 (reftex-fref-is-default, reftex-guess-label-type):
14344 Tighten up a bit the safety predicate.
14346 * textmodes/paragraphs.el (sentence-end-double-space)
14347 (sentence-end-without-period, sentence-end-without-space)
14348 (page-delimiter, paragraph-ignore-fill-prefix):
14349 Tighten up a bit the safety predicate.
14351 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14353 * progmodes/python.el (python-continuation-line-p)
14354 (python-beginning-of-statement): syntax-ppss may return
14356 (python-mode): Don't forcefully enable font-lock.
14358 * time-stamp.el (time-stamp-start, time-stamp-end)
14359 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14361 * add-log.el: Remove spurious * in docstrings.
14362 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14363 (add-change-log-entry): Use it here, since it's not specific
14365 (add-log-iso8601-time-string): Don't use it here any more.
14366 (change-log-indent-text, change-log-indent): Rename from add-log-*.
14368 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14370 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
14372 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14373 (rcirc-toggle-low-priority): Doc fix.
14374 (rcirc-handler-NOTICE): Remove beginning of line anchor in
14376 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14378 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14379 (rcirc-decode-coding-system): Use utf-8 as the default.
14380 (rcirc-multiline-minor-mode): Set the fill-column.
14381 (rcirc-format-response-string): Display bright and dim nicks.
14382 (rcirc-browse-url): Update interactive spec to fill ARG.
14383 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14384 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14386 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
14388 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14389 case for @Article, etc.
14391 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
14393 * net/tramp.el (tramp-register-file-name-handlers): New defun.
14394 Added with autoload cookie.
14395 (tramp-unload-file-name-handlers): Rename from
14396 `tramp-unload-file-name-handler-alist'.
14398 2006-04-23 Romain Francoise <romain@orebokech.com>
14400 * comint.el (comint-match-partial-filename): Doc fix.
14402 2006-04-21 Glenn Morris <rgm@gnu.org>
14404 * calendar/cal-menu.el (calendar-mode-map): Refer to
14405 `diary-view-entries' rather than alias `view-diary-entries'.
14406 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14408 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
14410 * progmodes/antlr-mode.el (antlr-default):
14411 * cus-edit.el (custom-documentation):
14412 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14415 2006-04-21 Kim F. Storm <storm@cua.dk>
14417 * image.el (image-type): New defun split out of create-image.
14418 (create-image): Use it.
14420 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14422 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14423 (org-open-at-point): Remove the "...done" message to keep output
14424 in the echo area visible.
14425 (org-export-as-xoxo): Fix call to `indent-region'.
14427 2006-04-21 Kevin Ryde <user42@zip.com.au>
14429 * international/mule.el (keyboard-coding-system): defcustom
14430 info-link fixes: "Specify Coding" has been split, keyboard now in
14431 "Terminal Coding", and "Single-Byte Character Support" is now
14434 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14436 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14437 Use font-lock-warning-face for any errors e.g. no stack.
14438 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14440 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14442 * progmodes/sh-script.el (sh-shell): Mark as safe.
14444 * newcomment.el (comment-start, comment-start-skip)
14445 (comment-end-skip, comment-end): Mark as safe.
14447 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14449 * textmodes/org.el (org-deadline-announce): Face removed.
14450 (org-level-faces, org-n-levels): Convert to constant.
14451 (org-compatible-face): New function.
14452 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14453 (org-level-5, org-level-6, org-level-7, org-level-8)
14454 (org-special-keyword, org-warning, org-headline-done, org-link)
14455 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14456 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14457 Face definition revised for better color tty support.
14458 (org-bold-re, org-italic-re, org-underline-re): New constants.
14459 (org-set-font-lock-defaults): Use the new constants.
14460 (org-agenda-highlight-todo): New function.
14461 (org-agenda-todo): Fix bug with point at end of line.
14462 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14463 Fontify TODO keywords.
14464 (org-insert-link): Preserve relative path in ../ links.
14465 (org-export-as-html): Convert links pointing to .org files into
14466 links that will work beteen the exported HTML files.
14467 (org-todo-list): Fix bug when arg=0.
14468 (org-insert-heading): More fine-tuning.
14470 2006-04-19 Romain Francoise <romain@orebokech.com>
14472 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14473 from `rmail-mime-charset-pattern'.
14475 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14477 * progmodes/python.el (python-mode): Fix typo.
14479 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14481 * comint.el (comint-previous-input): Don't clobber input line
14482 when moving off either end of the input history ring.
14483 (comint-delete-input): New function, used by
14484 `comint-previous-input' and others.
14485 (comint-previous-matching-input):
14486 Use `coming-delete-input'. Save the partial input if leaving the
14487 edit line. Goto point-max before deleting input to avoid
14488 partial input fragments hanging around.
14489 (comint-restore-input): New function, used by `comint-previous-input'.
14491 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14493 * imenu.el (imenu--index-alist): Balance parentheses.
14495 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14497 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14499 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14501 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14504 2006-04-18 Richard Stallman <rms@gnu.org>
14506 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14508 * imenu.el (imenu-create-index-function, imenu--index-alist)
14509 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14510 (imenu-default-create-index-function, imenu--generic-function):
14513 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14515 * help-mode.el (help-mode): Set view-exit-action to delete window.
14517 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14518 now works by passing nil as arg.
14520 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14522 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14523 (read-abbrev-file): Provide default when reading filename.
14525 * files.el (enable-local-variables): Allow :all as value.
14526 (hack-local-variables): Implement that value.
14527 (safe-local-variable-values, safe-local-eval-forms)
14528 (enable-local-variables): Mark as risky.
14529 (find-file-visit-truename, kept-old-versions): Mark safe.
14531 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14532 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14533 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14535 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14537 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14538 Use forward-line so as to get to BOL even in the presence of fields.
14539 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14541 (inferior-tcl): Tell tclsh to work in interactive mode.
14543 * complete.el (partial-completion-mode):
14544 Use 'choose-completion-string-functions to make sure that
14545 choose-completion fills the minibuffer properly.
14547 * complete.el (PC-old-read-file-name-internal): Remove.
14548 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14549 of read-file-name-internal.
14550 (partial-completion-mode): Enable/disable this advice.
14552 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14554 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14557 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14559 * textmodes/org.el (org-insert-heading): Insert heading before
14560 current if at beginning of line.
14561 (org-todo, org-date): New faces.
14562 (org-table-align): Make sure tooltip window contains full text.
14563 (org-no-properties): New defsubst.
14564 (org-set-font-lock-defaults): Use new faces.
14566 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14568 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14569 for root variables.
14571 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14572 (gdb-frame-address): Re-use to identify frame for watch expression.
14573 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14575 (gdb-init-1, gdb-source, gdb-post-prompt)
14576 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14577 (gdb-frame-handler): Get gdb-frame-address.
14579 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14581 Sync with Tramp 2.0.53.
14583 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14584 'control. Reported by Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>.
14585 (tramp-completion-file-name-handler): Add autoload cookie for
14586 adding to `file-name-handler-alist'.
14588 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14589 the prompt. If it returns earlier (when detecting an error
14590 message), the rest of the output will merge accidently with the
14591 output of the next command. Reported by M Jared Finder
14592 <jared@hpalace.com>.
14594 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14595 for `process-file', in order to let it work for older Emacsen too.
14597 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14599 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14600 (tex-font-lock-keywords-3): Use it.
14602 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14604 * newcomment.el (comment-add): New function.
14605 (comment-region-default, comment-dwim): Use it.
14607 2006-04-15 Michael Olson <mwolson@gnu.org>
14609 * emacs-lisp/tq.el: Improve comments.
14610 (tq-queue-head-question): New accessor function.
14611 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14612 Update for modified queue structure.
14613 (tq-queue-add): Accept `question' argument.
14614 (tq-queue-pop): If a question is pending, send it.
14615 (tq-enqueue): Accept new optional argument `delay-question'.
14616 If this is non-nil, and at least one other question is pending a
14617 response, queue the question rather than sending it immediately.
14619 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14621 * calendar/appt.el (appt-add): Check whether an appointment is
14622 already present in appt-time-msg-list. Simplify code.
14624 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14626 * progmodes/cc-langs.el (c-mode-menu):
14627 Don't presume c-subword-mode is bound.
14629 2006-04-13 Bill Wohler <wohler@newt.com>
14631 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14632 (customize-package-emacs-version): Use cdr instead of cadr now
14633 that alists use dotted pairs.
14635 * custom.el (defcustom): Fix docstring for :package-version.
14637 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14639 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14640 (tramp-handle-shell-command): Display output buffer only when
14641 `tramp-display-shell-command-buffer' is true.
14642 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14644 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14646 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14647 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14649 2006-04-13 Romain Francoise <romain@orebokech.com>
14651 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14652 leaving temporary .cvsignore buffers behind.
14654 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14656 * textmodes/org.el (org-set-regexps-and-options)
14657 (org-get-current-options): Better names for the startup folding
14660 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14662 * vc.el (vc-annotate): Arrange for point to end up at the same
14663 line number as in the original, but only when using a new buffer.
14665 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14667 * files.el (hack-one-local-variable-eval-safep):
14668 Recognize `edebug-form-spec' for `put', but only if it passes
14669 `edebug-basic-spec'. Generalize `put' handling.
14671 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14672 vetting file-local form specs.
14674 * allout.el (allout-layout): Autoload its `safe-local-variable'
14677 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14679 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14680 (org-agenda-mouse-1-follows-link)
14681 (org-mouse-1-follows-link): New options.
14682 (org-format-agenda-item): Fix bug if TAGS is nil.
14683 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14685 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14687 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14688 GDB 6.1+ gives full filename for "info sources" so use
14689 file-name-nondirectory.
14691 2006-04-12 Romain Francoise <romain@orebokech.com>
14693 * subr.el (read-passwd): Bind `message-log-max' to nil.
14695 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14697 * progmodes/perl-mode.el (perl-indent-new-calculate):
14698 Recompute parse-start after jumping backward by a whole sexp.
14700 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14702 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14703 window configuration.
14704 (vc-annotate-display-select): Select the buffer so that current-buffer
14705 (and selected-window) is the output buffer at the end of vc-annotate.
14707 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14709 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14710 8-color terminals, to use all of the colors in a sensible order.
14711 256-color terminals work well with the standard map.
14712 (vc-annotate-lines): Only strip the first color character if it
14713 is "#", to allow for terminal-style named colors.
14714 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14715 the correct buffer is scrolled.
14717 2006-04-11 Richard Stallman <rms@gnu.org>
14719 * emacs-lisp/bytecomp.el (byte-compile-file):
14720 Bind enable-local-variables to :safe, and make normal-mode obey it.
14722 * files.el (enable-local-variables): Allow value :safe.
14723 (normal-mode): Doc fix.
14724 (hack-local-variables): Implement enable-local-variables = :safe.
14725 (hack-local-variables-confirm): Don't prevent quitting.
14727 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14729 * loadhist.el (unload-feature): A bit of sanity check of
14730 load-history entries. Cancel timer-vars before unbinding them.
14732 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14733 quote special chars, and make the trick work on the hex part of the
14735 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14736 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14738 * startup.el (normal-splash-screen): Fix last change so we don't wait
14739 2 minutes if we don't show the splash screen.
14741 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14743 * textmodes/org.el (org-export-plain-list-max-depth)
14744 (org-table-spaces-around-separators)
14745 (org-radio-targets, org-activate-camels)
14746 (org-table-spaces-around-invisible-separators): Options removed.
14747 (org-time-stamp-rounding-minutes, org-remember-templates)
14748 (org-ellipsis, org-activate-links, org-descriptive-links):
14750 (org-remember-apply-template, org-current-time)
14751 (org-finish-edit-table-field)
14752 (org-link-unescape, org-link-escape)
14753 (org-string-width, org-table-clean-line, org-html-do-expand)
14754 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14755 (org-read-agenda-file-list): New functions.
14756 (org-table-edit-field)
14757 (org-table-create-or-convert-from-region): New commands
14758 (org-table-toggle-vline-visibility): Command removed.
14759 (org-table-convert-region): Made a command.
14760 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14761 Replace with the normal org- functions.
14762 (org-self-insert-command): Don't trigger realign unnecessarily
14763 when blanking a field that is not full.
14764 (org-mode): `Set buffer-invisibility-spec' for links.
14765 (org-activate-links2): Hide link part and only show descriptive
14767 (org-insert-link): Modify for new linking system.
14768 (org-store-link): Store description separately, for use by
14770 (org-table-align): Use `org-string-width'.
14771 (defgroup): Completely new group structure for custom variables.
14772 (org-agenda-files): Option: Single file name allowed. Function:
14773 Optional argument unrestrited means ignore any restricitons.
14774 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14775 trying to modify the menu. Use generalized access to
14776 `org-agenda-files.'
14777 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14778 (org-agenda-file-to-front, org-remove-file, org-diary)
14779 (org-tags-view, org-export-icalendar-all-agenda-files)
14780 (org-export-icalendar-combine-agenda-files): Use generalized
14781 access to `org-agenda-files'.
14782 (org-remember-handler): Correctly preserve heading if present.
14783 (org-table-insert-row, org-table-insert-hline): Deal with
14784 invisible characters.
14786 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14788 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14789 (vc-annotate-color-map): New 18 element constant
14790 value/saturation, rotating hue colormap, from red->blue.
14791 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14792 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14793 (vc-annotate): To avoid killing the required local variables,
14794 set them before the end of `with-output-to-temp-buffer', and
14795 after first switching to annotate-mode.
14796 (vc-annotate-warp-version): Add buffer argument in goto-line to
14797 ensure annotation, not source, is scrolled.
14799 2006-04-10 Bill Wohler <wohler@newt.com>
14801 * custom.el (defcustom, custom-handle-keyword):
14802 Add :package-version keyword.
14803 (custom-add-package-version): New function. Sets value of new
14804 property 'custom-package-version from :package-version keyword.
14805 (defcustom): Create Common Keywords section in docstring.
14806 (defface, defgroup): Replace definitions of a select few keywords
14807 with a reference to the Common Keywords in defcustom.
14808 (defcustom, defface, defgroup): Replace reference to Customization
14809 chapter in manual with hyperlink.
14811 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14812 (customize-changed-options): Add check for custom-package-version.
14813 (customize-package-emacs-version): New function to look up Emacs
14814 version corresponding to the given package version.
14816 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14817 defun name, in similar fashion to find-variable-regexp.
14819 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14821 * international/mule-cmds.el (set-locale-environment): Fix last
14822 change for when the locale's preferences don't specify any encoding.
14824 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14826 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14827 so the defined var/fun doesn't need to be quoted.
14829 2006-04-10 Richard Stallman <rms@gnu.org>
14831 * finder.el (finder-mode-map): Add n and p bindings.
14833 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14835 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14836 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14837 (gdb-setup-windows): Put something in source window if we can't find
14839 (gdb-frame-handler): Make it work again with just assembly.
14840 (gdb-data-list-register-values-handler): Make it work when there is
14843 2006-04-09 Richard Stallman <rms@gnu.org>
14845 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14846 specs while looking for charset.
14848 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14850 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14852 (lm-font-lock-keywords): Update appropriately.
14854 2006-04-10 Kim F. Storm <storm@cua.dk>
14856 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14857 it can also replace buffer-substring-no-properties.
14859 * emulation/cua-base.el (cua-delete-region, cua-paste)
14860 (cua-repeat-replace-region): Use filter-buffer-substring.
14862 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14863 (cua-cut-region-to-global-mark): Likewise.
14865 * emulation/cua-rect.el (cua--extract-rectangle)
14866 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14868 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14870 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14871 entry-type. Add field delimiters to numerical fields if they are
14874 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14876 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14877 string-const to return value.
14878 (bibtex-remove-delimiters): Use it.
14880 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14882 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14883 cl-byte-compile-compiler-macro unless it exists.
14885 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14887 * files.el (hack-local-variables-confirm) <offer-save>:
14888 Clarify message text. Suggested by Ralf Angeli.
14890 2006-04-08 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14892 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14893 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14894 instead of `buffer-substring' and `delete-region'. (Most of the
14895 code actually copied from `kill-region'.)
14897 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14899 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14900 (rcirc-default-port): Rename from rcirc-port.
14901 (rcirc-default-nick): Rename from rcirc-nick.
14902 (rcirc-default-user-name): Rename from rcirc-user-name.
14903 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14904 (rcirc-low-priority-flag): New variable.
14905 (rcirc-decode-coding-system): New defcustom.
14906 (rcirc-encode-coding-system): New defcustom.
14907 (rcirc-coding-system-alist): New defcustom.
14908 (rcirc-multiline-major-mode): New defcustom.
14909 (rcirc-nick): New internal variable.
14910 (rcirc-process): Remove variable.
14911 (rcirc-server-buffer): New variable.
14912 (rcirc): Update to use rcirc-default-* variables above.
14913 (rcirc-connect): Do not add window-configuration-hook-here.
14914 (rcirc-server): New internal variable.
14915 (rcirc-connect): Do not send keepalive pings if
14916 rcirc-keepalive-seconds is nil.
14917 (with-rcirc-server-buffer): New macro.
14918 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14919 (rcirc-server-name): Rename from rcirc-server.
14920 (rcirc-buffer-process): New function.
14921 (rcirc-buffer-nick): New function.
14922 (rcirc-buffer-target): Remove function.
14923 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14925 (rcirc-mode-map): Change binding of C-c C-l to
14926 rcirc-toggle-low-priority.
14927 (rcirc-mode): Initialize coding system based on
14928 rcirc-coding-system-alist. New change-major-mode-hook to part the
14929 channel on a mode change. Make kill-buffer-hook buffer-local.
14930 (rcirc-change-major-mode-hook): New function.
14931 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14932 (rcirc-last-post-time): New variable.
14933 (rcirc-process-message): Store the last time user posted a message
14935 (rcirc-multiline-minor-mode): New mode.
14936 (rcirc-multiline-minor-mode-map): New mode map.
14937 (rcirc-edit-multiline): Put multiline-edit buffer in
14938 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14939 (rcirc-print): Ignore any line starting with an ignored nick.
14940 (rcirc-print): Decode using rcirc-decode-coding-system.
14941 (rcirc-track-minor-mode): Update global-mode-string when disabling
14943 (minor-mode-alist): Add LowPri indicator.
14944 (rcirc-toggle-low-priority): New function.
14945 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14946 next lowpriority buffer with activity.
14947 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14948 last time the user posted a message in to the target.
14949 (rcirc-update-activity-string): New formatting for low priority
14951 (rcirc-split-activity): New function.
14952 (rcirc-handler-PART, rcirc-handler-KICK)
14953 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14954 (rcirc-nick-away-alist): New variable.
14955 (rcirc-handler-301): New handler. Away messages are printed once
14958 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14960 * info.el (Info-follow-nearest-node): Doc fix.
14962 * international/mule-cmds.el (set-locale-environment): Make sure
14963 the coding-system preferred by the locale's language has the same
14964 EOL conversion type as the original buffer-file-coding-system.
14965 (locale-language-names): Add a few MS Windows language codes.
14967 2006-04-07 Richard Stallman <rms@gnu.org>
14969 * simple.el (eval-expression): Doc fix.
14971 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14972 (eval-defun): Doc fixes.
14974 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14976 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14978 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14980 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14981 GDB list command without argument for greater generality.
14983 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14985 * subr.el (string-or-null-p): New function.
14987 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14989 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14991 * files.el: Update comment about safe-local-variable declarations.
14993 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14995 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14998 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14999 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
15001 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
15004 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
15005 version 6.0 (minimal changes). See idlwave.org.
15007 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
15008 6.0 (minimal changes). See idlwave.org.
15010 * progmodes/idlw-rinfo.el: File obsoleted and removed.
15012 2006-04-06 Romain Francoise <romain@orebokech.com>
15014 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
15015 symmetric encryption features and a new asynchronous interface to
15016 GnuPG. This new version is version 1.4, plus whitespace changes.
15018 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
15020 * files.el: Move some `safe-local-variable' declarations to the
15023 * textmodes/ispell.el (ispell-check-comments)
15024 (ispell-local-dictionary): Mark as safe.
15026 * abbrev.el (abbrev-mode): Mark as safe.
15028 * add-log.el (change-log-default-name): Mark as safe.
15030 * textmodes/reftex-vars.el (reftex-vref-is-default)
15031 (reftex-fref-is-default, reftex-level-indent)
15032 (reftex-guess-label-type): Mark as safe.
15034 * textmodes/fill.el (colon-double-space): Mark as safe.
15036 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
15037 (sentence-end-double-space, sentence-end-without-period)
15038 (sentence-end-without-space, sentence-end, sentence-end-base)
15039 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
15041 2006-04-06 Kim F. Storm <storm@cua.dk>
15043 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
15044 the :set-after list.
15045 (ido-downcase-unc-hosts): New user option. Default on.
15046 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
15047 when it is set, as regexps are now applied on the fly.
15048 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
15049 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
15050 on the fly, but only when ido-process-ignore-lists is set.
15051 Do case insensitive filtering if ido-downcase-unc-hosts is set.
15052 Only downcase names if ido-downcase-unc-hosts is set.
15054 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
15056 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
15058 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
15060 2006-04-05 Kim F. Storm <storm@cua.dk>
15062 * ido.el (ido-mode): Set after ido-unc-hosts and
15063 ido-ignore-unc-host-regexps.
15064 (ido-save-history): Save ido-unc-hosts-cache.
15065 (ido-load-history): Load ido-unc-hosts-cache.
15066 (ido-reread-directory): Refresh unc hosts cache in // dir.
15068 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
15069 to nil while displaying slash screen.
15071 2006-04-05 Daiki Ueno <ueno@unixuser.org>
15073 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15074 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15076 2006-04-05 Kenichi Handa <handa@m17n.org>
15078 * international/characters.el: Setup cases of Latin, Greek, and
15079 Cyrillic characters in CJK charsets.
15081 2006-03-29 Daiki Ueno <ueno@unixuser.org>
15083 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15084 default-enable-multibyte-characters. This reverts the change from
15085 revision 6.17 which is no longer necessary because the passphrase
15086 is sent separately now. GnuPG messages are unreadable under
15087 multibyte locales with default-enable-multibyte-characters set to nil.
15089 2006-04-04 Andreas Schwab <schwab@suse.de>
15091 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
15092 and `byte-compile-warnings' as `safe-local-variable'.
15094 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
15096 * man.el (Man-mode-map): Restore the \r binding.
15097 (Man-abstract-xref-man-page): If Man-target-string is a function,
15099 (Man-highlight-references): Use Man-default-man-entry to get the
15100 target. Deal with xrefs too.
15101 (Man-highlight-references0): Don't call the target function.
15103 * woman.el (WoMan-xref-man-page): Strip the section number, woman
15104 cannot deal with it.
15106 2006-04-04 Daiki Ueno <ueno@unixuser.org>
15108 * pgg-gpg.el: Clean up process buffers every time gpg processes
15111 2006-04-04 Kenichi Handa <handa@m17n.org>
15113 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
15115 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
15116 Temporarily bind inhibit-field-text-motion to t.
15118 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15120 * startup.el (normal-splash-screen): Only set mode-line-format in the
15121 splash buffer, so as not to interfere when debugging the code.
15122 Ignore errors when switching buffer.
15124 2006-04-03 Romain Francoise <romain@orebokech.com>
15126 * dired.el (dired-dnd-protocol-alist): Fix typo.
15128 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
15130 * savehist.el (savehist): Add :version.
15131 (savehist-ignored-variables): New variable.
15132 (savehist-minibuffer-hook): Don't save variables listed in
15133 `savehist-ignored-variables'.
15135 * dired.el (dired-dnd-protocol-alist): Mention that change does
15136 only apply to new buffers in doc string.
15138 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
15140 * recentf.el (recentf-open-files-item): Include newline in button
15141 field, so opening a file will work, when the point is at the end
15142 of the file name. Allow, for example, to [i]search a file by
15143 extension and just push RET to open it.
15145 2006-04-03 Daiki Ueno <ueno@unixuser.org>
15147 * pgg-gpg.el (pgg-gpg-process-filter)
15148 (pgg-gpg-wait-for-completion): Check if buffer is alive.
15150 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15151 lines, temporary fix.
15153 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
15155 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
15157 2006-04-02 Richard Stallman <rms@gnu.org>
15159 * progmodes/compile.el (compilation-message-face): Make it defcustom.
15161 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
15163 * ibuf-macs.el (define-ibuffer-column): Add a new key:
15166 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
15167 (ibuffer-mode-header-map): New keymaps.
15168 (ibuffer-update-title-and-summary): Enable mouse face highlighting
15169 and keybindings for column headers.
15170 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
15173 2006-04-02 Drew Adams <drew.adams@oracle.com>
15175 * speedbar.el (speedbar-after-create-hook): Doc fix.
15177 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
15179 * shell.el (shell-directory-tracker)
15180 (shell-dynamic-complete-command): Doc fixes.
15182 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
15184 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
15187 2006-04-01 Kim F. Storm <storm@cua.dk>
15189 * ido.el (ido-unc-hosts-cache): New defvar.
15190 (ido-unc-hosts): If value of defcustom is a function, call it to
15191 get list of UNC hosts. Add function-item choices to specify
15192 ido-unc-hosts-net-view or user function.
15193 (ido-ignore-unc-host-regexps): New defcustom.
15194 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
15195 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
15196 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
15198 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15200 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
15203 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
15205 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
15206 (ido-max-work-file-list, ido-switch-buffer)
15207 (ido-read-file-name-as-directory-commands):
15208 Fix typos in docstrings.
15210 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15212 * term/mac-win.el (mac-system-coding-system): Define and use after
15213 Mac-specific coding systems are ready.
15215 2006-03-27 Romain Francoise <romain@orebokech.com>
15217 * net/rcirc.el (rcirc-connect): Add autoload cookie.
15219 * ldefs-boot.el: Update.
15221 2006-03-27 Daiki Ueno <ueno@unixuser.org>
15223 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15224 passphrases when it is not needed.
15225 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15226 passphrase stuff from gpg, should only be necessary when you use
15227 gpg with a smartcard.
15229 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
15231 * comint.el (comint-dynamic-list-completions): Allow user to
15232 select *Completions* buffer.
15234 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
15236 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
15238 2006-03-26 Andreas Schwab <schwab@suse.de>
15240 * progmodes/gud.el (gdb): Only complain about multiple debugging
15241 when the gdb process is still running.
15243 2006-03-25 Eli Zaretskii <eliz@gnu.org>
15245 * mail/rmail.el (tool-bar-map): Defvar it.
15246 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
15247 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
15249 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
15251 * help.el (print-help-return-message): Suggest to use
15252 display-buffer instead of switch-to-buffer-other-window to restore
15253 the previous window without selecting it.
15255 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15257 * frame.el (select-frame-by-name): Call x-focus-frame also when
15258 window-system is mac.
15260 * term/mac-win.el: Adjust Courier font specifications in
15261 x-fixed-font-alist.
15262 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
15263 when directly encoding to UTF-16 in native byte order, no BOM.
15265 2006-03-25 Kim F. Storm <storm@cua.dk>
15267 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
15268 (cua--init-keymaps): Use it instead of fixed C-return.
15269 (cua-mode): Set after it.
15271 * emulation/cua-rect.el (cua--init-rectangles):
15272 Use cua-rectangle-mark-key instead of fixed C-return.
15274 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
15276 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
15278 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
15280 2006-03-24 Romain Francoise <romain@orebokech.com>
15282 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
15283 `display-buffer-other-frame'.
15285 2006-03-24 Kim F. Storm <storm@cua.dk>
15287 * apropos.el (apropos-synonyms): Add selection => region.
15289 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
15291 * progmodes/gdb-ui.el (gdb-var-create-regexp)
15292 (gdb-var-list-children-regexp, gdb-var-update-regexp)
15293 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
15294 (gdb-data-list-register-values-regexp)
15295 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
15296 Future proof against new fields being added to MI output.
15297 (gdb-send): Don't treat backslashes for program input as
15299 (gdb-assembler-handler): Don't use window-start for this handler.
15300 (gdb-frame-handler): Don't change to hollow arrow if overlay
15301 arrow doesn't move to new frame.
15303 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
15305 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
15306 prevent compiler warnings.
15307 (gdb-stopped): Check for gud-last-last-frame (case: signal).
15308 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
15309 (gdb-assembler-custom): Use hollow-right-triangle for assembler
15312 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
15314 * pgg-gpg.el (pgg-gpg-update-agent): Check for
15315 make-network-process, so we can use the same code in Gnus v5-10
15316 too and have this file fully synchronized with that release.
15318 2006-03-23 Romain Francoise <romain@orebokech.com>
15320 * ibuf-ext.el (ibuffer-read-filter-group-name):
15321 Use `ibuffer-generate-filter-groups' to make completion list match
15322 the filter groups that are really displayed in the Ibuffer buffer.
15323 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15325 2006-03-23 Kenichi Handa <handa@m17n.org>
15327 * international/mule-cmds.el (sort-coding-systems): Describe that
15328 the argument is modified in docstring.
15330 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15332 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15333 (pgg-gpg-update-agent): New function.
15334 (pgg-gpg-use-agent-p): New function.
15335 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15336 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15337 (pgg-gpg-sign-region): Use it.
15339 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
15341 * cus-edit.el (custom-face-set): Call custom-push-theme before
15342 face-spec set so that `changed' theme is correctly saved.
15343 (custom-face-reset-standard): Reset to recalculated face rather
15346 * custom.el (custom-push-theme): Only save `changed' theme if the
15347 current face does not match the defface specs.
15349 2006-03-21 Simon Josefsson <jas@extundo.com>
15351 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15352 <wilde@sha-bang.de>.
15353 (pgg-gpg-use-agent): New variable.
15354 (pgg-gpg-process-region): Use it.
15355 (pgg-gpg-encrypt-region): Likewise.
15356 (pgg-gpg-encrypt-symmetric-region): Likewise.
15357 (pgg-gpg-decrypt-region): Likewise.
15358 (pgg-gpg-sign-region): Likewise.
15359 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15361 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
15363 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15366 2006-03-21 Kim F. Storm <storm@cua.dk>
15368 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15369 fringe-indicator-alist instead of modifying global value.
15370 (gdb-frame-handler): Likewise.
15372 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
15374 * diff-mode.el (diff-function): Make it inherit from diff-header
15375 instead of diff-context.
15377 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15379 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15380 change names in macro above for consistency.
15381 (gdb-frame-handler): Use hollow-right-triangle for all selected
15382 frames which except the innermost (where execution has stopped).
15383 (gdb-reset): Reset buffer-local values of overlay-arrow.
15385 2006-03-20 Richard Stallman <rms@gnu.org>
15387 * simple.el (set-mark-command): Doc fix.
15389 * files.el (display-buffer-other-frame): New command.
15390 (ctl-x-4-map): Bind C-x 5 C-o to it.
15392 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15394 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15395 rather than just defer-time, in case defer-time has been changed but
15396 the timer isn't running yet.
15397 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15399 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
15401 * help-mode.el (help-follow-symbol): New function.
15402 Essentially identical to the old `help-follow', but do not let
15403 `push-button' do the work when on an xref.
15404 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15406 2006-03-19 Richard Stallman <rms@gnu.org>
15408 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15409 preceded by the word `program'.
15410 (help-follow-mouse, help-follow): Throw error if not on xref.
15411 Delete no longer used args.
15413 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15415 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15416 annotation ensure gud-overlay-arrow-position is redisplayed.
15418 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15420 * textmodes/bibtex.el (bibtex-include-OPTkey)
15421 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15422 (bibtex-autokey-name-case-convert)
15423 (bibtex-autokey-titleword-case-convert): Make these the aliases
15424 for the following two variables.
15425 (bibtex-autokey-name-case-convert-function)
15426 (bibtex-autokey-titleword-case-convert-function): Make these the
15428 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15429 bibtex-font-lock-crossref sublists.
15430 (bibtex-mode): Revert 2005-12-30 change (which made
15431 completion-ignore-case buffer-local).
15432 (bibtex-url): Simplify.
15434 2006-03-19 Kim F. Storm <storm@cua.dk>
15436 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15437 cursor property value to 2 (to align with C level change).
15439 2006-03-19 Bill Wohler <wohler@newt.com>
15441 * image.el (image-load-path-for-library): Shorten first line in
15444 2006-03-18 Richard Stallman <rms@gnu.org>
15446 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15448 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15450 * isearch.el (isearch-other-meta-char): Handle user bindings for
15451 shifted control characters.
15453 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15455 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15456 part that matches email addresses, file names, etc.
15458 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15460 * term/w32-win.el (mouse-set-font):
15461 Mention w32-list-proportional-fonts in the doc string.
15463 2006-03-18 Kim F. Storm <storm@cua.dk>
15465 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15466 (ido-unc-hosts): New user option to explicitly define list of know
15467 UNC-style hosts for completion.
15468 (ido-cache-unc-host-shares-time): New user option.
15469 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15470 New helper functions for UNC file-name support.
15471 (ido-may-cache-directory): Check for UNC host. Simplify.
15472 (ido-wash-history): Clean out old UNC hosts.
15473 (ido-nonreadable-directory-p): UNC hosts are always readable.
15474 (ido-directory-too-big-p): UNC hosts are never too big.
15475 (ido-set-current-directory): Handle UNC root path.
15476 (ido-file-name-all-completions): Complete UNC host names from
15477 ido-unc-hosts list. Cache UNC host shares.
15478 (ido-make-file-list-1): Don't filter UNC root.
15479 (ido-exhibit): Check for // in root directory, and switch to UNC
15480 mode by setting ido-current-directory to //.
15482 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15484 * cus-edit.el (customize-changed-options): Mention explicit
15485 version number as default in prompt.
15487 2006-03-17 Bill Wohler <wohler@newt.com>
15489 * image.el (image-load-path-for-library): Minor docstring fix.
15491 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15493 * textmodes/org.el (org-read-date): Include subgroup 5 into
15495 (org-popup-calendar-for-date-prompt): Fix customization type.
15497 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15499 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15500 (gdb-continuation): New variable.
15501 (gdb-send): Deal with continuation lines.
15503 * progmodes/gud.el (gud-gdb-complete-command)
15504 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15506 (gud-tooltip-mode): Use buffer-local value.
15508 2006-03-16 Kim F. Storm <storm@cua.dk>
15510 * ido.el (ido-edit-input): Use selected match, if any.
15512 2006-03-16 Bill Wohler <wohler@newt.com>
15514 * image.el (image-load-path-for-library): Prefer user's images in
15517 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15519 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15520 when checking for attempt to drag leftmost or rightmost scrollbar.
15522 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15524 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15525 (gdb-force-mode-line-update): New function.
15526 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15527 (gdb-exited): Use them.
15528 (gdb-signal): New function.
15529 (gdb-annotation-rules): Provide a rule for it.
15531 2006-03-16 Kenichi Handa <handa@m17n.org>
15533 * international/mule.el (auto-coding-regexp-alist): Add entries
15536 * sort.el (sort-build-lists): Temporarily bind
15537 inhibit-field-text-motion to t.
15539 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15541 * locate.el (locate-command, locate-make-command-line)
15542 (locate-fcodes-file, locate-update-command)
15543 (locate-prompt-for-command, locate, locate-with-filter)
15544 (locate-get-file-positions): Doc fixes.
15545 (locate-buffer-name, locate-header-face): Remove leading `*' in
15547 (locate-filter-output): Use `keep-lines' instead of its alias
15548 `delete-non-matching-lines'.
15549 (locate-get-filename, locate-get-dirname): Add introductory comment.
15550 (locate-find-directory-other-window): Give appropriate error
15551 message if used outside main listing.
15553 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15555 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15556 the new extend-region feature.
15557 (font-lock-after-change-function): Update correspondingly.
15558 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15559 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15561 2006-03-15 Bill Wohler <wohler@newt.com>
15563 * image.el (image-load-path-for-library): Fix example by not
15564 recommending that one binds image-load-path. Just defvar it to
15565 placate compiler and only use it if previously defined.
15567 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15569 * textmodes/org.el (org-insert-centered): Use `string-width' to
15570 make underlining work for wide characters.
15571 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15572 TAB to `org-cycle', to make sure that no binding in
15573 `outline-mode-map' can supercede it.
15575 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15577 * allout.el: Increment version to 2.2.1 in file commentary.
15579 (allout-version): Increment to 2.2.1.
15581 (allout-default-layout): New customization variable, used when the
15582 file lacks a specific allout-layout. Uses allout-layout-type for
15583 recursively nested definition.
15585 (allout-layout-type): Widget defining allout layouts, necessary for
15586 self-recursive definition.
15588 (allout-mode): Incorporate allout-default-layout as fallback for
15591 (allout-layout): Mark as 'safe-local-variable', and refer mention
15592 fallback to `allout-default-layout' in absence of a specified value.
15593 (allout-passphrase-verifier-string)
15594 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15596 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15598 (allout-get-encryption-passphrase-verifier): Use correct name of
15599 passphrase verifier in docstring.
15601 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15603 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15605 (gdb-find-watch-expression): Make it work for arrays too.
15606 Follow change to gdb-var-list.
15607 (gud-watch): Allow the user to enter variable name with a prexix
15608 arg. Create keybindings.
15609 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15610 (gdb-var-list-children-handler, gdb-var-update-handler)
15611 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15612 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15613 Follow change to gdb-var-list.
15614 (gdb-starting): Don't show the overlay arrows when program is running.
15616 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15619 2006-03-14 Bill Wohler <wohler@newt.com>
15621 * image.el (image-load-path-for-library): Pass value of path
15622 rather than symbol. Always return list of directories.
15623 Guarantee that image directory comes first.
15625 2006-03-14 Alan Mackenzie <acm@muc.de>
15627 * font-core.el (font-lock-extend-region\(-function\)?.):
15628 New function/variable.
15630 * font-lock.el (font-lock-after-change-function):
15631 Call font-lock-extend-region. Obey font-lock-lines-before.
15632 (font-lock-default-fontify-region): Remove reference to
15633 font-lock-lines-before.
15635 * jit-lock.el (jit-lock-after-change):
15636 Call font-lock-extend-region. Obey font-lock-lines-before.
15638 2006-03-14 David Ponce <david@dponce.com>
15640 * tree-widget.el (tree-widget-themes-load-path)
15641 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15643 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15645 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15646 (rcirc-print): Mark the start of text at the end of the prompt.
15647 (rcirc-track-minor-mode): Add autoload cookie.
15648 (rcirc-update-activity-string): Add space to front of mode-line
15651 2006-03-13 Miles Bader <miles@gnu.org>
15653 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15654 (rcirc-abbrev-nick): Remove function.
15655 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15657 2006-03-13 David Ponce <david@dponce.com>
15659 * tree-widget.el: Handle themes across all occurrences of the main
15660 themes sub-directory found in tree-widget-themes-load-path.
15661 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15662 (tree-widget--locate-sub-directory): Return all occurrences.
15663 (tree-widget-themes-path): New function.
15664 Replace tree-widget-themes-directory, and return a list of directories.
15665 (tree-widget-set-parent-theme)
15666 (tree-widget-lookup-image): Use it.
15668 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15670 * textmodes/org.el (org-link-search): Avoid self-matching of
15671 links, allow target text to be distributed over several lines.
15672 (org-search-not-link): New function.
15673 (org-set-regexps-and-options, org-get-current-options):
15674 New startup options.
15675 (org-export-as-html): Take odd-level setting from local variable.
15676 (org-fontify-emphasized-text): New option.
15677 (org-set-font-lock-defaults): Include emphasized text.
15678 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15679 (org-font-lock): Customize group renamed from `org-faces'.
15681 2006-03-13 John Paul Wallington <jpw@pobox.com>
15683 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15684 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15686 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15688 * cus-start.el (all): Delete :version keyword for members of the
15689 fringe group, since the entire group is new in 22.1.
15691 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15693 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15694 map if value is hexadecimal (an address).
15695 (gud-watch): Only search roots for existing watch expressions.
15696 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15697 prevent caching problems with speedbar-update-directory-contents.
15699 2006-03-12 Juri Linkov <juri@jurta.org>
15701 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15702 before comparing with `low' and `warn'.
15704 * info.el (Info-dir-remove-duplicates): Move point to the
15705 beginning of the current line after deleting the entries from
15706 redundant heading. Use marker for `limit' and compare it with
15707 point before calling `re-search-forward'.
15709 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15711 * simple.el (yank): Fix typo in docstring.
15713 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15715 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15716 messages, where "D" is the 6th character.
15718 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15720 * simple.el (yank): Fix last change.
15722 2006-03-11 David Ponce <david@dponce.com>
15724 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15725 before merging elements from the standard ispell-dictionary-alist.
15726 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15727 alist, and return the new alist.
15729 2006-03-11 Richard Stallman <rms@gnu.org>
15731 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15733 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15734 the way it is implemented is too unclean.
15736 * simple.el (kill-region, yank): Doc fix.
15738 * battery.el (battery-echo-area-format): Doc fix.
15739 (battery-mode-line-format): Likewise.
15740 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15741 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15743 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15745 * progmodes/octave-mod.el (octave-indent-for-comment):
15746 Behave according to do string.
15748 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15750 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15751 Be visible only if major mode is Mail Mode.
15753 * textmodes/flyspell.el (flyspell-external-point-words)
15754 (flyspell-process-localwords): Fix last changes.
15756 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15758 * calendar/holidays.el (list-holidays): Doc fix.
15760 * international/mule.el (auto-coding-alist): Add .odt
15761 (OpenOffice's open document) files.
15763 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15764 document) files. Mention in the doc string the need to sync with
15767 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15769 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15770 enable-local-variables is set to always query, or there is no
15773 2006-03-10 Bill Wohler <wohler@newt.com>
15775 * image.el (image-load-path-for-library): Merge at least three
15776 functions from Gnus and MH-E into this one function that can now
15779 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15781 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15782 gdb-remove-mouse-face and remove help-echo too.
15783 (gdb-enqueue-input): Correct conditional clause.
15785 2006-03-10 Glenn Morris <rgm@gnu.org>
15787 * calendar/calendar.el (calendar-holidays): Doc fix.
15788 * calendar/holidays.el (list-holidays): Doc fix.
15790 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15792 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15793 it gets called in gdb-prompt anyway.
15794 (gdb-use-separate-io-buffer): Only restore window arrangement for
15796 (gdb-enqueue-input): Make it harder to send GDB input when program
15798 (gdb-buffer-list): New variable.
15799 (gdb-remove-mouse-face): New function.
15800 (gdb-starting): Use it when GDB input won't get sent.
15802 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15804 * help.el (view-lossage): Remove trailing whitespace before
15807 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15809 * files.el (hack-local-variables-confirm):
15810 Set coding-system-for-read to nil before writing to .emacs.
15812 * arc-mode.el (archive-extract): Check if an existing buffer name
15813 comes from a different archive.
15815 * help.el (describe-key-briefly): If KEY is a down event, read and
15816 discard the up event.
15818 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15820 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15821 be edited and use font-lock-warning-face for any changes.
15823 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15824 (gdb-edit-value): Use it to report any errors.
15826 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15828 * help.el (describe-key): Remove leftover test code.
15830 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15832 * textmodes/org.el: Move defvars out of eval-when-compile.
15833 Use buffer-file-name variable.
15834 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15836 (org-level-faces): Remove startup dependency.
15837 (org-cycle, org-map-tree, org-scan-tags)
15838 (org-remember-handler): Don't call `outline-level' directly.
15839 (org-mhe-search-all-folders): New option.
15840 (org-mhe-get-message-folder-from-index)
15841 (org-mhe-get-message-folder): Fix indexing search.
15842 (org-format-agenda-item): Handle nil TAGS argument.
15843 (org-cleaned-string-for-export, org-activate-target-links)
15844 (org-make-target-link-regexp): Deal with empty radio target list.
15845 (org-tag): New face.
15846 (org-get-level-face): New function.
15847 (org-set-font-lock-defaults): Simplify setup for headlines.
15848 (org-complete): Pass common substring to `display-completion-list'.
15850 2006-03-06 David Ponce <david@dponce.com>
15852 * tree-widget.el: Update Commentary header.
15853 (tree-widget-theme-name): Ignore parent themes.
15854 (tree-widget-set-parent-theme): New function.
15855 (tree-widget-set-theme): Use it.
15856 (tree-widget-set-image-properties): Move definition. Does nothing
15857 if image properties have already been set.
15858 (tree-widget-image-properties): Move definition. Receive an image
15859 name. Set the :pointer property.
15860 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15861 Don't set the :pointer image property.
15862 (tree-widget-convert-widget): New function. Handle :dynargs
15863 compatibility here.
15864 (tree-widget): Use it to :convert-widget. Add the :expander-p
15865 predicate to control when the :expander function is entered.
15866 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15867 (tree-widget-value-create): Handle :expander-p. widget-apply
15869 (tree-widget-expander-p): New function. Default value of the
15870 :expander-p property.
15872 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15874 * help.el (describe-key): Properly handle the return value of
15875 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15876 remaps. Handle string and vector `follow-link' values.
15878 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15880 * complete.el (PC-expand-many-files): Try be more careful when parsing
15881 the shell's output.
15883 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15885 * outline.el (hide-sublevels): Provide better interactive default.
15887 2006-03-06 Kenichi Handa <handa@m17n.org>
15889 * international/fontset.el (create-fontset-from-fontset-spec):
15890 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15892 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15894 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15895 backslashes instead of one in regexp.
15896 (gud-tooltip-dereference): Add missing optional argument.
15898 2006-03-04 John Paul Wallington <jpw@pobox.com>
15900 * wdired.el (toplevel): Require `cl' at compile-time.
15902 2006-03-04 Andreas Schwab <schwab@suse.de>
15904 * server.el (server-process-filter): Handle errors during
15905 evaluation of the argument.
15907 2006-03-03 John Paul Wallington <jpw@pobox.com>
15909 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15910 escape parentheses at beginning of line.
15911 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15912 (t-mouse-mode): Remove period from end of error message.
15914 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15916 * textmodes/flyspell.el (flyspell-process-localwords):
15919 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15921 * cus-edit.el (custom-quote): Remove function, since it has been
15922 moved to custom.el.
15924 * font-lock.el (lisp-font-lock-keywords-2)
15925 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15926 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15927 they have no special meaning.
15929 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15930 indirect buffer gets killed before indirect buffer. Use dolist.
15932 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15934 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15935 value instead of a literal constant (1) on more pauses.
15937 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15939 * textmodes/flyspell.el (flyspell-external-point-words):
15942 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15944 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15947 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15949 * allout.el: Restablish intermediate missing comment header to
15950 preserve outline structure.
15951 (allout-beginning-of-current-entry): Skip invisible text.
15952 (allout-open-topic): Fix opening a topic at end-of-buffer.
15953 (allout-minor-mode): Move nearer to allout-mode function.
15955 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15957 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15959 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15961 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15964 * progmodes/gud.el (gud-speedbar-menu-items):
15965 Use buffer-local-value and add missing :visible keyword.
15967 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15969 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15971 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15972 must be `follow-link'.
15974 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15976 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15977 formatting: No nested anchors.
15978 (org-all-targets): Fix bug with XEmacs compatibility.
15979 (org-read-date): Add (require 'parse-time).
15980 (org-set-tags): Fix bug with extra inserted space.
15981 (org-export-html-style): Define a style class for targets.
15982 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15983 (org-hide-leading-stars): New option.
15984 (org-hide): New face.
15985 (org-set-font-lock-defaults): Allow to hide leading stars.
15986 (org-get-legal-level, org-tr-level): New functions.
15987 (org-odd-levels-only): New option.
15988 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15989 (org-demote, org-promote): Deal with double-star levels.
15990 (org-convert-to-odd-levels): New command.
15992 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15994 * speedbar.el (speedbar-update-localized-contents): Try to
15995 preserve window-start.
15996 (speedbar-update-directory-contents): Try to preserve window-start
15998 (speedbar-update-special-contents): Don't move back to start of window.
16000 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
16001 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
16003 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
16004 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
16005 instead of gdb-speedbar-timer-fn.
16007 2006-02-28 Jay Belanger <belanger@truman.edu>
16009 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
16010 (math-compose-expr): Use latex option when calling
16011 `math-compose-tex-matrix' for latex mode.
16013 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
16015 * speedbar.el: Re-instate comments about developing for speedbar
16016 [this is what info and gdb-ui use even if better methods exist now].
16018 * t-mouse.el: New file.
16019 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
16020 (t-mouse-lispy-buffer-posn-from-coords): Remove.
16021 (t-mouse-make-event-element): Use posn-at-x-y instead.
16022 (t-mouse-make-event): Deal with Fedora Core 3.
16023 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
16024 (t-mouse-mouse-position-function): New function. Use it instead
16025 of advising mouse-position.
16026 (t-mouse-mode): New minor mode.
16027 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
16029 2006-02-27 Glenn Morris <rgm@gnu.org>
16031 * calendar/calendar.el (calendar-holidays): Doc fix.
16033 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
16035 * progmodes/gdb-ui.el (gdb-source-window): New variable.
16036 Re-introduce the concept of a source window.
16037 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
16038 consistency with get-buffer-create.
16039 (def-gdb-auto-update-handler, gdb-info-locals-handler)
16040 (gdb-data-list-register-values-handler)
16041 (gdb-stack-list-locals-handler): Try to preserve window-start as
16042 well as window-point.
16043 (gdb-display-source-buffer): New function (old concept).
16044 (gdb-goto-breakpoint): Use it.
16046 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
16047 for gdb-ui/gdb-mi (old concept).
16049 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
16051 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
16054 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
16056 * textmodes/reftex-sel.el (reftex-select-label-map)
16057 (reftex-select-bib-map): Add `follow-mouse' binding.
16059 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
16061 * jka-cmpr-hook.el (jka-compr-compression-info-list)
16062 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
16063 Give :set functions to provide automatic updating.
16064 Update docstring. Give compiler defvars early in the file
16065 and move the defcustoms to a later spot where all called functions
16067 (jka-compr-file-name-handler-entry): Doc fix.
16068 (jka-compr-compression-info-list--internal)
16069 (jka-compr-mode-alist-additions--internal)
16070 (jka-compr-load-suffixes--internal): New variables.
16071 (jka-compr-install): Set the three above variables.
16072 Update `load-file-rep-suffixes' instead of `load-suffixes'.
16073 (jka-compr-update, jka-compr-set): New functions.
16074 (auto-compression-mode): Doc fix.
16076 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
16077 Update `load-file-rep-suffixes' instead of `load-suffixes'.
16078 Use jka-compr-compression-info-list--internal,
16079 jka-compr-mode-alist-additions--internal and
16080 jka-compr-load-suffixes--internal.
16082 * files.el (load-library):
16083 * loadhist.el (file-loadhist-lookup):
16084 * startup.el (command-line):
16085 * subr.el (locate-library):
16086 * emacs-lisp/autoload.el (update-directory-autoloads):
16087 * emacs-lisp/find-func.el (find-library-suffixes):
16088 Use `get-load-suffixes' instead of `load-suffixes'.
16090 * subr.el (locate-library):
16091 * emacs-lisp/find-func.el (find-library-name):
16092 Use `load-file-rep-suffixes' instead of '("").
16094 2006-02-26 Kim F. Storm <storm@cua.dk>
16096 * ido.el (ido-save-history, ido-load-history): Simplify.
16097 Don't use find-file-noselect to avoid interference from other modes.
16099 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
16101 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
16102 to use the default shell if filename is not available.
16103 Reported by Giorgos Keramidas.
16105 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
16107 * progmodes/etags.el (tags-completion-table): Do completion from
16108 all the tables in the current list, as documented in the manual.
16110 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16112 * CC Mode Update to 5.31.3.
16114 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16116 * progmodes/cc-mode.el (c-postprocess-file-styles):
16117 Bind inhibit-read-only to t, around the call to
16118 c-remove-any-local-eval-or-mode-variables, so that it works on a
16121 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16123 * progmodes/cc-awk.el: Correct a typo.
16125 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16127 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
16128 c-hungry-delete-backwards, at the request of RMS. Leave the old
16131 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16133 * progmodes/cc-mode.el: Correct a typo.
16135 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16137 * progmodes/cc-defs.el: Update the version number to 5.31.3.
16139 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16141 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
16142 brace-else-brace (error due to mbeg, mend being undefined).
16144 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16146 * progmodes/cc-mode.el: File Local variables: Solve the problem
16147 where both `mode' and c-file-offsets are specified: `mode' will
16148 overwrite c-f-o's settings:
16149 (c-remove-any-local-eval-or-mode-variables): New function.
16150 (c-postprocess-file-styles): Call the above new function, within
16151 c-tentative-buffer-change, to splat `mode' and `eval' before the
16152 second hack-local-variables.
16154 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16156 * progmodes/cc-mode.el:
16157 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
16158 (c-after-change): Protect the match data with save-match-data.
16159 It was getting corrupted by c-after-change-check-<>-operators.
16161 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
16162 (top level): Check for a buggy font-lock-compile-keywords ONLY in
16163 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
16165 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
16166 with save-match-data. It was being corrupted when Font Lock was
16169 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
16171 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
16172 Mode and Subword Mode.
16174 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
16175 real labels ("case 1:" or "foo:") from non-labels ("public:").
16176 (c-forward-objc-directive): Replace c-forward-token-2 with crude
16177 coding; c-f-t-2 doesn't move over a token at EOB.
16179 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
16181 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
16182 (c-update-modeline): Concatenate the minor mode indicators
16183 directly onto mode-name, removing c-submode-indicators.
16184 Sometimes, c-s-i got separated from the mode name on the mode line.
16186 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
16187 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
16189 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16191 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
16192 error message when there's an evaluation error to show whether
16193 it's loaded from source or not.
16194 (c-filter-ops): Make it available at runtime too to work when
16195 `c-make-init-lang-vars-fun' needs to evaluate from source.
16197 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
16199 * help.el (help): Revert last part of 2006-02-23 change (deletion
16200 of the `provide' call).
16202 2006-02-23 Juri Linkov <juri@jurta.org>
16204 * compare-w.el (compare-windows-highlight): Add new value
16205 `persistent' and change :type from `boolean' to `choice'.
16206 (compare-windows-overlays1, compare-windows-overlays2):
16207 New internal variables.
16208 (compare-windows-highlight): If compare-windows-highlight is
16209 `persistent', add current overlays to compare-windows-overlays[12]
16210 instead of adding compare-windows-dehighlight to pre-command-hook.
16211 (compare-windows-dehighlight): Delete all overlays from
16212 compare-windows-overlays[12].
16214 * info.el (Info-search): Don't bind search-spaces-regexp to
16215 Info-search-whitespace-regexp in non-regexp isearch mode.
16217 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16219 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
16221 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
16223 * textmodes/org.el (org-xemacs-p)
16224 (org-export-html-show-new-buffer, org-table-may-need-update)
16225 (org-insert-item, org-mhe-get-message-real-folder)
16226 (org-mhe-get-message-folder-from-index)
16227 (org-mhe-get-message-folder, org-mhe-get-message-num)
16228 (org-mhe-get-header, org-make-org-heading-search-string)
16229 (org-make-org-heading-camel, org-table-sort-lines)
16230 (org-format-org-table-html, org-format-table-table-html):
16231 Fix typos in docstrings.
16233 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
16235 * textmodes/org.el (org-cleaned-string-for-export)
16236 (org-solidify-link-text): New function.
16237 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
16238 XEmacs, just to silence the compiler.
16239 (org-export-as-ascii, org-export-as-html-and-open):
16240 Use `org-cleaned-string-for-export' and create internal links.
16241 (org-follow-mhe-link): Require mh-e, use folder.
16243 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
16245 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
16247 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
16248 gdb-debug-log-length.
16249 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
16250 it a real ring but...
16251 (gud-gdba-marker-filter): ...make it work like mark-ring.
16252 (gdb-enable-debug): Rename from gdb-enable-debug-log.
16253 (gdb-mouse-jump): New function. Add bindings.
16255 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
16257 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
16258 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
16259 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
16260 (gdb-debug-log-length): Customize it's length.
16261 (gud-watch, gdb-var-create-handler): Display function::var format
16262 but don't use to create variable object.
16263 (gdb-var-create-handler): Use message-box in place of message.
16264 (gdb-stopped): Call gdb-exited if signalled.
16266 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
16268 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
16270 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
16272 * textmodes/reftex.el (reftex-locate-file): Search all extensions
16273 if `reftex-try-all-extensions' is set.
16275 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
16276 fail silently when there is no valid argument at point.
16277 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
16278 `fail-silently' argument. From a patch by David Reiter.
16280 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
16282 (org-mark-ring): New variable.
16283 (org-mark-ring-length): New option.
16284 (org-open-at-point, org-goto, org-open-file): Push old position
16285 onto the mark ring.
16286 (org-add-hook): New function.
16287 (org-export-table-remove-special-lines): New option.
16288 (org-skip-comments, org-format-org-table-html): Respect new
16289 option `org-export-table-remove-special-lines'.
16290 (org-open-file): Allow special command configuration for
16292 (org-file-apps): Fix bugs in customize type, added setting
16294 (org-activate-tags, org-format-agenda-item, org-complete)
16295 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
16296 (org-get-tags, org-get-buffer-tags, org-open-at-point)
16297 (org-link-search, org-make-org-heading-search-string)
16298 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
16299 (org-radio-targets, org-file-link-context-use-camel-case)
16300 (org-activate-camels): New options.
16301 (org-update-radio-target-regexp, org-all-targets)
16302 (org-make-target-link-regexp, org-activate-target-links):
16304 (org-make-org-heading-search-string): New function.
16305 (org-store-link, org-insert-link): Use new option
16306 `org-file-link-context-use-camel-case'.
16307 (org-activate-camels): Use new option `org-activate-camels'.
16308 (org-link-regexp): Add mhe prefix.
16309 (org-open-at-point, org-store-link): Support for mhe links.
16310 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16311 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16312 (org-mhe-get-header, org-follow-mhe-link): New functions.
16313 (org-remove-angle-brackets, org-add-angle-brackets):
16315 (org-bracket-link-regexp): New constant.
16316 (org-read-date): Fix bug that was rejecting all typed dates.
16317 (org-link-search): Make hierarchy above visible after a match.
16318 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16319 (org-store-link): Fix bug with link creation when cursor is in
16321 (org-open-at-point): Fix bug with matching a link.
16322 Fixed buggy argument sequence in call to `org-view-tags'.
16323 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16324 (org-prefix-has-tag): New variable.
16325 (org-format-agenda-item): Remove tags from headline
16327 (org-agenda-remove-tags-when-in-prefix): New option.
16329 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
16331 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16332 Fix the regular expressions.
16334 2006-02-21 Richard M. Stallman <rms@gnu.org>
16336 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16337 if there's no other specific basis.
16339 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16340 as variables at all.
16341 (unsafep-variable): Rename arg; doc fix.
16343 * abbrevlist.el (list-one-abbrev-table): Add autoload.
16345 * calendar/appt.el (diary-selective-display): Add defvar.
16347 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16349 * isearch.el (search-whitespace-regexp): Fix custom type.
16351 * help.el (describe-key-briefly): Compute interactive args
16352 in same was as before previous change.
16354 * files.el (enable-local-variables): Doc fix.
16356 2006-02-21 Kim F. Storm <storm@cua.dk>
16358 * fringe.el: Cleanup as file is now pre-loaded.
16359 (fringe-bitmaps): Initialize unconditionally.
16360 (fringe-mode, set-fringe-style): Remove autoload cookies.
16362 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
16364 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16366 (fringe-cursor-alist): Use `horizontal-bar'.
16368 2006-02-20 Kim F. Storm <storm@cua.dk>
16370 * fringe.el (fringe-bitmaps): Update to new bitmap names.
16371 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16373 * loadup.el: Load "fringe" on window systems.
16375 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16377 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16378 out of scope components.
16380 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16383 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
16385 * custom.el (customize-mark-to-save, customize-mark-as-set):
16386 Load the symbol first.
16388 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
16390 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16391 strech spec so it doesn't display as "^J" on the header line
16392 when `Buffer-menu-use-header-line' is t.
16394 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16396 * speedbar.el (speedbar-make-button): Keep text properties
16397 of string arguments if desired.
16399 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16402 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16405 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
16407 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16408 to value of `read-file-name-completion-ignore-case'.
16410 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
16412 * custom.el (customize-mark-as-set): Push to `user' theme.
16414 * cus-edit.el (custom-save-variables): Allow unthemed values.
16415 (customize-set-variable): Push setting to `user' theme.
16417 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16419 * progmodes/gud.el: Don't require font-lock as it's now
16420 automatically loaded.
16421 (gud-speedbar-buttons): Replace gdb-var-changed with
16424 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16426 (gdb-post-prompt): Use it.
16427 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16428 (gdb-var-update-handler, gdb-var-delete)
16429 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16430 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16431 gdb-force-update in gdb-post-prompt.
16432 (gdb-reset): Clear watch expressions from speedbar when quitting.
16434 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16436 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16437 (viper-change-state-to-vi, viper-change-state-to-emacs):
16438 Make aware of cursor coloring in the Emacs state.
16439 (viper-special-read-and-insert-char): Use read-char-exclusive.
16440 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16442 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16445 * emulation/viper-util.el (viper-save-cursor-color)
16446 (viper-get-saved-cursor-color-in-replace-mode)
16447 (viper-get-saved-cursor-color-in-insert-mode)
16448 (viper-restore-cursor-color): Make aware of the cursor color
16450 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16452 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16453 (ediff-ignore-case-option3, ediff-actual-diff-options)
16454 (ediff-actual-diff3-options): New variables to control case sensitivity.
16455 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16456 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16457 (ediff-toggle-ignore-case): New function.
16458 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16460 * ediff-help.el (ediff-long-help-message-narrow2)
16461 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16462 (ediff-long-help-message-word-mode): Add ignore-case command.
16463 (ediff-help-for-quick-help): Add ignore-case command.
16465 * ediff-merg.el: Move provide to the end.
16467 * ediff-ptch.el: Move provide to the end.
16469 * ediff-wind.el: Move provide to the end.
16471 * ediff-mult.el: Move provide to the end.
16472 (ediff-set-meta-overlay): Enable follow-link.
16474 * ediff.el: Move provide to the end.
16475 Break recursive load cycle in eval-when-compile.
16476 (ediff-patch-buffer): Better heuristics.
16478 * ediff-util.el: Move provide to the end.
16479 Break recursive load cycle in eval-when-compile.
16480 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16482 (ediff-submit-report): Pass the values of ediff-diff3-program,
16483 ediff-diff3-options.
16485 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16487 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16488 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16489 `' (for example, in the docstring of `windmove-default-keybindings').
16491 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16493 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16494 shadow face. Don't provide binding to edit variable when it is
16497 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16498 (gdb-var-update-handler): Detect out of scope variables with pre
16500 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16501 Reset status of variable objects to nil in update handlers.
16502 (gdb-var-update-handler-1): Detect when a variable object comes
16503 in scope. setcar on var changes gdb-var-list directly.
16505 2006-02-17 Juri Linkov <juri@jurta.org>
16507 * ffap.el (ffap) <defface>: Add explicit face declaration.
16508 (ffap-highlight): Use face `ffap' directly instead of checking
16511 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16512 `visible-ok' of `other-buffer' to find the right original buffer.
16514 * info.el (Info-search): Skip `Local Variables' node.
16516 2006-02-17 Juri Linkov <juri@jurta.org>
16518 * info.el (Info-find-file): Check for symbols `apropos', `history',
16519 `toc' in the input filename, and return these symbols as is.
16520 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16521 `history', `toc' instead of strings.
16522 (Info-set-mode-line): For non-string Info-current-file use the
16523 symbol's name inside **.
16524 (Info-isearch-push-state): Add quote before Info-current-file and
16526 (Info-isearch-pop-state): Use `equal' instead of `string='.
16527 (Info-extract-pointer, Info-following-node-name): Use
16528 `match-string-no-properties' instead of `match-string'.
16529 (Info-up): Check `old-file' for `stringp'.
16530 (Info-history): Use `equal' instead of `string-equal'.
16531 Check `file' for `stringp'.
16532 (Info-history): Use symbol `history' instead of string as first arg
16533 of `Info-find-node'.
16534 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16535 `toc' instead of string.
16536 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16537 instead of `buffer-substring', and `match-string-no-properties'
16538 instead of `match-string'.
16539 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16540 instead of strings.
16541 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16542 Use symbol `apropos' instead of string.
16543 (Info-copy-current-node-name): Check `Info-current-file' for
16544 `stringp' and construct a command with `Info-find-node' from it.
16545 (Info-fontify-node): Use `match-string-no-properties' instead of
16546 `match-string' and check file names for `stringp'.
16547 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16548 `history', `toc' instead of strings.
16550 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16552 * files.el: Rearrange functions and variables in the file local
16555 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16557 * files.el: Add truncate-lines, ispell-check-comments and
16558 ispell-local-dictionary as safe local variables.
16560 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16562 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16563 out of scope variables.
16564 (gud-speedbar-buttons): Use unless.
16566 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16567 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16568 (gdb-show-changed-values): Also use for out of scope variables.
16569 (gdb-var-update-handler-1): Note if variable goes out of scope.
16571 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16573 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16574 default to global variable values for unsupplied args.
16575 (rcirc-get-buffer-create): Fix bug with setting the target.
16576 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16577 test for rcirc-always-use-server-buffer-flag here.
16578 (rcirc-response-formats): Add %N, which is a facified nick. %n
16579 uses the default face. Change the ACTION format string. If the
16580 "nick" is the server, don't print anything for that field.
16582 (rcirc-target-buffer): Don't test
16583 rcirc-always-use-server-buffer-flag here.
16584 (rcirc-print): Squeeze extra spaces out of the text before message.
16585 (rcirc-put-nick-channel): Strip potential "@" char from nick
16586 before adding them to nick table.
16587 (rcirc-url-regexp): Improve to match address like "foo.com".
16589 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16591 * allout.el (allout-hidden-p): Move this defsubst before
16592 allout-overlay-interior-modification-handler, where it is first
16595 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16597 * allout.el: Use allout invisible-text overlays instead of
16598 selective display for concealed text. Also, lots of general
16599 cleanup, and improved compatibility code.
16601 (allout-version): Incremented, corrected, revised, and refined
16604 (provide 'allout): Moved to the bottom, added a require of overlay.
16606 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16608 (allout-write-file-hook-handler): Minimize delay.
16609 (count-trailing-whitespace-region): New function so
16610 auto-encryption of current topic can resituate cursor exactly.
16611 PGP/GPG encryption trims trailing whitespace from lines, which
16612 must be accounted for across encryption then decryption.
16614 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16615 just plain "\C-c", to avoid intruding on user's keybinding space.
16617 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16618 parameter, so user request to provide a new password is done.
16620 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16621 Refined mechanism for auto-filling behavior while in allout mode.
16623 (allout-mode): Explicitly specify the mode map in the docstring.
16624 Clarify provision for various write-file hook var names.
16625 Adjusted for invisible-text overlays instead of selective-display.
16627 (allout-depth): Really return 0 if not within any topic. This
16628 rectifies `allout-beginning-of-level' and sequence numbering
16629 errors that occur when cutting and pasting numbered topics.
16630 Changed from a in-line subst to a regular function, as well.
16632 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16634 (allout-end-of-subtree, allout-end-of-subtree)
16635 (allout-end-of-entry, allout-end-of-current-heading)
16636 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16637 (allout-show-children, allout-show-to-offshoot)
16638 (allout-hide-current-entry, allout-show-current-entry): Rectified
16639 handling of trailing blank lines between items.
16641 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16642 (allout-current-depth, allout-unprotected, allout-hidden-p)
16643 (allout-on-current-heading-p, allout-listify-exposed)
16644 (allout-chart-subtree, allout-goto-prefix)
16645 (allout-back-to-current-heading, allout-get-body-text)
16646 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16647 (allout-hide-region-body, allout-toggle-subtree-encryption)
16648 (allout-encrypt-string, allout-encrypted-key-info)
16649 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16650 (allout-file-vars-section-data): Adjusted for use with
16651 invisible-text overlays instead of selective-display.
16653 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16654 Reworked for use with invisible text overlays.
16656 (allout-current-topic-collapsed-p): New function.
16658 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16659 to know when to close the containing topic.
16661 (allout-pre-command-business, allout-post-command-business):
16662 Simplify undo-batching and dynamic isearch exposure.
16664 (allout-set-overlay-category): New for invisible-text overlays.
16665 Sets properties of allout-overlay-category, used by
16666 allout-flag-region to set invisible-text overlay properties.
16667 (allout-get-invisibility-overlay): Get the first qualifying
16668 invisibility overlay, so we can find the extent of it.
16669 (allout-back-to-visible-text): Get to just before the beginnining
16670 of the current invisibility overlay, if any.
16672 (allout-overlay-insert-in-front-handler)
16673 (allout-overlay-interior-modification-handler)
16674 (allout-before-change-handler, allout-isearch-end-handler): New
16675 functions to handle extraordinary actions affecting concealed
16678 (allout-flag-region): Use overlays instead of selective-display
16679 for invisible text - by inheritence from the properties of
16680 allout-overlay-category in mainline Emacs, and applied
16681 property-by-property in XEmacs, some recent versions of which
16682 don't inherit the properties from the category. Provisions to
16683 respond to concealed-text edits simplified drastically.
16685 (allout-isearch-rectification, allout-isearch-was-font-lock)
16686 (allout-isearch-expose, allout-enwrap-isearch)
16687 (allout-isearch-abort, allout-pre-was-isearching)
16688 (allout-isearch-prior-pos, allout-isearch-did-quit)
16689 (allout-isearch-dynamic-expose)
16690 (allout-hide-current-entry-completely): Functions deleted.
16692 (allout-undo-aggregation): Explicit undo aggregation no longer
16693 necessary due to transition away from selective-display.
16695 (set-allout-regexp, allout-up-current-level)
16696 (allout-next-visible-heading, allout-forward-current-level)
16697 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16698 (allout-kill-line, allout-yank-processing, allout-show-children)
16699 (allout-expose-topic, allout-old-expose-topic)
16700 (allout-listify-exposed, allout-insert-latex-header)
16701 (allout-toggle-subtree-encryption, allout-encrypt-string)
16702 (remove-from-invisibility-spec, allout-hide-current-subtree):
16703 Ditched unused variables.
16705 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16707 * textmodes/ispell.el (ispell-change-dictionary): Call
16708 ispell-buffer-local-dict instead of
16709 ispell-accept-buffer-local-defs.
16710 (ispell-local-dictionary-alist): Accept as valid any coding-system
16711 supported by Emacs.
16712 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16713 changed to iso-8859-3.
16715 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16717 * speedbar.el (speedbar-frame-width): Make an inline function
16718 instead of a macro. Use frame-width.
16719 (speedbar-try-completion, speedbar-update-contents)
16720 (speedbar-timer-fn): Use consp.
16721 (speedbar-update-localized-contents): Try to preserve point.
16723 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16724 (menu): Re-order menu items.
16725 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16727 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16728 (gdb-post-prompt): Speed things by not forcing update.
16730 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16732 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16733 press and perform default action if we get a mouse movement event.
16735 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16737 * calendar/icalendar.el (icalendar--get-event-property)
16738 (icalendar--get-event-property-attributes): Fix typos in
16741 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16744 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16746 * bs.el (bs-mode): Use `buffer-disable-undo'.
16747 (bs--get-file-name): Simplify.
16748 (bs-show-in-buffer): Mark the buffer as not modified.
16750 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16752 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16753 widget-button-click.
16755 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16756 (custom-mode): Update docstring.
16758 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16761 * files.el (hack-local-variables-confirm): Allow scrolling if the
16762 file variable list is too long. Kill temp buffer after use.
16764 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16766 * progmodes/gud.el (gdb): Improve doc string.
16767 (gdb-script-font-lock-keywords): Expand allowed character set.
16769 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16770 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16771 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16772 (gdb-separate-io-stop, gdb-separate-io-eof):
16773 Rename from gdb-inferior-* to gdb-separate-*.
16774 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16776 2006-02-14 Jay Belanger <belanger@truman.edu>
16778 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16779 expression is a symbol before checking that it is bound.
16781 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16782 test to see if equation can be solved.
16784 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16786 * wid-edit.el (widget-button-click): Use :pressed-face property
16787 for overlay face, if it exists.
16789 * cus-edit.el (custom-manual, custom-add-see-also)
16790 (custom-add-parent-links, custom-group-link): Add :pressed-face
16793 * files.el (hack-local-variables): Remove ignored variables before
16794 checking if any variables need setting.
16796 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16798 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16800 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16802 * help.el (where-is): Fix message for remapped commands.
16804 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16805 Fix typos in docstrings.
16807 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16809 * files.el (safe-local-variable-values): New option.
16810 (hack-local-variables-prop-line): Return a list of variable-value
16811 pairs if MODE-ONLY is non-nil.
16812 (hack-local-variables): Construct list of variable-value pairs,
16813 and apply or reject them in one go. Ask for confirmation if
16814 variables are not known safe.
16815 (hack-local-variables-confirm): Complete rewrite. Support
16816 `safe-local-variable-values'.
16817 (enable-local-variables): Update docstring to reflect new
16819 (ignored-local-variables): Ignore ignored-local-variables and
16820 safe-local-variable-values.
16821 (safe-local-variable-p): New function.
16822 (risky-local-variable-p): `safe-local-variable' property check
16823 moved to safe-local-variable-p.
16824 (hack-one-local-variable): Checks moved to hack-local-variables.
16826 (byte-compile-dynamic, c-basic-offset, c-file-style)
16827 (c-indent-level, comment-column, fill-column, fill-prefix)
16828 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16829 (no-update-autoloads, outline-regexp, page-delimiter)
16830 (paragraph-start, paragraph-separate, sentence-end)
16831 (sentence-end-double-space tab-width, version-control):
16832 Add `safe-local-variable' property.
16834 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16836 * icomplete.el, play/landmark.el: Change nonexistent
16837 `outline-layout' file variable to `allout-layout'.
16839 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16841 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16842 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16843 to gud-comint-buffer.
16844 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16845 gdb-ui.el for gdb-mi.el.
16846 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16847 registers buffer to gdb-get-changed-registers.
16848 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16849 deletion of catchpoints (throw and catch).
16850 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16851 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16852 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16853 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16854 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16856 2006-02-13 Jay Belanger <belanger@truman.edu>
16858 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16859 expression is a symbol before checking that it is bound.
16861 2006-02-13 Richard M. Stallman <rms@gnu.org>
16863 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16864 for the minibuffer too, but not if resize-mini-windows will interfere.
16866 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16867 inside `interactive' spec.
16868 (describe-key-briefly-internal, describe-key-internal):
16869 Functions merged back into their callers.
16871 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16873 * info.el (info-xref-visited): Inherit from info-xref too.
16874 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16875 when propertizing Info-current-file and Info-current-node.
16877 2006-02-13 Juri Linkov <juri@jurta.org>
16879 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16880 (tumme-thumb-name): Fix per-directory format.
16882 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16884 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16886 2006-02-12 Miles Bader <miles@gnu.org>
16888 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16890 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16892 * tumme.el: Remove history section. If someone needs the it, it
16893 can always be found in CVS.
16895 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16897 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16898 about the Thumbnail Managing Standard option.
16900 2006-02-12 Richard M. Stallman <rms@gnu.org>
16902 * subr.el (substitute-key-definition): Doc fix.
16904 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16906 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16908 * info.el (Info-mode): Doc fix.
16910 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16912 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16914 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16915 because on Solaris a POSIX compatible "id" is needed. Reported by
16916 Magnus Henoch <mange@freemail.hu>.
16918 2006-02-12 Juri Linkov <juri@jurta.org>
16920 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16921 (tumme) <defgroup>: Change :group to `multimedia'.
16922 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16924 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16926 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16927 and %y. Fix docstring.
16928 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16929 (tumme-cmd-create-standard-thumbnail-command): New user options.
16930 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16931 is `standard'. Fix docstring.
16932 (tumme-thumb-width, tumme-thumb-height): New user options.
16933 (tumme-external-viewer): Try to find various viewers.
16934 (tumme-get-thumbnail-image): Use `create-image' instead of
16935 constructing the `image' structure.
16936 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16938 (tumme-thumb-name): Add file name generation for standard storage.
16939 Simplify code for other storages.
16940 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16941 Add modification time %m and thumbnail-nq8 %q.
16942 Use `tumme-cmd-create-standard-thumbnail-command' if
16943 tumme-thumbnail-storage is `standard'.
16944 (tumme-dired-insert-marked-thumbs): New autoload command.
16945 (tumme-dired-after-readin-hook): New function.
16946 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16947 `tumme-thumb-size'.
16948 (tumme-display-image): Replace size-x %x and size-y %y with
16949 width %w and height %h.
16951 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16952 `tumme-dired-insert-marked-thumbs'.
16954 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16956 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16958 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16961 2006-02-12 Miles Bader <miles@gnu.org>
16963 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16965 (rcirc-abbrev-nick): New function.
16966 (rcirc-format-response-string): Rewrite to use the formats in
16967 `rcirc-response-formats' and expand escape sequences therein.
16968 A text-property `rcirc-text' is added over the actual response
16969 text to make easy to find inside the returned string.
16970 (rcirc-print): When filling, just look for the `rcirc-text'
16971 text-property to find the appropriate fill prefix, instead of
16972 using hardwired patterns.
16974 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16976 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16979 2006-02-11 Kim F. Storm <storm@cua.dk>
16981 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16982 Don't use insert-buffer; do insert-buffer-substring directly.
16983 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16985 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16987 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16988 with inhibit-read-only. Suggested by Stefan Monnier.
16989 (revert-buffer): Let insert-file-contents discard
16990 buffer-undo-list. Simplify code.
16991 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16993 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16995 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16997 * help.el (describe-key-briefly): Now a wrapper for
16998 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16999 to t. Populate yank-menu if empty.
17000 (describe-key-briefly-internal): Renamed from describe-key-briefly.
17001 (describe-key): Now a wrapper for describe-key-internal. Bind
17002 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
17003 (describe-key-internal): Renamed from describe-key.
17005 2006-02-11 Milan Zamazal <pdm@zamazal.org>
17007 * progmodes/glasses.el (glasses-separator): Doc fix.
17008 (glasses-original-separator): New defcustom.
17009 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
17011 2006-02-11 Martin Rudalics <rudalics@gmx.at>
17013 * mwheel.el (mouse-wheel-up-event): Doc fix.
17015 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
17017 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
17018 (tumme-dir): New function. Copied from thumbs.el.
17020 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
17022 * desktop.el (desktop-outvar): Fix typo.
17023 (desktop-save-buffer-p): Doc fix.
17025 * subr.el (substitute-key-definition): Fix typo.
17027 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17029 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
17030 when window-system is mac.
17032 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
17034 2006-02-10 Kim F. Storm <storm@cua.dk>
17036 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
17037 indirect-function instead of using condition-case.
17039 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
17041 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
17042 less `colloquial'...
17044 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
17046 * tumme.el: Add a couple of todo items.
17048 2006-02-09 Lars Hansen <larsh@soem.dk>
17050 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
17051 (highlight-changes-mode): Don't change desktop-locals-to-save.
17053 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
17055 * image-mode.el (image-toggle-display): Clear image cache if using
17058 2006-02-09 Masatake YAMATO <jet@gyve.org>
17060 * dired-x.el (dired-guess-shell-alist-default): Add .man as
17061 a `dired-man' target.
17063 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
17064 boundary of symbols.
17066 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
17068 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
17070 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
17072 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
17073 `mapcar'; return nil.
17075 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
17077 * mouse.el (mouse-drag-track): Don't change window if we rebind to
17080 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
17082 * net/rcirc.el (rcirc-startup-channels-alist):
17083 Add irc.freenode.net and #emacs as defaults.
17084 (rcirc-ignore-all-activity-flag): Remove variable.
17085 (rcirc-authinfo): New variable.
17086 (rcirc-authinfo-filename): Remove variable.
17087 (rcirc-always-use-server-buffer-flag): New flag.
17088 (rcirc): M-x rcirc will automatically connect without prompting.
17089 C-u M-x rcirc will prompt. Use rcirc-connect to create a
17090 connection in lisp.
17091 (rcirc-process-server-response-1): Remove everything but the nick
17092 portion of the sender so it doesn't need to be done everywhere
17093 else. Update related code.
17094 (global-map): Remove global keybindings.
17095 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
17096 (rcirc-send-input): Split into several functions.
17097 (rcirc-process-input-line, rcirc-process-message)
17098 (rcirc-process-command): New functions.
17099 (rcirc-target-buffer): New function to determine where to route
17101 (rcirc-user-nick): Save match data.
17102 (rcirc-toggle-ignore-buffer-activity)
17103 (rcirc-update-activity-string): Remove global ignore functionality,
17104 which can be done now by toggling rcirc-track-minor-mode.
17105 (rcirc-track-minor-mode-map): New keymap.
17106 (rcirc-track-minor-mode): New minor-mode.
17107 (ignore): Make the ignore output nicer. Always print it when
17108 adding or removing nicks.
17109 (rcirc-url-regexp): Improve.
17110 (rcirc-mangle-text): Remove properties before using text in the
17112 (rcirc-authenticate): Authentication data comes from
17113 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
17114 (rcirc-server-prefix): Inherit from rcirc-server.
17116 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
17118 * Makefile.in (compile): Append "|| true" to the end of the `find'
17119 command, like compile-always does.
17121 2006-02-08 Sam Steingold <sds@gnu.org>
17123 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
17124 output from a dead connection.
17126 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
17128 * dired.el (dired-mode-map): Add more bindings for tumme.
17130 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
17132 * wdired.el (wdired-mode-map): Use remap.
17133 (wdired-get-filename): Massage.
17134 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
17135 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
17136 `keymap' property rather than `local-map'.
17138 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
17140 * tumme.el (tumme-get-thumbnail-image): New utility function.
17141 Suggested by from Chong Yidong.
17142 (tumme-dired-with-window-configuration): Rename from
17143 `tumme-dired'. Add code to save window configuration.
17144 (tumme-restore-window-configuration): New command to restore the
17145 window configuration that `tumme-dired-with-window-configuration'
17146 saves before it changes the window configuration.
17147 (tumme-show-all-from-dir): New command to display thumbnails for
17148 all files in a directory entered by the user, like M-x thumbs.
17149 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
17151 (tumme-display-thumbnail-original-image): Call `display-buffer'.
17152 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
17153 Remove obsolete test function.
17155 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
17157 * vc.el (small-temporary-file-directory): Remove defvar; there's
17158 a defcustom for it in files.el.
17160 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
17161 Fix typo in message.
17162 (tumme-gallery-generate): Fix typo in `error' message.
17163 (tumme-display-window-height-correction)
17164 (tumme-display-window-width-correction, tumme-line-up-dynamic)
17165 (tumme-line-up-interactive): Dox fixes.
17166 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
17167 (tumme-restore-window-configuration, tumme-format-properties-string)
17168 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
17169 Fix typos in docstrings.
17171 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
17173 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
17175 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
17177 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
17178 User should use hook if desired.
17180 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
17181 buffer if necessary.
17182 (gdb-delete-frame-or-window): New function.
17183 (gdb-breakpoints-mode-map): Bind "q" to it.
17185 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17187 * textmodes/nroff-mode.el: Clean up name space.
17188 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
17189 (nroff-mode): Obey the global setting of nroff-electric-mode.
17190 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
17192 * calendar/calendar.el (calendar-increment-month): Typo in last change.
17194 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
17196 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
17198 2006-02-06 Lars Hansen <larsh@soem.dk>
17200 * generic-x.el (etc-fstab-generic-mode): Add file system types
17201 cifs and usbdevfs. Allow special chars in file names.
17203 2006-02-05 Jay Belanger <belanger@truman.edu>
17205 Update copyright notices of the files in lisp/calc.
17207 2006-02-05 Romain Francoise <romain@orebokech.com>
17209 Update copyright notices of all files in the lisp/play directory.
17211 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
17213 * ldefs-boot.el: Regenerate.
17215 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
17217 2006-02-05 Kim F. Storm <storm@cua.dk>
17219 * files.el (magic-mode-regexp-match-limit): New defvar.
17220 (set-auto-mode): Use it to limit magic-mode-alist matching.
17222 2006-02-04 Eli Zaretskii <eliz@gnu.org>
17224 * info.el (Info-index, Info-mode): Improve the description of the
17227 * ldefs-boot.el: Regenerate.
17229 2006-02-03 Werner Lemberg <wl@gnu.org>
17231 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
17232 greedy to find the closing bracket in \*[...] and similar
17233 expressions. This is a first rough fix -- many additional
17234 refinements are necessary to make nroff mode really usable with groff.
17236 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
17238 * international/mule-cmds.el (set-locale-environment):
17239 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
17242 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17244 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
17245 archive are created in archive-tmpdir.
17247 2006-02-02 John Paul Wallington <jpw@pobox.com>
17249 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
17250 (ibuffer-fontification-alist): Use it.
17251 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
17252 to "* z" and the Ibuffer Mark menu.
17254 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
17256 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17258 * textmodes/table.el (*table--cell-describe-mode)
17259 (*table--cell-describe-bindings): Undo last change since
17260 print-help-return-message is not obsoleted by anything at all.
17262 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
17264 * emulation/cua-base.el (cua-mode): Doc fix.
17266 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
17268 * dframe.el (dframe-handle-make-frame-visible)
17269 (dframe-handle-iconify-frame, dframe-get-focus)
17270 (dframe-select-attached-frame, dframe-power-click)
17271 (dframe-frame-mode): Fix typos in docstrings.
17273 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
17274 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
17275 Fix typos in docstrings.
17277 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
17278 (hi-lock-face-buffer, hi-lock-font-lock-hook)
17279 (hi-lock-archaic-interface-message-used)
17280 (hi-lock-file-patterns-range): Fix typos in docstrings.
17282 * savehist.el (savehist-loaded, savehist-load, savehist-install)
17283 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
17285 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
17286 Fix typo in docstring.
17288 * net/newsticker.el (newsticker--decode-iso8601-date)
17289 (newsticker--set-customvar, newsticker--buffer-insert-item)
17290 (newsticker--do-run-auto-mark-filter)
17291 (newsticker--parse-generic-feed): Doc fixes.
17292 (newsticker--retrieval-timer-list, newsticker-url-list)
17293 (newsticker-hide-immortal-items-in-echo-area)
17294 (newsticker-hide-obsolete-items-in-echo-area)
17295 (newsticker-new-item-face, newsticker--enclosure)
17296 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
17297 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
17298 (newsticker--parse-generic-feed, newsticker--cache-contains)
17299 (newsticker--stat-num-items, newsticker-download-enclosures):
17300 Fix typos in docstrings.
17302 * net/rcirc.el (rcirc-debug): Doc fix.
17303 (rcirc-fill-column, rcirc-receive-message-hooks)
17304 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
17305 (rcirc-mode, rcirc-generate-new-buffer-name)
17306 (rcirc-startup-channels, rcirc-ignore-update-automatic)
17307 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
17308 Fix typos in docstrings.
17309 (rcirc-print): "?\ " -> "?\s".
17310 (rcirc-cmd-join): Improve argument/docstring consistency.
17312 2006-02-01 Mark A. Hershberger <mah@everybody.org>
17314 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17315 before narrow-to-region.
17317 2006-02-01 Richard M. Stallman <rms@gnu.org>
17319 * simple.el (move-beginning-of-line): Scan properly for invis change.
17321 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17323 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
17325 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17326 change bit only when id-format is 'integer. Reported by Matt
17327 Hodges <M.P.Hodges@rl.ac.uk>.
17329 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
17331 * hilit-chg.el (highlight-changes-initial-state)
17332 (highlight-changes-global-initial-state): Doc fixes.
17333 (highlight-changes-global-modes, global-highlight-changes):
17334 Fix typos in docstrings.
17336 2006-02-01 Kim F. Storm <storm@cua.dk>
17338 * emulation/cua-base.el (cua-mode): Mention that CUA enables
17339 transient-mark-mode in doc string.
17341 2006-01-31 Richard M. Stallman <rms@gnu.org>
17343 * replace.el (multi-occur): Doc fix.
17344 (multi-occur-in-matching-buffers): Rename from
17345 multi-occur-by-filename-regexp. Prefix arg says match
17346 buffer names instead of file names.
17348 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
17350 * bs.el: Allow non-default values of `bs-header-lines-length'.
17351 (bs--running-in-xemacs): Remove (not needed anymore).
17352 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17353 instead of `shrink-window', thus avoiding having to compute the
17354 height of the window.
17355 (bs--up): Wrap around even when there's no header.
17356 (bs--down): Use `forward-line' instead of `next-line'.
17358 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
17360 * image-mode.el (image-toggle-display): Use file name if possible,
17361 instead of unnecessarily allocating a (possibly huge) lisp string.
17363 2006-01-30 John Paul Wallington <jpw@pobox.com>
17365 * subr.el (toplevel): Define `cl-assertion-failed' condition here
17366 because the `assert' macro signals it at runtime.
17368 * emacs-lisp/cl.el (toplevel): Remove definition of
17369 `cl-assertion-failed' condition.
17371 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
17373 * thumbs.el (thumbs-marked-list): Make buffer-local and
17375 (thumbs-insert-thumb): Make help-echo non-sticky.
17376 (thumbs-file-alist): Use eolp as check for (non)-image.
17378 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
17380 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17381 (ediff-before-session-group-setup-hooks)
17382 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17383 Fix typos in docstrings.
17385 * window.el (bw-dir, bw-eqdir, balance-windows)
17386 (split-window-keep-point): Fix typos in docstrings.
17388 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17389 (org-quote-string, org-calendar-to-agenda-key)
17390 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17391 (org-show-following-heading, org-tags-column)
17392 (org-use-tag-inheritance, org, org-allow-space-in-links)
17393 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17394 (org-enable-table-editor, org-calc-default-modes)
17395 (org-table-allow-automatic-line-recalculation)
17396 (org-export-html-style, org-export-with-fixed-width)
17397 (org-export-with-sub-superscripts, org-special-keyword)
17398 (org-formula, org-time-grid, org-table-may-need-update)
17399 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17400 (org-goto-quit, org-get-indentation, org-end-of-item)
17401 (org-move-item-down, org-move-item-up)
17402 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17403 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17404 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17405 (org-agenda-log-mode, org-agenda-toggle-diary)
17406 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17407 (org-agenda-file-to-end, org-agenda-no-heading-message)
17408 (org-agenda-get-closed, org-format-agenda-item)
17409 (org-cmp-priority, org-cmp-category, org-cmp-time)
17410 (org-agenda-change-all-lines, org-agenda-diary-entry)
17411 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17412 (org-link-search, org-camel-to-words, org-open-file)
17413 (org-remember-handler, org-table-convert-region)
17414 (org-table-move-row-down, org-table-move-row-up)
17415 (org-table-copy-region, org-table-wrap-region)
17416 (org-table-toggle-vline-visibility)
17417 (org-table-get-vertical-vector, org-table-modify-formulas)
17418 (org-table-get-specials, org-recalc-commands)
17419 (org-table-rotate-recalc-marks, org-table-eval-formula)
17420 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17421 (org-level-color-stars-only, org-insert-heading):
17422 Fix typos in docstrings.
17423 (last-arg): Add defvar.
17425 * makefile.w32-in (WINS): Add erc.
17426 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17428 2006-01-29 Bill Wohler <wohler@newt.com>
17430 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17431 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17432 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17433 (mh-autoloads): Don't use comments on otherwise empty lines.
17435 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17437 * emulation/viper.el (viper-major-mode-modifier-list):
17438 Add insert-state and vi-state entries for erc-mode.
17439 (viper-go-away, viper-set-hooks): Add and remove
17440 viper-comint-mode-hook from erc-mode-hook as appropriate.
17442 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17444 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17446 * bs.el (bs--format-aux): Implement `middle' alignment as
17447 described in the docstring for `bs-attributes-list'.
17448 (bs--get-name): Simplify. Don't pad the buffer name.
17450 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17452 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17453 English aspell dictionary is installed, use the first entry of
17454 ispell-dictionary-alist-1.
17456 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17458 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17461 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17463 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17464 for `process-file', in order to let it work for older Emacsen too.
17466 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17468 * international/latexenc.el: Add a suitable `coding:' tag.
17469 (latexenc-find-file-coding-system): Undo last change.
17471 2006-01-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
17473 * international/latexenc.el (latexenc-find-file-coding-system):
17474 Make sure latexenc-main-file is a regular file and is readable.
17476 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17478 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17479 Pass FILE to vc-user-login-name.
17481 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17483 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17485 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17486 there are no more images to display.
17487 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17490 2006-01-26 Richard M. Stallman <rms@gnu.org>
17492 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17494 * wid-edit.el (advertised-widget-backward): New alias.
17495 (widget-keymap): Use advertised-widget-backward for S-TAB.
17497 * tumme.el: Correct the keywords.
17498 (tumme-dir-max-size): Use defvar.
17499 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17501 * simple.el (move-beginning-of-line): Take account of fields.
17502 (clone-indirect-buffer-other-window): Take args like
17503 clone-indirect-buffer, and work like it.
17505 * help-fns.el (describe-function): Don't pass `nil' as default.
17507 * files.el (risky-local-variable-p): Follow var aliases.
17509 * subr.el (lazy-completion-table): Doc fix.
17511 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17512 global binding of `line'.
17514 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17516 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17519 * vc.el (vc-default-dired-state-info): Pass FILE to
17520 vc-user-login-name.
17521 (vc-default-update-changelog): Don't use vc-user-login-name, we
17522 don't need it here.
17524 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17525 no longer necessary.
17527 2006-01-25 Kenichi Handa <handa@m17n.org>
17529 * international/mule.el (decode-char): Avoid the overhead of
17530 calling utf-lookup-subst-table-for-decode if
17531 utf-translate-cjk-mode is nil.
17532 (encode-char): Avoid the overhead of calling
17533 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17536 2006-01-22 Kenichi Handa <handa@m17n.org>
17538 * international/mule.el (make-subsidiary-coding-system): Reset
17539 `coding-system-define-form' property of subsidiaries to nil.
17540 Avoid duplicated entry in coding-system-alist.
17541 (make-coding-system): Avoid duplicated entry in
17542 coding-system-alist.
17543 (define-coding-system-alias): Likewise.
17545 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17547 * completion.el: Minor fixes in introductory comment.
17548 (completion-def-wrapper): Fix alist.
17550 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17552 * thumbs.el (thumbs-new-image-size): New function.
17553 (thumbs-increment-image-size-element)
17554 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17555 (thumbs-decrement-image-size): Delete.
17556 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17557 temp files and use to resize.
17558 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17559 Use increment argument to enlarge/shrink. Preserve point.
17560 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17561 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17562 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17563 (thumbs-mark, thumbs-unmark): Preserve point.
17564 (thumbs-modify-image): Keep old temp files and use to modify.
17565 Cleanup old temp files at load time. Preserve point.
17566 (thumbs-view-image-mode-map): Use new command names.
17568 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17570 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17572 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17573 the nastiest part of the cyclic dependency.
17574 (cal-menu-update): Use dotimes and calendar-increment-month.
17576 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17577 (calendar-week-start-day): Add an :initializer.
17578 (calendar-mode-map): Use suppress-keymap, and command remapping.
17579 (describe-calendar-mode): Setup xref-stack info for the back button.
17580 (calendar-star-date): Insert before delete.
17581 (calendar-set-mode-line): Add file-modified info if applicable.
17582 (calendar-increment-month): New function.
17584 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17586 * font-lock.el (lisp-font-lock-keywords-2):
17587 Recognize "& keywords" only at word boundaries.
17589 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17591 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17592 and permanent-local.
17593 (thumbs-max-image-number): New variable.
17594 (thumbs-do-thumbs-insertion): Use them.
17595 (thumbs-per-line): Change default to 4.
17596 (thumbs-marked-list): Rename from thumbs-markedL.
17597 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17598 (thumbs-rename-images): Use -list instead of L for internal variables.
17599 (thumbs-call-convert): Use call-process instead of shell-command.
17600 (thumbs-insert-thumb): Add filename as help-echo to each image.
17601 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17602 Give dir to thumbs-show-thumbs-list.
17603 (thumbs-show-thumbs-list): Set default-directory to that of images.
17604 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17605 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17606 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17607 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17609 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17611 * ses.el (ses-read-cell): Provide a default value.
17613 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17615 * term/w32-win.el (image-library-alist): Add additional names for
17618 2006-01-23 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
17620 * international/latexenc.el (latexenc-find-file-coding-system):
17621 Add file-regular-p check.
17623 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17625 * simple.el (clone-buffer): Don't show the new buffer in the same
17628 2006-01-23 Juri Linkov <juri@jurta.org>
17630 * faces.el (link, link-visited): New faces based on default values
17631 of `info-xref' and `info-xref-visited'.
17633 * info.el (info-xref): Inherit from `link'.
17634 (info-xref-visited): Inherit from `link-visited'.
17636 * cus-edit.el (custom-buffer-create-internal): Use widget type
17637 `custom-manual' instead of `info-link' and don't set properties
17638 `button-face' and `mouse-face' explicitly.
17639 (custom-browse-group-tag, custom-browse-variable-tag)
17640 (custom-browse-face-tag): Inherit from widget class
17641 `custom-group-link' instead of `push-button'.
17642 (custom-button-unraised): Inherit from `underline' face.
17643 (custom-link): Inherit from `link' face. Fix doc and group.
17644 (custom-add-parent-links, custom-group-value-create): Don't set
17645 properties `button-face' and `mouse-face' explicitly for
17646 `custom-group-link' widget.
17647 (custom-group-link): Add properties `button-face' and `mouse-face'
17648 to widget definition.
17649 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17650 editable-field's :keymap property.
17651 (custom-mode): Fix docstring: substitute keybindings for
17652 `widget-forward' and `widget-backward' from `widget-keymap',
17653 `widget-complete' from `custom-field-keymap', replace old
17654 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17656 * desktop.el (desktop-load-file): Check for `fboundp' before
17657 calling `symbol-function'.
17659 * simple.el (clone-buffer, clone-indirect-buffer)
17660 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17661 `read-string'. Fix prompts.
17663 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17665 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17667 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17669 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17671 * startup.el (inhibit-splash-screen, initial-scratch-message):
17674 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17676 Sync with Tramp 2.0.52.
17678 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17679 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17680 `tramp-unload-tramp' for checklist.
17682 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17683 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17684 (tramp-unload-file-name-handler-alist)
17685 (tramp-unload-tramp): New defuns.
17686 (tramp-advice-PC-expand-many-files): New defadvice.
17687 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17689 (tramp-handle-expand-file-name): Remove double slash.
17690 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17691 It doesn't matter, because it will be converted later on.
17692 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17693 implementation was just heuristic.
17694 (tramp-post-connection): Set uid and gid properties.
17695 (tramp-convert-file-attributes): Set file's gid change bit.
17696 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17697 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17698 in case of su(do)? methods. The home directory of the local user
17699 will be taken else.
17700 (tramp-open-connection-telnet)
17701 (tramp-open-connection-rsh, tramp-open-connection-su)
17702 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17703 local shell prompt could hurt. Reported by Romain Francoise
17704 <romain@orebokech.com>.
17705 (tramp-let-maybe): Add `edebug-form-spec' property.
17706 (tramp-handle-expand-file-name): Bind `default-directory' locally
17707 to "/" in order to avoid problems with UNC shares or Cygwin
17709 (tramp-md5-function): Fix typo in error message.
17711 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17713 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17714 for byte-compiler pacification.
17716 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17718 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17719 ID-FORMAT `string'. This allows us to get rid of
17720 `vc-user-login-name UID'.
17722 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17724 2006-01-22 John Paul Wallington <jpw@pobox.com>
17726 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17728 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17730 * emacs-lisp/find-func.el (find-definition-noselect)
17731 (find-variable-noselect): Search variables in C source code too.
17732 (find-function-C-source, find-function-noselect, find-function)
17733 (find-function-other-frame, find-variable-noselect, find-variable)
17734 (find-variable-other-frame, find-variable-at-point):
17737 2006-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
17739 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17741 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17743 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17744 Default to disabling the "Save affix" question.
17746 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17748 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17749 the first arg to run-python.
17751 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17753 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17756 2006-01-20 Jay Belanger <belanger@truman.edu>
17758 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17761 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17762 the correct variable.
17764 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17766 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17767 link. Fixed buggy argument sequence in call to `org-view-tags'.
17768 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17769 (org-prefix-has-tag): New variable.
17770 (org-format-agenda-item): Remove tags from headline if
17772 (org-agenda-remove-tags-when-in-prefix): New option.
17773 (org-get-tags-at): New function.
17775 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17777 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17778 (thumbs-find-image): Move image name and number from buffer name
17779 to mode name. Set thumbs-buffer. Preserve point so that large
17780 images remain visible.
17781 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17783 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17785 (thumbs-next-image, thumbs-previous-image): Make them work.
17787 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17789 * cus-edit.el (custom-buffer-create-internal): State in the text above
17790 the whole buffer buttons that they do not operate on hidden items.
17791 (custom-face-menu): Use `custom-face-save' instead of
17792 `custom-face-save-command'.
17793 (custom-face-save-command): Make it an alias for `custom-face-save'
17794 and declare it obsolete.
17795 (custom-face-save): Doc fix.
17797 * dired.el (dired-no-confirm): Add quote.
17798 (dired-subdir-alist-pre-R): Add quote in
17799 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17801 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17803 * textmodes/table.el (table-mode-indicator): Typo in last change.
17805 2006-01-19 Richard M. Stallman <rms@gnu.org>
17807 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17808 Fixes bug reported in Nov 2005.
17810 * isearch.el (isearch-forward): Doc fix.
17812 * dired.el (dired-move-to-filename-regexp): Define as alias.
17813 (dired-no-confirm): Use defcustom.
17814 (dired-subdir-alist-pre-R): Put defvar at top level.
17816 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17818 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17821 * simple.el (set-mark-command): Doc fix.
17822 (clone-indirect-buffer-other-window):
17823 Read arg like clone-indirect-buffer.
17824 (move-beginning-of-line): Skip invisible newlines.
17826 2006-01-19 Masatake YAMATO <jet@gyve.org>
17828 * progmodes/cpp.el (cpp-edit-load): Make the order of
17829 listed conditions in a base C code buffer and its associate
17830 CPP Edit buffer the same.
17832 2006-01-19 Kenichi Handa <handa@m17n.org>
17834 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17835 (rmail-mime-feature): Likewise.
17836 (rmail-require-mime-maybe): Use display-warning to show a warning
17839 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17840 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17842 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17844 * array.el: Move defvars out of eval-when-compile.
17845 (array-make-template): Replace undeclared global var with a local one.
17846 (array-mode): Inline initialization functions.
17847 (array-init-local-variables, array-init-max-row)
17848 (array-init-max-column, array-init-columns-per-line)
17849 (array-init-field-width, array-init-rows-numbered)
17850 (array-init-line-length, array-init-lines-per-row): Remove.
17852 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17853 (doc-mode-map): Define explicitly.
17854 (doctor-txtype): Use mapc.
17856 * textmodes/table.el: Move defvars out of eval-when-compile.
17857 Remove harmful code meant to avoid byte-compiler warnings.
17858 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17859 specification that checks table-fixed-width-mode directly.
17860 (table-recognize-region, table-recognize-cell):
17861 Use restore-buffer-modified-p.
17862 (table-fixed-width-mode): Remove code that refreshes
17863 table-fixed-mode-indicator.
17864 (*table--cell-describe-bindings, *table--cell-describe-mode):
17865 Avoid obsolete name print-help-return-message.
17866 (table--test-cell-list): Don't use replace-regexp from elisp.
17867 (table--point-entered-cell-function, table--point-left-cell-function):
17868 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17870 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17871 that was after the end of file. Use buffer-file-name variable.
17872 (org-timestamp-change): Use with-current-buffer.
17873 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17874 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17877 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17878 (fortran-break-line): Remove unused var `opoint'.
17879 (fortran-abbrev-start): Obey help-event-list.
17881 2006-01-18 Jesper Harder <harder@phys.au.dk>
17883 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17885 2006-01-18 Masatake YAMATO <jet@gyve.org>
17887 * progmodes/make-mode.el (makefile-imake-mode): New mode
17888 derived from makefile-mode.
17889 (makefile-imake-mode-syntax-table): New syntax table
17890 derived from makefile-mode-syntax-table.
17891 (makefile-mode): Write about makefile-imake-mode in doc string.
17892 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17893 (makefile-imake-font-lock-keywords): New font lock keywords.
17895 * files.el (auto-mode-alist): Add Imakefile.
17897 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17899 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17900 loading the file rather than when turning on flyspell-mode.
17902 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17904 * cus-edit.el (customize-rogue): Minor doc fix.
17906 2006-01-17 Juri Linkov <juri@jurta.org>
17908 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17909 instead of the file at the mark as default if the file at the mark
17910 is the same as the file at point or if dired-dwim-target-directory
17911 is not the same as the current directory and the mark is not active.
17913 * log-view.el (log-view-minor-wrap): Use the same logic to get
17914 revisions as `log-view-diff'.
17916 * info.el (Info-revert-find-node): Check for Info-current-file
17917 before preserving new-history.
17919 * man.el (Man-heading-regexp): Add `/'.
17921 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17922 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17924 2006-01-16 Juri Linkov <juri@jurta.org>
17926 * faces.el (mode-line-faces): New defgroup.
17927 (mode-line-highlight): Move definition after new defgroup.
17928 (mode-line, mode-line-inactive, mode-line-highlight):
17929 Replace :group `modeline' with `mode-line-faces'.
17930 (mode-line-buffer-id): New face.
17931 (modeline-buffer-id): New face alias.
17932 (vertical-border): Remove :group `modeline'.
17934 * bindings.el (propertized-buffer-identification): Use face
17935 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17936 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17937 (mode-line-buffer-identification-keymap): For mouse-1 replace
17938 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17939 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17942 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17943 Buffer-menu-buffer. Doc fix.
17944 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17945 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17946 `Buffer-menu-buffer'.
17948 * info.el (Info-mode-line-node-keymap): New defvar.
17949 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17950 Propertize Info-current-node with `mode-line-buffer-id' and
17951 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17953 * time.el (display-time-mail-face): Replace :group `faces' with
17956 2006-01-16 Kenichi Handa <handa@m17n.org>
17958 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17960 * language/european.el (cp1252): New alias for windows-1252.
17962 * international/mule.el (autoload-coding-system): Prepare for EOL
17965 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17967 * term.el (term-raw-map): Add mapping for insert.
17968 (term-send-insert): New.
17969 (term-mode): Make variables local here instead of doing it in
17970 `term-emulate-terminal'.
17971 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17972 Scroll reverse needs to take into account the scroll region.
17973 Saving and restoring the cursor should save the color attributes too.
17974 (term-reset-terminal): Reset the scroll region.
17975 (term-handle-ansi-escape): Cursor up and down should take into
17976 account the scroll region.
17977 (term-set-scroll-region): Rename from `term-scroll-region'.
17978 Move to 0,0 after setting the region.
17979 (term-handle-scroll): Handle scroll up.
17980 (term-down): Fix off by one error.
17981 (term-delete-lines): Do not delete outside the scroll region.
17982 (term-insert-lines): Take into account the scroll region.
17984 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17986 * textmodes/ispell.el (ispell-internal-change-dictionary)
17987 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17988 (start, end): Move declaration outside of eval-when-compile.
17990 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17991 (flyspell-mode-on): Use it.
17993 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17994 ispell-kill-ispell-hook.
17996 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17998 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17999 (Custom-reset-saved): Do not ask for confirmation in single option
18002 2006-01-13 Richard M. Stallman <rms@gnu.org>
18004 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
18006 2006-01-13 Romain Francoise <romain@orebokech.com>
18008 * add-log.el (add-change-log-entry, change-log-merge):
18009 Conditionally use `hard-newline'.
18011 2006-01-13 Martin Rudalics <rudalics@gmx.at>
18013 * wid-edit.el (widget-field-end): If the overlay is no longer
18014 associated with a buffer, behave as if the overlay didn't exist.
18016 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
18017 Make sure the links use the `custom-link' face.
18019 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
18021 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
18022 (ld-script-mode): Don't set indent-line-function since we don't
18025 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
18027 * textmodes/org.el (org-open-file): Use mailcap for selecting an
18029 (org-file-apps-defaults-gnu): Use mailcap as the default for
18030 selecting an application on a UNIX system.
18031 (org-agenda-show-tags): New command.
18032 (org-table-insert-hline): Keep cursor in current table line.
18033 (org-table-convert): Offset effect of modifying
18034 `org-table-insert-hline'.
18035 (org-format-agenda-item): New optional argument TAG.
18036 (org-compile-prefix-format): Handle %T format for the tag.
18037 (org-expand-wide-chars): New function.
18038 (org-table-insert-row, org-table-insert-hline):
18039 Use `org-expand-wide-chars'.
18040 (org-open-file): Fix bug in program launch.
18041 (org-get-time-of-day): Fix bug with times before 1am.
18042 (org-agenda-menu): Add tags commands.
18044 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
18046 * textmodes/ispell.el (ispell-init-process): Include the used
18047 dictionary in ispell process start message.
18048 (ispell-internal-change-dictionary): When flyspell-mode is active
18049 and dictionary is changed, make sure ispell process is restarted
18050 and flyspell word cache cleared out for the current buffer.
18051 (ispell-change-dictionary): Make sure flyspell word cache is
18052 cleared out in all buffers with active flyspell mode when
18053 dictionary is globally changed.
18054 Call ispell-internal-change-dictionary after dictionary change.
18056 2006-01-13 Eli Zaretskii <eliz@gnu.org>
18058 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
18060 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
18061 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
18062 years. Fix small differences wrt Makefile.in.
18063 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
18066 2006-01-12 Bill Wohler <wohler@newt.com>
18068 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
18071 2006-01-12 Masatake YAMATO <jet@gyve.org>
18073 * progmodes/ld-script.el: Update copyright year.
18075 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
18077 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
18078 Don't add widget if setting undefined.
18080 2006-01-12 John Paul Wallington <jpw@pobox.com>
18082 * help-fns.el (describe-variable): Remove newlines from void
18085 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
18087 * wdired.el (wdired-mode-map): Add help echo for
18088 wdired-abort-changes.
18090 * man.el (Man-file-name-regexp): Adjust for a list of files.
18092 2006-01-12 Masatake YAMATO <jet@gyve.org>
18094 * progmodes/ld-script.el (auto-mode-alist): Support
18095 suffix conventions used in netbsd and eCos.
18097 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
18099 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
18100 (custom-variable-menu, custom-face-menu, custom-group-menu)
18101 (Custom-mode-menu): Change names of menu items. (As discussed on
18103 (custom-face-menu): Add "Undo Edits" item.
18105 * startup.el (init-file-user): defcustom -> defvar.
18107 * tooltip.el (tooltip-mode): Doc fix.
18109 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
18111 * reveal.el (reveal-post-command): window-buffer signals an error on
18112 dead windows rather than returning nil.
18113 (reveal-open-new-overlays): An overlay might die while we open others.
18115 2006-01-11 Bill Wohler <wohler@newt.com>
18117 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
18118 phrasing in docstring.
18120 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
18121 can give some systems gas. Add new file mh-buffers.el.
18123 2006-01-06 Masatake YAMATO <jet@gyve.org>
18125 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
18126 C preprocessor forward ported from GNU Emacs 21.2.
18128 * progmodes/asm-mode.el (asm-font-lock-keywords):
18129 Use `cpp-font-lock-keywords'.
18131 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
18133 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
18134 of $ for "\\.ld[s]?".
18136 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
18138 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
18139 (tcl-indent-line): Return `noindent' if inside a string.
18141 * progmodes/flymake.el (flymake-split-string): Remove more than one
18142 empty string at beg/end of the result.
18143 (flymake-find-buildfile, flymake-find-possible-master-files):
18144 Use expand-file-name.
18145 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
18146 since expand-file-name does it for us. Use directory-file-name.
18147 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
18148 (flymake-ler-get-type, flymake-ler-get-text)
18149 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
18150 (flymake-current-line-no): Remove spurious interactive spec.
18151 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
18152 (flymake-check-include): Remove arg inc-path merged into inc-name.
18153 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
18154 Arg regexp-list replaced by a simple regexp.
18155 (flymake-master-make-header-init, flymake-master-tex-init):
18156 Correspondingly replace regexp-list with a regexp. Fix regexp.
18158 2006-01-10 Simon Josefsson <jas@extundo.com>
18160 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
18161 describing AUTH PLAIN fix.
18163 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
18165 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
18166 (report-emacs-bug): Don't record initial prompt text.
18167 Instead, add text properties to prompting text.
18168 (report-emacs-bug-hook): Delete prompting text.
18170 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
18172 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
18173 `dirs'. Adjust callers.
18175 2006-01-09 John Paul Wallington <jpw@gnu.org>
18177 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
18179 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
18181 * reveal.el (reveal-open-new-overlays): New extracted fun.
18182 (reveal-close-old-overlays): Idem. Check overlays's liveness before
18183 using them. Simplify the code.
18184 (reveal-post-command): Use them. Fix up obsolete windows in
18187 * progmodes/flymake.el: Use `require' rather than autoload for
18189 (flymake-get-common-file-prefix, flymake-build-relative-filename):
18190 Delete. Use file-relative-name instead.
18191 (flymake-get-syntax-check-program-args, flymake-perl-init):
18192 Simplify the resulting code.
18194 * log-view.el (log-view-file-re, log-view-message-re): Add support
18197 2006-01-09 Alex Schroeder <alex@gnu.org>
18199 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
18200 identifiers sometimes added in square brackets at the beginning of
18203 2006-01-07 Richard M. Stallman <rms@gnu.org>
18205 * cus-edit.el (Custom-set, Custom-save): Doc fix.
18206 (Custom-reset-current, Custom-reset-saved): Change question text.
18207 (Custom-reset-standard): Likewise.
18208 (custom-variable-reset-saved): Doc fix.
18210 2006-01-07 Eli Zaretskii <eliz@gnu.org>
18212 * startup.el (init-file-user): Doc fix.
18214 2006-01-07 Alex Schroeder <alex@gnu.org>
18216 * mail/rmail.el (rmail-current-subject): New function.
18217 (rmail-current-subject-regexp): New function.
18218 (rmail-next-same-subject): Use it.
18220 * mail/rmailsum.el (rmail-summary-by-topic):
18221 Use rmail-current-subject and rmail-current-subject-regexp.
18222 (rmail-summary-next-same-subject): Ditto.
18224 * net/rcirc.el (rcirc-send-input): No longer check whether the
18225 process is open, since not all commands need an open process.
18226 (rcirc-send-string): Check whether the process is open before
18228 (rcirc-ignore-list): New option.
18229 (rcirc-ignore-list-automatic): New variable.
18230 (rcirc-print): Take rcirc-ignore-list into account.
18231 (rcirc-cmd-ignore): New command.
18232 (rcirc-ignore-update-automatic): New function.
18233 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
18234 list if ignored nicks.
18235 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
18237 2006-01-06 David Reitter <david.reitter@gmail.com>
18239 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
18240 reflect the address to which the report will be sent.
18242 2006-01-06 Eli Zaretskii <eliz@gnu.org>
18244 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
18245 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
18247 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
18249 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
18251 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
18252 the doc string: "functoin" => "function".
18253 * ldefs-boot.el: Likewise.
18255 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
18256 message text: "Duplicat" => "Duplicate".
18258 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
18260 * files.el (basic-save-buffer-2): If backing-up failed, reset
18261 buffer-backed-up to nil.
18263 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
18265 * progmodes/gud.el (gdb-script-skip-to-head)
18266 (gdb-script-calculate-indentation): Indent for breakpoint command
18269 2006-01-05 Bill Wohler <wohler@newt.com>
18271 * Makefile.in (compile-always): Add mh-autoloads dependency.
18272 (bootstrap): Remove mh-autoloads dependency, as compile dependency
18274 (updates): Remove mh-autoloads dependency, since it probably has
18275 already run recently (via recompile).
18277 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
18279 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
18280 argument `force' to disable the flyspell-last-buffer optimization.
18281 (flyspell-mode-on): Use it.
18283 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
18284 flymake-simple-cleanup.
18285 (flymake-allowed-file-name-masks): Use this new default.
18286 All the functions are now called in the right buffer rather than
18287 passing the buffer as argument.
18288 (flymake-process-sentinel): Switch to buffer before calling cleanup.
18289 (flymake-parse-err-lines): Remove redundant buffer arg.
18290 (flymake-get-program-dir): Comment out unused function.
18291 (flymake-start-syntax-check, flymake-start-syntax-check-process):
18292 Remove redundant buffer argument.
18293 (flymake-get-real-file-name, flymake-simple-java-cleanup)
18294 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
18296 2006-01-05 Richard M. Stallman <rms@gnu.org>
18298 * info.el (Info-find-node): Don't record previous node if have none.
18299 (info): Go to directory only if history is empty.
18301 * simple.el (mark): Doc fix.
18303 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18305 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
18306 already of desired type.
18307 (mac-ae-list): Coerce parameter to "list" type.
18308 (mac-dispatch-apple-event): Replace cadr part of event with a
18309 dummy position so that event-start returns it.
18311 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
18313 * textmodes/org.el (org-end-of-subtree): New function.
18314 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18315 Use `org-end-of-subtree'.
18316 (org-agenda, org-agenda-convert-date): Protect calls to
18317 `fit-window-to-buffer'.
18318 (org-tags-view): Force matching of sublevels when doing a
18319 todo-only search. Define the correct redo command, including the
18321 (org-agenda-redo): Display message.
18322 (org-check-for-org-mode): New function.
18323 (org-agenda-type): New variable.
18324 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18325 Set `org-agenda-type'.
18326 (org-agenda-check-type): New function.
18327 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18328 (org-agenda-week-view, org-agenda-day-view)
18329 (org-agenda-next-date-line, org-agenda-previous-date-line)
18330 (org-agenda-log-mode, org-agenda-toggle-diary)
18331 (org-agenda-toggle-time-grid, org-agenda-date-later)
18332 (org-agenda-date-prompt, org-agenda-diary-entry)
18333 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18334 (org-agenda-convert-date, org-agenda-menu):
18335 Use `org-agenda-check-type'.
18336 (org-make-overlay, org-delete-overlay)
18337 (org-detatch-overlay, org-move-overlay, org-overlay-put):
18338 New compatibility functions.
18339 (org-calendar-select-mouse): New command.
18341 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
18343 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18344 (Custom-reset-standard): Fix y-or-n-p messages.
18345 (custom-link): New face for links.
18346 (custom-buffer-create-internal, custom-manual): Use it.
18347 (custom-face-save): Push to theme-face before setting face spec.
18349 * wid-edit.el (widget-default-mouse-face-get): New function.
18350 (widget-specify-button): Handle mouse-face like button-face.
18352 * custom.el (load-theme): Clear old theme settings if reloading.
18354 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
18356 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18357 "Erase Customization" button back to same position it occupies in
18358 the individual State menus.
18360 2006-01-04 Kim F. Storm <storm@cua.dk>
18362 * wid-edit.el (key-sequence): Rework widget to read key binding
18363 using `kbd' syntax. Use C-q to insert literal key, event, or code.
18364 (widget-key-sequence-default-value): Default value for empty sequence.
18365 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
18366 (widget-key-sequence-read-event): New command for C-q.
18367 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18368 (widget-key-sequence-value-to-external): New functions.
18370 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18372 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18373 Use expand-file-name.
18374 (flymake-delete-temp-directory): Use expand-file-name,
18375 file-name-directory, and directory-file-name.
18376 (flymake-strrchr): Delete.
18377 (flymake-start-syntax-check): Don't pass the redundant buffer argument
18378 to the init-f function.
18379 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18380 (flymake-init-find-buildfile-dir)
18381 (flymake-init-create-temp-source-and-master-buffer-copy)
18382 (flymake-simple-make-init-impl, flymake-simple-make-init)
18383 (flymake-master-make-init, flymake-master-make-header-init)
18384 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18385 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18386 (flymake-xml-init): Remove corresponding redundant buffer argument.
18387 (flymake-allowed-file-name-masks): Remove last elems that are equal to
18388 the default anyway. Clean up regexps.
18390 * progmodes/flymake.el (flymake-temp-source-file-name)
18391 (flymake-master-file-name, flymake-temp-master-file-name)
18392 (flymake-base-dir): New buffer-local vars.
18393 (flymake-buffer-data, flymake-get-buffer-value)
18394 (flymake-set-buffer-value): Replace those hash-tables by the new
18395 buffer-local vars. Update callers.
18397 * progmodes/flymake.el (flymake-check-start-time)
18398 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18399 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18400 Move definition, so we can remove redundant earlier declaration.
18401 (flymake-replace-regexp-in-string, flymake-split-string)
18402 (flymake-get-temp-dir): Use defalias.
18403 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
18404 (flymake-xemacs-window-edges): Remove unused function.
18405 (flymake-get-point-pixel-pos): Move.
18406 (flymake-pid-to-names, flymake-reg-names)
18407 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18408 Replace by a simple list flymake-processes and by process-buffer.
18409 Update callers. Other than simplify the code, it uses buffers rather
18410 than buffer-names so it doesn't get confused by uniquify.
18411 (flymake-buffer-data): The global value should just be nil.
18413 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18414 Optimize the body of a defalias like any other code.
18416 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18417 Make sure we've setup font-lock's vars. It may influence which
18418 function we then call.
18419 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18420 here since it's too late anyway.
18422 2006-01-03 Romain Francoise <romain@orebokech.com>
18424 * startup.el (fancy-splash-tail, normal-splash-screen):
18425 Update copyright year.
18427 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18429 * mouse.el (mouse-drag-track): Rename, from
18430 `mouse-drag-region-1'. Includes optional argument required to
18431 enable post-drag event processing (e.g. delete region keys).
18432 Can be used without this argument to track a mouse region and operate
18433 on it as soon as the drag completes.
18434 (mouse-drag-region): Use `mouse-drag-track'.
18436 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18438 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18439 Move to `custom-buffer' group.
18441 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18442 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18443 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18444 (custom-theme-face-menu): New variables.
18445 (custom-theme-add-variable, custom-theme-variable-action)
18446 (custom-variable-reset-theme, custom-theme-delete-variable)
18447 (custom-face-reset-theme, custom-theme-face-action)
18448 (custom-theme-delete-face, custom-theme-merge-theme)
18449 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18451 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18453 * custom.el: Move Custom Themes commentary to start of theme code.
18454 (custom-known-themes): Rename `standard' theme to `changed'.
18455 (custom-push-theme): Caller no longer specifies what theme to use
18456 when doing `reset'---the setting is simply removed from the theme.
18457 Delete MODE from `theme-value' and `theme-settings' properties.
18458 (custom-declare-theme): Ignore &rest args since we don't use them.
18460 (custom-loaded-themes): Delete variable.
18461 (custom-theme-load-themes, custom-theme-loaded-p)
18462 (custom-theme-value): Delete functions.
18464 (custom-declare-theme): Signal error on invalid theme names.
18465 (provide-theme): custom-loaded-themes was deleted.
18466 (load-theme): Load the file unconditionally.
18467 (enable-theme): Call `load-theme' if theme is undefined.
18468 (custom-enabled-themes): Only update value for successful loads.
18469 (disable-theme): Complete from enabled themes when interactive.
18470 (custom-variable-theme-value): Calculate theme value directly.
18472 (custom-theme-reset-variables, custom-reset-variables): Mark as
18473 XEmacs compatibility functions. We don't actually use these.
18475 * cus-edit.el (custom-variable-state-set):
18476 Use custom-variable-theme-value instead of custom-theme-value.
18477 (custom-face-state-set): Rename `standard' theme to `changed'.
18478 (custom-save-variables, custom-save-faces): Delete unneeded
18479 references to custom-reset-variables.
18480 (custom-save-resets): Delete function.
18481 (custom-save-variables, custom-save-faces): MODE argument deleted.
18482 (custom-save-variables, custom-save-faces): Ignore theme values.
18484 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18485 compatibility function.
18487 2006-01-01 Richard M. Stallman <rms@gnu.org>
18489 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18490 (Custom-reset-current, Custom-reset-saved): Likewise.
18491 (Custom-reset-standard): Show message if aborted.
18492 (custom-mode): Doc fix, describing those commands.
18494 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18495 put on event-kind property.
18497 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18499 * custom.el (provide-theme): Ban `user' theme name.
18500 (custom-enabling-themes): New variable.
18501 (enable-theme): Don't enable user if custom-enabling-themes is t.
18502 (custom-enabled-themes): Make it a defcustom.
18503 (custom-theme-recalc-face): No-op if face is undefined.
18505 * cus-edit.el (custom-button-mouse): New variable.
18506 (custom-button-mouse): New face.
18507 (custom-raised-buttons, custom-mode): Use it.
18509 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18511 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18513 * progmodes/gud.el (gud-display-line): Support hl-line in the
18516 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18518 * mouse.el (mouse-drag-window-above): Verify that the found window
18519 overlaps with the given window in the horizontal dimension.
18521 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18523 * Makefile.in (cvs-update): New target.
18525 * makefile.w32-in (cvs-update): Ditto.
18527 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18529 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18530 (custom-new-theme-mode-map): New variable.
18532 2005-12-30 Richard M. Stallman <rms@gnu.org>
18534 * custom.el (custom-load-themes): Function deleted.
18536 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18537 (custom-save-variables): Don't delete or add custom-load-themes call.
18539 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18541 * cus-start.el: Add `visible-cursor'.
18543 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18544 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18545 (flymake-process-filter): Switch to buffer before calling it instead.
18546 (flymake-post-syntax-check, flymake-highlight-err-lines)
18547 (flymake-delete-own-overlays, flymake-parse-err-lines)
18548 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18549 (flymake-count-lines, flymake-parse-residual):
18550 Remove constant buffer argument.
18551 (flymake-start-syntax-check-for-current-buffer): Remove.
18552 Update callers to use flymake-start-syntax-check instead.
18553 (flymake-display-err-menu-for-current-line):
18554 Remove unused var `mouse-pos'.
18555 (flymake-restore-formatting): Comment out unused function.
18556 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18557 argument, use current-buffer instead. Update callers.
18559 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18561 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18562 buffer-local because choose-completion-delete-max-match requires
18563 that we set completion-ignore-case (i.e., binding via let is not
18565 (bibtex-complete): Always set completion-ignore-case and
18566 choose-completion-string-functions. The latter is needed because
18567 choose-completion-string-functions keeps its value if we quit the
18568 *Completions* buffer without requesting a completion.
18570 2005-12-30 Andreas Schwab <schwab@suse.de>
18572 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18574 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18576 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18578 2005-12-30 Juri Linkov <juri@jurta.org>
18580 * locate.el (locate-fcodes-file, locate-header-face)
18581 * progmodes/delphi.el (delphi-other-face)
18582 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18584 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18585 group `paren-showing-faces'.
18587 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18588 (goto-address): Fix docstring.
18590 * net/webjump.el (webjump-sample-sites): Update URLs.
18592 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18594 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18596 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18598 * font-lock.el (font-lock-compile-keywords): Signal an error when
18599 font-lock-set-defaults hasn't been called.
18601 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18603 * subr.el (noreturn, 1value): Doc fixes.
18605 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18607 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18608 that assoc-string returns nil.
18610 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18612 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18613 (bibtex-entry-type-str, bibtex-empty-field-re)
18614 (bibtex-search-backward-string, bibtex-preamble-prefix)
18615 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18616 (bibtex-any-valid-entry-type): New variable.
18617 (bibtex-parse-field-name): Simplify.
18618 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18619 (bibtex-preamble-prefix): Include left delimiter.
18620 (bibtex-search-forward-field, bibtex-search-backward-field):
18621 Allow unbounded search past entry boundaries (required by bibtex-pop).
18622 (bibtex-text-in-field-bounds): Use push.
18623 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18624 (bibtex-parse-preamble, bibtex-valid-entry)
18625 (bibtex-beginning-first-field): New functions.
18626 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18627 (bibtex-map-entries): Fix docstring.
18628 (bibtex-flash-head): New arg prompt. Simplify.
18629 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18630 (bibtex-insert-kill): Simplify. Always insert text past the
18631 current field or entry.
18632 (bibtex-format-entry): Use bibtex-parse-field.
18633 (bibtex-pop): Use bibtex-beginning-of-entry and
18634 bibtex-end-of-entry to initiate the search. Insert empty field if
18635 we found ourselves.
18636 (bibtex-print-help-message): New args field and comma.
18638 (bibtex-make-field): Use bibtex-beginning-of-entry.
18639 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18641 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18642 Handle preambles. Simplify code for thorough test.
18643 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18644 New arg comma. Handle entry heads.
18645 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18646 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18648 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18649 (bibtex-fill-field): Simplify.
18650 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18651 bibtex-parse-field.
18652 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18653 (bibtex-complete): Use bibtex-parse-preamble.
18655 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18657 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18658 Display name of expression instead of convenience variable.
18659 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18661 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18662 toggle-gud-tooltip-dereference.
18663 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18664 (gud-tooltip-tips): ...here when dereferencing.
18666 2005-12-28 Bill Wohler <wohler@newt.com>
18668 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18670 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18672 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18673 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18674 (vc-annotate-display-autoscale): Adjust call.
18675 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18676 Fix interactive spec.
18677 (vc-annotate-time-span): Remove.
18678 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18679 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18680 (vc-annotate-display-select): Use new name.
18682 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18683 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18684 Correct the construction of span entries. Simplify.
18685 (vc-annotate-display-select): Fix the nil case.
18686 (vc-annotate): Remove obsolete (and now broken) code.
18687 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18688 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18690 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18692 * subr.el (lazy-completion-table): Correct typo in docstring.
18694 * startup.el (command-line): Use `custom-reevaluate-setting' for
18695 `send-mail-function'.
18697 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18699 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18701 * mail/smtpmail.el (smtpmail-try-auth-methods):
18702 Send credentials together with "AUTH PLAIN" command.
18704 2005-12-27 Richard M. Stallman <rms@gnu.org>
18706 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18707 mouse-2, go back to previously selected window, so it's selected
18708 when mouse-2 command runs.
18710 2005-12-27 Juri Linkov <juri@jurta.org>
18712 * descr-text.el (describe-text-sexp): Use square brackets for
18713 button [Show] to distinguish it from the property value `show'.
18714 (describe-property-list): Use `insert-text-button' with
18715 `help-face' type instead of putting face in quotes, because button
18716 is not created automatically for a list of faces.
18717 (describe-text-properties-1): Put button-type value in quotes to
18718 distinguish from plain text "button".
18719 (describe-char): Display code point values in hex. Don't use
18720 `symbol-name' for `current-input-method' because it is a string.
18721 Use `insert-text-button' with `help-face' type instead of putting
18722 hardcoded face in quotes, because button is not created automatically.
18724 2005-12-27 Richard M. Stallman <rms@gnu.org>
18726 * progmodes/glasses.el (glasses-face): More specific custom type.
18728 * files.el (set-visited-file-name): Doc fix.
18730 * textmodes/flyspell.el (flyspell-external-point-words):
18731 Use local var buffer-scan-pos to advance scan for next misspelling.
18732 Advance it only after we find the misspelling.
18734 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18736 * textmodes/flyspell.el (flyspell-external-point-words):
18737 New criteria for finding the misspelling in the buffer.
18739 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18741 * help-mode.el (help-insert-string): Set help-xref-stack-item
18742 rather than call help-setup-xref.
18744 * descr-text.el (describe-char): Revert previous changes for
18745 optional buffer argument.
18747 2005-12-27 Juri Linkov <juri@jurta.org>
18749 * help-mode.el (help-insert-string): New function. Save buffer
18750 contents in cases where it is impossible to recompute the old contents.
18752 * descr-text.el (describe-char): Set help-xref-stack-item
18753 explicitly after buffer has been generated.
18755 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18757 * cus-start.el (all): Add x-gtk-show-hidden-files.
18759 2005-12-26 Richard M. Stallman <rms@gnu.org>
18761 * replace.el (perform-replace): Calculate match-again
18762 before skipping read-only matches.
18764 * paren.el (paren-showing-faces): New group.
18765 (show-paren-match, show-paren-mismatch): Move to that group.
18767 * button.el (button): Put into group `basic-faces'.
18769 * progmodes/make-mode.el: Remove faces from group `faces'.
18771 * apropos.el (apropos, apropos-value): Doc fix.
18772 (apropos-documentation): Doc fix.
18774 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18776 * subr.el (lazy-completion-table): Remove argument `args'.
18778 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18779 Don't use the `args' argument of lazy-completion-table.
18781 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18783 * descr-text.el (describe-char): Add optional argument for buffer.
18784 Set buffer appropriately. Call help-setup-xref.
18785 Suggested by Stefan Monnier.
18787 2005-12-26 Juri Linkov <juri@jurta.org>
18789 * descr-text.el: Require `help-fns' at runtime. Don't require
18790 `button' for byte compilation.
18791 (describe-text-widget): Add `help-echo' for first button.
18792 Use `help-info' for second.
18793 (describe-property-list): Use `help-argument-name' instead of `italic'.
18794 (describe-text-category): Add prompt to interactive spec.
18795 Call `help-setup-xref'.
18796 (describe-char): Use `help-character-set'. Add `help-echo' for
18797 code point. Use `help-input-method'. Remove superfluous insert.
18799 2005-12-25 Richard M. Stallman <rms@gnu.org>
18801 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18802 at point, in case of narrowing.
18804 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18806 * locate.el (locate-header-face): Allow nil in type.
18808 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18810 2005-12-25 Romain Francoise <romain@orebokech.com>
18812 * battery.el (battery-linux-proc-acpi): Also try
18813 `/proc/acpi/thermal_zone/THM0/temperature'.
18815 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18817 * custom.el (custom-push-theme): Fix docstring.
18819 * cus-edit.el (custom-variable-set, custom-variable-save)
18820 (custom-variable-save): Custom-quote widget values.
18821 (customize-save-variable): Fix custom-push-theme call.
18823 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18825 * w32-fns.el (w32-batch-update-autoloads): New function.
18827 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18828 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18829 from the command line.
18831 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18833 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18834 reset means to remove setting from theme entirely. Don't keep
18835 expanding theme-settings list; delete old entries if necessary.
18837 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18838 customization" button one line up.
18839 (custom-themed): New face.
18840 (custom-magic-alist): New value, THEMED, for theme settings.
18841 (custom-variable-state-set, custom-face-state-set):
18842 Check theme-value instead of saved-value.
18843 (custom-variable-reset-standard, custom-face-reset-standard):
18844 Remove theme setting entirely. Recalculate new values.
18845 (custom-variable-set, custom-variable-set)
18846 (custom-variable-reset-saved, custom-variable-reset-backup)
18847 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18848 (custom-variable-save): Fix typos.
18850 2005-12-23 Juri Linkov <juri@jurta.org>
18852 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18853 Add autoload cookies.
18854 (edebug-outside-d-c-i-n-s-w): New variable.
18855 (edebug-display, edebug-outside-excursion): Use it to save the
18856 original value of default-cursor-in-non-selected-windows.
18857 Set default-cursor-in-non-selected-windows to t while Edebug
18859 (edebug-mode, edebug-eval-mode): Doc fix.
18861 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18862 with `buffer-substring-no-properties' to remove common substring
18865 * info.el (info-other-window, info): Rename function argument
18866 `file' to `file-or-node'.
18867 (Info-complete-menu-item): Use local variable `complete-nodes' to
18868 keep the global value of `Info-complete-nodes' unchanged for
18869 subsequent completions.
18870 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18872 * simple.el (get-next-valid-buffer, last-buffer)
18873 (next-error-buffer-p, next-error-find-buffer)
18874 (minibuffer-history-sexp-flag): Doc fix.
18876 * savehist.el (savehist-mode-hook): Add `:group'.
18878 * log-view.el: Call autoload for vc-find-version.
18879 (log-view-current-file): Adjust subgroup numbers.
18880 (log-view-current-tag): Add `length'.
18882 2005-12-23 Richard M. Stallman <rms@gnu.org>
18884 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18886 2005-12-23 Juri Linkov <juri@jurta.org>
18888 * hi-lock.el (hi-lock-archaic-interface-message-used)
18889 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18890 (hi-lock-mode): Display "Hi" in the mode line only when
18891 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18892 (hi-lock-write-interactive-patterns):
18893 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18894 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18895 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18896 font-lock-add-keywords to t.
18898 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18900 * hi-lock.el (hi-lock-highlight-range): New variable.
18901 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18902 only if font-lock-fontified is non-nil. Remove overlays.
18903 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18904 font-lock-fontified is non-nil, otherwise use overlays (instead of
18906 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18908 (hi-lock-string-serialize): New function.
18910 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18912 * menu-bar.el (menu-find-file-existing): New function.
18913 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18915 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18917 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18919 * vc.el: Remove unnecessary leading * in docstrings.
18920 (vc-annotate-mode-map): Move initialization into declaration.
18921 (vc-static-header-alist): Nitpick on the regexp.
18922 (vc-default-init-version): New fun.
18923 (vc-register): Use it.
18924 (vc-insert-headers): Use dolist.
18925 (vc-annotate-get-backend): Remove unused function.
18926 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18927 (vc-annotate-mode): Remove corresponding call.
18928 (vc-annotate-car-last-cons): Simplify.
18929 (vc-annotate-buffers): Remove var.
18930 (vc-annotate-backend): Make it buffer-local.
18931 (vc-annotate): Move the interaction to the interactive spec.
18932 Add a `buf' argument.
18933 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18934 killing&creating a vc-annotate buffer, which is very disruptive when
18935 the buffers are shown in dedicated frames.
18937 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18939 * descr-text.el: Add FSF as maintainer.
18940 (describe-text-mode, describe-text-mode-map)
18941 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18943 (describe-text-widget, describe-text-sexp)
18944 (describe-property-list, describe-text-category)
18945 (describe-text-properties, describe-text-properties-1)
18946 (describe-char): Use help buttons instead of widgets.
18947 (describe-char-unicodedata-file): Make URL link in doc string.
18949 2005-12-22 Richard M. Stallman <rms@gnu.org>
18951 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18952 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18953 Don't include buttons that write a file when there's no file.
18954 (custom-variable-menu, custom-face-menu, custom-group-menu):
18955 Don't include commands that write a file when there's no file.
18956 (customize-browse): Reword the top-of-buffer help intro.
18957 (custom-buffer-create-internal): Fix previous change.
18958 (customize-changed-options-previous-release): Prev release is 21.1.
18959 (customize-changed-options): Doc fix.
18960 (customize-changed): New alias.
18961 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18962 Say "standard values".
18963 (Custom-reset-standard): Doc fix.
18964 (custom-face-reset-standard): Doc fix.
18966 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18968 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18969 even if font-lock-mode is non-nil since it may be t without having
18970 turned on font-lock-mode-internal.
18971 (font-lock-choose-keywords): Minor optimization.
18972 (font-lock-add-keywords, font-lock-remove-keywords)
18973 (font-lock-set-defaults): Don't call make-local-variable on a variable
18974 that we know to already be local.
18976 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18978 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18979 messages if in the minibuffer.
18981 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18983 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18984 (tex-mode-flyspell-verify, flyspell-get-word)
18985 (flyspell-external-point-words): Don't use point-min/max uselessly.
18987 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18988 by Kevin Rodgers. Instead, just hide the completions buffer if we
18989 don't need to show it.
18991 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18993 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18995 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18997 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18998 delete-windows-on with an inexistent buffer.
19000 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
19002 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19003 Delete defcustom variable :tag names.
19005 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
19007 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
19008 (log-view-font-lock-keywords): Ajust subgroup numbers.
19009 (log-view-current-tag): Don't hard code the number of subgroups.
19011 2005-12-20 Juri Linkov <juri@jurta.org>
19013 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
19014 (tooltip-x-offset, tooltip-y-offset): Doc fix.
19016 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19017 (menu-bar-non-minibuffer-window-p): Instead of checking
19018 display-multi-frame-p, use selected-frame when menu-updating-frame
19021 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
19023 * align.el (align-rules-list): Use [ \t] instead of \s-
19024 for column separators in text mode.
19026 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
19028 * help-mode.el (help-customize-variable, help-customize-face):
19029 Don't pop help-xref-stack as help-follow no longer pushes
19032 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
19034 * textmodes/org.el (org-agenda-custom-commands): New option.
19035 (org-agenda): Offer custom commands on splash screen.
19036 (org-make-tags-matcher): Parser for Boolean logic added.
19037 (org-agenda-set-tags): New command.
19038 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
19039 (org-set-tags): Efficiency improvements.
19040 (org-auto-align-tags): New option.
19041 (org-todo, org-demote, org-promote): Realign tags.
19042 (org-tags-completion-function): Use also "&" and "|" as separators.
19043 (org-org-menu): Agenda commands simplified.
19045 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
19047 * cus-edit.el (customize-apropos, customize-apropos-options):
19050 * font-lock.el (font-lock): Add tags to the links in the defgroup.
19052 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
19054 * longlines.el (longlines-mode): Wrap while widened.
19055 (longlines-decode-region, longlines-encode-region): Compute max
19058 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19060 * cus-edit.el (mac): New group.
19062 * cus-start.el (all): Add user options in macterm.c. Add test for
19063 Mac-related built-ins. Fix test for GTK-related built-ins.
19065 * term/mac-win.el (mac-handle-language-change)
19066 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
19067 (mac-services-open-selection, mac-services-mail-selection)
19068 (mac-services-mail-to, mac-services-insert-text)
19069 (mac-dispatch-apple-event): Add docstrings.
19070 (x-get-selection, mac-select-convert-to-string): Select coding
19071 system from `utf-16be' and `utf-16le' using `byteorder'.
19073 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
19075 * subr.el (lazy-completion-table): Don't be fooled if the var holds
19076 a "list" (lambda ...) rather than a real completion list.
19078 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
19079 lexical-let when encountering ((lambda (...) ...) ...).
19081 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
19083 * progmodes/sh-script.el (sh-mode):
19084 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
19085 * textmodes/picture.el (picture-mode): Update docstrings.
19087 2005-12-17 Eli Zaretskii <eliz@gnu.org>
19089 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
19090 commands enclosed in $(ARGQUOTE)s should not be split between two
19091 lines, as that will break with GNU Make >3.80, when sh.exe is used
19092 and arg quoting is with '..'.
19093 (autoloads): Don't break the quoted --eval expression between
19096 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
19098 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
19099 Capture error from printing circular structures.
19101 2005-12-17 Martin Rudalics <rudalics@gmx.at>
19103 * wid-edit.el (widget-checkbox-action): Clear undo info.
19105 2005-12-16 Bill Wohler <wohler@newt.com>
19107 * menu-bar.el (kill-this-buffer): Set a good example by using menu
19108 bar, not menubar in comment.
19110 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
19112 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
19113 After-change-functions should not clobber the match data.
19115 2005-12-16 Juri Linkov <juri@jurta.org>
19117 * simple.el (choose-completion): Use `buffer-substring-no-properties'
19118 instead of `buffer-substring'.
19119 (completion-common-substring): Doc fix.
19120 (completion-setup-function): Use minibuffer-completion-contents
19121 instead of minibuffer-contents. Don't set common-string-length
19122 initially. Remove special handling of partial-completion-mode.
19123 Move computation of completion-base-size into one cond.
19124 Call completion-base-size-function in mainbuf. In computation of
19125 completion-base-size for file name completion don't move point to
19126 the end of the minibuffer. Move computation of common-string-length
19127 into one cond. Start putting faces only when common-string-length>=0.
19128 Add condition to put completions-common-part when
19129 common-string-length>0.
19131 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
19132 place point at the first different character in the minibuffer
19133 even if this position is at the beginning of the minibuffer.
19135 * info.el (Info-read-node-name-1): In completion-base-size-function's
19136 lambda return 1 if common-substring or minibuffer-completion-contents
19137 starts with (, and 0 otherwise.
19139 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
19140 Use `crm-current-element' for second arg of `display-completion-list'.
19142 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
19144 * files.el (set-auto-mode): Look for an interpreter specified on
19145 the first line also if search for mode specification succeeded,
19146 but the mode is not known.
19148 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
19150 * textmodes/org.el (org-tags-match-list-sublevels): New option.
19151 (org-open-at-point): Implement tag searches as links.
19152 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
19153 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
19154 (org-tags-sparse-tree, org-tags-view, org-set-tags)
19155 (org-agenda-dispatch): New commands.
19156 (org-use-tag-inheritance, org-tags-column): New options.
19157 (org-tab-follows-link, org-return-follows-link): New options.
19158 (org-tags): New customize group.
19159 (org-start-icalendar-file): Get local time zone.
19160 (org-tags-completion-function): New function.
19161 (org-set-font-lock-defaults): Make sure links will also be
19162 highlighted inside headlines.
19164 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
19166 * term.el (term-emulate-terminal):
19167 Let term-handle-ansi-terminal-messages override what Bash says about
19168 its current directory.
19170 2005-12-16 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
19172 * bindings.el (last-buffer): Move to simple.el.
19173 * simple.el (last-buffer): Move here.
19174 (get-next-valid-buffer): New function.
19175 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
19176 (prev-buffer): Ditto. Rename to `previous-buffer'.
19178 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
19179 * bindings.el (global-map): Ditto.
19181 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
19183 * cus-edit.el: Introductory comment change.
19184 (custom-magic-alist): Change message string for the `rogue' state.
19186 2005-12-15 Richard M. Stallman <rms@gnu.org>
19188 * tooltip.el: Delete defcustom variable :tag names.
19190 * complete.el (partial-completion-mode): Doc fix.
19192 * textmodes/flyspell.el (flyspell-external-point-words):
19193 Use save-excursion to ensure we don't move backward in the
19194 search loop, not even one character.
19195 (flyspell-delete-all-overlays): Use remove-overlays directly.
19197 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
19198 (ispell-start-process): Set that variable.
19199 Clear ispell-buffer-local-name.
19200 (ispell-internal-change-dictionary):
19201 Set ispell-current-dictionary after killing process.
19202 (ispell-buffer-local-dict):
19203 Don't set spell-personal-dictionary after killing process.
19204 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
19205 (ispell-tex-skip-alists, ispell-html-skip-alists)
19206 (ispell-skip-region-alist): Mark as risky.
19208 * net/newsticker.el (newsticker--retrieval-timer-list)
19209 (newsticker--display-timer, newsticker-running-p)
19210 (newsticker-ticker-running-p): Definitions moved up.
19212 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
19214 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
19216 2005-12-15 David Ponce <david@dponce.com>
19218 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
19219 (recentf-edit-list, recentf-open-files): Signal an error when
19220 there is no recent file.
19222 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
19224 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
19225 read-only except for texinfo-format-region evaluation.
19227 2005-12-14 Richard M. Stallman <rms@gnu.org>
19229 * vc.el (vc-default-previous-version, vc-default-next-version)
19230 (vc-do-command): Doc fixes.
19232 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19234 * textmodes/bibtex.el (bibtex-expand-strings)
19235 (bibtex-autokey-expand-string, bibtex-name-part)
19236 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
19237 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
19238 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
19239 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
19240 (bibtex-entry-postfix, bibtex-known-entry-type-re)
19241 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
19242 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
19243 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
19244 (bibtex-beginning-of-last-entry): Remove.
19245 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
19246 message if comma is missing but buffer is read-only.
19247 (bibtex-parse-field-text): Handle whitespaces at the end of field
19248 text. Return 3-element list with beginning and end of field text
19250 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
19251 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
19252 (bibtex-search-forward-field, bibtex-search-backward-field):
19253 Search always delimited by limits of entry. Use more efficient
19255 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
19256 bibtex-end-of-name-in-field.
19257 (bibtex-text-in-field-bounds): Handle BibTeX strings when
19258 extracting the content of a field.
19259 (bibtex-text-in-field): Use search limits.
19260 (bibtex-parse-string-prefix): Handle empty string keys based on
19261 bibtex-string-empty-key.
19262 (bibtex-parse-string): Fix docstring.
19263 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
19264 (bibtex-preamble-prefix, bibtex-strings): New functions.
19265 (bibtex-skip-to-valid-entry): Include preceding whitespace in
19266 BibTeX entries (consistent with other BibTeX functions).
19267 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
19268 (bibtex-search-entry): Fix docstring. Simplify.
19269 (bibtex-flash-head, bibtex-complete-string-cleanup)
19270 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
19271 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
19272 (bibtex-parse-entry): New optional arg content.
19273 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
19274 Use bibtex-text-in-field-bounds.
19275 (bibtex-print-help-message): Handle BibTeX strings and preambles.
19276 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
19277 bibtex-parse-string-postfix.
19278 (bibtex-find-text-internal): New function.
19279 (bibtex-remove-delimiters): Use it.
19280 (bibtex-find-text): Use it. New optional arg help.
19281 (bibtex-complete): Handle BibTeX string and preamble entries.
19282 (bibtex-Preamble): Fix order of closing delimiters.
19284 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
19286 * vc.el (vc-default-revert): New fun.
19288 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
19290 2005-12-14 Romain Francoise <romain@orebokech.com>
19292 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
19293 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
19294 (font-lock-remove-keywords): Likewise.
19296 2005-12-14 Juri Linkov <juri@jurta.org>
19298 * log-view.el (log-view-diff): Doc fix.
19300 * isearch.el (isearch-query-replace): Use (mark) instead of
19301 isearch-opoint if mark is active in transient-mark-mode.
19303 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
19305 * isearch.el (isearch-query-replace): Check for isearch-other-end.
19307 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
19309 * progmodes/cpp.el (cpp-face): New widget.
19310 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19312 2005-12-14 Juri Linkov <juri@jurta.org>
19314 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19315 around `erase-buffer' and `insert'.
19317 * descr-text.el (describe-text-properties): Replace buffer name
19318 "*Help-2*" with "*Help*<2>".
19319 (describe-char): Add functions print-help-return-message,
19320 toggle-read-only. Use help-setup-xref with nil to not store
19321 describe-char in help-xref-stack. Use help-make-xrefs to
19322 make [back] button.
19324 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19326 * wdired.el (wdired-old-point): New internal variable.
19327 (wdired-change-to-wdired-mode): Set it buffer-locally.
19328 (wdired-abort-changes): Restore point after aborting changes.
19330 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
19332 * vc.el (vc-do-command): Add a new value t for okstatus.
19334 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19335 frame in case of errors.
19337 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19339 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19340 so it comes after "On the Left" in the menu.
19342 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
19344 * cus-edit.el (customize-apropos, customize-apropos-options)
19345 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19347 2005-12-12 Bill Wohler <wohler@newt.com>
19349 * vc-svn.el (vc-svn-registered): Fix problem of visiting
19350 non-writable Subversion-controlled files by saving window
19351 configuration before calling vc-do-command. vc-do-command calls
19352 pop-to-buffer on error which is unexpected during registration.
19354 2005-12-12 Jay Belanger <belanger@truman.edu>
19356 * calc/README: Update the summary of changes.
19358 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
19360 * descr-text.el (describe-char): Rework last fix to solve the problem
19361 is the same way it's solved for everything else in that function
19362 (i.e. by extracting the info before setting up the *Help* buffer).
19364 2005-12-12 Kim F. Storm <storm@cua.dk>
19366 * subr.el (version-regexp-alist): Allow space as separator before
19367 non-numeric part, e.g. "1.0 alpha".
19368 (version-to-list): Interpret .X.Y version as 0.X.Y version.
19370 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
19372 * textmodes/org.el (org-agenda, org-timeline, org-todo):
19373 Implement Logging and the keep-modes setting.
19374 (org-get-category): Make sure a string is returned.
19375 (org-log-done): New function.
19376 (org-log-done, org-closed-string): New options.
19378 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19380 * tooltip.el (tooltip-y-offset): Change default to 20.
19382 2005-12-12 Richard M. Stallman <rms@gnu.org>
19384 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19386 * frame.el (display-hourglass): Doc fix.
19388 * help.el (help-for-help-internal): Simplify entry for `a'.
19390 * info.el (Info-on-current-buffer): Doc fix.
19391 (info-insert-file-contents): Don't test (featurep 'jka-compr).
19393 * startup.el (inhibit-splash-screen): Make this the real name.
19394 (inhibit-startup-message): Make this the alias.
19395 (command-line): Find only simple.el, and use its directory
19396 to fill in other preloaded files' names.
19397 (command-line): Deactivate the mark if deactivate-mark is set.
19399 * international/mule.el (load-with-code-conversion):
19400 Bind deactivate-mark.
19402 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19404 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
19406 * cus-edit.el (customize-apropos): Avoid listing an option more
19407 than once under different aliases. No longer list user options
19408 that are not defined with defcustom (unless a prefix arg is given).
19410 (customize-apropos-options): Doc fix.
19412 2005-12-11 Juri Linkov <juri@jurta.org>
19414 * frame.el (set-background-color, set-foreground-color)
19415 (set-cursor-color, set-mouse-color, set-border-color):
19416 Add explicit prompts to read colors by `facemenu-read-color'.
19417 (show-trailing-whitespace, blink-cursor-delay)
19418 (blink-cursor-interval, display-hourglass, hourglass-delay):
19420 (display-hourglass, hourglass-delay): Doc fix.
19421 (cursor-in-non-selected-windows): Capitalize words in tag.
19423 * faces.el (frame-background-mode): Replace `choice-item' keywords
19424 with `const' to not make [default] button. Change default value tag
19425 from `default' to `automatic'. Doc fix.
19426 (trailing-whitespace) <defface>: Change group `whitespace' to
19427 `whitespace-faces'.
19429 2005-12-11 Richard M. Stallman <rms@gnu.org>
19431 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19433 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19435 * term/mac-win.el: Create keymap for mac-apple-event-map.
19437 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19439 * tooltip.el (tooltip-mode): Move to start of file so that it
19440 appears at top of customize buffer.
19442 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19443 Add the gud groupname.
19444 (gud-tooltip-mode): Add the tooltip groupname.
19445 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19446 avoid conflict with tooltip-use-echo-area.
19448 2005-12-10 Romain Francoise <romain@orebokech.com>
19450 * help.el (help-for-help-internal): Add `r' in doc string.
19452 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
19454 * align.el (align-regexp, align-highlight-rule):
19455 Use region-beginning and region-end instead of point and mark, so that
19456 repetition (with `repeat-complex-command') recomputes the region
19459 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19461 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19462 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19463 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19464 (balance-windows): Rewrite using the above new functions.
19466 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19468 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19469 react if global-hi-lock-mode seems intended.
19470 (global-hi-lock-mode): Renamed from hi-lock-mode.
19471 (hi-lock-archaic-interface-message-used)
19472 (hi-lock-archaic-interface-deduce): New variables.
19473 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19474 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19475 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19476 Replace hi-lock-buffer-mode with hi-lock-mode.
19478 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19480 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19481 completion list, even after a partial completion has been
19482 inserted in the current buffer. If there are more than 1
19483 completion, redisplay the *Completions* buffer; if the
19484 completion is unique, delete the *Completions* window.
19486 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19488 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19489 strings and long subject lines that were broken into multiple
19490 lines at arbitrary places. Handle subjects that have "Re: " in
19493 2005-12-10 John W. Eaton <jwe@octave.org>
19495 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19496 comments or strings if octave-auto-indent is nil.
19498 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19500 * term/mac-win.el: Require url when compiling.
19501 Call mac-process-deferred-apple-events after loading init files.
19502 (mac-apple-event-map): New defvar. Define event handlers in it.
19503 (core-event, internet-event): New Apple event class symbols.
19504 (open-application, reopen-application, open-documents)
19505 (print-documents, open-contents, quit-application)
19506 (application-died, show-preferences, autosave-now, get-url):
19507 New Apple event ID symbols.
19508 (about): New HICommand ID symbol.
19509 (mac-event-spec, mac-event-ae): New macros.
19510 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19511 (mac-ae-selection-range, mac-ae-text-for-search)
19512 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19513 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19514 and Services menu events are now defined in mac-apple-event-map.
19515 (mac-drag-n-drop): Remove selection range handling.
19517 2005-12-10 Kenichi Handa <handa@m17n.org>
19519 * simple.el (zap-to-char):
19520 * isearch.el (isearch-process-search-char): Translate CHAR by
19521 translation-table-for-input.
19523 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19525 * foldout.el (foldout-exit-fold): Properly hide subtree.
19527 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19529 * files.el (save-buffer):
19530 * international/ucs-tables.el (ucs-set-table-for-input):
19531 * mail/mail-extr.el (mail-extract-address-components):
19532 * mail/sendmail.el (mail-mode): Reformat doc string.
19534 2005-12-09 Juri Linkov <juri@jurta.org>
19536 * isearch.el (isearch-highlight): Change main overlay priority
19537 from 1 to 1001. Simplify.
19538 (isearch-lazy-highlight-update): Change lazy overlay priority
19541 * replace.el (replace-highlight): Change overlay priority from
19544 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19545 Change overlay priority from 1 to 1001. Reuse existing overlay.
19547 * compare-w.el (compare-windows-highlight): Change overlay
19548 priority from 1 to 1000.
19550 * menu-bar.el (menu-bar-edit-menu): Add listp around
19551 pending-undo-list to disable menu item "undo" when pending
19552 undo list is empty.
19554 * locate.el (locate): Disable undo in *Locate* buffer.
19556 2005-12-09 Kim F. Storm <storm@cua.dk>
19558 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19560 2005-12-09 David Ponce <david@dponce.com>
19562 * recentf.el: Improvement of the menu code.
19563 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19564 instead of menu hook.
19565 (recentf-show-menu, recentf-hide-menu): New functions.
19566 (recentf-menu-customization-changed, recentf-mode): Use them.
19567 (recentf-menu-action, recentf-max-menu-items)
19568 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19569 (recentf-arrange-by-rule-others)
19570 (recentf-arrange-by-rules-min-items)
19571 (recentf-arrange-by-rule-subfilter): Don't use
19572 `recentf-menu-customization-changed'.
19573 (recentf-arrange-rules): Likewise. Accept functions to compute
19575 (recentf-menu-filter): Likewise. Doc fix.
19576 (recentf-menu-value-shortcut): Doc fix.
19577 (recentf-dump-variable): Quote atom value.
19578 (recentf-make-menu-items): Update to use it as a menu filter.
19579 (recentf-match-rule): New function.
19580 (recentf-arrange-by-rule): Use it.
19581 (recentf-indirect-mode-rule): New function.
19582 (recentf-build-mode-rules): Use it.
19583 (recentf-dir-rule): New function.
19584 (recentf-arrange-by-dir): Use it.
19585 (recentf-filter-changer-current): Rename from
19586 `recentf-filter-changer-state'. All references updated.
19587 (recentf-filter-changer-alist): Update filter names.
19588 (recentf-filter-changer-select): New function.
19589 (recentf-filter-changer): Use it. Make a sub-menu from filters
19590 available in `recentf-filter-changer-alist'.
19591 (recentf-data-cache, recentf-clear-data)
19592 (recentf-update-menu): Remove. All references updated.
19593 (recentf-match-rule-p, recentf-build-dir-rules)
19594 (recentf-filter-changer-goto-next)
19595 (recentf-filter-changer-get-current)
19596 (recentf-filter-changer-get-next): Remove.
19598 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19600 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19601 buffer "Reset" button to "Reset to Current" for consistency with
19604 2005-12-08 John Paul Wallington <jpw@pobox.com>
19606 * ibuf-ext.el (define-ibuffer-filter filename):
19607 If `dired-directory' is a list then really use its car.
19609 2005-12-08 Kim F. Storm <storm@cua.dk>
19611 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19612 Fix indention of text on right side of replaced rectangle.
19614 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19616 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19617 No need to check gud-comint-buffer is bound.
19618 (gdb): Prevent multiple debugging when first session uses gdba.
19620 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19622 CC Mode update to 5.31.
19624 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19625 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19626 We might do this function properly in the future).
19628 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19629 New macros c-sentence-end and c-default-value-sentence end, to cope
19630 with Emacs 22's new function `sentence-end'.
19632 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19634 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19635 compat issue using `c-put-overlay' and `c-delete-overlay'.
19637 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19638 New compat macros to handle overlays/extents.
19640 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19642 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19643 (for GNU Emacs 20.4).
19645 * progmodes/cc-defs.el
19646 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19648 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19649 highlighting mechanism so it will work in XEmacs too.
19651 * progmodes/cc-defs.el: Insert c-int-to-char.
19653 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19654 call to the new macro c-int-to-char. This solves XEmacs's
19655 regarding characters as different from integers.
19657 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19659 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19660 New internal helper.
19662 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19663 construct to make the indirect face lookup work in XEmacs.
19665 (c-cpp-matchers): Append the negation char face to the existing
19666 fontification, so that the cpp face doesn't disappear.
19667 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19670 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19671 to map to `font-lock-negation-char-face' in emacsen where it exists.
19673 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19675 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19677 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19678 Rename "c-subword-move-mode" as "c-subword-mode".
19680 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19681 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19683 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19685 * progmodes/cc-mode.el: Added autoload directive for
19686 `c-subword-move-mode' for use in older emacsen.
19688 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19690 * progmodes/cc-mode.el:
19691 (i): Insert a binding for C-c C-backspace into
19692 c-bind-special-erase-keys which works in TTYs.
19693 (ii): Make sure that when file styles are used, any explicitly
19694 given style variables take priority over those in the style.
19695 Do this by calling `hack-local-variables' a second time.
19697 * progmodes/cc-vars.el: Add language specific customization
19698 widgets for AWK to c-doc-comment-style, c-require-final-newline
19699 and c-default-style. Add a defcustom for awk-mode-hook.
19700 Give c-syntactic-element and c-syntactic-context doc-strings by
19701 directly setting their `variable-documentation' propery.
19702 This allows Emacs 22.1 to read these with C-h v.
19704 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19706 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19708 * progmodes/cc-fonts.el, cc-vars.el
19709 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19710 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19713 (c-doc-comment-style): Made GtkDoc default in C mode.
19715 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19716 and C-c C-<delete>.
19718 (c-bind-special-erase-keys): New function for use on
19719 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19721 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19722 <delete> key behavior in XEmacs according to `delete-forward-p'.
19723 C.f. `c-electric-delete'.
19725 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19727 * progmodes/cc-mode.el: Give c-hungry-backspace and
19728 c-hungry-delete-forward permanent key bindings.
19730 * progmodes/cc-cmds.el (c-electric-semi&comma):
19731 Bind c-syntactic-context for calls to "criteria functions", for
19732 consistency with other calls to user functions.
19734 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19735 `current-prefix-arg', since this might be the prefix arg to a
19736 command which calls c-indent-command as a function. Change the
19737 interactive spec from "p" to "P".
19739 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19740 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19741 was difficult to understand.
19743 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19745 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19746 first char of an identifier.
19748 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19751 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19753 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19754 auto-fill doesn't split a c-comment's last word from a hanging
19755 "*/" when a space is typed between them after fill-column.
19757 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19759 * progmodes/cc-styles.el (c-set-style)
19760 (c-setup-paragraph-variables): Abort the command if we're not in a
19763 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19764 with blank comment-prefix, and a blank line as the comment's
19767 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19769 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19770 Incorporate the patterns added in the Emacs development branch
19771 for the new Emacs 22 face `font-lock-negation-char-face'.
19773 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19774 of "red" since it stands out better in xterms and DOS terminals.
19776 * progmodes/cc-engine.el (c-literal-faces):
19777 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19779 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19781 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19782 forcibly enable c-electric-flag.
19784 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19785 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19786 after the comment-prefix of a C-style comment will close that comment.
19788 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19790 * progmodes/cc-fonts.el (c-basic-matchers-before)
19791 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19794 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19797 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19798 (c-cpp-message-directives, c-cpp-include-directives)
19799 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19800 (c-cpp-expr-directives): Introduce new language constants to
19801 control cpp syntax in a cleaner way.
19803 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19805 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19807 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19808 (c-multiline-string-start-char): New language constants and
19809 variables to specify how newlines in string literals work.
19811 (c-font-lock-invalid-string): Use them.
19813 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19814 unbalanced close brace is entered. Optimization by avoiding going
19815 back over arbitrarily large blocks. Removed hints that this
19816 function only would be relevant/useful in AWK.
19818 (c-electric-brace): Indent syntactically after the cleanups since
19819 lineup functions might do it differently then.
19821 * progmodes/cc-engine.el, cc-langs.el
19822 (c-opt-op-identifier-prefix): New language constant and variable.
19824 (c-just-after-func-arglist-p, c-after-special-operator-id)
19825 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19827 * progmodes/cc-align.el, cc-engine.el
19828 (c-after-special-operator-id): New helper to handle C++ operator
19831 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19832 (c-guess-basic-syntax): Handle C++ operator identifiers in
19835 * progmodes/cc-langs.el (c-assignment-operators): Add the
19836 trigraph version of ^= too.
19838 * progmodes/cc-langs.el (c-assignment-operators): Add the
19839 trigraph version of |= in C++.
19841 * progmodes/cc-fonts.el (c-font-lock-declarators):
19842 Handle `c-decl-hangon-kwds' after the identifier name.
19844 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19845 whether an arglist is "nonempty", ignore a comment after the open
19846 paren if it isn't followed by a non-comment token on the same line.
19848 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19849 Enable heuristics below the point to cope with classes inside special
19850 brace lists in Pike.
19852 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19854 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19856 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19858 * progmodes/cc-guess.el (cc-guess-install): New function to
19859 install an already guessed style in another buffer.
19861 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19862 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19863 anyway if the change always is undone.
19865 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19867 Implement togglable electricity:
19869 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19870 saying when it should be used.
19872 * progmodes/cc-engine.el: Add the new buffer-local variable,
19875 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19876 c-toggle-auto-newline.
19878 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19879 c-toggle-auto-newline. Remove the binding for
19880 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19881 c-toggle-electric-state.
19883 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19885 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19886 c-\(forward\|backward\)-subword.
19887 (c-update-modeline): Add the new modeline flag `l' for
19888 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19889 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19890 Make the old name an alias of the new name.
19891 (c-toggle-electric-state): New function.
19892 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19893 Adapt these functions to do electric things only when
19894 c-electric-flag is non-nil.
19895 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19896 new functions from c-electric-brace.
19897 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19898 mode, so that the tentative extra newline doesn't change the
19899 syntax of the following brace.
19900 (c-electric-brace): Restructure by extracting the above functions.
19901 Tidy up the coding somewhat.
19902 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19905 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19907 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19908 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19910 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19911 (c-submode-indicators): Change name from `c-auto-hungry-string'
19912 since it's now used to track another submode.
19914 (c-update-modeline): Convert to function and extended to check
19915 `c-subword-move-mode'.
19917 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19918 Convert to compat aliases for `c-forward-subword' and
19919 `c-backward-subword'.
19921 * progmodes/cc-subword.el: New functions and minor mode to handle
19922 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19924 (c-forward-subword, c-backward-subword, c-mark-subword)
19925 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19926 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19927 Functions corresponding to the standard word handling functions.
19929 (c-subword-move-mode): Minor mode that replaces all the standard
19930 word handling functions with their subword equivalences.
19932 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19934 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19935 entry for one-liner-defun.
19937 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19938 name in its def-edebug-spec.
19940 * progmodes/cc-cmds.el (c-electric-brace): Make the
19941 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19942 compacts space before a comment, if this will make things fit on
19945 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19947 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19949 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19950 clean-up one-liner-defun.
19952 * progmodes/cc-styles.el: Add the new "awk" style.
19954 * progmodes/cc-vars.el: Add description of one-liner-defun to
19955 c-cleanup-list's doc-string. New user options,
19956 c-max-one-liner-length. In c-default-style, set the default style
19959 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19961 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19962 macros inside labels.
19964 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19965 `c-at-statement-start-p' and `c-at-expression-start-p'.
19967 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19968 error if the mark isn't set.
19970 * progmodes/cc-engine.el (c-guess-continued-construct)
19971 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19972 accurately detect functions inside functions.
19974 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19975 like `c-at-statement-start-p' that additionally recognizes commas
19976 and expression parentheses as delimiters.
19978 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19979 to avoid heuristics that doesn't work for unclosed blocks.
19980 (c-at-statement-start-p): New function.
19982 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19983 Objective-C directives, e.g. directives spanning lines should work
19984 reasonably well now.
19986 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19988 (c-forward-objc-directive): New function to move over any ObjC
19991 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19992 (c-basic-matchers-before): Use it.
19994 (c-font-lock-objc-iip-decl): Remove.
19996 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19997 in the template arglist recognition.
19999 * progmodes/cc-styles.el (c-style-alist): Fix several
20000 inconsistencies in the Whitesmith style.
20002 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
20003 New lineup function to get lines after Whitesmith style blocks
20004 correctly indented.
20006 (c-lineup-whitesmith-in-block): Back out the compensation for
20007 opening parens since it's done using `add' lists in the style
20008 definition instead. Don't use the anchor position since it varies
20009 too much between the syntactic symbols. :P
20011 * progmodes/cc-vars.el (c-valid-offset): Update.
20013 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
20014 lists where the offsets are combined according to several
20015 different methods: `first', `min', `max', and `add'.
20016 Report offset evaluation errors with `c-benign-error' so that some kind
20017 of reindentation still is done.
20019 * progmodes/cc-engine.el (c-guess-basic-syntax):
20020 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
20023 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
20024 situations for `arglist-cont-nonempty' and `arglist-close'.
20026 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
20028 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
20029 cc-bytecomp-boundp' in a number of places.
20031 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
20032 macro related issue.
20034 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20036 * progmodes/cc-awk.el: Change the terminology of regexps: A char
20037 list is now [asdf], a char class [:alpha:].
20038 Include code for char classes.
20039 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
20040 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
20042 Remove (nearly all of) the cruft associated with AWK Mode's former
20043 concept of "virtual semicolons":
20045 Adapt c-beginning-of-statement, c-end-of-statement (together with
20046 subfunctions) to use the new notion of "virtual semicolon" in
20047 place of the old awkward special handling for AWK. There remains
20048 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
20049 * progmodes/cc-cmds.el:
20050 (c-ascertain-adjacent-literal): In the backwards direction, now
20051 recognises AWK regexp delimiters as string delimiters.
20052 (c-after-statement-terminator-p): Adapt for virtual semicolons;
20053 check more rigorously for "end of macro".
20054 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
20055 virtual semicolons;
20056 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
20057 out the code for forward movement into ...
20058 (c-end-of-statement): Now contains the code for forward movement,
20059 adapted for virtual semicolons.
20061 * progmodes/cc-engine.el:
20062 (c-ws*-string-limit-regexp): New regexp.
20063 (c-forward-single-comment, c-backward-single-comment): Comment out
20064 the (now redundant) "special" AWK stuff.
20066 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
20067 c-string-par-start, c-string-par-separate to be more like Text
20068 Mode than Fundamental Mode.
20070 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20072 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
20073 to the fontified region so that fontification doesn't occur
20074 outside it (could happen e.g. when fontifying a line with an
20075 unfinished declaration).
20077 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20079 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
20080 start of the file. ^L now separate sections of the file.
20081 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
20082 (c-awk-one-line-possibly-open-string-re)
20083 (c-awk-regexp-one-line-possibly-open-char-class-re)
20084 (c-awk-one-line-possibly-open-regexp-re)
20085 (c-awk-one-line-non-syn-ws*-re): New defonsts.
20086 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
20088 Amend the concept of "virtual semicolons" (in the indentation
20089 engine) for languages like AWK, such that they are now
20090 conceptually attached to end of the last token of a statement, not
20091 the end of the line. (In AWK Mode, however, the pertinent text
20092 property is still physically set on the EOL.) Remove the specific
20093 tests for awk-mode, thus facilitating the introduction of other
20094 language modes where EOLs can end statements.
20095 (Note: The funtionality in cc-cmds.el, specifically
20096 c-beginning/end-of-statement has yet to be amended.)
20098 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
20101 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
20102 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
20103 c-vsemi-status-unknown-p-fn (in a new page).
20105 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
20106 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
20107 numerous awkward forms like
20108 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
20109 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
20110 variable before-ws-ip, the place just after char-before-ip appears.
20112 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
20115 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20117 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
20118 `c-tentative-buffer-changes'.
20120 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
20121 convert to macro to choose between Emacs and XEmacs at compile time.
20123 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
20125 (c-tentative-buffer-changes): New macro to handle temporary buffer
20126 changes in a convenient way.
20128 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
20129 for `c-tentative-buffer-changes'.
20131 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
20132 the checks for paren sexps between the point and the keyword, to
20133 avoid some false alarms.
20135 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
20136 Fixed a situation where an error could be thrown for unbalanced
20137 parens. Changed to make use of c-keyword-member' to avoid some
20138 repeated regexp matches.
20140 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
20141 These language variable are no longer necessary.
20143 (c-block-stmt-kwds): New language constant used by
20144 c-looking-at-inexpr-block'.
20146 (c-guess-basic-syntax): Remove an optional check that looked at
20147 the existence of the now removed language variables.
20149 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
20150 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
20151 object instantiation expressions as declarations in some contexts.
20152 This bug only affected languages where the declarator can't be
20153 enclosed in parentheses.
20155 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
20156 insert newlines before and after substatement braces.
20158 * progmodes/cc-engine.el: Improved the heuristics for recognizing
20159 function declaration headers and the handling of C++ style member
20162 (c-just-after-func-arglist-p): Rewritten to use
20163 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
20165 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
20167 (c-guess-basic-syntax): Adapt case 5B for the new
20168 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
20169 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
20170 covers all cases now).
20172 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
20174 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20176 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
20177 c-string-par-start/separate c-sentence-end-with-esc-eol,
20178 initialised in c-setup-paragraph-variables, used in string
20179 scanning subroutines of c-beginning-of-statement.
20181 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
20182 which precedes the newly inserted `{'.
20184 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20186 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
20187 function for declaration level blocks. It should now cope with
20188 templates better and also be a lot more comprehensible.
20190 (c-looking-at-decl-block): The new function.
20192 (c-search-uplist-for-classkey): The old one. It's now a wrapper
20195 (c-add-class-syntax, c-guess-continued-construct)
20196 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
20198 (c-decl-block-key): Change to tell apart ambiguous and
20199 unambiguous keywords. Pike specials are now handled directly in
20202 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
20203 New language constants and variables to make the backward skip in
20204 `c-looking-at-decl-block' as tight as possible.
20206 (c-nonsymbol-token-char-list): New language constant.
20208 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
20209 find balanced template arglists backwards.
20211 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
20212 making char classes for `c-syntactic-skip-backward'.
20214 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
20215 16D - can't be a class-close at that point.
20217 * progmodes/cc-engine.el (c-guess-basic-syntax)
20218 (c-add-class-syntax): Don't narrow out the enclosing declaration
20219 level. This makes everything a lot easier, and it was actually
20220 only four small places that needed it to work. Some places that
20221 previously did `widen' are removed now, which has the effect that
20222 `c-guess-basic-syntax' never will look at things outside the
20223 current narrowment now. The anchor position for `topmost-intro'
20224 is affected by this, but it was so bogus it was basically useless
20225 before, and now it's equally bogus but in a slightly different way.
20227 (c-narrow-out-enclosing-class): Gone.
20229 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
20230 the narrowed region.
20232 (c-least-enclosing-brace): Remove silly optional argument.
20234 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
20235 the point could be left directly after an open paren when finding
20236 the beginning of the first decl in the block.
20238 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
20239 Specify which submatch to use.
20241 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
20243 (c-decl-start-re): No longer any need for special treatment of
20244 ObjC due to the above.
20246 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
20247 presumably follows C in that regard.
20249 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
20250 New language constants to specify operator tokens inside
20251 identifiers in a more high level way.
20253 (c-opt-identifier-prefix-key): New internal language constant.
20255 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
20256 (c-identifier-start, c-identifier-key): Now completely calculated
20257 from other constants.
20259 (c-identifier-last-sym-match): Decommission since it's no longer used.
20261 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
20263 * progmodes/cc-engine.el (c-forward-name): Remove the
20264 optimization when c-identifier-key is equal to c-symbol-key since
20265 it doesn't work in byte compiled files. Don't record empty
20266 regions as identifiers.
20268 * progmodes/cc-langs.el (c-filter-ops): New helper function to
20269 simplify access to `c-operators' and its likes.
20271 (c-operator-list, c-all-op-syntax-tokens)
20272 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
20273 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
20274 (c-primary-expr-regexp, c-cast-parens): Use it.
20276 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
20277 an explicit language in functions.
20279 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
20280 variant of adornment.
20282 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
20285 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
20288 * progmodes/cc-engine.el (c-on-identifier)
20289 (c-simple-skip-symbol-backward): Small fix for handling "-"
20290 correctly in `skip-chars-backward'. Affected the operator lfun
20293 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
20294 diagnostic message about precompiled language vars not being used.
20296 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
20297 "__attribute__" is followed by a parenthesis.
20299 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
20300 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
20301 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
20303 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
20304 Internal cleanups to properly detect the declared identifiers in
20305 various declarations.
20307 (c-decl-start-kwds): New language constant to recognize
20308 declarations that can start anywhere. Used for class declarations
20311 (c-specifier-key, c-not-decl-init-keywords)
20312 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20313 (c-find-decl-spots): Implement `c-decl-start-kwds'.
20315 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20316 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20317 handling of the compiler specific extension keywords into a new
20318 language constant `c-decl-hangon-kwds' that defines keyword
20319 clauses to be ignored in declarations.
20321 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20322 past unrecognized tokens when handling `c-colon-type-list-kwds'.
20323 Necessary to stop at the declared identifier in e.g. IDL valuetype
20326 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20327 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20328 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20329 (c-forward-decl-or-cast-1): Recognize the declared identifier in
20330 class and enum declarations as such and not as part of the type.
20332 (c-forward-decl-or-cast-1, c-forward-label): Relax the
20333 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20335 (c-forward-decl-or-cast-1): Don't disregard sure signs of
20336 declarations when there's some syntax error later on.
20338 (c-complex-decl-matchers): Did away with a reference to
20341 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20342 value - this variable is always dynamically bound.
20344 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20345 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20346 * cc-cmds.el, cc-defs.el: Change the policy for marking up
20347 functions that might do hidden buffer changes: All such internal
20348 functions are now marked instead of those that don't.
20350 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20351 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20352 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20353 (c-literal-type): Allow these functions to make hidden buffer changes,
20354 so that they are free to use text property caching later on.
20356 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20357 (c-electric-brace, c-electric-slash, c-electric-star)
20358 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20359 (c-electric-paren, c-electric-continued-statement, c-indent-command)
20360 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20361 (c-context-line-break): Add `c-save-buffer-state' calls to comply
20362 with the changed semantics of the functions above.
20364 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20365 when macros occur in obscure places. Optimized the sexp movement
20368 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20370 Enhancements for c-beginning-of-statement to work in AWK Mode:
20372 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20373 (completed statement) with `}' (statement completed by closing
20374 brace or semicolon) and `$' (statement completed by EOL).
20376 (c-awk-virtual-semicolon-ends-prev-line-p)
20377 (c-awk-virtual-semicolon-ends-line-p)
20378 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20379 (c-awk-at-statement-end-p): New functions.
20381 * progmodes/cc-cmds.el: Simplify the structure of functions
20382 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
20383 two functions and c-beginning-of-statement to handle AWK Mode.
20385 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20386 c-backward-single-comment for AWK mode. Attempt to clarify their
20389 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20391 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20393 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20394 label handling. Labels are now recognized in a uniform and more
20395 robust way, regardless of context. Text properties are put on all
20396 labels to recognize the following declarations better.
20397 Multiword labels are handled both in indentation and fontification for
20398 the benefit of language extensions like Qt. For consistency, keywords
20399 in labels are now fontified with the label face instead.
20400 That also applies to "case" and "default".
20402 (c-beginning-of-statement-1): Fix some bugs in the label
20403 handling. Disregard `c-nonlabel-token-key' in labels that begin
20404 with `c-label-kwds'.
20406 (c-find-decl-spots): Support that the callback adds more
20407 `c-decl-end' spots to find.
20409 (c-forward-decl-or-cast-1): Don't treat a list of plain
20410 identifiers followed by a colon as a declaration.
20412 (c-forward-label): New function to recognize labels.
20414 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20415 `c-forward-label'. Moved the label recognition cases (14 and 15)
20416 earlier since they aren't so context sensitive now. Handle labels
20417 on the top level gracefully. Moved access label recognition to
20418 the generic label case (CASE 15) - removed CASE 5E.
20420 (c-font-lock-declarations): Add recognition of labels in the
20421 same round since we need to handle labels in parallell with other
20422 declarations to recognize both accurately. It should also improve
20425 (c-simple-decl-matchers, c-basic-matchers-after):
20426 Move `c-font-lock-labels' so that it only is used on decoration level 2
20427 since `c-font-lock-declarations' handles it otherwise.
20429 (c-complex-decl-matchers): Remove the simplistic recognition of
20432 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20433 with labels earlier.
20435 (c-decl-start-re): New language variable to make
20436 `c-font-lock-declarations' stop for the special protection labels
20437 in Objective-C that start with `@'.
20439 (c-label-key): Remove since it's no longer used.
20441 (c-recognize-colon-labels, c-label-prefix-re): New language
20442 constants to support recognition of generic colon-terminated labels.
20444 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20445 are colon terminated labels.
20447 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20448 first argument starts with a special brace list.
20450 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20451 (c-font-lock-declarations): Break out the declaration and cast
20452 recognition from `c-font-lock-declarations' to a new function, so
20453 that it can be used in the indentation engine.
20455 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20456 up to the start of the literal. Fixed bug with the point on the
20457 wrong side of the search limit that could happen when the start
20458 position is inside a literal.
20460 * progmodes/cc-engine.el (c-parse-state)
20461 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20462 so that it's kept a little bit back to increase the hit rate.
20464 (c-parse-state): Change the macro handling and fixed some
20465 glitches. Macro context is checked more often than necessary now,
20466 but otoh less garbage conses are generated.
20468 * progmodes/cc-engine.el (c-parse-state)
20469 (c-invalidate-state-cache): Cache the last position where
20470 `c-state-cache' applies. This can speed up refontification quite
20471 a bit in blocks where there are many non-brace parens before the point.
20473 (c-state-cache-end): New variable for this.
20475 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20478 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20479 get close initial continue positions when the start position is
20480 inside a literal or macro. Do not call the callback for spots
20481 before the start position (which can happen e.g. for `c-decl-end'
20482 spots inside comments). Optimize better in special cases when the
20483 region is a single line inside a literal or macro (typically when
20484 the current line is refontified).
20486 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20487 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20488 entries from the paren state.
20490 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20491 special case for "else if" clauses.
20493 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20494 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20496 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20497 New language variable to recognize the gcc extension with statement
20498 blocks inside expressions.
20500 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20501 it somewhat more comprehensible. The argument AT-BLOCK-START is
20502 no longer used and hence removed.
20504 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20505 to `c-add-stmt-syntax'.
20507 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20508 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20509 This fixes bogus label recognition.
20511 * progmodes/cc-engine.el (c-add-type, c-check-type)
20512 (c-forward-name, c-forward-type): Improve storage of template
20513 types in `c-found-types' so that they can be recognized better.
20515 (c-syntactic-content): Add option to skip past nested parens.
20517 * progmodes/cc-engine.el (c-forward-name):
20518 Set `c-last-identifier-range' all the time. It's less work that way.
20519 Handle that there might not be an identifier to store in
20520 `c-last-identifier-range'.
20522 (c-forward-type): Handle that `c-last-identifier-range' might be
20523 nil from `c-forward-name'.
20525 * progmodes/cc-defs.el (c-safe-scan-lists)
20526 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20528 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20529 to work even if the form fails.
20531 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20532 down in a large file in one go.
20534 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20536 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20537 function which is like `c-lineup-math' but returns nil instead of
20538 `c-basic-offset' when it doesn't match.
20540 (c-lineup-math): Change to use `c-lineup-assignments'.
20542 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20544 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20545 c-beginning-of-statement. New subfunctions
20546 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20548 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20550 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20551 hardcoded char classes whereever possible. Changed a couple of
20552 places to use skip by syntax instead of skip by char class.
20554 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20555 Fix a bug in the regexp that caused extreme backtracking.
20557 * progmodes/cc-langs.el (c-block-comment-starter)
20558 (c-block-comment-ender): New language constants to specify in a
20559 single place how block comments look.
20561 (c-comment-start-regexp, c-block-comment-start-regexp)
20562 (comment-start, comment-end, comment-start-skip)
20563 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20564 (c-syntactic-ws, c-nonempty-syntactic-ws)
20565 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20566 `c-line-comment-starter', `c-block-comment-starter' and
20567 `c-block-comment-ender'.
20569 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20570 New language constants to break up things a bit.
20572 (c-simple-ws): New language constant for simple whitespace.
20574 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20576 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20577 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20578 newlines. Allow and ignore nil elements in the list.
20580 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20582 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20583 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20585 * progmodes/cc-cmds.el: Tidy up the comments in
20586 c-beginning-of-statement and subfunctions.
20588 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20589 more flexible c-put-char-property and c-clear-char-properties.
20590 Add the author's email address.
20592 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20594 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20595 closing "*/" of a block comment.
20597 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20598 subfunctions) so that it works at BOB and EOB.
20600 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20601 c-beginning-of-statement, including new variable
20602 c-block-comment-start-regexp.
20604 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20606 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20607 symbols from `*-font-lock-extra-types' so that there's no need to
20608 use `regexp-opt' on those lists.
20610 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20611 `c-type-modifier-kwds' is empty.
20613 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20614 there are several strings on the same line.
20616 * progmodes/cc-engine.el (c-literal-limits): Remove the
20617 compatibility function for older emacsen. `c-literal-limits-fast'
20618 has now taken the place of this function.
20620 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20621 with older emacsen: We now require `pps-extended-state'.
20623 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20625 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20626 which obviates the need to hack sentence-end. This now handles
20627 escaped newlines in strings correctly. Correct minor bugs in
20628 c-move-over-sentence and in c-beginning-of-statement.
20630 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20631 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20632 that movement over macros and code are rigorously separated from
20633 eachother. Correct a few incidental bugs.
20635 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20636 Improve its doc-string. Improve the handling of certain specific cases.
20638 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20640 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20641 (c-guess-basic-syntax): Change the way class-level labels are
20642 recognized; they can now contain essentially any symbols.
20644 (c-opt-extra-label-key): New language variable to cope with the
20645 special protection label syntax in Objective-C.
20647 (c-opt-access-key): Remove; this is now handled better by
20648 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20650 (c-complex-decl-matchers): Update to handle that
20651 `c-opt-access-key' no longer exists.
20653 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20654 improved label recognition in `c-beginning-of-statement-1'.
20656 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20657 Recognize bitfields better.
20659 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20660 Remove some cruft and fixed a bug that could cause it to go to a
20661 position further down.
20663 * progmodes/cc-langs.el, cc-engine.el
20664 (c-beginning-of-statement-1): Improve detection of labels in
20665 declaration contexts.
20667 (c-beginning-of-decl-1): Use it.
20669 (c-nonlabel-token-key): New language constant and variable needed
20670 by `c-beginning-of-statement-1'.
20672 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20673 manifested itself due to the correction in `c-forward-sexp'.
20675 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20676 Make these behave as documented when used at the buffer limits.
20678 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20679 (c-type-decl-end-used): Made this a language variable.
20681 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20682 correctly when `combine-after-change-calls' is used together with
20683 temporary narrowings.
20685 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20686 Report labels correctly when the start point is immediately after the
20689 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20690 Remove since it isn't used anymore.
20692 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20693 bracket arglists such as template parens in C++.
20695 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20696 in the last check-in. Some optimization.
20698 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20699 where it could stop at the same level in a preceding sexp when
20700 PAREN-LEVEL is set.
20702 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20703 text property lookup only when it's needed.
20705 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20706 Change the policy for paren marked angle brackets to be more
20707 persistent; once marked they remain marked even when they're found
20708 to be unbalanced in the searched region. This should keep the
20709 paren syntax around even when individual lines are refontified in
20710 multiline template arglists.
20712 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20713 to control markup so that incorrect angle bracket arglists aren't
20714 marked in contexts where the correct value for
20715 `c-disallow-comma-in-<>-arglists' isn't known.
20717 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20718 argument has become `c-parse-and-markup-<>-arglists'.
20720 (c-remove-<>-arglist-properties): Remove - no longer used.
20722 (c-after-change-check-<>-operators): New function used on
20723 `after-change-functions' to avoid that "<" and ">" characters that
20724 are part of longer operators have paren syntax.
20726 (c-<>-multichar-token-regexp): New language variable used by
20727 `c-after-change-check-<>-operators'.
20729 (c-after-change): Call `c-after-change-check-<>-operators'.
20731 (c-font-lock-<>-arglists): Use the context properties set by
20732 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20733 correctly to avoid doing invalid markup.
20735 (c-font-lock-declarations): Remove code that undoes the invalid
20736 markup done by `c-font-lock-<>-arglists'.
20738 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20739 after `c-font-lock-declarations'.
20741 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20742 Add paren-level feature.
20744 (c-guess-basic-syntax): Improve the anchor position for
20745 `template-args-cont' in nested template arglists. There's still
20746 much to be desired in this area, though.
20748 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20750 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20751 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20753 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20755 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20756 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20758 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20759 it doesn't work no longer are supported.
20761 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20762 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20763 requires support for the syntax-table' text property, which rules
20764 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20765 cruft associated with those versions.
20767 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20768 for the `syntax-table' text property, which rules out Emacs 19 and
20769 XEmacs < 21.4. Removed various compatibility cruft associated
20770 with those versions.
20772 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20773 support for the `syntax-table' text property.
20775 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20776 variable and use an extra quoted face name instead. All the
20777 emacsen flavors handle that correctly.
20779 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20780 (c-font-lock-declarators, c-font-lock-declarations)
20781 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20782 property to mark the items in in declarator lists to handle
20783 refontification inside multiline declarations better.
20785 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20786 construct like "a * b = c;" as a declaration.
20788 2005-12-08 Kim F. Storm <storm@cua.dk>
20790 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20791 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20792 select either meta, hyper, or super modifier for rectangle commands.
20793 (cua--rectangle-modifier-key): New defvar.
20794 (cua--M/H-key): Use it. Remove special case for `space'.
20795 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20796 on X, to meta otherwise. Always bind C-return to toggle
20797 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20799 * emulation/cua-rect.el (cua-help-for-rectangle):
20800 Use cua--rectangle-modifier-key. Handle super modifier too.
20801 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20802 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20804 * ido.el: Move Acknowledgements and History after Commentary.
20805 Minor changes to Commentary.
20807 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20808 keymap if cua--prefix-override-timer is `shift'.
20809 (cua--shift-control-prefix): New function; emulate "type prefix
20810 key twice" functionality to handle shifted prefix key override.
20811 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20813 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20815 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20817 * textmodes/org.el (org-insert-heading): Try to do items before
20819 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20820 (org-insert-item): New function.
20821 (org-renumber-ordered-list): Don't skip to higher level lists.
20823 2005-12-08 Juri Linkov <juri@jurta.org>
20825 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20827 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20829 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20831 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20832 the constructed function name fun-1.
20834 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20835 because such links don't lead to parent documentation.
20837 2005-12-08 Kenichi Handa <handa@m17n.org>
20839 * descr-text.el (describe-char): Use *Help-2* buffer if the
20840 current buffer is *Help*. Call describe-text-properties while
20841 setting the original buffer.
20843 2005-12-07 Bill Wohler <wohler@newt.com>
20845 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20846 and causes problems with non-MH users (such as Gnus users).
20848 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20850 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20851 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20852 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20853 command "info sources". Move calls to GDB command "list".
20854 (gdb-find-file-hook): Just use gdb-source-file-list.
20855 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20856 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20857 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20858 (gdb-data-list-register-values-handler): Use correct trigger name.
20860 2005-12-07 Kim F. Storm <storm@cua.dk>
20862 * ido.el (ido-completion-map): Rename from ido-mode-map.
20863 (ido-common-completion-map, ido-file-completion-map)
20864 (ido-file-dir-completion-map, ido-buffer-completion-map):
20865 Rename from ido-mode-....-map.
20866 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20867 (ido-setup-completion-map): Rename from ido-define-mode-map.
20868 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20869 to ido-completion-map.
20871 2005-12-07 Kenichi Handa <handa@m17n.org>
20873 * international/mule-cmds.el
20874 (set-display-table-and-terminal-coding-system): If the coding
20875 system specified in `unibyte-display' property is different from
20876 the arg coding-system, don't setup standard-display-table.
20878 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20880 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20881 that comments end at \n, regardless of selective-display.
20883 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20885 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20886 (gdb-version): New variables.
20887 (gdb-source-file-list, gdb-register-names)
20888 (gdb-changed-registers): New variables for use with GDB 6.4+.
20889 (gdb-ann3): Replace with...
20890 (gdb-init-1, gdb-init-2): ...two new functions.
20891 (gdba, gdb-prompt): Call gdb-init-1.
20892 (gdb-get-version): New function. Call gdb-init-2 from here.
20893 (gud-watch): Make it work with mouse events too.
20894 (gdb-post-prompt): Don't add to queue until GDB version is known.
20895 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20896 (gdb-locals-mode): Use gdb-version.
20897 (gdb-memory-format-map, gdb-memory-unit-map)
20898 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20899 (gdb-locals-font-lock-keywords-1)
20900 (gdb-locals-font-lock-keywords-2): New variables.
20901 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20902 (gdb-set-gud-minor-mode-existing-buffers-1)
20903 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20904 (gdb-var-update-1, gdb-var-update-handler-1)
20905 (gdb-data-list-register-values-handler)
20906 (gdb-data-list-register-values-custom)
20907 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20908 (gdb-stack-list-locals-handler, gdb-get-register-names):
20909 New functions for use with GDB 6.4+.
20910 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20911 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20912 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20913 (gdb-stack-list-locals-regexp)
20914 (gdb-data-list-register-names-regexp): New regexps for use with
20917 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20919 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20921 2005-12-06 Nozomu Ando <nand@mac.com>
20923 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20924 prompts work for AUTH PLAIN. Also reported by Steve Allan
20925 <seallan@verizon.net>.
20927 2005-12-06 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
20929 * frame.el (set-frame-parameter): Add doc string.
20931 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20933 * textmodes/org.el (org-occur-highlights): New variable.
20934 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20935 (org-highlight-sparse-tree-matches): New option.
20936 (org-do-occur): New function.
20937 (org-get-heading): Make it work also at beginning of line.
20938 (org-category-table): New variable.
20939 (org-get-category-table, org-get-category)
20940 (org-camel-to-words, org-link-search): New functions.
20941 (org-select-this-todo-keyword): New variable.
20942 (org-todo-list): New command.
20943 (org-shiftright, org-shiftleft): New commands.
20944 (org-agenda-todo): Add prefix argument.
20945 (org-show-hierarchy-above): New option.
20946 (org-show-todo-tree): Numerical prefix creates tree for specific
20948 (org-outline-level): New function, to assign a level to plain
20950 (org-cycle-include-plain-lists): New option.
20951 (org-mode): Use `org-outline-level' as value of `outline-level'.
20952 (org-cycle): Temporarily switch `outline-regexp' if
20953 `org-cycle-include-plain-lists' is non-nil.
20954 (org-start-icalendar-file): Fix format bug.
20955 (org-agenda-get-day-entries): Create category table.
20956 (org-agenda-get-todos, org-agenda-get-timestamps)
20957 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20958 (org-agenda-get-blocks): Use `org-get-category'.
20959 (org-context-in-file-links): Rename from
20960 `org-line-numbers-in-file-links'.
20962 2005-12-06 Romain Francoise <romain@orebokech.com>
20964 * window.el (balance-windows): Delete extraneous third arg in call
20965 to `enlarge-window'.
20967 2005-12-06 Kenichi Handa <handa@m17n.org>
20969 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20971 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20973 * progmodes/gdb-ui.el (gdb-var-create-handler)
20974 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20975 (gdb-var-list-children-handler, gdb-var-update-handler):
20976 Current buffer is already gdb-partial-output-buffer, don't
20977 make it current again.
20979 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20981 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20982 (list-buffers-noselect): Use it.
20984 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20986 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20987 (mail-yank-ignored-headers): Use regexp-opt.
20988 (mail-mode-map): Move initialization into declaration.
20989 (mail-sent-via): Remove unused shadowed var `to-line'.
20990 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20991 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20992 (mail-do-fcc): Use dolist and push.
20993 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20994 (mail-yank-ignored-headers): Don't autoload.
20996 2005-12-05 Kenichi Handa <handa@m17n.org>
20998 * international/mule-cmds.el (set-language-info-internal): New fun.
20999 (set-language-info): Call set-language-info-internal to update
21000 language-info-alist. If LANG-ENV is the current one, call
21001 set-language-environment to make INFO effective now.
21002 (set-language-info-alist): Likewise.
21003 (locale-language-names): With locale "en", use English
21004 lang. env. but set the default codings to iso-8859-1.
21006 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
21008 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
21009 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
21010 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
21012 (gdb-frames-mode): Remove redundant call to font-lock-mode.
21013 (gdb-all-registers): Rename from toggle-gdb-all-registers.
21014 Create registers buffer if necessary. Echo new state in minibuffer.
21015 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
21017 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
21019 * info.el (Info-fontify-node): Match external links using
21020 non-directory part of filename.
21022 2005-12-04 Juri Linkov <juri@jurta.org>
21024 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
21025 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
21026 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
21027 because there is no customization option for it.
21029 * font-lock.el (lisp-font-lock-keywords-1):
21030 Add define-global-minor-mode.
21032 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
21034 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
21035 properties on the constructed variable names.
21037 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21038 Put `definition-name' properties on the constructed function names
21039 next-sym and prev-sym.
21041 * emacs-lisp/find-func.el (find-function-regexp):
21042 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
21043 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
21044 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
21045 and easy-menu-define.
21047 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
21048 easy-mmode-define-global-mode and define-global-minor-mode.
21049 (lisp-imenu-generic-expression): Add define-global-minor-mode.
21051 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
21052 instead of easy-mmode-define-global-mode.
21054 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
21055 Use define-minor-mode instead of easy-mmode-define-minor-mode.
21057 * cus-edit.el (customize-group, customize-group-other-window):
21058 Filter out autoloaded options from the group completion list by
21059 using heuristics that autoloaded groups don't have `custom-autoload'
21060 property on their symbols (they have only `custom-loads').
21062 * simple.el (completion-setup-function): Put completions-common-part
21063 face on complete completion string too (i.e. completion string
21064 without completions-first-difference face).
21066 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
21068 2005-12-03 Eli Zaretskii <eliz@gnu.org>
21070 * view.el (view-mode): Doc fix.
21072 * disp-table.el (standard-display-european): Add to the warning
21073 message a reference to the doc string.
21075 * play/yow.el (apropos-zippy): Call print-help-return-message,
21076 similar to other Help and Apropos commands.
21078 * help.el (print-help-return-message): If pop-up-frames is
21079 non-nil, set up help-return-method to delete the help window and,
21080 possibly, its frame as well, and don't display message about
21081 scrolling the help window. Doc fix.
21082 (help-return-method): Doc fix.
21084 2005-12-03 Martin Rudalics <rudalics@gmx.at>
21086 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
21087 whereby names of length one or names starting with a
21088 symbol-constituent character would not be returned.
21090 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
21092 * subr.el (atomic-change-group): Add edebug and indentation spec.
21094 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
21096 * completion.el (save-completions-file-name): Fix typo in last change.
21098 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21100 * info.el: Move back/forward history to the beginning of the tool bar.
21102 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
21104 * allout.el (eval-when-compile): Remove unnecessary load of cl.
21105 Add fset of allout-real-isearch-abort during compile to fix
21106 byte-compilation warnings.
21107 (allout-mode-p): Move definition of this macro above all uses, or
21108 byte compilation in barren Emacs (eg, during Emacs build) will
21109 lack the definition.
21110 (allout-mode): Move this variable above any uses, or byte
21111 compilation will fail.
21112 (allout-resolve-xref): Remove use of personal file-reference function.
21113 (allout-toggle-current-subtree-encryption): Do the current (ie,
21114 visible containing) topic, rather than nearest around point. Doc fix.
21115 (allout-toggle-subtree-encryption): New function, workhorse that
21116 works on nearest topic containing point.
21117 (allout-encrypt-string): Signal requirement for newer version of pgg.
21118 (allout-resumptions): Doc fix.
21120 2005-12-02 Eli Zaretskii <eliz@gnu.org>
21122 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
21124 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
21126 * textmodes/flyspell.el (flyspell-external-point-words):
21127 Consider a misspelling as found in the string search if: (a) misspelling
21128 and found string lengths match, or (b) misspelling is found as
21129 element in a boundary-chars separated longer string, or (c)
21130 ispell-program-name is really ispell and misspelling is found as
21131 part of a TeX string. After successful match move beginning of
21132 search region to end of match. Warn about not found misspellings
21133 once the process is done.
21134 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
21136 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
21138 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21139 tool bar (removed inadvertently).
21141 2005-12-02 Juri Linkov <juri@jurta.org>
21143 * log-view.el (log-view-diff): Clarify doc string.
21145 2005-12-01 Bill Wohler <wohler@newt.com>
21147 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
21148 triggers lm-verify errors.
21150 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
21152 * simple.el (transient-mark-mode, line-number-mode)
21153 (column-number-mode, size-indication-mode): Remove `:require nil'.
21155 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
21157 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
21158 in the margin also.
21159 (gdb-breakpoints-mode-map): Use D instead of d for
21160 gdb-delete-breakpoint.
21161 (gdb-get-frame-number): Require a number to match on.
21162 (gdb-threads-mode-map): Add follow-link binding.
21164 2005-11-30 Jason Rumney <jasonr@gnu.org>
21166 * isearch.el (isearch-mode-map): Avoid exiting search on
21167 language-change event.
21169 2005-11-30 Romain Francoise <romain@orebokech.com>
21171 * speedbar.el (speedbar-default-position): New defcustom.
21172 (speedbar-frame-reposition-smartly): Use it.
21174 * dframe.el (dframe-reposition-frame-emacs): Fix position
21175 computation for `left' location.
21176 Update copyright year.
21178 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
21180 * help.el (help-map): Move initialization into declaration.
21182 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
21184 * help-fns.el (help-argument-name): Don't autoload.
21185 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
21186 to be re-loaded when customizing the `help' group.
21188 2005-11-30 John Paul Wallington <jpw@gnu.org>
21190 * help-fns.el (describe-function-1): Fill arglist output.
21192 2005-11-30 Kim F. Storm <storm@cua.dk>
21194 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
21195 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
21196 after revert-buffer (or anything else which kills all local variables).
21198 * apropos.el (apropos-parse-pattern): Doc fix.
21199 Set apropos-regexp directly, rather than expecting callers to do so.
21200 (apropos-command, apropos, apropos-value, apropos-documentation):
21201 Simplify calls to apropos-parse-pattern.
21203 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
21205 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
21206 (hi-lock-face-phrase-buffer): Use hi-yellow face.
21207 (hi-lock-write-interactive-patterns): Use comment-region.
21209 * longlines.el (longlines-mode): Add mail-setup-hook.
21211 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
21213 * simple.el (sendmail-user-agent-compose, next-line):
21214 Conditionally use hard-newline.
21216 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
21218 * international/latexenc.el (latex-inputenc-coding-alist):
21221 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
21223 * help.el (describe-key-briefly, describe-key): Recognize default
21226 2005-11-29 Romain Francoise <romain@orebokech.com>
21228 * view.el (view-inhibit-help-message): New defcustom.
21229 (view-mode-enter): Use it.
21231 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
21233 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
21234 Preserve user position.
21236 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
21238 * font-lock.el: Throw error if facemenu is not loaded to prevent
21239 accidental change of loading order in loadup.el. (Suggested by RMS.)
21241 * loadup.el: Add comment explaining why facemenu must be loaded
21244 2005-11-28 Jay Belanger <belanger@truman.edu>
21246 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
21247 (calc-dispatch-map): Add more keys for `calc-same-interface'.
21249 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
21251 * calc/calc-embed.el (calc-do-embedded): Update help message.
21253 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
21255 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21257 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
21259 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
21260 called-interactively-p.
21261 (elp-profilable-p): Rename from elp-not-profilable-p.
21262 Invert result and take into account macros and autoloaded functions.
21263 (elp-instrument-function): Update call.
21264 (elp-instrument-package): Update call. Add completion.
21265 (elp-pack-number): Use match-string.
21266 (elp-results-jump-to-definition-by-mouse): Merge into
21267 elp-results-jump-to-definition and then remove.
21268 (elp-output-insert-symname): Make help echo text single-line.
21270 * replace.el (query-replace-map): Move initialization into declaration.
21271 (occur-engine): Use with-current-buffer.
21272 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
21273 (occur-mode-mouse-goto): Replace with an alias.
21275 2005-11-28 Juri Linkov <juri@jurta.org>
21277 * simple.el (quoted-insert): Let-bind input-method-function to nil.
21279 * term/w32-win.el: Bind [S-tab] to [backtab].
21281 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
21282 `Info-find-file' to t.
21284 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
21285 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
21286 and same-window-regexps.
21287 (occur-next-error): Don't move point for arg 0.
21289 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
21291 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
21293 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
21295 * log-edit.el (log-edit-changelog-use-first): New var.
21296 (log-edit-changelog-ours-p): Use it.
21297 (log-edit-insert-changelog): Set it with new arg `use-first'.
21298 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
21299 (log-edit-hook): Add them to the list of suggested options.
21301 * textmodes/flyspell.el (flyspell-last-buffer): New var.
21302 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
21304 (flyspell-mode-on): Use add-hook for after-change-functions.
21305 (flyspell-mode-off): Use remove-hook for after-change-functions.
21306 (flyspell-changes): Make it buffer-local.
21307 (flyspell-after-change-function): Make it non-interactive. Use push.
21308 (flyspell-post-command-hook): Check input-pending-p while processing
21309 the potentially long list of buffer changes.
21311 2005-11-28 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
21313 * buff-menu.el (list-buffers-noselect): Display the selected
21314 frame's buffer list, not the global one.
21316 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21318 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21319 that (list last-input-event) works as in interactive spec.
21321 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21323 * loadup.el ("facemenu"): Load facemenu before font-lock, because
21324 `facemenu-keymap' needs to be defined when font-lock is loaded.
21325 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21327 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21329 * completion.el: Remove useless leading * in defcustom docstrings.
21330 (save-completions-file-name): Use ~/.emacs.d if available.
21331 (completion-standard-syntax-table): Rename from
21332 cmpl-standard-syntax-table and fold initialization into declaration,
21333 thus removing cmpl-make-standard-completion-syntax-table.
21334 (completion-lisp-syntax-table, completion-c-syntax-table)
21335 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21336 (cmpl-saved-syntax, cmpl-saved-point): Remove.
21337 (symbol-under-point, symbol-before-point)
21338 (symbol-under-or-before-point, symbol-before-point-for-complete)
21339 (add-completions-from-c-buffer): Use with-syntax-table.
21340 (make-completion): Don't return a list of completion entries.
21342 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21343 (completion-initialize): Rename from initialize-completions.
21344 (completion-find-file-hook): Rename from cmpl-find-file-hook.
21345 (kill-emacs-save-completions): Collect stats here.
21346 (save-completions-to-file, load-completions-from-file):
21347 Use with-current-buffer.
21348 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
21349 into a function. Move all calls to toplevel.
21350 (completion-lisp-mode-hook): New fun.
21351 (completion-c-mode-hook, completion-setup-fortran-mode):
21352 Set the syntax-table here. Use local-set-key.
21353 (completion-saved-bindings): New var.
21354 (dynamic-completion-mode): Make it into a proper minor mode.
21355 (load-completions-from-file): Remove unused var `num-uses'.
21357 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21358 constructor if it is explicitly overridden.
21360 * complete.el (PC-completion-as-file-name-predicate):
21361 Use minibuffer-completing-file-name.
21362 (partial-completion-mode): Use find-file-not-found-functions.
21363 (PC-lisp-complete-symbol): Use with-syntax-table.
21364 (PC-look-for-include-file): Remove dead setq.
21365 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21366 (PC-complete): Use with-current-buffer.
21368 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21369 escape single quotes.
21371 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21373 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21374 of `if' whose condition always returned nil. Doc fix.
21376 * buff-menu.el (Buffer-menu-revert-function): Make the selected
21377 window's buffer the current buffer around the call to
21378 `list-buffers-noselect'. This is necessary to mark that buffer
21379 with a `.' in the Buffer Menu when called from Lisp, for instance
21380 by Auto Revert Mode.
21382 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21384 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21386 (gdb-pre-prompt): Make sure gdb-error is reset.
21388 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21389 with a child process, detect it.
21390 (gud-speedbar-buttons): Match regexp more carefully.
21392 2005-11-27 Richard M. Stallman <rms@gnu.org>
21394 * mouse.el (mouse-drag-move-window-bottom):
21395 Use adjust-window-trailing-edge.
21397 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21399 * simple.el (blink-matching-open): Ignore
21400 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21401 (blink-matching-paren-on-screen): Update docstring.
21403 * paren.el (show-paren-mode): No longer change
21404 `blink-matching-paren-on-screen'.
21406 2005-11-27 John Paul Wallington <jpw@pobox.com>
21408 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21409 (gdb-threads-select, gdb-edit-register-value):
21410 Use `posn-set-point' instead of `mouse-set-point' because the
21411 latter is not fbound when configured without X.
21413 2005-11-27 Kim F. Storm <storm@cua.dk>
21415 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21416 existing face when partially highlighting a TAB in a rectangle.
21418 2005-11-26 Kim F. Storm <storm@cua.dk>
21420 * ido.el (ido-mode-map): Doc fix.
21421 (ido-mode-common-map, ido-mode-file-map)
21422 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21423 (ido-define-mode-map): Rewrite. Select one of the new maps as
21424 parent for ido-mode-map instead of building from scratch.
21425 (ido-init-mode-maps): New defun to initialize new maps.
21426 (ido-mode): Call it.
21427 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21428 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21430 2005-11-26 John Paul Wallington <jpw@pobox.com>
21432 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21433 `mouse-set-point' because the latter is not fbound when configured
21436 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21438 * files.el (file-relative-name): Doc fix.
21440 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21442 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21443 non-empty string for secondary prompt PS2.
21445 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21447 * progmodes/compile.el (compilation-setup): Fix last change.
21449 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21451 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21452 (gdb-mouse-toggle-breakpoint-margin)
21453 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21454 Add gdb-server-prefix to keep out of command history.
21455 (gdb-edit-register-value): New function.
21456 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21457 (gdb-info-registers-custom): Use above map.
21459 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21461 * custom.el (enable-theme): Signal error if argument is not a
21462 theme. Don't recalculate a face if it's not loaded yet.
21464 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21465 the `user' theme is in effect.
21467 * info.el (Info-on-current-buffer): Record actual filename in
21468 Info-current-file, instead of t, or a fake filename if a non-file
21469 buffer. Make autoload.
21470 (Info-find-node, Info-revert-find-node): No need to check for
21471 Info-current-file nil.
21472 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21473 Info-current-file is now never `t'.
21474 (Info-fontify-node): Many simplifications due to Info-current-file
21475 always being valid. Use Info-find-file to find node filename.
21477 2005-11-25 David Kastrup <dak@gnu.org>
21479 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21480 new character, then delete" in order to preserve markers.
21482 2005-11-25 David Ponce <david@dponce.com>
21484 * recentf.el (recentf-arrange-by-rule): Handle a special
21485 `auto-mode-alist'-like "strip suffix" rule.
21486 (recentf-build-mode-rules): Handle second level auto-mode entries.
21488 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21490 * emulation/viper-keym.el (viper-ESC-key): Use different values
21491 in terminal and window modes.
21493 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21494 add jde-javadoc-checker-report-mode.
21496 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21498 * ediff.el (ediff-date): Change the date of last update.
21500 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21502 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21503 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21504 (hi-lock-mode): New global minor mode.
21505 (turn-on-hi-lock-if-enabled): New function.
21506 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21507 Change arguments to regexp and face instead of a font-lock pattern.
21508 Directly set face property, instead of refontifying.
21509 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21510 (hi-lock-find-patterns): Use line-number-at-pos.
21512 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21513 arguments for hi-lock-set-pattern.
21514 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21515 Call font-lock-fontify-buffer.
21516 (hi-lock-find-file-hook, hi-lock-current-line)
21517 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21519 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21522 * progmodes/compile.el (compilation-setup): Don't fiddle with
21523 font-lock-defaults.
21525 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21527 * progmodes/gdb-ui.el (gdb-var-create-handler)
21528 (gdb-var-list-children-handler): Find values for all variable
21529 objects. gud-speedbar-buttons decides whether to display them.
21531 2005-11-24 Romain Francoise <romain@orebokech.com>
21533 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21534 buffer name with a space.
21536 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21538 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21539 `org-export-local-list-max-depth'. Change default value to 3.
21540 (org-auto-renumber-ordered-lists)
21541 (org-plain-list-ordered-item-terminator): New options.
21542 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21543 (org-get-indentation, org-get-string-indentation)
21544 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21546 (org-move-item-down, org-move-item-up): New commands.
21547 (org-export-as-html): New classes for CSS support. Bug fix in
21548 regular expression detecting fixed-width regions. Respect
21549 `org-local-list-ordered-item-terminator'.
21550 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21552 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21553 New item moving functions.
21555 2005-11-24 Juri Linkov <juri@jurta.org>
21557 * isearch.el (isearch-repeat): With empty search ring set
21558 `isearch-error' to the error string instead of signaling error
21559 with the function `error'.
21561 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21563 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21565 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21567 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21569 (gdb-var-create-handler, gdb-var-list-children-handler):
21570 Don't match on "char **...".
21571 (gdb-var-update-handler): Find values for all variable objects.
21572 (gdb-info-frames-custom): Identify frames by leading "#".
21574 * progmodes/gud.el (gud-speedbar-menu-items): Add
21575 gdb-speedbar-auto-raise as radio button.
21576 (gud-speedbar-buttons): Raise speedbar if requested.
21577 Don't match on "char **...".
21578 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21581 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21583 * info.el (Info-fontify-node): Handle the case where
21584 Info-current-file is t.
21586 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21588 * simple.el (blink-matching-open): Fix off-by-one in last change.
21590 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21592 * term/mac-win.el: Don't change default directory.
21594 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21596 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21597 buffers correctly. (It used to throw an error in such buffers.)
21598 Make it ask for confirmation in group buffers and other Custom
21599 buffers containing more than one customization item.
21601 2005-11-22 John Paul Wallington <jpw@gnu.org>
21603 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21604 property on mail and url overlays.
21605 (goto-address-at-point): Use `posn-set-point' instead of
21606 `mouse-set-point' because the latter is not fbound when configured
21609 2005-11-22 Lars Hansen <larsh@soem.dk>
21611 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21612 (ls-lisp-classify, ls-lisp-format): Delete call to
21613 ls-lisp-parse-symlink.
21614 (ls-lisp-handle-switches): Handle symlinks to directories as
21615 directories when ls-lisp-dirs-first in non-nil.
21617 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21619 * startup.el (command-line): Make sure that loaddefs.el is handled
21620 correctly in load-history.
21622 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21624 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21625 (gdb-struct-string, gdb-array-string): New constants.
21626 (gdb-info-locals-handler): Use them.
21627 (gdb-reset): Reset gdb-var-list to nil.
21629 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21631 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21634 2005-11-21 Juri Linkov <juri@jurta.org>
21636 * custom.el (defcustom): Update link types in docstring.
21638 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21640 * custom.el (defgroup): Add doc-string-elt info.
21642 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21644 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21646 * newcomment.el (comment-enter-backward): Fix last fix.
21648 * simple.el (blink-matching-open):
21649 * paren.el (show-paren-function): Allow new paren-class info.
21651 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21653 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21654 handled automagically.
21656 2005-11-20 Andreas Schwab <schwab@suse.de>
21658 * descr-text.el (describe-char): When copying overlays put them
21659 over the full char description instead of just the first character
21662 2005-11-20 Juri Linkov <juri@jurta.org>
21664 * simple.el (what-cursor-position):
21665 * descr-text.el (describe-char): Use Lisp-readable syntax
21666 for octal and hex. Reorder decimal, octal and hex values.
21667 Remove excess whitespace in the output. Use `=' in `column='
21668 like in `point=' and `Hscroll='.
21670 * international/mule-cmds.el (encoded-string-description):
21671 Use Lisp-readable syntax for hex.
21673 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21675 * newcomment.el (comment-enter-backward): Handle the case where the
21676 comment is closed by EOB.
21678 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21680 * longlines.el (longlines-before-revert-hook)
21681 (longlines-after-revert-hook): New functions.
21682 (longlines-mode): Turn off longlines temporarily when reverting.
21683 Add a message-setup-hook.
21684 (longlines-decode-buffer): New function.
21685 (longlines-wrap-line): Preserve marker positions.
21687 2005-11-19 Andreas Schwab <schwab@suse.de>
21689 * emacs-lisp/shadow.el: Handle compressed files.
21691 2005-11-19 Romain Francoise <romain@orebokech.com>
21693 * net/browse-url.el (browse-url-default-browser): Signal an error
21694 if no usable browser can be found, rather than try to load w3.
21696 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21698 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21699 replacing existing properties.
21700 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21701 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21703 (rcirc-server-prefix, rcirc-server): New faces.
21704 (rcirc-url-regexp): Generate with rx macro.
21705 (rcirc-last-server-message-time): New variable.
21706 (rcirc-filter): Record time of last message.
21707 (rcirc-keepalive): Kill processes that did not send a message
21708 since the last ping.
21709 (rcirc-mode): Give rcirc-topic a local binding here.
21711 2005-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21713 * subr.el (read-passwd): Fontify the prompt as we do with other
21716 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21718 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21719 binding buffer-read-only to nil.
21721 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21723 * complete.el (partial-completion-mode):
21724 Mention completion-auto-help in the doc string.
21726 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21729 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21731 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21732 digits, not 8, to avoid misalignment for files larger than 100MB.
21734 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21736 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21737 Mention "keyboard shortcuts" in the help text.
21739 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21741 * startup.el (fancy-splash-default-action): Discard only
21742 mouse-down and succeeding mouse-up events in the splash screen
21743 window so that drag-n-drop event can be processed.
21745 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21747 * longlines.el (longlines-mode): Add hacks for mail-mode and
21750 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21752 * textmodes/org.el (org-table-sort-lines): New command.
21753 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21754 (org-add-file): Command removed, use `org-agenda-file-to-front'
21756 (org-export-icalendar): Use `org-icalendar-combined-name'.
21757 (org-cycle-agenda-files, org-agenda-file-to-end)
21758 (org-agenda-file-to-front): New commands.
21759 (org-table-tab-jumps-over-hlines, org-export-html-style):
21761 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21762 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21764 (org-fill-paragraph): Call `org-table-align' in tables.
21765 (org-mode): Call `org-set-autofill-regexps'.
21766 (org-export-as-html): Support for local handformatted lists.
21767 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21768 (org-export-local-list-max-depth): New option.
21769 (org-html-expand): Use `org-html-protect'.
21771 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21773 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21775 (gdb): Move definition of gud-pp to...
21777 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21779 (gdb-find-watch-expression): New function.
21781 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21783 * faces.el (face-attribute, set-face-attribute): Mention existence
21784 of `:ignore-defface' setting in docstring.
21786 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21788 * simple.el (completion-setup-function): Fix last change.
21790 2005-11-17 John Paul Wallington <jpw@pobox.com>
21792 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21793 Use `posn-set-point' instead of `mouse-set-point' because the
21794 latter is not fbound when configured without X.
21796 * comint.el (comint-insert-input): Likewise.
21798 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21800 * simple.el (hard-newline): New variable.
21801 (sendmail-user-agent-compose, next-line): Use it.
21803 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21804 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21805 (mail-mail-reply-to, mail-mail-followup-to)
21806 (mail-position-on-field, mail-signature, mail-yank-original)
21807 (mail-attach-file): Likewise.
21809 * mail/mailheader.el (mail-header-format)
21810 (mail-header-format-function): Likewise.
21812 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21814 2005-11-17 Juri Linkov <juri@jurta.org>
21816 * font-lock.el (font-lock-faces): Rename this defgroup from
21817 `font-lock-highlighting-faces'.
21818 (font-lock-comment-face, font-lock-comment-delimiter-face)
21819 (font-lock-string-face, font-lock-doc-face)
21820 (font-lock-keyword-face, font-lock-builtin-face)
21821 (font-lock-function-name-face, font-lock-variable-name-face)
21822 (font-lock-type-face, font-lock-constant-face)
21823 (font-lock-warning-face, font-lock-negation-char-face)
21824 (font-lock-preprocessor-face)
21825 (font-lock-regexp-grouping-backslash)
21826 (font-lock-regexp-grouping-construct): Rename :group from
21827 `font-lock-highlighting-faces' to `font-lock-faces'.
21829 * cus-edit.el (lisp, c, tex):
21830 * progmodes/ada-mode.el (ada):
21831 * progmodes/asm-mode.el (asm):
21832 * progmodes/cperl-mode.el (cperl-faces):
21833 * progmodes/cpp.el (cpp):
21834 * progmodes/dcl-mode.el (dcl):
21835 * progmodes/f90.el (f90):
21836 * progmodes/fortran.el (fortran):
21837 * progmodes/icon.el (icon):
21838 * progmodes/idlwave.el (idlwave-misc):
21839 * progmodes/m4-mode.el (m4):
21840 * progmodes/make-mode.el (makefile):
21841 * progmodes/meta-mode.el (meta-font):
21842 * progmodes/modula2.el (modula2):
21843 * progmodes/octave-mod.el (octave):
21844 * progmodes/pascal.el (pascal):
21845 * progmodes/perl-mode.el (perl):
21846 * progmodes/prolog.el (prolog):
21847 * progmodes/ps-mode.el (PostScript-edit):
21848 * progmodes/scheme.el (scheme):
21849 * progmodes/sh-script.el (sh-script):
21850 * progmodes/simula.el (simula):
21851 * progmodes/tcl.el (tcl):
21852 * textmodes/nroff-mode.el (nroff):
21853 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21854 * textmodes/sgml-mode.el (sgml):
21855 * textmodes/texinfo.el (texinfo):
21856 Add :link (custom-group-link font-lock-faces) to defgroup.
21858 * hi-lock.el (hi-lock): Rename this defgroup from
21859 `hi-lock-interactive-text-highlighting'. Change parent group from
21860 `faces' to `font-lock'. Add link to the manual.
21861 (hi-lock-mode, hi-lock-file-patterns-range)
21862 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21863 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21864 (hi-lock-faces): Add :group `faces'.
21866 * cus-edit.el (custom-variable-prompt): Clarify the code.
21868 * faces.el (face-read-string): Set the default value arg of
21871 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21873 * rfn-eshadow.el (file-name-shadow-properties)
21874 (file-name-shadow-tty-properties, file-name-shadow-mode):
21875 Remove autoloads, because the file is now preloaded.
21877 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21879 * printing.el (easy-menu-intern): Don't define.
21880 (pr-get-symbol): Use easy-menu-intern only if defined.
21882 * simple.el (blink-matching-open): Simplify a bit.
21883 (completion-setup-function): Fix the case of partial-completion-mode
21884 when the minibuffer's contents start with "-".
21885 Obey completion-base-size-function even when
21886 minibuffer-completing-file-name is non-nil.
21888 2005-11-16 Richard M. Stallman <rms@gnu.org>
21890 * net/eudcb-ph.el (eudc-ph-open-session):
21891 Use set-process-query-on-exit-flag.
21893 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21895 * international/ucs-tables.el (ucs-set-table-for-input):
21896 Use make-local-variable, not make-variable-buffer-local.
21898 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21899 Improve warning message text.
21901 * savehist.el (savehist-save-hook): Add :group.
21903 * menu-bar.el (menu-bar-help-menu):
21904 Rename Find Extra Packages to External Packages.
21906 * cus-edit.el (Custom-reset-standard): Verify that
21907 :custom-standard-value prop exists before calling it.
21909 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21911 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21913 * wid-edit.el (color): Enclose %t in %{...%}.
21915 * cus-edit.el (face): Enclose %t in %{...%}.
21917 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21919 * savehist.el (savehist-mode-hook): Re-add the var.
21920 (savehist-mode): Use it.
21922 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21924 * textmodes/flyspell.el: Fix commenting convention.
21925 Remove unnecessary leading * in custom docstrings.
21926 (flyspell-emacs): Remove unused var.
21927 (flyspell-delete-region-overlays): Use remove-overlays.
21928 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21929 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21930 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21931 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21932 (make-flyspell-overlay): Don't locally reuse a global name.
21933 (flyspell-highlight-incorrect-region)
21934 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21935 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21936 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21937 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21938 Wrap calls to accept-process-output inside with-local-quit since it's
21939 often called from a post-command-hook.
21940 (flyspell-correct-word, flyspell-auto-correct-word):
21941 Use ispell-send-string.
21942 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21944 * calendar/diary-lib.el (diary-list-entries): Also hide the
21945 terminating newline.
21947 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21949 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21950 window-system, to allow fonts on tty.
21952 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21954 * progmodes/gud.el (gud-speedbar-item-info): New function.
21955 (gud-install-speedbar-variables): Use it to display data type
21956 of watch expression as a tooltip in speedbar.
21958 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21960 * font-core.el (global-font-lock-mode): Add :version keyword,
21961 because default was changed.
21963 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21965 * startup.el (command-line): Use `custom-reevaluate-setting' for
21966 `file-name-shadow-mode'.
21968 * loadup.el: Preload rfn-eshadow.
21970 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21971 Add :version keyword.
21972 (file-name-shadow-properties, file-name-shadow-tty-properties)
21973 (file-name-shadow): Add :version keyword.
21975 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21976 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21977 in the custom-group property of the symbol frames and the fringe
21978 group got no link to its parent group frames.
21981 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21983 * progmodes/gud.el (gud-stop-subjob): New function.
21984 (gud-menu-map, gud-tool-bar-map): Use it.
21986 2005-11-16 Kim F. Storm <storm@cua.dk>
21988 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21990 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21991 to a more useful/logical place.
21993 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21995 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21996 go buttons complementary.
21998 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
22000 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
22001 (rfn-eshadow-sifn-equal): New function.
22002 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
22004 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
22006 * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
22007 Quote `-' in string.
22009 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
22010 rcirc-mode buffers come up in Emacs state.
22012 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
22015 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
22017 * term.el (term-termcap-format): Fix typos.
22018 (term-down): Fix the negative argument case.
22020 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
22022 * progmodes/gdb-ui.el: Remove face-alias left over from change on
22024 (gdb-ann3): New command gud-go.
22025 (menu): Accomodate gdb-mi.el.
22026 (gdb-assembler-custom): Make buffer of selected window current
22027 so that set-window-point works.
22029 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
22030 buttons and include new ones.
22032 2005-11-16 Kim F. Storm <storm@cua.dk>
22034 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
22035 (gud-menu-map): Use it.
22037 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
22039 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
22040 that works correctly for Custom and that does not override a user
22043 * help-mode.el (help-make-xrefs, help-xref-on-pp)
22044 (help-xref-interned, help-follow): Make hyperlinks for variables
22045 that are unbound, but have a non-nil variable-documentation property.
22047 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
22048 mode hook. (It conflicted with defcustoms for some mode hooks.)
22049 Use the `variable-documentation' property to give the mode hook a
22050 docstring and expand that docstring.
22052 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
22054 * savehist.el (savehist-mode): Don't bother with
22055 `custom-set-minor-mode'.
22056 (savehist-coding-system): Check XEmacs version.
22057 (history-length): Declare also at run time.
22058 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
22059 Don't set the customize state.
22060 (savehist-minibuffer-hook): Special case for when
22061 minibuffer-history-variable is equal to t.
22063 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
22065 * files.el (write-file): Refresh VC status.
22067 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
22068 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
22069 than fundamental-mode to see if the mode was set.
22071 2005-11-14 Romain Francoise <romain@orebokech.com>
22073 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
22074 dummy function in `eval-when-compile' to avoid compiler warning.
22075 Require `man' at compile time.
22077 2005-11-14 Jay Belanger <belanger@truman.edu>
22079 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
22080 calcFunc-powerexpand.
22081 (math-write-out-power): Rename it to math-powerexpand; have it
22082 handle negative exponents.
22083 (calc-writeoutpower): Rename it to calc-powerexpand.
22085 * calc/calc-ext.el: Change calcFunc-writeoutpower and
22086 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
22088 Add calcFunc-ldiv to autoloads.
22090 * calc/calc-arith.el (calcFunc-ldiv): New function.
22092 * calc/calc.el (calc-left-divide): New function.
22094 2005-11-14 Juri Linkov <juri@jurta.org>
22096 * cus-edit.el (custom-variable-prompt): Set the default value arg
22097 of completing-read.
22099 * cus-dep.el (custom-make-dependencies): Reverse the list of
22100 found dependencies.
22102 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
22104 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
22105 Highlighting" entry, it is on by default now.
22106 (menu-bar-options-save): Do not save global-font-lock-mode.
22108 2005-11-13 Richard M. Stallman <rms@gnu.org>
22110 * textmodes/flyspell.el (flyspell-large-region):
22111 Call flyspell-accept-buffer-local-defs.
22113 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
22115 * textmodes/flyspell.el (flyspell-notify-misspell):
22116 Fix misspelling of "Misspelling".
22117 (flyspell-process-localwords): New function.
22118 (flyspell-large-region): Call flyspell-process-localwords and
22119 flyspell-delete-region-overlays.
22120 (flyspell-delete-region-overlays): New function.
22121 (flyspell-delete-all-overlays): Call that.
22123 2005-11-13 Richard M. Stallman <rms@gnu.org>
22125 * help.el (help-for-help-internal): Improve doc of C-h a.
22126 (describe-key): Improve prompt; doc fix.
22128 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
22130 * vc-svn.el (vc-svn-registered): Catch all errors.
22132 * cus-dep.el (custom-make-dependencies): Typo.
22134 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
22136 * net/tramp-util.el (top): Fix compilation warning.
22138 2005-11-13 Kim F. Storm <storm@cua.dk>
22140 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
22142 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
22144 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
22145 (gud-speedbar-buttons): Match on "const char *" too.
22147 * progmodes/gdb-ui.el (gdb-var-create-handler)
22148 (gdb-var-list-children-handler): Match on "const char *" too.
22149 (gdb-var-evaluate-expression-handler): Match on empty string.
22150 (gdb-var-update-handler): Only call
22151 gdb-var-evaluate-expression-handler when required.
22153 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
22155 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
22156 selected window. This still doesn't work for speedbar.
22157 (gud-speedbar-buttons): Handle string expressions properly.
22159 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
22160 (gdb-var-create-handler): Handle string expressions properly.
22161 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
22162 Handle string expressions properly. Move "type" field into regexp.
22164 2005-11-12 Karl Fogel <kfogel@red-bean.com>
22166 * bookmark.el (bookmark-maybe-message): New function to reduce
22167 code duplication: invokes `message' iff baud-rate is high enough.
22168 (bookmark-write-file): Use above instead of an inline conditional.
22169 (bookmark-load): Same.
22171 2005-11-12 Karl Fogel <kfogel@red-bean.com>
22173 * bookmark.el (bookmark-write-file): Don't visit the destination
22174 file, just write the data to it using write-region. This is
22175 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
22176 change to avoid visiting the file in the first place.
22178 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
22180 * hi-lock.el (hi-lock-mode): Set the default value of
22181 font-lock-defaults.
22183 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
22185 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
22186 arg to `file-attributes'.
22187 (find-lisp-format): The UID and GID can now be strings.
22189 2005-11-12 Kim F. Storm <storm@cua.dk>
22191 * help.el (help-map): Bind C-h d to apropos-documentation.
22193 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
22194 when point is at end-of-buffer.
22196 * apropos.el (apropos-match-face): Doc fix.
22197 (apropos-sort-by-scores): Add new choice `verbose'.
22198 (apropos-documentation-sort-by-scores): New defcustom.
22199 (apropos-pattern): Now contains the pattern entered by the user.
22200 (apropos-pattern-quoted): New defvar.
22201 (apropos-regexp): New defvar, containing the regexp corresponding
22202 to apropos-pattern.
22203 (apropos-all-words-regexp): Rename from apropos-all-regexp.
22204 (apropos-read-pattern): New defun. Use it to read pattern arg in
22205 interactive calls; returns list of words for a word list, and
22206 string for a regexp.
22207 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
22208 parses a list of words or regexp as returned by apropos-read-pattern.
22209 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
22210 (apropos-score-doc): Return a very high score if the string
22211 entered by the user matches literally.
22212 (apropos-variable): Doc fix. Use apropos-read-pattern.
22213 (apropos-command): Doc fix. Use apropos-read-pattern and
22214 apropos-parse-pattern. Call apropos-print with nosubst=t.
22215 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
22216 apropos-parse-pattern.
22217 (apropos-documentation): Doc fix. Use apropos-read-pattern and
22218 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
22219 apropos-documentation-sort-by-scores. Call apropos-print with
22221 (apropos-documentation-internal): Pass doc string through
22222 substitute-key-definition before adding text properties.
22223 Highlight substring matching literal user input if possible.
22224 (apropos-documentation-check-doc-file): Remove locals beg and end.
22225 Fix calculation of score (as added twice). Pass doc string through
22226 substitute-key-definition before adding text properties.
22227 (apropos-documentation-check-elc-file): Pass doc string through
22228 substitute-key-definition before adding text properties.
22229 Highlight substring matching literal user input if possible.
22230 (apropos-print): Add new arg NOSUBST; if set, command and variable
22231 doc strings have already been passed through substitute-key-definition.
22232 Add code to handle apropos-accumulator items without score element
22233 for backwards compatibility (e.g. with woman package).
22234 Only show scores if apropos-sort-by-scores is `verbose'.
22236 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22238 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
22239 Add jka-compr-load-suffixes to load-suffixes.
22241 * jka-compr.el: Require jka-cmpr-hook.
22242 (jka-compr-info-compress-message, jka-compr-info-compress-program)
22243 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
22244 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
22245 (jka-compr-info-can-append, jka-compr-info-strip-extension)
22246 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
22247 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
22248 (jka-compr-uninstall): Remove entries from
22249 jka-compr-added-to-file-coding-system-alist after they are used.
22250 (jka-compr-error): Remove unused var `curbuf'.
22251 (jka-compr-file-local-copy): Remove unused var `notfound'.
22253 2005-11-10 Romain Francoise <romain@orebokech.com>
22255 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
22257 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
22259 * progmodes/gud.el (gud-menu-map): Move parentheses.
22260 (gdb): New command gud-pv.
22262 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
22264 * tar-mode.el: Remove spurious or unnecessary leading stars
22266 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
22267 (tar-parse-octal-integer-safe): Use mapc.
22268 (tar-header-block-summarize): Remove unused var `ck'.
22269 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
22270 cleared before. Obey default-enable-multibyte-characters.
22271 Use mapconcat. Simplify setting of tar-header-offset.
22272 (tar-mode-map): Move initialization inside delcaration.
22273 (tar-flag-deleted): Use `abs'.
22274 (tar-expunge-internal): Remove unused var `line'.
22275 (tar-expunge-internal): Don't hardcode point-min==1.
22276 (tar-expunge): Widen while doing set-buffer-multibyte.
22277 (tar-rename-entry): Use file-name-coding-system.
22278 (tar-alter-one-field): Don't hardcode point-min==1.
22279 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
22280 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
22282 2005-11-10 Masatake YAMATO <jet@gyve.org>
22284 * add-log.el (add-log-current-defun): Handle class::method
22285 notation of c++. Fix incorrect comment.
22287 2005-11-10 Alan Mackenzie <acm@muc.de>
22289 * help-fns.el (describe-variable): Make C-h v work when a variable
22290 has variable documentation yet is unbound.
22292 2005-11-10 Masatake YAMATO <jet@gyve.org>
22294 * man.el (Man-highlight-references): Set an empty
22295 string to `Man-arguments' if it is nil.
22296 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
22298 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
22300 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
22301 commenting conventions.
22303 * cus-dep.el (custom-make-dependencies): Simplify.
22304 Better follow the commenting conventions.
22306 2005-11-09 Richard M. Stallman <rms@gnu.org>
22308 * apropos.el (apropos-pattern): Rename from apropos-regexp.
22309 (apropos-orig-pattern): Rename from apropos-orig-regexp.
22311 (apropos-rewrite-regexp): Doc fix.
22312 (apropos-variable, apropos-command, apropos, apropos-value):
22313 Change prompt; carry through the argument renaming.
22315 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
22317 * find-lisp.el: Require dired.
22318 (find-lisp-find-dired-internal): Do not call
22319 `abbreviate-file-name' on DIR.
22321 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
22323 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22325 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
22327 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22328 when using the speedbar.
22329 (gdb): New command gud-pp.
22330 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22332 2005-11-09 Juri Linkov <juri@jurta.org>
22334 * replace.el (occur-excluded-properties): New defcustom.
22335 (occur-1, occur-engine, occur-accumulate-lines): Use it.
22337 2005-11-08 Jay Belanger <belanger@truman.edu>
22339 * calc/calc-units.el (math-convert-units): Replace any composite
22340 unit by its definition.
22342 2005-11-08 Lars Hansen <larsh@soem.dk>
22344 * emacs-lisp/autoload.el (update-directory-autoloads):
22345 Add obsolete function alias.
22347 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
22349 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22350 comment-indent-function.
22351 (lisp-comment-indent): Replace by an alias for comment-indent-default.
22353 * reveal.el (reveal-post-command): Rework the handling of
22354 reveal-open-spots, so as to be more reliable. There were several
22355 tricky corner cases where an open spot might be lost, or where
22356 a closed spot might end up on the list of open spots.
22357 Only reveal text that's ellipsised.
22359 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
22361 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22363 2005-11-07 John Paul Wallington <jpw@gnu.org>
22365 * ibuffer.el (ibuffer): Search iconified frames too when
22366 getting Ibuffer buffer's window.
22368 2005-11-06 Richard M. Stallman <rms@gnu.org>
22370 * progmodes/compile.el (compilation-internal-error-properties):
22371 save-excursion around the computation of MARKER.
22373 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
22375 * textmodes/flyspell.el (flyspell-external-point-words):
22376 flyspell-get-word returns a list, not just a string.
22378 2005-11-06 John Paul Wallington <jpw@pobox.com>
22380 * ibuffer.el (ibuffer): Search all visible frames when getting
22381 Ibuffer buffer's window.
22383 2005-11-07 Masatake YAMATO <jet@gyve.org>
22385 * man.el (Man-reference-regexp): Accept spaces between
22386 `Man-name-regexp' and `Man-section-regexp'.
22387 (Man-apropos-regexp): New variable.
22388 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22390 (Man-highlight-references, Man-highlight-references0):
22391 Handle the case when `Man-arguments' includes "-k".
22392 (Man-highlight-references0): Rename the argument `TARGET-POS' to
22393 `TARGET'. `TARGET' can be a number, function or nil.
22395 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
22397 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22398 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22399 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22400 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22401 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22402 (gdb-send-item): Use buffer-local-value and simplify.
22404 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
22406 * startup.el (command-line): Use `custom-reevaluate-setting' for
22407 `global-font-lock-mode'.
22409 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22410 by default, except in batch mode or when the -D option is given.
22412 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22413 specified keyword args on to `define-minor-mode'. Update docstring.
22415 2005-11-05 Romain Francoise <romain@orebokech.com>
22417 * replace.el (occur-engine): Add marker at end of line, too.
22419 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22421 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22422 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22423 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22424 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22425 argument to all these routines, so the passphrase can be managed
22426 externally and passed in to the system.
22427 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22428 pgg-add-passphrase-to-cache function.
22430 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22431 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22432 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22433 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22434 argument to all these routines, so the passphrase can be managed
22435 externally and passed in to the system.
22436 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22439 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22441 * font-lock.el: Don't deal with font-lock-face-attributes here,
22444 * startup.el (command-line): ... here. Use face-spec-set instead
22445 of custom-declare-face.
22447 * faces.el (face-spec-set): Reset the face if spec is not nil.
22449 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22451 * newcomment.el (comment-region-internal): Box more tightly in the
22452 common case where there's no TAB in the boxed text.
22454 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22456 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22459 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22461 * net/newsticker.el: Commentary updated. Code formatting changed.
22462 (newsticker-version): Change to "1.9".
22463 (newsticker, newsticker-feed): Doc fix.
22464 (newsticker-url-list): Doc fix. Add option "Weekly".
22465 (newsticker-retrieval-interval): Add option "Weekly".
22466 (newsticker-headline-processing): Doc fix.
22467 (newsticker-auto-mark-filter): Remove.
22468 (newsticker-auto-mark-filter-list): New.
22469 (newsticker-layout, newsticker-sort-method): Doc fix.
22470 (newsticker-hide-old-items-in-newsticker-buffer)
22471 (newsticker-heading-format, newsticker-item-format)
22472 (newsticker-desc-format): Doc fix.
22473 (newsticker-show-all-rss-elements): Remove.
22474 (newsticker-show-all-news-elements): New.
22475 (newsticker-faces, newsticker-ticker): Doc fix.
22476 (remove-from-invisibility-spec): Code formatting.
22477 (newsticker--process-ids): New.
22478 (newsticker-mode): Doc fix.
22479 (newsticker-mode): Change mode-line-format.
22480 (newsticker-start): Remove debug output.
22481 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22482 (newsticker-w3m-show-inline-images): Code formatting.
22483 (newsticker-next-item): Call `force-mode-line-update'.
22484 (newsticker-previous-item): Call `force-mode-line-update'.
22485 (newsticker-next-feed): Call `force-mode-line-update'.
22486 (newsticker-previous-feed): Call `force-mode-line-update'.
22487 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22488 (newsticker-show-old-items): Do not show descs.
22489 (newsticker-hide-entry): Hide too much.
22490 (newsticker-hide-entry, newsticker-show-entry)
22491 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22492 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22493 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22494 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22495 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22496 (newsticker-get-news): Call `force-mode-line-update'.
22497 Collect process ids.
22498 (newsticker--sentinel): Change coding system handling.
22499 Move image retrieval to new functions newsticker--get-logo-url-*.
22500 Move feed parsing to new functions newsticker--parse-*.
22501 Update list of process ids.
22502 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22503 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22504 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22505 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22506 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22507 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22508 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22509 (newsticker--decode-coding-string): Remove.
22510 (newsticker--decode-numeric-entities): Check input. Format code.
22511 (newsticker--remove-whitespace): Check input.
22512 (newsticker--do-forget-preformatted): Doc fix.
22513 (newsticker--decode-rfc822-date): Allow for missing time.
22514 (newsticker--update-process-ids): New.
22515 (newsticker--image-sentinel): Change comment.
22516 (newsticker--image-read): Change error message.
22517 (newsticker--imenu-goto): Doc fix. Show headline title.
22518 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22519 (newsticker--buffer-do-insert-text): Clean whitespace in
22520 html-rendered headline title. Code formatting.
22521 Call `newsticker--buffer-print-extra-elements'.
22522 (newsticker--buffer-print-extra-element): Remove.
22523 (newsticker--buffer-print-extra-elements): New.
22524 (newsticker--buffer-do-print-extra-element): New.
22525 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22527 (newsticker--run-auto-mark-filter)
22528 (newsticker--do-run-auto-mark-filter):
22529 Use `newsticker-auto-mark-filter-list'.
22531 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22533 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22534 (rcirc-print): Force redisplay before running hooks. Do long
22535 buffer truncation after making new text read-only. Deal with nil
22536 text when decoding strings. If TARGET is nil, use either the
22537 currently selected buffer, if it is an rcirc buffer and of the
22538 same process or the process buffer.
22539 (rcirc-mode): Remove header-line. Recompute short buffer names.
22540 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22541 (rcirc-short-buffer-name): Add variable.
22542 (rcirc-kill-buffer-hook): Recompute short buffer names.
22543 Remove nick from private channel.
22544 (rcirc-send-input): Send command text to current-buffer.
22545 Don't clear overlay arrow here.
22546 (rcirc-short-buffer-name): Return a short buffer name.
22547 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22548 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22549 buffer-name abbreviations.
22550 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22551 Do not touch nick-table when killing a parted channel.
22552 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22553 Clear arrow from current buffer if it is now hidden.
22554 (rcirc-current-buffer): Add variable.
22555 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22556 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22557 Remove -face from names.
22558 (rcirc-update-activity-string): Print "DND" when globally ignoring
22560 (rcirc-ignore-buffer-activity-flag): Rename from
22561 rcirc-ignore-channel-activity.
22562 (rcirc-ignore-all-activity-flag): Doc fix.
22563 (rcirc-channels): Remove variable.
22564 (rcirc-kill-buffer-hook):
22565 (rcirc-get-buffer-create): Add nick to private channel.
22566 (rcirc-multiline-edit-submit): Remove tabs.
22567 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22569 (rcirc-remove-nick-channel): Bug fix.
22570 (rcirc-toggle-ignore-buffer-activity): Rename from
22571 rcirc-toggle-ignore-channel-activity.
22572 (rcirc-record-activity): Add buffers to the front of the list.
22573 (rcirc-update-activity): Remove killed buffers from list.
22574 (rcirc-process-server-response-1): Remove last argument if it is
22575 null before calling handler.
22576 (rcirc): Add "rcirc" defcustom prefix.
22577 (rcirc-prompt): Simplify default prompt.
22578 Use custom-initialize-default.
22579 (rcirc-private-chats): Remove variable.
22580 (rcirc-prompt): Change initialization.
22581 (rcirc-version): Remove function.
22582 (rcirc-id-string): Add constant.
22583 (rcirc-last-buffer): Remove variable.
22584 (rcirc-buffer-alist): Add variable.
22585 (rcirc-connect): Update variable setup.
22586 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22587 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22589 (rcirc-handler-generic): Trigger activity.
22590 (rcirc-send-message): Create the buffor of the target.
22591 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22592 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22593 (rcirc-multiline-edit-cancel): Remove function.
22594 (rcirc-set-last-buffer): Remove function.
22595 (rcirc-get-any-buffer): Add function.
22596 (rcirc-join-channels): Don't print /join text.
22597 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22599 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22600 (rcirc-handler-NOTICE): Recognize CTCP responses.
22601 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22602 constructing TOPIC string for buffers we are not JOINed.
22603 (rcirc-handler-CTCP-response): Add handler.
22604 (rcirc-multiline-edit-submit): Restore the window-configuration
22605 before adjusting point.
22606 (rcirc): Add customization group.
22607 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22608 (rcirc-user-full-name, rcirc-startup-channels-alist)
22609 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22610 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22611 (rcirc-input-ring-size, rcirc-read-only-flag)
22612 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22613 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22614 Change defvar to defcustom.
22615 (rcirc-update-prompt): Add optional ALL arg, which will update
22616 prompts in all rcirc buffers. Regexp quote replacement text.
22617 (rcirc-fill-column): Accept frame-width as a value.
22618 (rcirc-set-changed): Add function.
22619 (rcirc-next-active-buffer): Write more meaningful messages.
22620 (rcirc-faces): Add customization group.
22621 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22622 (rcirc-nick-in-message-face, rcirc-prompt-face)
22623 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22624 (with-rcirc-process-buffer): Move before first usage.
22625 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22626 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22627 (rcirc-debug): Rename from `rcirc-log'.
22628 (rcirc-format-response-string): Do not print `-' chars for a
22629 NOTICE with no sender. Simplify output of server responses.
22631 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22633 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22634 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22635 Make urls mouse and RET clickable.
22637 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22639 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22641 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22643 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22644 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22645 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22646 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22647 argument to all these routines, so the passphrase can be managed
22648 externally and passed in to the system.
22649 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22650 pgg-add-passphrase-to-cache function.
22652 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22653 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22654 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22655 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22656 argument to all these routines, so the passphrase can be managed
22657 externally and passed in to the system.
22658 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22661 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22663 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22664 from goto-address-url-regexp.
22666 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22668 * textmodes/org.el (org-read-date, org-goto-calendar)
22669 (org-recenter-calendar, org-agenda-goto-calendar):
22670 Temporarily clear `calendar-move-hook'.
22672 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22674 * ediff-merg.el (ediff-merge-region-is-non-clash):
22675 Return t, if not merging.
22677 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22678 have merge clashes.
22680 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22682 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22683 Undo previous change.
22685 * startup.el (command-line): Use `custom-reevaluate-setting' for
22686 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22687 tty-register-default-colors on Mac.
22689 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22691 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22692 (gdb-buffer-type): Make it automatically buffer local...
22693 (gdb-get-create-buffer): ...and set it accordingly.
22694 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22697 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22699 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22702 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22704 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22705 case GUD buffer is not visible.
22706 (gdb-goto-breakpoint): Try to force display in source buffer.
22707 (gdb-frame-gdb-buffer): Copy other similar functions.
22708 (gdb-restore-windows): Don't display source if not asked for.
22709 (gdb-assembler-buffer-name): Don't capitalise.
22711 2005-11-03 Richard M. Stallman <rms@gnu.org>
22713 * wid-edit.el (key-sequence): New widget type.
22715 * simple.el (set-mark-command-repeat-pop): New variable.
22716 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22717 if set-mark-command-repeat-pop is true.
22719 * info.el (Info-fontify-node): Don't display extra "see" if there
22720 already is one here.
22722 * mouse.el: Fix special handling of DEL after dragging a region:
22723 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22724 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22726 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22728 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22729 not to assume it pertains to an affix.
22731 * textmodes/flyspell.el (flyspell-post-command-hook):
22732 Bind deactivate-mark to prevent deactivation.
22734 2005-11-03 Lars Hansen <larsh@soem.dk>
22736 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22737 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22738 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22740 2005-11-03 Romain Francoise <romain@orebokech.com>
22742 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22743 Update copyright years.
22745 2005-11-03 Sam Steingold <sds@gnu.org>
22747 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22748 Use system-type instead of window-system because window-system is not
22749 correctly defined during loadup.
22751 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22753 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22754 (xml-parse-tag): Join strings separated by a comment properly.
22756 2005-11-02 Andreas Schwab <schwab@suse.de>
22758 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22760 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22762 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22763 (byte-optimize-pure-func): Quote the eval'd value.
22765 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22766 Rename from perl-font-lock-syntactic-face-function.
22767 Change the calling convention so it can be used as a font-lock MATCHER.
22768 Do the parse-partial-sexp loop outselves.
22769 (perl-font-lock-syntactic-keywords): Use it.
22770 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22772 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22774 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22775 disassembly buffer too.
22776 (gdb-exited): Remove overlay arrows when execution has finished.
22777 (gdb-info-frames-custom, gdb-info-threads-custom)
22778 (gdb-info-registers-custom): Don't add inappropriate text
22779 properties if inferior is not active.
22781 2005-11-02 Glenn Morris <rgm@gnu.org>
22783 * progmodes/fortran.el (fortran-blink-match):
22784 Use `blink-matching-delay'.
22786 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22788 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22790 2005-11-02 Lars Hansen <larsh@soem.dk>
22792 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22793 "Permission denied".
22795 2005-11-01 Richard M. Stallman <rms@gnu.org>
22797 * textmodes/flyspell.el (flyspell-external-point-words):
22798 Pass nil to flyspell-get-word.
22800 2005-11-02 Kim F. Storm <storm@cua.dk>
22802 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22803 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22805 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22807 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22808 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22809 (calendar-mouse-print-dates): Add optional `event' argument.
22810 Update interactive-spec.
22811 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22812 Use `calendar-event-to-date' instead of `event'.
22814 2005-11-02 Masatake YAMATO <jet@gyve.org>
22816 * progmodes/ld-script.el (ld-script-builtins):
22817 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22818 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22819 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22821 2005-11-01 Romain Francoise <romain@orebokech.com>
22823 * vc-sccs.el: Update copyright year.
22824 * ezimage.el: Likewise.
22826 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22828 * info.el (Info-fontify-node): Use `string-width' for fontifying
22831 2005-11-01 Juri Linkov <juri@jurta.org>
22833 * info.el (Info-fontify-node): Downcase node header keywords Node,
22834 Prev, Next, Up before comparison.
22835 (Info-history): Insert absolute directory name, and put invisible
22838 2005-11-01 Juri Linkov <juri@jurta.org>
22840 * info.el (Info-file-supports-index-cookies): New variable.
22841 (Info-find-node-2): Check makeinfo version for index cookie support.
22842 (Info-index-nodes): Search for nodes with index cookies only when
22843 Info-file-supports-index-cookies is t. Otherwise, search nodes
22844 with "Index" in the node name.
22845 (Info-index-node): Search index cookie in the current node only when
22846 Info-file-supports-index-cookies is t. Otherwise, check the word
22847 "Index" in the node name.
22848 (Info-find-emacs-command-nodes): Remove code that searches nodes
22849 with "Index" node name in the top menu.
22851 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22853 * progmodes/scheme.el (scheme-mode-variables): Use the default
22854 comment-indent-function.
22856 * faces.el (face-attribute): Handle the case where a face inherits from
22857 a non-existent face.
22859 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22860 for octal and hexa output, and merge the char into the paren.
22861 (kill-new): Use push.
22862 (copy-to-buffer): Use with-current-buffer.
22863 (completion-setup-function): Move code in loop to remove redundancy.
22864 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22865 those inherited from minibuffer-local-completion-map.
22867 * savehist.el (savehist-mode) <defcustom>:
22868 Use custom-set-minor-mode if available.
22869 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22870 and emit a message if applicable.
22872 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22874 * savehist.el: Sync up to version 19.
22875 (savehist-mode): New minor mode.
22876 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22877 (savehist-length): Remove (use history-length instead).
22878 (savehist-file-modes): Rename from savehist-modes.
22879 (savehist-save-hook, savehist-loaded): New vars.
22880 (savehist-load): Use savehist-mode. Try to smooth up transition from
22881 old format to new format.
22882 (savehist-install): Allow savehist-autosave-interval to be nil.
22883 (savehist-save): Run the new hook. Be more careful to only trim the
22885 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22886 (savehist-printable): Print into a buffer rather than char-by-char.
22888 2005-11-01 John Wiegley <johnw@newartisans.com>
22890 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22891 toggle-ignore keybinding (C-a). The author said it had been
22892 disabled much earlier due to a possible incompatibility, but after
22893 many months of usage I have encountered no problems (and it is a
22894 rather useful option, especially for switching to " *temp*").
22896 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22897 support for OS/X's AddressBook, by calling out to the open source
22898 program "contacts" (installable through Fink).
22900 * net/eudc.el (eudc-expand-inline): If the
22901 `eudc-multiple-match-handling-method' is set to `all', delete the
22902 query string before inserting the query result.
22904 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22905 flag, to prevent Eshell from using the system ls when
22906 `eshell-ls-insert-directory' is in used.
22907 (eshell-ls-insert-directory): Disable font-lock in directory
22908 buffer so that Eshell's own fontification is seen. This broke
22909 recently due to changes in font-lock, so this goes back to version
22912 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22914 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22915 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22916 (gdb-many-windows): Doc fix.
22918 2005-10-31 Romain Francoise <romain@orebokech.com>
22920 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22922 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22924 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22925 that global-font-lock-mode can be enabled by default.
22927 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22928 (font-lock-add-keywords, font-lock-remove-keywords)
22929 (font-lock-fontify-buffer): Remove autoload cookies.
22931 * jit-lock.el (jit-lock-register): Likewise.
22933 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22935 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22937 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22938 intact if there is no gud-comint-buffer.
22940 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22942 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22943 old prompt comint-prompt-read-only is t and GDB commands are
22944 issued from tool bar etc.
22946 2005-10-31 Masatake YAMATO <jet@gyve.org>
22948 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22950 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22952 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22953 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22955 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22957 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22958 starting at beginning of line. Fontification is messed up when
22959 `open-paren-in-column-0-is-defun-start' set to t.
22960 Reported by John Paul Wallington <jpw@pobox.com>.
22962 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22964 * comint.el (comint-send-input): Call `comint-update-fence' when
22965 `comint-process-echoes' and `comint-prompt-read-only' are both
22966 non-nil, to avoid leftover read-only newline.
22968 2005-10-30 Richard M. Stallman <rms@gnu.org>
22970 * textmodes/flyspell.el (flyspell-external-point-words):
22971 Detect when WORD can't be checked properly because
22972 flyspell-get-word finds just part of it, and move on.
22974 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22975 boundarychar for Polish.
22976 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22977 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22979 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22981 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22982 (gdb-registers-font-lock-keywords): Delete.
22983 (gdb-registers-mode): Don't fontify.
22984 (gdb-info-registers-custom): Use text properties instead as, in
22985 future, changed register values will use font-lock-warning-face.
22986 (gdb-local-font-lock-keywords): Rename to...
22987 (gdb-locals-font-lock-keywords): ...for consistency.
22989 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22991 * vc.el (vc-switch-backend): Better error message if the buffer is
22992 not visiting a file under version control.
22994 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22996 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22998 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
23001 2005-10-29 Richard M. Stallman <rms@gnu.org>
23003 * replace.el (occur-mode-mouse-goto): Always go to other window.
23004 (occur-mode-goto-occurrence): Always switch in same window.
23006 * simple.el (undo): Display message at end, not at start.
23008 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
23009 New arg REUSE-CELL.
23010 (cancel-timer-internal): New function.
23011 (timer-event-handler): Use cancel-timer-internal,
23012 and pass the cell it returns to timer-activate...
23014 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
23015 (jit-lock-deferred-fontify, jit-lock-context-fontify)
23016 (jit-lock-after-change): Test memory-full.
23018 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
23020 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23021 part of the decoded armor to find the key-identifier.
23022 (pgg-gpg-lookup-key-owner): New function to return the
23023 human-readable identifier of a key owner.
23024 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23026 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23027 the key value) if we have a key and can match it against a secret
23028 key. Also, added a note pointing out fact that the prompt only
23029 indicates the first matching key.
23031 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23032 pgg-decrypt-region.
23033 (pgg-pending-timers): A new hash for tracking the passphrase cache
23034 timers, so that new ones supercede old ones.
23035 (pgg-add-passphrase-to-cache): Rename from
23036 `pgg-add-passphrase-cache' to reduce confusion (all callers
23037 changed). Modified to cancel old timers when new ones are added.
23038 (pgg-remove-passphrase-from-cache): Rename from
23039 `pgg-remove-passphrase-cache' to reduce confusion (all callers
23040 changed). Modified to cancel old timers when their keys are
23041 removed from the cache.
23042 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23043 XEmacs, an indirection to delete-itimer.
23044 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23045 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23046 users can only check cache without risk of prompting. Correct bug in
23047 notruncate behavior.
23048 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23049 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23050 Add informative docstrings.
23051 (pgg-decrypt): Convey provided passphrase in subordinate call to
23052 pgg-decrypt-region.
23054 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23055 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23056 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23057 `passphrase' argument, so the passphrase can be managed externally
23058 and then passed in to the system.
23060 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23061 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23062 so the passphrase cache can be used reliably with identifiers
23063 besides a pgp packet's key id.
23065 * pgg-gpg.el (pgg-pgp-encrypt-region)
23066 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23067 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23068 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23069 argument to all these routines, so the passphrase can be managed
23070 externally and passed in to the system.
23072 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23073 `notruncate' argument, so the passphrase cache can be used
23074 reliably with identifiers besides a pgp packet's key id.
23076 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
23078 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23079 symmetric encryption.
23080 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23081 encrypted session key.
23082 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23083 message ask for the passphrase in a proper way.
23085 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23086 New user commands for symmetric encryption.
23088 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
23090 * textmodes/conf-mode.el (conf-assignment-sign)
23091 (conf-assignment-regexp): Fix docstrings.
23092 (conf-mode-initialize): New function.
23093 (conf-mode): Remove optional args. Use delay-mode-hooks to
23094 recognize recursive calls.
23095 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
23096 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
23097 (conf-xdefaults-mode): Use define-derived-mode and
23098 conf-mode-initialize.
23100 2005-10-29 Romain Francoise <romain@orebokech.com>
23102 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
23104 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
23106 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23107 part of the decoded armor to find the key-identifier.
23108 (pgg-gpg-lookup-key-owner): New function to return the
23109 human-readable identifier of a key owner.
23110 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23112 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23113 the key value) if we have a key and can match it against a secret
23114 key. Also, added a note pointing out fact that the prompt only
23115 indicates the first matching key.
23117 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23118 pgg-decrypt-region.
23119 (pgg-pending-timers): A new hash for tracking the passphrase cache
23120 timers, so that new ones supercede old ones.
23121 (pgg-add-passphrase-to-cache): Rename from
23122 `pgg-add-passphrase-cache' to reduce confusion (all callers
23123 changed). Modified to cancel old timers when new ones are added.
23124 (pgg-remove-passphrase-from-cache): Rename from
23125 `pgg-remove-passphrase-cache' to reduce confusion (all callers
23126 changed). Modified to cancel old timers when their keys are
23127 removed from the cache.
23128 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23129 XEmacs, an indirection to delete-itimer.
23130 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23131 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23132 users can only check cache without risk of prompting. Correct bug in
23133 notruncate behavior.
23134 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23135 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23136 Add informative docstrings.
23137 (pgg-decrypt): Convey provided passphrase in subordinate call to
23138 pgg-decrypt-region.
23140 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
23142 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23143 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23144 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23145 `passphrase' argument, so the passphrase can be managed externally
23146 and then passed in to the system.
23148 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23149 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23150 so the passphrase cache can be used reliably with identifiers
23151 besides a pgp packet's key id.
23153 * pgg-gpg.el (pgg-pgp-encrypt-region)
23154 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23155 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23156 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23157 argument to all these routines, so the passphrase can be managed
23158 externally and passed in to the system.
23160 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23161 `notruncate' argument, so the passphrase cache can be used
23162 reliably with identifiers besides a pgp packet's key id.
23164 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
23166 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23167 symmetric encryption.
23168 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23169 encrypted session key.
23170 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23171 message ask for the passphrase in a proper way.
23173 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23174 New user commands for symmetric encryption.
23176 2005-10-28 Bill Wohler <wohler@newt.com>
23178 * help-mode.el (help-url): New button type. Calls browse-url.
23179 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
23180 Similar to Info nodes: URL `url'.
23181 (help-make-xrefs): Create help-url buttons for
23182 help-xref-url-regexp matches.
23184 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
23186 * tool-bar.el (tool-bar-add-item-from-menu)
23187 (tool-bar-local-item-from-menu): Fix doc strings.
23189 2005-10-28 Romain Francoise <romain@orebokech.com>
23191 * ldefs-boot.el: Update.
23193 * subr.el (locate-library): Move from help-fns.el.
23194 * help-fns.el (locate-library): Move to subr.el.
23196 2005-10-28 Richard M. Stallman <rms@gnu.org>
23198 * net/tramp.el (tramp-completion-mode): defvar moved up.
23200 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
23202 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
23204 * files.el (find-file-noselect): Use %d to format large file size.
23206 * bindings.el (mode-line-format): Add %e.
23208 * loadup.el ("facemenu"): Load unconditionally.
23209 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
23210 ("x-dnd"): Load, when appropriate.
23212 * startup.el (command-line): Call before-init-hook earlier.
23213 Warn about some bad characters in -u user name.
23215 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
23216 (flyspell-external-point-words): Error if misspelled word is not found.
23217 Set flyspell-large-region-beg at end of word.
23219 2005-10-28 Andreas Schwab <schwab@suse.de>
23221 * view.el (View-revert-buffer-scroll-page-forward):
23222 Use view-page-size-default.
23224 2005-10-28 Juri Linkov <juri@jurta.org>
23226 * international/quail.el (quail-get-current-str): Translate last
23227 raw character for deterministic input methods.
23229 2005-10-27 Jay Belanger <belanger@truman.edu>
23231 * calc/calc-ext.el: Add functions to autoloads.
23232 (math-identity-matrix-p, math-ident-row-p): New functions.
23234 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
23235 multiplication by an identity matrix; don't turn multiplication by
23236 an inverse matrix into division.
23237 (math-div-symbol-fancy): Replace division by matrices with
23238 multiplication by inverse.
23240 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
23242 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
23243 (calc-writeoutpower): New functions.
23245 2005-10-27 Romain Francoise <romain@orebokech.com>
23247 * replace.el (occur-engine): Include colon in mouse-face highlight.
23249 * dired-x.el: Change Maintainer field.
23251 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
23253 * longlines.el (longlines-mode): Bind after-change-functions to
23254 nil during initial decoding and final encoding.
23256 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
23258 * term.el (term-emulate-terminal, term-handle-colors-array)
23259 (term-handle-ansi-escape): Specify the terminfo capabilities
23262 2005-10-26 Richard M. Stallman <rms@gnu.org>
23264 * info.el (Info-fontify-node): Fix detection of sentence-break
23267 2005-10-26 Romain Francoise <romain@orebokech.com>
23269 * smerge-mode.el: Add `tools' to file keywords.
23271 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
23273 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
23274 when the fringe is not available.
23276 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
23277 (def-gdb-auto-update-trigger): Simplify construction.
23278 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
23279 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
23280 defined explicitly.
23281 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
23282 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
23283 defined explicitly.
23284 (gdb-info-locals-custom): Remove as it's a no-op.
23286 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
23288 * longlines.el (longlines-mode): Remove narrowing before
23289 performing the initial decoding or final encoding.
23291 2005-10-25 Romain Francoise <romain@orebokech.com>
23293 * emacs-lisp/find-func.el (find-library-name): Also strip
23294 extension if library name ends in .el, to take advantage of
23295 `find-library-suffixes'.
23297 2005-10-25 Richard M. Stallman <rms@gnu.org>
23299 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
23301 2005-10-25 Juri Linkov <juri@jurta.org>
23303 * textmodes/texinfo.el (texinfo-mode): Change charset of one
23304 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
23306 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23308 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
23309 (blackbox-redefine-key): Add argument `map'.
23311 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23312 regions when moving the jit-lock-context-unfontify-pos boundary.
23314 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
23316 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23318 2005-10-25 Masatake YAMATO <jet@gyve.org>
23320 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23322 2005-10-25 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23324 * play/blackbox.el (blackbox-redefine-key): New function.
23325 (blackbox-mode-map): Use it to remap existing bindings for cursor
23326 motion instead of binding literal keys.
23328 2005-10-25 Glenn Morris <rgm@gnu.org>
23330 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23331 diary does not end in a newline. Do not assume a blank line at
23332 the start of the diary file.
23334 2005-10-25 Kenichi Handa <handa@m17n.org>
23336 * international/quail.el (quail-translate-key): If the input
23337 method is deterministic and failed to handle the last key, restart
23338 the key handling loop from an appropriate key.
23340 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
23342 * vc.el (vc-dired-mode): Extend comment for binding of
23343 `directory-listing-before-filename-regexp'.
23345 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23347 * textmodes/texinfo.el (texinfo-mode):
23348 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23349 not to unnecessarily expose emacs-mule's internal char codes.
23351 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
23353 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23354 Display hand pointer and help-echo on disabled icon too.
23355 (gdb-mouse-until): New function.
23356 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23358 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
23360 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23361 with 2005-10-23 change to doctor.el.
23363 * finder.el (finder-mode-map): Add follow-link binding.
23365 2005-10-25 Kim F. Storm <storm@cua.dk>
23367 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23368 to gdb-mouse-toggle-breakpoint-fringe.
23369 (gdb-mouse-toggle-breakpoint-margin): Rename from
23370 gdb-mouse-toggle-breakpoint. Fix doc.
23371 (gdb-mouse-toggle-breakpoint-fringe): New defun.
23372 (gdb-put-string): Add optional SPROPS arg. Add props to string.
23373 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23374 string properties also for fringe breakpoint bitmaps.
23376 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
23378 * textmodes/org.el (org-start-icalendar-file): Fix format form.
23380 2005-10-25 Masatake YAMATO <jet@gyve.org>
23382 * simple.el (completion-common-substring):
23383 Use `completion-common-substring' prior to `completion-base-size'.
23385 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
23387 * savehist.el: Require CL while compiling.
23388 (savehist-history-variables): Remove.
23389 (savehist-save-minibuffer-history, savehist-additional-variables)
23390 (savehist-minibuffer-history-variables): New vars.
23391 (savehist-save): Use them.
23392 (savehist-uninstall, savehist-minibuffer-hook): New funs.
23393 (savehist-install): New fun, extracted from savehist-load.
23394 (savehist-load): Use them.
23396 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23398 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23399 a dummy doc-string-elt property.
23400 (defalias, defvaralias, define-category): Add a docstring property.
23402 * image.el (defimage):
23403 * widget.el (define-widget):
23404 * custom.el (defface, defcustom): Add `doc-string' declaration.
23406 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23407 (defadvice): Add `doc-string' declaration.
23409 * emacs-lisp/byte-run.el (macro-declaration-function):
23410 Handle `doc-string' declarations.
23411 (define-obsolete-function-alias, define-obsolete-variable-alias):
23412 Add `doc-string' declaration.
23414 2005-10-24 Kenichi Handa <handa@m17n.org>
23416 * international/utf-7.el (utf-7): Add autoload cookie.
23418 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23420 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23422 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23423 list of directories passed to batch-update-autoloads. Add "." to
23424 the list of the echoed directories.
23431 * pgg.el: Moved here from the gnus subdirectory.
23433 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23435 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23436 in case comint-prompt-read-only is set to t.
23438 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23439 in case comint-prompt-read-only is set to t.
23441 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23443 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23445 (icalendar-import-format): Handle CLASS, STATUS, URL.
23446 Rename `subject' to `summary'.
23447 (icalendar-import-format-summary): Rename from
23448 `icalendar-import-format-subject'.
23449 (icalendar-import-format-url, icalendar-import-format-status)
23450 (icalendar-import-format-class): New variables.
23451 (icalendar--rris): Take variable argument list.
23452 (icalendar--datestring-to-isodate): Remove unnecessary
23453 calendar-style check when converting dates with explicit month names.
23454 (icalendar-export-region): Change return type of conversion
23455 subroutines. Bury current buffer unless error occurred.
23456 (icalendar--convert-to-ical)
23457 (icalendar--parse-summary-and-rest): New functions.
23458 (icalendar--convert-ordinary-to-ical)
23459 (icalendar--convert-weekly-to-ical)
23460 (icalendar--convert-yearly-to-ical)
23461 (icalendar--convert-block-to-ical)
23462 (icalendar--convert-cyclic-to-ical)
23463 (icalendar--convert-anniversary-to-ical): Change return type.
23464 Strip trailing blanks from subject.
23465 (icalendar--convert-sexp-to-ical): Change return type.
23466 Strip trailing blanks from subject. Handle simple sexp
23467 entries as generated by icalendar.el.
23468 (icalendar--convert-float-to-ical)
23469 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23470 (icalendar-import-file): Doc fix.
23471 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23472 Correct call to icalendar--rris.
23473 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23475 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23477 2005-10-24 Romain Francoise <romain@orebokech.com>
23479 * server.el (server-sentinel): Set query-on-exit flag to nil on
23480 new client processes (it isn't inherited from the server process).
23482 * replace.el (occur-engine): Rearrange text properties.
23484 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23486 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23487 case-fold-search is nil.
23488 (debug-help-follow): Use help-xref-interned directly.
23490 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23492 * thumbs.el (thumbs-image-type): Add .pbm.
23494 2005-10-23 Richard M. Stallman <rms@gnu.org>
23496 * faces.el (inhibit-face-set-after-frame-default): New variable.
23497 (set-face-attribute): Bind it.
23498 (face-set-after-frame-default): Test it.
23500 * help-fns.el (describe-simplify-lib-file-name): New function.
23501 (describe-function-1, describe-variable): Use it.
23503 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23505 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23506 Eliminate nil as possible value.
23507 (tooltip-hide-delay): Reduce internal-border-width.
23509 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23510 (menu-bar-file-menu) <new-file>: Likewise.
23512 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23514 * international/mule.el (load-with-code-conversion):
23515 Pass full file name to `eval-buffer' unless preloading.
23517 * textmodes/flyspell.el (flyspell-large-region):
23518 Call ispell-check-version.
23520 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23521 Fix the make-variable-buffer-local call that was supposed
23522 to be for this variable.
23523 (ispell-aspell-supports-utf8): Doc fix.
23524 (ispell-find-aspell-dictionaries): Preserve elements of
23525 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23526 (ispell-aspell-find-dictionary): Return nil on error.
23528 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23529 (doctor-symptoms): Likewise.
23531 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23533 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23535 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23536 (custom-raised-buttons): Add :set spec.
23537 (custom-button-unraised, custom-button-pressed-unraised):
23538 New faces, so that custom-raised-buttons actually does something.
23539 (custom-mode): Use custom-button and custom-button-pressed.
23541 * wid-edit.el (widget-specify-button): Don't ignore
23542 widget-mouse-face on graphic terminals.
23543 (widget-move-and-invoke): Cleanup.
23545 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23547 * whitespace.el (whitespace-cleanup): Doc fix.
23549 2005-10-23 Romain Francoise <romain@orebokech.com>
23551 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23552 `eval-after-load' to avoid evaluating their result.
23554 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23556 * files.el (directory-listing-before-filename-regexp):
23557 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23559 * dired.el (dired-move-to-filename-regexp): Remove.
23560 All occurrences replaced by `directory-listing-before-filename-regexp'.
23562 * dired-x.el, locate.el, vc.el:
23563 Replace `dired-move-to-filename-regexp' by
23564 `directory-listing-before-filename-regexp'. In vc.el it is
23565 overwritten locally; maybe this can be handled in files.el too.
23567 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23568 replaced by `directory-listing-before-filename-regexp'.
23570 2005-10-23 Andreas Schwab <schwab@suse.de>
23572 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23573 and eval-next-after-load.
23575 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23577 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23580 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23582 * allout.el: Remove autoloads for mailcrypt and crypt++.
23583 Require pgg, pgg-gpg during compilation.
23584 (allout-version): Increment version number to 2.1, and use a literal
23585 rather than RCS Id.
23586 (allout-default-encryption-scheme): Remove.
23587 (allout-passphrase-verifier-handling)
23588 (allout-passphrase-verifier-string)
23589 (allout-file-passphrase-verifier-string)
23590 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23591 (allout-passphrase-hint-handling): Rename and simplify.
23592 (allout-init): Use `find-file-hook' if available, otherwise
23594 (allout-mode): Use `write-file-functions' if available, otherwise
23595 `local-write-file-hooks' and, instead of making auto-save-hook
23596 buffer local, make the write-file-hook activity contingent to
23598 (allout-mode): Use key-binding substitution in the docstring.
23599 (allout-kill-line): Spell-out kill ring data structure mutation
23600 instead of using byte-compiler-complaint-provoking `pop'.
23601 (allout-insert-listified): Use `insert' rather than `insert-string'
23602 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23603 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23604 (allout-encrypt-string): Totally revamped vis new underlying
23605 encryption facilities.
23606 (allout-mc-activate-passwd): Remove.
23607 (allout-obtain-passphrase): New, more or less replaces
23608 allout-mc-activate-passwd.
23609 (allout-encrypted-key-info): More or less replaces
23610 allout-encrypted-text-type.
23611 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23612 (my-mark-marker): Use `(featurep 'xemacs)'.
23614 2005-10-23 Lars Hansen <larsh@soem.dk>
23616 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23617 (byte-compile-file-form-defmumble, byte-compile-defun)
23618 (byte-compile-defmacro): Use it.
23619 (byte-compile-form): Don't call byte-compile-set-symbol-position
23620 when a byte-compile handler is called.
23622 2005-10-22 Romain Francoise <romain@orebokech.com>
23624 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23626 * subr.el (eval-after-load): Convert library name to an absolute
23627 file name using locate-library, since load-history no longer has
23628 library names in it.
23630 2005-10-22 Richard M. Stallman <rms@gnu.org>
23632 * files.el (make-temp-file): Move from subr.el.
23633 * subr.el (make-temp-file): Move to files.el.
23635 * window.el (get-buffer-window-list): Move from subr.el.
23636 * subr.el (get-buffer-window-list): Move to window.el.
23638 * image.el (image-load-path): Use eval-at-startup to initialize.
23640 * subr.el (eval-at-startup): New macro.
23642 * subr.el: Much rearrangement of functions and division
23643 into pages. No code changes.
23645 2005-10-22 Kenichi Handa <handa@m17n.org>
23647 * tar-mode.el (tar-extract): Be sure to call
23648 find-operation-coding-system if set-auto-coding doesn't find a
23651 2005-10-22 Kim F. Storm <storm@cua.dk>
23653 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23655 (image-type-file-name-regexps): New defconst.
23656 (image-type-from-data): Simplify loop.
23657 (image-type-from-buffer): New defun.
23658 (image-type-from-file-header): Use it instead of image-type-from-data.
23659 Use image-search-load-path instead of only looking in data-directory.
23660 (image-type-from-file-name): New defun.
23661 (image-search-load-path): Change `pathname' to `filename'.
23662 Make PATH arg optional, default to image-load-path.
23664 2005-10-21 Richard M. Stallman <rms@gnu.org>
23666 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23668 * textmodes/paragraphs.el (sentence-end-base): New variable.
23669 (sentence-end): Use sentence-end-base.
23671 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23673 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23674 property independently from the font-lock-multiline variable.
23676 2005-10-21 Richard M. Stallman <rms@gnu.org>
23678 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23680 * startup.el (command-line): Convert library names
23681 in `load-history' to absolute file names.
23683 * subr.el (symbol-file): Doc fix.
23685 * loadhist.el (file-loadhist-lookup): Call locate-library
23686 instead of find-library-name. Don't try converting
23687 abs file names to library names, since load-history no longer
23688 has library names in it.
23689 (file-dependents, file-provides, file-requires): Doc fixes.
23691 2005-10-21 Juri Linkov <juri@jurta.org>
23693 * progmodes/etags.el (tags-table-mode): New function.
23694 (tags-verify-table): Replace initialize-new-tags-table with
23697 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23699 (desktop-modes-not-to-save): Add tags-table-mode to the
23702 * info.el (Info-index-next): Add total number of index
23703 alternatives to the message.
23705 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23706 backward only space (instead of space and period) before looking
23709 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23710 Add the old variable value as 4th default-value arg of read-string.
23712 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23714 * cus-face.el (custom-declare-face): Make face from X resources
23717 * disp-table.el (standard-display-g1, standard-display-graphic):
23718 Refuse to use string glyphs also on Mac.
23719 (standard-display-european): Don't set terminal coding system also
23722 * frame.el (display-screens): Use x-display-screens also on Mac.
23724 2005-10-21 Romain Francoise <romain@orebokech.com>
23726 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23728 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23730 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23733 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23734 warning face on open-paren-in-column-0.
23736 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23737 boundary case. Fix typo.
23738 Suggested by Martin Rudalics <rudalics@gmx.at>.
23740 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23742 * textmodes/org.el (org-combined-agenda-icalendar-file)
23743 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23744 (org-export-icalendar-this-file)
23745 (org-export-icalendar-all-agenda-files)
23746 (org-export-icalendar-combine-agenda-files): New commands.
23747 (org-export-icalendar, org-print-icalendar-entries)
23748 (org-start-icalendar-file, org-finish-icalendar-file)
23749 (org-ical-ts-to-string): New functions.
23750 (org-read-date, org-goto-calendar)
23751 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23752 call to `calendar'.
23753 (orgtbl-setup): Remove the :keys arguments from the menu description.
23754 (org-after-save-iCalendar-file-hook): New variable.
23756 2005-10-21 Kenichi Handa <handa@m17n.org>
23758 * language/vietnamese.el (tcvn-5712): Make it an alias of
23759 vietnamese-tcvn coding-system.
23761 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23763 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23766 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23768 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23769 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23770 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23771 whose line is either continued or ends with a comment.
23773 2005-10-20 Romain Francoise <romain@orebokech.com>
23775 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23777 * replace.el (occur-engine): Add follow-link property.
23779 * font-core.el (font-lock-mode): Doc fix.
23781 2005-10-20 Richard M. Stallman <rms@gnu.org>
23783 * net/rcirc.el: New file.
23785 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23787 * term.el (term-term-name): Initialize to "eterm-color".
23789 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23791 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23792 for encryption functionality.
23793 Move allout customization subgroup from `editing' to `outlines' group.
23794 Fix commentary keywords to legitimate ones.
23795 Update author info (using my current email address, obscurified).
23796 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23797 (allout-encrypted-topic-p, allout-encrypted-text-type)
23798 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23799 (allout-situate-encryption-key-verifier)
23800 (allout-get-encryption-key-verifier, allout-verify-key)
23801 (allout-next-topic-pending-encryption)
23802 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23803 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23804 (outline-key-verifier-handling, outline-key-hint-handling)
23805 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23806 (allout-file-key-verifier-string, allout-encryption-scheme)
23807 (allout-key-verifier-string, allout-key-hint-string)
23808 (allout-after-save-decrypt): New variables.
23809 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23810 (allout-after-saves-handler): New hook functions.
23811 (allout-post-command-business): Do allout-after-save-decrypt.
23812 (allout-enable-file-variable-adjustment): Custom var to enable
23813 mechanism for adding and adjusting settings of Emacs file variables.
23814 (allout-adjust-file-variable, allout-file-vars-section-data):
23815 New functions, implement the mechanism.
23816 (outlineify-sticky): Use the file vars mechanism.
23817 (allout-inhibit-protection, allout-during-write-cue)
23818 (allout-override-protect, allout-before-change-protect): Remove.
23819 (allout-flag-region, allout-open-topic): Adjust read-only text.
23820 (allout-open-line-not-read-only): Add to facilitate read-only
23821 text based protection.
23822 (allout-kill-line): Revise to adjust read-only text, clue the
23823 user about the inhibition.
23824 (allout-unprotected): Use unwind-protect.
23825 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23826 topic deeper than the offspring depth of the previous topic -
23827 avoiding confusing "containment discontinuities".
23828 (allout-reindent-bodies): Fix retention of body relative hanging
23829 indent during promotion of collapsed bodies.
23830 (allout-open-topic): Make it easy to open new topic with same
23831 bullet as current topic - topic creation functions provided with
23832 any universal argument provokes now prompt for bullet, defaulting
23833 to the bullet of the previous topic.
23834 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23835 Plain bullet alternates `.' period and `,' comma only. All other
23836 bullets are relegated to special status (but customizable).
23837 (allout-end-of-entry): Rename from allout-end-of-current-entry
23838 since it actually operates w.r.t. most immediately containing
23839 entry, visible or not.
23840 (allout-hide-current-entry, allout-show-current-entry): Use the
23842 (allout-old-expose-topic): Solidify deprecation.
23843 (allout-end-of-subtree): Add so we can span concealed as well
23845 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23846 (allout-end-of-current-heading): Tweak to just respect the first line.
23847 (allout-get-body-text): Add.
23848 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23849 when invoked interactively.
23850 (allout-up-current-level): Use `interactive-p'.
23851 (allout-mode, allout-init): Miscellaneous docstring and
23852 operational refinements, as well as hookups of new encryption stuff.
23853 (allout-beginning-of-current-entry): Now works as advertised.
23854 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23855 (allout-isearch-rectification): Refine condition for isearching.
23856 (allout-isearch-abort, allout-enwrap-isearch)
23857 (allout-flag-region, my-region-active-p): Relocate some macros.
23858 (allout-title): Fallback title is (buffer-name), not
23859 non-existing (current-buffer-name).
23860 (subst-char-in-string): Define if absent (for some XEmacs versions).
23862 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23864 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23865 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23866 (mail-citation-prefix-regexp, mail-signature-file)
23867 (mail-default-headers, mail-bury-selects-summary)
23868 (mail-send-nonascii): Add autoload cookies.
23870 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23872 * frame.el (blink-cursor-mode): Add `mac' to the list of
23873 window-system's that support blinking cursor.
23875 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23877 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23879 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23881 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23882 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23883 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23885 2005-10-20 Kim F. Storm <storm@cua.dk>
23887 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23888 (ido-set-current-directory): Don't add / after final @.
23889 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23890 Explicitly handle ange-ftp completion oddities.
23891 (ido-make-file-list): Don't rotate list at tramp root to avoid
23892 triggering tramp file handler for expand-file-name via get-file-buffer.
23894 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23896 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23898 2005-10-19 Jay Belanger <belanger@truman.edu>
23900 * calc/calc-units.el (math-standard-units): Add units, adjust
23901 symbols and update values.
23902 (math-unit-prefixes): Add more prefixes.
23904 2005-10-19 Romain Francoise <romain@orebokech.com>
23906 * bookmark.el (bookmark-menu-heading): New face.
23907 (bookmark-bmenu-list): Use it.
23908 Don't fiddle with `baud-rate' at top-level.
23910 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23912 * image.el (create-image, find-image): Mention max-image-size in
23915 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23917 * savehist.el (savehist-load): Revert to checking XEmacs.
23919 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23920 Various docstring and line-width fixups.
23921 (conf-mode): Use cond.
23922 Set font-lock-defaults. Don't set comment-use-syntax.
23924 2005-10-18 David Ponce <david@dponce.com>
23926 * tree-widget.el (tree-widget-button-click): New function.
23927 (tree-widget-button-keymap): Use it.
23929 2005-10-18 Romain Francoise <romain@orebokech.com>
23931 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23932 (bookmark-bmenu-hide-filenames): Add follow-link property.
23933 Improve help-echo text.
23935 * ffap.el (find-file-at-point): Doc fix.
23937 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23939 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23941 2005-10-18 Masatake YAMATO <jet@gyve.org>
23943 Install to the CVS repository what I forgot to install in my
23944 2005-10-16 changes.
23946 * progmodes/python.el (python-complete-symbol): Pass the common
23947 prefix substring of completion to `display-completion-list'.
23949 * textmodes/org.el (org-complete): Ditto.
23951 2005-10-18 Masatake YAMATO <jet@gyve.org>
23953 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23955 * woman.el (WoMan-xref-man-page): New button type derived
23956 from `Man-abstract-xref-man-page'.
23957 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23959 * man.el (Man-abstract-xref-man-page): New button type.
23960 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23961 (Man-highlight-references): Add new optional argument `xref-man-type'.
23963 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23965 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23967 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23969 * cus-edit.el (Custom-move-and-invoke): Delete.
23970 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23972 * wid-edit.el (widget-move-and-invoke): New function, from
23973 Custom-move-and-invoke.
23975 2005-10-17 Bill Wohler <wohler@newt.com>
23977 Move all remaining images from lisp/toolbar to etc/images, move
23978 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23979 the low resolution images in their own directory (low-color).
23981 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23982 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23983 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23984 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23985 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23986 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23987 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23989 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23990 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23991 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23992 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23993 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23994 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23995 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23996 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23997 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23998 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23999 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
24000 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
24001 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
24002 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
24003 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
24005 To conform with convention, replace the underscore (_) in the
24006 following image names with dash (-) or (/) as appropriate.
24008 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
24009 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
24010 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
24011 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
24012 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
24013 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
24014 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
24015 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
24016 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
24017 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
24018 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
24019 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
24020 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
24021 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
24022 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
24024 * info.el (info-tool-bar-map): Replace underscores in image names
24027 * makefile.w32-in (WINS): Remove toolbar.
24029 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
24031 * tool-bar.el: Move to lisp from toolbar. Now that
24032 toolbar is empty, it should be deleted when folks run "cvs up -P".
24034 2005-10-18 Jay Belanger <belanger@truman.edu>
24036 * calc/calc-store.el (calc-store-into): Get the proper variable name
24037 to display in message.
24039 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
24041 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
24042 expressions display in speedbar for all buffers when debugging.
24043 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
24045 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
24046 (speedbar-insert-button, speedbar-make-button):
24047 Use add-text-properties.
24048 (speedbar-update-localized-contents)
24049 (speedbar-update-directory-contents)
24050 (speedbar-update-special-contents): Use dolist.
24051 (speedbar-buffer-easymenu-definition): Add a menu separator.
24053 2005-10-17 Jason Rumney <jasonr@gnu.org>
24055 * makefile.w32-in: Use $(lisp) consistently.
24056 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
24057 for shell specific generation of mh-autoloads.
24059 2005-10-17 Richard M. Stallman <rms@gnu.org>
24061 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
24063 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
24065 * jit-lock.el (jit-lock-fontify-now):
24066 Move jit-lock-context-unfontify-pos to avoid wasted work.
24068 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
24070 * net/tramp.el (tramp-completion-mode): New defvar. Used in
24071 `tramp-completion-mode' for checking if we are in completion mode.
24072 (tramp-completion-handle-file-name-all-completions): Reorder code
24073 in order to complete for file names only in case there are no
24074 method/user/host completions. This is necessary for cooperation
24075 with ido. Reported by Kim F. Storm <storm@cua.dk>.
24077 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
24079 * longlines.el (longlines-search-forward)
24080 (longlines-search-backward): Match any number of spaces.
24082 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
24084 * diff-mode.el (diff-mode): Doc fix.
24086 2005-10-16 David Reitter <david.reitter@gmail.com>
24088 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
24089 as default on darwin and windows systems.
24091 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
24093 * arc-mode.el (archive-zip-extract): Doc fix.
24095 2005-10-16 Romain Francoise <romain@orebokech.com>
24097 * mouse.el (mouse-1-click-follows-link): Doc fix.
24099 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24101 * savehist.el: Don't require CL at runtime.
24102 (savehist-xemacs): Remove.
24103 (savehist-coding-system): Use utf-8 if present, regardless of religion.
24104 (savehist-no-conversion): Use (featurep 'xemacs).
24105 (savehist-load): Check existence of start-itimer rather than XEmacs.
24107 (savehist-process-for-saving): Replace use of CL funs `subseq' and
24110 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
24112 * savehist.el: Newer version.
24113 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
24114 (savehist-last-checksum, savehist-no-conversion): New vars.
24115 (savehist-autosave, savehist-process-for-saving, savehist-printable):
24117 (savehist-load, savehist-save): Use them.
24118 (savehist-delimit): Remove.
24120 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
24122 * progmodes/compile.el (compilation-goto-locus): Display the
24123 compilation buffer first and the source buffer second, in case they're
24124 in overlapping frames. Don't raise the compilation frame if it was the
24125 selected window upon entry. Pass the `other-window' arg to
24128 * info.el (Info-fontify-node): Use dolist.
24129 Change add-text-properties to put-text-property.
24131 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24133 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
24136 2005-10-16 Masatake YAMATO <jet@gyve.org>
24138 * dabbrev.el (dabbrev-completion): Pass the common
24139 prefix substring of completion to `display-completion-list'.
24141 * filecache.el (file-cache-minibuffer-complete)
24142 (file-cache-complete): Ditto.
24144 * tempo.el (tempo-display-completions): Ditto.
24146 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
24148 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
24150 * eshell/em-hist.el (eshell-list-history): Ditto.
24152 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
24154 * mail/mailalias.el (mail-complete): Ditto.
24156 * progmodes/etags.el (complete-tag): Ditto.
24158 * progmodes/make-mode.el (makefile-complete): Ditto.
24160 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
24162 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
24164 * progmodes/pascal.el (pascal-complete-word)
24165 (pascal-show-completions): Ditto.
24167 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
24169 * simple.el (completion-common-substring): New variable.
24170 (completion-setup-function): Use `completion-common-substring'
24173 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24175 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
24176 (x-get-selection, mac-select-convert-to-string): Convert from/to
24177 UTF-16 clipboard data as in native byte order, no BOM.
24179 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
24181 * progmodes/gud.el (gud-tool-bar-map): Rename the images
24182 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
24183 (gud-sentinel): Use speedbar-frame to check for speedbar.
24185 2005-10-15 Richard M. Stallman <rms@gnu.org>
24187 * savehist.el: New file.
24189 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
24191 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
24192 Fix bug in \bf fontification.
24194 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
24196 * pcvs.el (cvs-edit-log-files): New var.
24197 (cvs-mode-edit-log): New arg `file'.
24198 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
24199 Instead force the use of the original file and nothing else.
24200 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
24201 the cvs-minor-wrap-function is set.
24202 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
24204 2005-10-14 Bill Wohler <wohler@newt.com>
24206 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
24207 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
24208 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
24209 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
24210 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
24211 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
24212 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
24213 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
24214 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
24215 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
24216 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
24217 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
24218 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
24219 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
24220 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
24222 * progmodes/gud.el (gud-tool-bar-map): Rename the images
24223 appropriately (for example, gud-break to gud/break).
24225 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
24227 * longlines.el (longlinges-search-function)
24228 (longlines-search-forward, longlines-search-backward): New functions.
24229 (longlines-mode): Set isearch-search-fun-function to
24230 longlinges-search-function.
24232 * mouse.el (mouse-drag-region-1): Handle the case where a
24233 double-click event is bound to an arbitrary function.
24235 2005-10-14 David Ponce <david@dponce.com>
24237 * recentf.el (recentf-track-opened-file)
24238 (recentf-track-closed-file, recentf-update-menu)
24239 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
24240 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
24241 mouse-1-click-follows-link.
24243 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24245 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
24246 Gnome file-manager.png. Suggested by
24247 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
24249 * toolbar/README: Add diropen.xpm.
24251 2005-10-13 Bill Wohler <wohler@newt.com>
24253 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
24254 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
24256 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
24258 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
24259 Don't waste the byte-compiler's time on constant data.
24261 2005-10-13 Kenichi Handa <handa@m17n.org>
24263 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
24264 byte with `escape-glyph' face.
24266 * international/fontset.el (ccl-encode-unicode-font):
24267 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
24268 Handle the case that ucs-mule-to-mule-unicode translates a character to
24269 ASCII (usually for IPA characters).
24271 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
24273 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
24274 Don't hide the underline of titles if font-lock-mode is disabled.
24276 2005-10-12 Bill Wohler <wohler@newt.com>
24278 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
24279 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24280 files in MH-E-SRC have been updated.
24281 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
24283 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
24285 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
24286 (mixal-mode-syntax-table): Add \n as end-comment.
24287 (mixal-operation-codes-alist): Immediately initialize to full value.
24288 (mixal-add-operation-code): Remove.
24289 (mixal-describe-operation-code): Make the arg non-optional.
24290 Use the interactive spec instead.
24291 Use mixal-operation-codes-alist rather than mixal-operation-codes.
24292 (mixal-font-lock-keywords): Don't highlight comments here any more.
24293 (mixal-font-lock-syntactic-keywords): New var.
24294 (mixal-mode): Use it. Fix comment-start-skip.
24296 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24298 * startup.el (command-line-x-option-alist): -nb => -nbi.
24300 2005-10-12 Kim F. Storm <storm@cua.dk>
24302 * startup.el (fancy-splash-default-action): Discard mouse click in
24303 the splash screen window, as it has no sensible meaning in the
24304 next window to be selected. Fixes error reported by Jan D.
24306 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
24308 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
24310 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24312 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24313 Try to fix up minor layout issues like indentation, line break, etc...
24314 (mixal-mode-syntax-table): Don't try to specify comment syntax,
24315 because it doesn't work.
24316 (mixal-operation-codes): Add some more codes.
24317 (mixal-font-lock-keywords): Process comments here.
24318 (mixal-mode): mixasm no longer needs -g option.
24320 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
24322 * progmodes/sh-script.el (sh-tmp-file):
24323 Use mktemp -t. Finish support for es and rc shells.
24325 2005-10-11 Jay Belanger <belanger@truman.edu>
24327 * calc/calcalg2.el (calc-integral): With an argument, compute the
24330 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
24332 * mouse.el (mouse-drag-region-1): Don't try to catch a
24333 double-click when doing follow-link (it's overridden anyway).
24335 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
24337 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24338 (autoload-print-form-outbuf): Add docstring.
24340 2005-10-11 Juri Linkov <juri@jurta.org>
24342 * info.el (Info-mode-menu): Delete menu item "Edit".
24343 (Info-mode): Delete description of Info-edit from docstring,
24344 and rearrange descriptions of Info commands in the order
24345 they are documented in the Info manual.
24347 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24349 * calendar/appt.el (appt-check): Use diary-selective-display var.
24351 2005-10-10 Richard M. Stallman <rms@gnu.org>
24353 * net/newsticker.el (newsticker-start, newsticker-show-news):
24354 Add autoload cookies.
24356 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
24358 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24360 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
24362 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24364 2005-10-10 Jay Belanger <belanger@truman.edu>
24366 * calc/calc-arith.el (math-check-known-scalarp)
24367 (math-check-known-matrixp): Check the values of arguments that are
24369 (math-check-known-square-matrixp): New function.
24370 (math-known-square-matrixp): Use math-check-known-square-matrixp.
24371 (math-super-types): Add sqmatrix type.
24373 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24374 mode name `square' to `sqmatrix'.
24376 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24377 mode name `square' to `sqmatrix'.
24379 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24381 * progmodes/etags.el (select-tags-table-mode): Don't use
24383 (tags-select-tags-table): Pass `button' to the action function.
24384 (select-tags-table): Place the side-info on button properties rather
24385 than in hidden text. Abbreviate file names.
24386 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24387 (select-tags-table-select): Add `button' argument.
24388 Get side-info from the button property rather than from hidden text.
24390 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
24392 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24393 (gud-speedbar-buttons): Preserve point if possible.
24394 (gud-sentinel): Restore previous speedbar display type.
24396 * progmodes/gdb-ui.el (gdba): Improve diagram.
24397 (def-gdb-auto-update-handler, gdb-info-locals-handler)
24398 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24399 Call get-buffer-window once.
24401 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24403 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24404 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24405 (pascal-indent-command): Remove unused var `ind'.
24406 (pascal-indent-case): Remove unused var `oldpos'.
24407 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24408 since it's now used as a proper minor mode map.
24409 (pascal-outline): Rename to pascal-outline-mode.
24410 (pascal-outline-mode): Use define-minor-mode.
24411 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24414 2005-10-10 Andreas Schwab <schwab@suse.de>
24416 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24417 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24419 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24420 outside source directory.
24422 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24424 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24426 (orgtbl-mode-map): Full keymap instead of sparse, because all
24427 `self-insert-command' keys are redefined in this map.
24428 (org-export-as-html): Specify charset for HTML file, by taking it
24429 from the coding system.
24431 2005-10-10 Kenichi Handa <handa@m17n.org>
24433 * textmodes/flyspell.el (flyspell-check-word-p):
24434 If unread-command-events is non-empty, don't call sit-for.
24436 2005-10-09 Richard M. Stallman <rms@gnu.org>
24438 * font-lock.el (font-lock-syntactic-keywords)
24439 (font-lock-keywords): Doc fixes.
24441 * textmodes/flyspell.el (flyspell-external-point-words):
24442 Simplify logic, and don't try to check for consecutive appearances
24443 of one incorrect word.
24445 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24447 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24450 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24451 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24452 (gud-expansion-speedbar-buttons): New function.
24453 (gud-speedbar-buttons): Check for gud-comint-buffer.
24455 2005-10-09 Bill Wohler <wohler@newt.com>
24457 * Makefile.in (updates): Add mh-loaddefs dependency.
24459 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24461 * speedbar.el (speedbar-file-key-map): Fix typo.
24463 2005-10-09 Daniel Brockman <daniel@brockman.se>
24465 * cus-start.el (line-spacing): Add custom spec.
24467 2005-10-09 Romain Francoise <romain@orebokech.com>
24469 * textmodes/ispell.el (ispell-check-version): Fix last change.
24471 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24473 * term/x-win.el: Remove -i, --icon-type from comment.
24475 * startup.el (command-line-x-option-alist): Remove options -i,
24476 -itype, --icon-type, added -nb, --no-bitmap-icon.
24478 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24480 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24481 instead of :active.
24483 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24485 * textmodes/ispell.el (ispell-check-version):
24486 Ignore hyphen, and all that follows, in aspell's version text.
24488 2005-10-08 Jay Belanger <belanger@truman.edu>
24490 * calc/calc-arith.el (math-known-square-matrixp): New function.
24491 (math-pow-fancy): Check for matrices before distributing exponent
24494 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24495 fullscreen keypad. Suggested by Luc Teirlinck.
24496 (calc-keypad-show-input): Add space for formatting.
24498 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24499 Add square matrix option.
24501 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24502 of checking calc-matrix-mode when deciding how to expand.
24504 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24506 2005-10-08 Lars Hansen <larsh@soem.dk>
24508 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24509 Add error handling.
24510 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24512 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24514 Sync with Tramp 2.0.51.
24516 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24517 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24518 Insert special handling for `last-coding-system-used', again
24519 it still seems to be necessary (unlike stated before).
24520 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24521 (tramp-password-prompt-regexp): There might be other words before
24522 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24523 (tramp-chunksize): Improve docstring.
24524 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24525 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24526 Christian Joergensen <bugs@razor.dk>.
24528 2005-10-07 Glenn Morris <rgm@gnu.org>
24530 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24531 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24534 2005-10-07 Romain Francoise <romain@orebokech.com>
24536 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24537 (ibuffer-do-shell-command-pipe-replace)
24538 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24539 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24540 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24541 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24542 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24543 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24544 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24545 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24546 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24547 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24548 Autoload file sans suffix.
24550 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24552 2005-10-07 David Ponce <david@dponce.com>
24554 * recentf.el (recentf-menu-open-all-flag): New option.
24555 (recentf-digit-shortcut-command-name): New function.
24556 (recentf--shortcuts-keymap): New variable.
24557 (recentf-menu-shortcuts): New variable.
24558 (recentf-make-menu-items): Initialize it. Replace the "More..."
24559 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24560 (recentf-menu-value-shortcut): New function.
24561 (recentf-make-menu-item): Use it. No more in-lined.
24562 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24563 (recentf-open-most-recent-file): Rename from
24564 `recentf-open-file-with-key'. Don't depend on key binding.
24565 (recentf-mode-map): New variable.
24566 (recentf-mode): Use it.
24568 2005-10-06 Bill Wohler <wohler@newt.com>
24570 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24572 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24573 (MH-E-SRC): New. Used by mh-autoloads.
24574 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24575 files in MH-E-SRC have been updated.
24576 (compile, recompile, bootstrap): Depend on mh-autoloads.
24578 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24580 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24581 gud-break and gud-remove icons when the fringe is not available.
24583 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24586 2005-10-06 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24588 * play/zone.el (zone): Wrap body with save-window-excursion.
24590 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24592 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24593 Use the new `list-only' arg to diary-list-entries.
24595 * calendar/diary-lib.el: Use overlays rather than selective-display.
24596 (diary-selective-display): New var.
24597 (diary-header-line-format): Use it.
24598 (diary-list-entries): Add argument `list-only'.
24599 Put the buffer in diary-mode. Don't add \^M at beg and end.
24600 Replace \^M by invisible overlays.
24601 (diary-unhide-everything): Replace \^M by invisible overlays.
24602 (print-diary-entries): Look for overlays rather than \^M.
24603 Add a space to the temp buffer name.
24604 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24605 Put the buffer in diary-mode.
24606 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24607 (diary-anniversary): Make the year arg optional.
24608 (diary-time-regexp): New const.
24609 (diary-font-lock-keywords): Use it to accept a few more time formats.
24611 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24613 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24615 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24616 Fix bug introduced 2005-07-03: Use (car (last ...))
24617 to faithfully reproduce replaced artist-last.
24618 (artist-set-arrow-points-for-poly): Likewise.
24619 Suggested by Johan Bockg
\e,Ae
\e(Brd.
24621 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24623 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24624 * wid-edit.el (widget):
24625 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24626 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24628 2005-10-06 Kenichi Handa <handa@m17n.org>
24630 * international/mule-cmds.el (set-language-environment):
24631 Fix setting up of case-table for unibyte mode.
24633 * simple.el (what-cursor-position): If the character is displayed
24634 by some `display' text property, show that. Don't use
24635 single-key-description for eight-bit characters in multibyte mode.
24637 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24639 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24640 (gdb-ann3): Set it.
24641 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24642 (gdb-info-frames-custom): Use inverse-video for first five
24643 characters of selected frame only.
24644 (gdb-get-frame-number): Select frame even when point is on frame
24647 2005-10-06 Masatake YAMATO <jet@gyve.org>
24649 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24650 Put `font-lock-function-name-face'.
24651 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24652 and `font-lock-variable-name-face'
24653 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24654 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24655 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24656 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24657 (gdb-local-font-lock-keywords): New font lock keywords definition.
24658 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24659 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24660 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24662 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24664 * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
24665 (ediff-merge-region-is-non-clash-to-skip): Previously called
24666 ediff-merge-region-is-non-clash.
24668 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24669 Use insert-buffer-substring.
24671 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24672 selecting files to patch. Also bug fixes.
24674 * ediff-util.el (ediff-setup): Bug fix.
24675 (ediff-next-difference): Never skip clashes that differ in white
24678 * ediff-wind.el (ediff-setup-control-frame)
24679 (ediff-destroy-control-frame): Check the menubar feature.
24681 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24682 (viper-refresh-mode-line): Use make-local-variable to localize
24683 some vars instead of make-variable-buffer-local. Suggested by
24686 * emulation/viper-init.el (viper-make-variable-buffer-local):
24688 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24689 Use make-local-variable instead of make-variable-buffer-local.
24690 Suggested by Stefan Monnier.
24692 * emulation/viper.el (viper-mode): Don't use
24693 viper-make-variable-buffer-local.
24694 (viper-comint-mode-hook): Use make-local-variable on
24695 require-final-newline.
24696 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24698 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24700 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24701 also the second char of a comment-start sequence.
24702 (scheme-sexp-comment-syntax-table): New var.
24703 (lambda, define): Set their scheme-doc-string-elt property.
24704 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24705 Use lisp-font-lock-syntactic-face-function now that it properly
24706 handles |...| symbols.
24707 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24708 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24710 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24712 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24714 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24715 (lisp-doc-string-elt-property): New var.
24716 (lisp-font-lock-syntactic-face-function): Use it.
24717 Rewrite to recognize docstrings even for forms not at toplevel.
24719 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24720 annotation on the | part of #| rather than on the # part.
24721 (scheme-font-lock-syntactic-face-function): New function, to
24722 distinguish strings from |...| symbols.
24723 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24724 syntax-table so that #|...|# is properly highlighted.
24726 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24727 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24729 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24731 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24734 * emacs-lisp/eldoc.el: Move comments into docstrings.
24735 (eldoc-message-commands): Initialize in its declaration.
24736 Add move-beginning-of-line and move-end-of-line.
24737 (eldoc-add-command, eldoc-add-command-completions)
24738 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24740 * outline.el (outline-mark-subtree): Activate the mark.
24742 * calendar/appt.el (appt-time-regexp): New var.
24743 (appt-add, appt-make-list): Use it.
24744 (appt-convert-time): Clean up.
24746 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24747 Don't set any syntax-table property here.
24748 (tex-font-lock-verb): New function. Do it here.
24749 (tex-font-lock-syntactic-keywords): Use it.
24751 2005-10-04 Richard M. Stallman <rms@gnu.org>
24753 * wid-edit.el (widget-file-complete): Get the widget start point
24754 the right way. Default directory to `/' if file has none.
24756 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24758 * textmodes/flyspell.el (flyspell-mode-on):
24759 Call ispell-maybe-find-aspell-dictionaries.
24761 * textmodes/ispell.el (ispell-word, ispell-region):
24762 Call ispell-maybe-find-aspell-dictionaries.
24763 (ispell-accept-buffer-local-defs):
24764 Don't call ispell-maybe-find-aspell-dictionaries.
24766 2005-10-04 Richard M. Stallman <rms@gnu.org>
24768 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24770 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24772 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24773 instead of `fboundp' in order to allow for anonymous functions.
24775 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24777 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24778 case the user clicks on the link while another window is selected.
24779 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24781 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24783 (dframe-help-echo): Save point in case mouse tracking is off.
24785 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24787 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24789 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24791 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24792 not change the global value of those vars.
24794 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24795 make-local-variable which we do not need any more.
24797 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24799 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24800 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24801 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24802 (speedbar-path-line): Define obsolete aliases.
24803 (speedbar-line-directory): Doc fix.
24805 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24806 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24807 instead of speedbar-line-path.
24809 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24811 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24812 to nil if dropping on a window. Handle dropping on a minibuffer window
24813 like dropping on a non-window part of Emacs.
24815 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24817 * net/ange-ftp.el: Use with-current-buffer.
24818 (ange-ftp-insert-directory): Do not follow symlinks any more.
24820 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24821 Remove interactive spec.
24823 2005-10-03 Kim F. Storm <storm@cua.dk>
24825 * ido.el (ido-mode): Use custom-initialize-set.
24827 2005-10-02 Richard M. Stallman <rms@gnu.org>
24829 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24830 Use insert-buffer-substring.
24832 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24833 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24835 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24837 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24839 (ange-ftp-insert-directory): Fix up the search for the case where
24840 `file' is absolute.
24842 2005-10-02 Romain Francoise <romain@orebokech.com>
24844 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24846 2005-10-02 Andreas Schwab <schwab@suse.de>
24848 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24849 directory component in the session info.
24851 2005-10-01 Richard M. Stallman <rms@gnu.org>
24853 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24855 * simple.el (next-error-internal): New function.
24857 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24858 (compilation-start): Pass new arg to compilation-buffer-name.
24859 (compile-goto-error): Use next-error-internal.
24861 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24863 * speedbar.el: Remove RCS tag.
24864 (speedbar-check-read-only): Handle non-existent files.
24866 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24868 * info.el (Info-speedbar-hierarchy-buttons)
24869 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24871 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24873 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24874 Do not match newline.
24875 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24876 (bibtex-summary): Remove unnecessary save-excursion.
24877 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24879 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24881 * term/mac-win.el: Add charset info for "iso10646-1".
24882 Modify default fontset to use ATSUI-compatible fonts for some charsets
24885 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24887 * speedbar.el: Re-apply arch tag.
24888 (speedbar-version): Rename to version 1.0. Suggested by Eric
24890 Reapply two changes from Emacs CVS' version of speedbar lost
24892 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24893 (speedbar-frame-parameters): Improve customize type.
24895 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24897 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24898 (ange-ftp-file-directory-p): Fix the symlink case.
24899 (ange-ftp-insert-directory): When listing a single file, get a list of
24900 the parent buffer and extract the relevant line. Inspired from a patch
24901 by Katsumi Yamaoka <yamaoka@jpl.org>.
24902 (ange-ftp-file-name-sans-versions): Simplify.
24904 2005-09-30 Bill Wohler <wohler@newt.com>
24906 Move MH-E image files from toolbar and mail directories into
24909 * mail/reply2.*: Move to etc/images/mail/reply*.
24911 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24912 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24915 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24916 * toolbar/reply*: Move to etc/images/mail.
24918 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24920 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24922 * speedbar.el: New version 1.0pre3.
24924 Frame management code (including timer, and mouse click specifics)
24925 moved to dframe.el:
24926 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24927 (speedbar-timer): Removed. Use dframe-timer.
24928 (speedbar-close-frame): Removed. Use dframe-close-frame.
24929 (speedbar-activity-change-focus-flag): Removed. Use
24930 dframe-activity-change-focus-flag.
24931 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24932 dframe-update-speed.
24934 (speedbar-current-frame): New macro. Use this instead of the
24935 variable speedbar-frame.
24937 (speedbar-use-images, speedbar-expand-image-button-alist)
24938 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24940 (speedbar-find-image-on-load-path): Removed. Replaced by
24941 defezimage in ezimage.el.
24942 (speedbar-expand-image-button-alist): Removed. Replaced by
24943 ezimage-expand-image-button-alist in ezimage.el.
24945 (speedbar-ignored-directory-regexp)
24946 (speedbar-add-ignored-directory-regexp)
24947 (speedbar-ignored-directory-expressions)
24948 (speedbar-line-directory, speedbar-buffers-line-directory)
24949 (speedbar-directory-line, speedbar-buffers-line-directory):
24950 Renamed, replacing `path' with `directory'.
24952 (speedbar-create-directory, speedbar-expand-line-descendants)
24953 (speedbar-toggle-line-expansion)
24954 (speedbar-contract-line-descendants): New commands.
24956 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24957 (speedbar-use-tool-tips-flag): New options.
24959 (speedbar-check-read-only, speedbar-require-version)
24960 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24961 (speedbar-handle-delete-frame, speedbar-try-completion)
24962 (speedbar-update-localized-contents): New functions.
24964 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24965 (speedbar-object-read-only-indicator): New variables.
24967 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24970 (speedbar-separator-face): New face.
24972 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24973 (speedbar-ignored-modes): Add fundamental-mode.
24974 (speedbar-directory-unshown-regexp): Add . directories.
24976 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24977 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24978 `]' for full expand/close.
24979 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24981 (speedbar-check-vc): Support hidden files.
24982 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24983 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24984 state is nil, it is not checked out.
24986 (speedbar-line-text, speedbar-line-token): Support expand buttons
24988 (speedbar-refresh): Universal argument acts as power-click.
24989 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24990 that buffer to get variable values.
24992 And many other bugfixes.
24994 * dframe.el, ezimage.el, sb-image.el: New files.
24996 * sb-*.xpm: Remove files. New image files installed into
24997 etc/images/ezimage.
24999 2005-09-30 Kenichi Handa <handa@m17n.org>
25001 * ps-mule.el (ps-mule-show-warning): If a character is in
25002 ps-print-translation-table, don't treat it as non-printable.
25004 2005-09-30 David Ponce <david@dponce.com>
25006 * tree-widget.el (tree-widget-themes-load-path): New variable.
25007 (tree-widget-themes-directory): Doc fix.
25008 (tree-widget-image-formats) [Emacs]: Doc fix.
25009 (tree-widget--locate-sub-directory): New function.
25010 (tree-widget-themes-directory): Use it.
25012 * recentf.el (recentf-filename-handlers): Rename from
25013 `recentf-filename-handler'. Allow a list of functions.
25014 (recentf-menu-items-for-commands): Fix :help strings.
25015 (recentf-apply-filename-handlers): New function.
25016 (recentf-expand-file-name): Use it.
25017 (recentf-cleanup): Remove duplicates too.
25019 2005-09-29 Juri Linkov <juri@jurta.org>
25021 * faces.el: Rearrange face definitions to be in the same order as
25022 their face descriptions in "(emacs)Standard Faces".
25024 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
25026 * tooltip.el (tooltip): Add group `basic-faces'.
25028 * buff-menu.el (Buffer-menu-buffer): Remove group
25029 `font-lock-highlighting-faces'.
25031 * progmodes/compile.el (compilation-error, compilation-warning)
25032 (compilation-info, compilation-line-number, compilation-column-number):
25033 Change group from `font-lock-highlighting-faces' to `compilation'.
25035 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
25036 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
25037 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
25038 (vhdl-font-lock-reserved-words-face)
25039 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
25040 `font-lock-highlighting-faces'.
25042 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
25044 2005-09-28 Kim F. Storm <storm@cua.dk>
25046 * emulation/cua-base.el: Set CUA move property on additional commands:
25047 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
25048 forward-sexp, backward-sexp, forward-list, backward-list.
25050 2005-09-28 Romain Francoise <romain@orebokech.com>
25052 * comint.el (comint-show-output): Really set point at the
25053 beginning of the output when not using `comint-use-prompt-regexp'.
25055 2005-09-27 Jay Belanger <belanger@truman.edu>
25057 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
25060 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
25062 * textmodes/org.el (org-table-sum): Fix format string.
25064 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
25067 2005-09-26 Romain Francoise <romain@orebokech.com>
25069 * isearch.el (isearch-forward-regexp): Close doc string.
25071 2005-09-25 Richard M. Stallman <rms@gnu.org>
25073 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
25075 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
25077 * progmodes/compile.el (compilation-error-properties):
25078 When getting the file from the previous error message,
25079 correctly decode the new data format.
25081 * progmodes/cc-cmds.el (c-electric-paren):
25082 Call old-blink-paren only for close-paren.
25084 2005-09-24 Andreas Schwab <schwab@suse.de>
25086 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
25089 2005-09-25 Romain Francoise <romain@orebokech.com>
25091 * dired-aux.el (dired-copy-file-recursive):
25092 * dired.el (dired-delete-file):
25093 * ediff-mult.el (ediff-dir-diff-copy-file):
25094 * ediff-util.el (ediff-test-save-region):
25095 * forms.el (forms-mode):
25096 * ido.el (ido-file-internal, ido-delete-file-at-head):
25097 * log-edit.el (log-edit-done):
25098 * ses.el (ses-yank-resize):
25099 * play/gomoku.el (gomoku-human-plays, gomoku)
25100 (gomoku-human-resigns, gomoku-prompt-for-other-game)
25101 (gomoku-offer-a-draw):
25102 * play/landmark.el (lm-human-resigns, lm):
25103 * net/eudcb-ldap.el (eudc-ldap-check-base):
25104 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
25105 * progmodes/ebrowse.el (ebrowse-find-pattern):
25106 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
25107 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
25108 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
25110 * vc.el (vc-delete-file):
25111 * play/gomoku.el (gomoku-terminate-game, gomoku)
25112 (gomoku-prompt-for-move, gomoku-human-takes-back):
25113 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
25114 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
25116 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
25118 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
25119 color rxvt terminals by using the code xterm.el used to use before
25120 2005-04-09 in order to match the colors used by rxvt.
25122 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25124 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
25125 colors rxvt-unicode terminals by using the same code as xterm.el.
25127 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
25129 * textmodes/tex-mode.el (tex-font-lock-append-prop)
25130 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
25131 new symbol used for the tex-verbatim face.
25133 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
25135 * woman.el (woman-file-name):
25136 * wid-edit.el (widget-file-prompt-value)
25137 (widget-coding-system-prompt-value):
25138 * w32-fns.el (set-w32-system-coding-system):
25139 * vc.el (vc-version-diff, vc-annotate):
25140 * textmodes/reftex-auc.el (reftex-arg-cite)
25141 (reftex-arg-index-tag):
25142 * textmodes/refer.el (refer-get-bib-files):
25143 * textmodes/artist.el (artist-figlet-choose-font):
25144 * terminal.el (terminal-emulator):
25145 * replace.el (occur-read-primary-args):
25146 * rect.el (string-rectangle, string-insert-rectangle):
25147 * ps-print.el (ps-print-preprint):
25148 * progmodes/pascal.el (pascal-goto-defun):
25149 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
25150 * progmodes/compile.el (compilation-find-file):
25151 * printing.el (pr-interactive-n-up):
25152 * play/animate.el (animate-birthday-present):
25153 * net/rcompile.el (remote-compile):
25154 * man.el (man, Man-goto-section, Man-follow-manual-reference):
25155 * mail/rmailsum.el (rmail-summary-search-backward)
25156 (rmail-summary-search):
25157 * mail/rmailout.el (rmail-output-read-rmail-file-name)
25158 (rmail-output-read-file-name):
25159 * mail/rmail.el (rmail-search, rmail-search-backwards):
25160 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
25161 * locate.el (locate):
25162 * international/quail.el (quail-show-keyboard-layout):
25163 * international/mule.el (set-buffer-file-coding-system)
25164 (revert-buffer-with-coding-system, set-file-name-coding-system)
25165 (set-terminal-coding-system, set-keyboard-coding-system)
25166 (set-next-selection-coding-system):
25167 * international/mule-diag.el (describe-coding-system)
25168 (describe-font, describe-fontset):
25169 * international/mule-cmds.el (universal-coding-system-argument)
25170 (search-unencodable-char, describe-input-method)
25171 (set-language-environment, describe-language-environment):
25172 * international/codepage.el (codepage-setup):
25173 * international/code-pages.el (codepage-setup):
25174 * info.el (Info-search, Info-follow-reference)
25175 (Info-search-backward):
25176 * emacs-lisp/advice.el (ad-read-advised-function)
25177 (ad-read-advice-class, ad-clear-cache, ad-activate)
25178 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
25179 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
25181 * ediff-util.el (ediff-toggle-regexp-match):
25182 * ediff-ptch.el (ediff-prompt-for-patch-file):
25183 * dired-aux.el (dired-diff):
25185 * cus-edit.el (custom-variable-prompt):
25186 * calendar/timeclock.el (timeclock-ask-for-project):
25187 * calc/calcalg3.el (calc-get-fit-variables):
25188 * calc/calc-store.el (calc-edit-variable)
25189 (calc-permanent-variable):
25190 * vc-mcvs.el (vc-mcvs-register):
25191 * shadowfile.el (shadow-define-literal-group):
25192 * woman.el (woman-file-name):
25193 * vc.el (vc-version-diff, vc-merge):
25194 * textmodes/reftex-index.el (reftex-index-complete-tag):
25195 * format.el (format-decode-buffer, format-decode-region):
25196 * emulation/viper-cmd.el (viper-read-string-with-history):
25197 * emacs-lisp/debug.el (cancel-debug-on-entry):
25198 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
25199 * ediff.el (ediff-merge-revisions)
25200 (ediff-merge-revisions-with-ancestor, ediff-revision):
25201 * completion.el (interactive-completion-string-reader):
25202 * calc/calc-prog.el (calc-user-define-formula):
25203 Follow convention for reading with the minibuffer.
25205 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
25207 * progmodes/python.el (python-describe-symbol): Add globals() and
25208 locals() to the arguments of emacs.ehelp.
25210 2005-09-24 Magnus Henoch <mange@freemail.hu>
25212 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
25213 New function, code extracted from ispell-valid-dictionary-list.
25214 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
25217 2005-09-24 Eli Zaretskii <eliz@gnu.org>
25219 * subr.el (version-regexp-alist): Extend valid syntax for version
25220 strings: allow any of the characters -,_,+ to separate the
25221 alpha/beta/rc part from the version part. Doc fix.
25222 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
25224 2005-09-23 David Reitter <david.reitter@gmail.com>
25226 * mail/mailclient.el: New file.
25228 2005-09-23 Richard M. Stallman <rms@gnu.org>
25230 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
25231 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
25234 * progmodes/cc-mode.el (c-font-lock-init):
25235 Specify font-lock-lines-before.
25237 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
25239 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
25242 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
25244 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
25245 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
25246 of `remap' feature when available. Additional key bindings for
25247 better tty support.
25248 (org-mode-restart, org-force-self-insert): New commands.
25249 (org-time-stamp-inactive): New command.
25250 (org-remap): New function.
25251 (org-table-auto-blank-field, org-level-color-stars-only): New options.
25252 (org-enable-fixed-width-editor): Move to `org-structure'
25253 customization group.
25254 (org-self-insert-command, orgtbl-self-insert-command): Modify to
25255 blank field after field motion commands.
25257 2005-09-23 Kenichi Handa <handa@m17n.org>
25259 * international/mule-cmds.el (set-language-environment):
25260 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
25261 have to call utf-translate-cjk-load-tables.
25263 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
25265 * mouse.el (mouse-move-drag-overlay): Fix last change.
25267 2005-09-22 David Ponce <david@dponce.com>
25269 * tree-widget.el (tree-widget-value-create): Fix previous change.
25271 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25273 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
25275 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
25277 * mouse.el (mouse-move-drag-overlay): New function.
25278 (mouse-drag-region-1): Use it.
25279 Try to simplify a bit the state handling. Handle clicks on links
25280 inside intangible areas.
25281 (mouse-save-then-kill): Minor simplification.
25282 (mouse-secondary-overlay): Make it always non-nil instead of
25283 recreating it each time.
25284 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
25285 (mouse-kill-secondary, mouse-secondary-save-then-kill):
25286 Simplify accordingly.
25288 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
25290 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
25292 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
25294 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
25295 (ediff-file-name-sans-prefix): Treat nil as an empty string.
25296 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
25299 * ediff-util.el: Use insert-buffer-substring.
25301 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
25303 * emulation/viper-cmd.el (viper-change-state): Don't move over the
25304 field boundaries in the minibuffer.
25305 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
25306 (viper-minibuffer-post-command-hook): New hook.
25307 (viper-line): Don't move cursor at bolp.
25309 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
25311 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25312 avoid compiler warnings.
25314 * emulation/viper-macs.el (ex-map): Better messages.
25316 * emulation/viper-util.el (viper-beginning-of-field): New function.
25318 * emulation/viper.el: Replace make-variable-buffer-local with
25319 viper-make-variable-buffer-local everywhere, to avoid warnings.
25321 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25323 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25324 Delete unused var `old-selected-window'.
25325 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25326 (mouse-drag-secondary): Delete unused var `start-frame'.
25328 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25330 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25332 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25334 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25335 Re-indent within 80 columns. Use inhibit-read-only.
25337 2005-09-19 Romain Francoise <romain@orebokech.com>
25339 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25341 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25343 * font-lock.el (font-lock-default-fontify-region): Don't add a line
25344 unconditionally, since the after-change-function already did it.
25346 2005-09-19 Miles Bader <miles@gnu.org>
25348 * net/newsticker.el: Get rid of CVS keyword.
25350 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
25352 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25353 The prompt is formatted later.
25355 2005-09-19 David Ponce <david@dponce.com>
25357 * tree-widget.el (tree-widget-value-create): Save the converted
25360 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
25362 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25363 variable `message'.
25365 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
25367 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25368 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
25369 <slawomir.nowaczyk.847@student.lu.se>.
25371 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
25373 * image.el (image-load-path): Use symbol `data-directory' instead
25374 of its value, for backward compatibility with packages that bind
25375 it during `find-image'. Suggested by Katsumi Yamaoka.
25376 (image-search-load-path): Handle symbols whose values are strings.
25378 2005-09-18 Romain Francoise <romain@orebokech.com>
25380 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25381 with-current-buffer form in save-excursion.
25383 2005-09-18 Deepak Goel <deego@gnufans.org>
25385 * apropos.el (apropos-command): Fix `message' call: first arg
25386 should be a format spec. In this and all other cases that appear
25387 below and elsewhere in the source code, I made a change only when
25388 two conditions were satisfied: [1] I can think of a possibility
25389 that the arguments would cause an error, for example, the code in
25390 question relies on external variables such as filenames. [2] I
25391 was sure that the arg to `message' could not have been nil in the code.
25393 * textmodes/tildify.el (tildify-region): Ditto.
25395 * textmodes/reftex-index.el (reftex-index-change-entry)
25396 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25397 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25398 * textmodes/org.el (org-complete, org-deadline, org-schedule)
25399 (org-priority, org-table-sum):
25400 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25401 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25402 (flyspell-word, flyspell-display-next-corrections):
25403 * textmodes/bibtex.el (bibtex-print-help-message):
25404 * textmodes/artist.el (artist-key-set-point-poly):
25405 * term/mac-win.el (mac-services-insert-text):
25406 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25407 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25408 (vhdl-port-paste-testbench, vhdl-compose-new-component)
25409 (vhdl-compose-configuration):
25410 * progmodes/sh-script.el (sh-blink, sh-show-indent)
25411 (sh-set-indent, sh-learn-line-indent):
25412 * progmodes/ps-mode.el (ps-mode-target-column):
25413 * progmodes/idlwave.el (idlwave-make-tags)
25414 (idlwave-scan-library-catalogs):
25415 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25416 * progmodes/gud.el (gud-jdb-analyze-source):
25417 * progmodes/flymake.el (flymake-log):
25418 * progmodes/ebnf2ps.el (ebnf-generate-region):
25419 * progmodes/cmacexp.el (c-macro-expansion):
25420 * progmodes/ada-xref.el (ada-treat-cmd-string):
25421 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25422 (ada-justified-indent-current, ada-batch-reformat):
25423 * play/zone.el (zone):
25424 * play/landmark.el (lm-move):
25425 * play/decipher.el (decipher-show-alphabet):
25426 * net/newsticker.el (newsticker--display-jump)
25427 (newsticker--display-scroll):
25428 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25429 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25430 * mail/feedmail.el (feedmail-dump-message-to-queue):
25431 * eshell/esh-proc.el (eshell-remove-process-entry):
25432 * emulation/ws-mode.el (ws-last-error):
25433 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25434 (viper-record-kbd-macro):
25435 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25436 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25437 * emacs-lisp/find-func.el (find-function-noselect):
25438 * calendar/timeclock.el (timeclock-status-string)
25439 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25440 (timeclock-when-to-leave-string):
25441 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25442 * calc/calc-units.el (calc-enter-units-table):
25443 * calc/calc-mode.el (calc-mode-record-mode):
25444 * woman.el (woman-mini-help):
25445 * wdired.el (wdired-change-to-wdired-mode):
25446 * vc.el (vc-retrieve-snapshot):
25447 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25448 * startup.el (display-startup-echo-area-message):
25449 * simple.el (set-goal-column):
25450 * ses.el (ses-command-hook, ses-recalculate-cell):
25451 * server.el (server-process-filter):
25452 * printing.el (pr-interface-txt-print, pr-interface-printify)
25454 * pcvs.el (cvs-help):
25455 * log-edit.el (log-edit, log-edit-mode-help):
25456 * iswitchb.el (iswitchb-possible-new-buffer):
25457 * isearch.el (isearch-edit-string):
25458 * image-mode.el (image-mode, image-minor-mode):
25459 * ibuf-macs.el (define-ibuffer-filter):
25460 * hi-lock.el (hi-lock-find-patterns):
25461 * files.el (toggle-read-only):
25462 * ediff-util.el (ediff-copy-diff)
25463 (ediff-write-merge-buffer-and-maybe-kill):
25464 * echistory.el (Electric-history-undefined):
25465 * dnd.el (dnd-insert-text):
25466 * dired-aux.el (dired-query):
25467 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25468 * bookmark.el (bookmark-bmenu-locate):
25469 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25470 Fix `message' calls to ensure first arg is a format string.
25471 The change was made only when these two conditions were satisfied:
25472 [1] when there is a possibility that the arguments would cause an error
25473 for example, if the code in question relies on external variables
25474 such as filenames, and
25475 [2] if the arg to `message' could not have been nil in the code.
25477 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25478 Not having a %s would be weird, though not technically wrong.
25480 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25482 * term/mac-win.el (mac-add-charset-info): Doc fix.
25484 2005-09-17 Romain Francoise <romain@orebokech.com>
25486 * shell.el (shell-resync-dirs): Handle echoing processes more
25487 reliably. Don't insert resync command if `comint-process-echoes'
25490 2005-09-17 Magnus Henoch <mange@freemail.hu>
25492 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25493 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25494 aspell versions >= 0.60.
25495 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25496 only if ispell-aspell-supports-utf8 is non-nil.
25498 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
25500 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25501 buffer-local value to lisp-indent-function.
25503 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25505 * progmodes/glasses.el (glasses-make-readable): If
25506 glasses-separator differs from underscore, put appropriate
25507 overlays over underscore characters.
25508 (glasses-convert-to-unreadable): If glasses-separator differs from
25509 underscore, try to convert glasses-separator characters to
25512 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25514 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25515 Use with-syntax-table and dolist.
25517 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25519 * textmodes/reftex-auc.el:
25520 * textmodes/reftex-cite.el:
25521 * textmodes/reftex-dcr.el:
25522 * textmodes/reftex-global.el:
25523 * textmodes/reftex-parse.el:
25524 * textmodes/reftex-ref.el:
25525 * textmodes/reftex-sel.el:
25526 * textmodes/reftex-toc.el:
25527 * textmodes/reftex-vars.el:
25528 * textmodes/reftex.el: Small changes to remove compiler warnings.
25530 * textmodes/reftex-index.el: Likewise.
25531 (reftex-query-index-phrase): More efficient use of markers.
25533 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25535 * image.el (image-load-path): New variable.
25536 (image-search-load-path): New function.
25537 (find-image): Search for images in `image-load-path'.
25539 2005-09-15 Richard M. Stallman <rms@gnu.org>
25541 * follow.el: Change Maintainer field.
25543 2005-09-15 David Ponce <david@dponce.com>
25545 * recentf.el (recentf-save-file-modes): New option.
25546 (recentf-save-list): Use it.
25548 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25550 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25551 (mode-line-mule-info, mode-line-modified): Move bindings from
25552 mouse-3 to mouse-1.
25554 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25556 * simple.el (sendmail-user-agent-compose): Revert last change.
25558 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25560 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25561 Use with-current-buffer.
25562 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25563 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25564 (ange-ftp-insert-directory): Remove unused var `short'.
25565 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25567 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25568 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25570 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25571 (check-calendar-holidays, diary-list-entries): Autoload.
25572 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25573 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25575 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25576 which mistakenly removed a call to display-buffer.
25578 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25580 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25582 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25584 * progmodes/hideshow.el
25585 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25586 (hs-allow-nesting): New user var.
25587 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25588 (hs-hide-block-at-point): When nesting allowed,
25589 if there is already an overlay in place, delete it.
25590 (hs-safety-is-job-n): Delete func; remove call sites.
25591 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25592 (hs-overlay-at): New func.
25593 (hs-already-hidden-p, hs-show-block): Use it.
25594 (hs-hide-all): Don't pre-clean if nesting allowed.
25595 (hs-show-all): Temporarily disallow
25596 nesting around call to `hs-discard-overlays'.
25598 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25600 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25601 Delete unused local var.
25603 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25605 * help-fns.el (describe-categories): "?\ " -> "?\s".
25606 (help-do-arg-highlight): Recognize also ARG-n, as in
25607 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25609 * international/codepage.el (dos-unsupported-char-glyph):
25610 * net/newsticker.el (tool-bar-map, w3-mode-map)
25611 (w3m-minor-mode-map):
25612 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25614 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25616 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25618 * custom.el (custom-push-theme): Handle the case where a symbol is
25619 bound but face properties have not yet been assigned.
25621 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25622 Fix behavior if noerase is `t' and there is no mail buffer.
25624 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25625 if `continue' is nil, rather than signal an error.
25627 2005-09-12 Richard M. Stallman <rms@gnu.org>
25629 * font-lock.el (font-lock-keywords): Add autoload.
25631 * help-fns.el (describe-variable): Rearrange to put source link
25632 in a predictable place.
25634 * net/newsticker.el: New file.
25636 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25638 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25639 (calendar-basic-setup): Use the new nil arg.
25640 (number-of-diary-entries): Move to diary-lib.el.
25642 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25643 (diary-list-entries): Use with-syntax-table and dolist.
25644 Rename from list-diary-entries.
25645 Use number-of-diary-entries if `number' is nil.
25646 (diary, diary-view-entries): Use this new name and new nil arg value.
25647 (number-of-diary-entries): Move from calendar.el.
25648 (diary-unhide-everything): New function.
25649 (include-other-diary-files, fancy-diary-display)
25650 (diary-show-all-entries, make-diary-entry): Use it.
25651 (diary-mail-entries): Use buffer-string.
25652 (mark-diary-entries): Fix long standing paren typo.
25653 (diary-sexp-entry): Use count-lines.
25654 (make-diary-entry): Avoid `previous-line'.
25655 (diary-mode-map): New var.
25656 (diary-mode): Redraw cal after saving. Setup header-line.
25657 (fancy-diary-display-mode): Use local-set-key.
25659 * startup.el (command-line): Try calling various terminal-init-foo-bar
25660 functions by stripping hyphenated suffixes from $TERM.
25662 * files.el (normal-mode): Check boundness of font-lock-keywords.
25664 2005-09-12 Richard M. Stallman <rms@gnu.org>
25666 * progmodes/compile.el: Don't decide a file's directory
25667 until the user actually tries to go there.
25668 (compilation-next-error-function):
25669 Pass compilation-find-file the directory from the file-struct.
25670 (compilation-internal-error-properties): Separate local FILE-STRUCT
25671 from FILE. Doc the args better. Rename arg FMT to FMTS.
25672 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25673 Expand it, and if nil, use default-directory.
25674 (compilation-get-file-structure): Don't mix specified directory
25675 with default directory. Put specified directory into
25676 file-struct. Don't make the file name absolute.
25678 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25679 (compile-command): Add autoload.
25680 (compilation-disable-input): Add autoload.
25682 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25684 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25685 strings of the variables it can override.
25686 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25687 %Q and %q, for fully-qualified domain name and unqualified host name.
25689 2005-09-11 Kim F. Storm <storm@cua.dk>
25691 * emacs-lisp/authors.el (authors-aliases): Update list.
25692 (authors-fixed-entries): Update mldrag.el entry.
25694 2005-09-10 Alan Mackenzie <acm@muc.de>
25696 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25697 delimiter from the region narrowed to.
25699 2005-09-10 Magnus Henoch <mange@freemail.hu>
25701 * textmodes/ispell.el (ispell-check-version): Signal an error if
25702 aspell version is less than 0.60.
25704 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25706 * progmodes/octave-inf.el (inferior-octave-startup):
25707 Resync current dir at the end.
25709 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25711 * woman.el (woman-topic-at-point-default):
25712 Rename to woman-use-topic-at-point-default.
25713 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25714 (woman-file-name): Reflect renames above. Automatically use the
25715 word at point as topic if woman-use-topic-at-point is non-nil.
25716 Otherwise offer it as default but don't insert it in the
25717 minibuffer. Also use `test-completion' instead of `assoc' as
25718 suggested by Stefan Monnier.
25720 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25722 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25723 the attempt to do it over Tramp. This is not yet supported.
25725 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25727 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25728 (menu-bar-non-minibuffer-window-p): New functions.
25729 ("Split Window", "Save As..."): Use them.
25730 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25731 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25732 Use menu-bar-menu-frame-live-and-visible-p.
25733 ("Save Buffer", "Insert File", "Open Directory...")
25734 ("Open File...", "Visit New File..."):
25735 Use menu-bar-non-minibuffer-window-p.
25736 (kill-this-buffer-enabled-p, dired <menu-enable>):
25737 Use menu-bar-non-minibuffer-window-p.
25739 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25741 * cus-start.el (all): Don't complain about fringe-related
25742 built-ins if fringes are not supported. Ditto about
25743 selection-related built-ins. Fix the test for GTK-related built-ins.
25745 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25746 ("Postscript Print Buffer", "Print Region", "Save As...")
25747 ("Save", "Insert File...", "Open Directory...")
25748 ("Open File...", "Visit New File..."")
25749 ("Truncate Long Lines in this Buffer"): Don't look at
25750 menu-updating-frame if this display does not support multiple frames.
25752 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25754 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25756 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25758 * woman.el: Format- and whitespace-related changes.
25760 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25762 * woman.el: Fix my email address.
25764 2005-09-08 Richard M. Stallman <rms@gnu.org>
25766 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25767 (sh-mode): Locally set skeleton-pair-default-alist.
25769 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25771 * progmodes/flymake.el: Require `compile' unconditionally.
25773 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25775 * woman.el (woman-file-name): Provide a default, not initial input.
25777 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25779 * font-lock.el (font-lock-support-mode): Doc fix.
25781 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25783 2005-09-08 Richard M. Stallman <rms@gnu.org>
25785 * simple.el (blink-matching-open): Get rid of text props from
25786 the string shown in echo area. Don't permanently set point.
25787 Some rearrangements.
25789 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25791 * recentf.el (recentf-filename-handler): Add custom choice
25792 `abbreviate-file-name'.
25794 * msb.el (msb--very-many-menus): Fix typo.
25796 * disp-table.el (standard-display-european): Don't set
25797 enable-multibyte-characters to nil.
25799 2005-09-08 David Ponce <david@dponce.com>
25801 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25802 (recentf-expand-file-name): Doc fix.
25803 (recentf-dialog-mode-map): Define digit shortcuts.
25804 (recentf--files-with-key): New variable.
25805 (recentf-show-digit-shortcut-filter): New function.
25806 (recentf-open-files-items): New function.
25807 (recentf-open-files): Use it.
25808 (recentf-open-file-with-key): New command.
25810 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25812 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25813 Suggested by Kim F. Storm.
25814 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25815 (Buffer-menu-make-sort-button): Use global keymap.
25817 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25819 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25820 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25821 necessary any longer with the remapped command.
25822 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25823 formatting time only.
25825 * net/tramp.el (tramp-action-password)
25826 (tramp-multi-action-password): Compile the password prompt from
25827 `method', `user' and `host'. Sometimes it isn't obvious which
25828 password to enter, for example with remote files offered by
25829 recentf.el, or with multiple steps. Suggested by Robert Marshall
25830 <robert@chezmarshall.freeserve.co.uk>.
25832 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25834 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25835 Fix regexp for when "s///" is at the beginning of line.
25837 2005-09-07 Jay Belanger <belanger@truman.edu>
25839 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25840 when in matrix mode.
25842 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25844 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25845 non-anonymous functions.
25847 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25849 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25850 when using a header line. Otherwise, use mouse-1-click-follows-link.
25852 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25853 can't be moved; don't signal an error.
25855 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25857 * cus-theme.el (custom-theme-write-faces): Save the current face
25858 spec, not the defface spec.
25860 * custom.el (custom-known-themes): Clarify meaning of "standard".
25861 (custom-push-theme): Save old values in the standard theme.
25862 (disable-theme): Correct typo.
25863 (custom-face-theme-value): Deleted unused function.
25864 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25866 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25868 * progmodes/compile.el (compilation-goto-locus): Take into account
25869 iconified frames when determining whether the buffer is
25871 Don't reset window height if the window already existed.
25873 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25875 * custom.el (load-theme): Rename from require-theme.
25876 Add interactive spec.
25877 (enable-theme): Rename from custom-enable-theme.
25878 Add interactive spec.
25879 (disable-theme): Rename from custom-disable-theme.
25880 Add interactive spec.
25881 (custom-make-theme-feature): Doc fix.
25882 (custom-theme-directory): Doc fix.
25883 (provide-theme): Call enable-theme.
25885 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25887 * obsolete/lazy-lock.el (lazy-lock-mode):
25888 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25889 font-lock-mode if it's off. Print a warning instead.
25891 * progmodes/compile.el (compilation-start): Ignore errors if the
25892 process died before we get to send-eof.
25894 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25895 Undo last change. Enclosing the result in quotes broke things on Unix
25896 since tex-send-command passes it through shell-quote-argument.
25897 (tex-send-command): Pass `file' through convert-standard-filename
25899 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25900 info in a transcript.
25902 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25904 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25905 fix compilation warning. Reorder the key definitions to group
25906 together keys emitted by the current version of xterm.
25908 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25909 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25910 Reorder predicates to correct min-color usage.
25912 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25914 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25915 Kill local variables when longlines-mode is turned off.
25917 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25919 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25921 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25923 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25925 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25926 (font-lock-lines-before): Change default to being inactive.
25927 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25928 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25930 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25932 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25933 Deactivate temporarily advice if active (not needed for Emacs 22,
25934 but for backwards compatibility).
25935 (tramp-exists-file-name-handler): Rewrite. First implementation
25937 (tramp-advice-make-auto-save-file-name):
25938 Call `tramp-handle-make-auto-save-file-name' (again, just for
25939 backwards compatibility).
25941 2005-08-31 Reto Zimmermann <reto@gnu.org>
25943 * progmodes/vhdl-mode.el
25944 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25945 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25946 (vhdl-set-default-project): New function (easier setting of default).
25947 (vhdl-port-copy): Handle extended identifiers for generics.
25948 (vhdl-compiler-alist): Better description for error message regexp.
25949 (vhdl-make): Query for target, use previous as default.
25950 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25951 (vhdl-font-lock-keywords-2): Fix fontification for record
25953 (vhdl-speedbar-make-subpack-line): Add package body link.
25954 (vhdl-generate-makefile-1): Not include itself as dependency.
25955 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25956 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25957 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25958 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25959 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25960 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25961 (vhdl-import-project): Add string argument for `error'.
25962 (vhdl-compose-configuration)
25963 (vhdl-compose-configuration-architecture): Add configuration
25964 declaration generation.
25965 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25966 (vhdl-trailer-re): Add "record" keyword (better indentation).
25967 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25969 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25970 (vhdl-testbench-entity-file-name)
25971 (vhdl-testbench-architecture-file-name): Allow separate
25972 customization of testbench file names.
25973 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25974 (vhdl-get-visible-signals): Allow newline within alias declaration.
25975 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25976 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25977 (member-ignore-case): Alias for missing function in XEmacs.
25978 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25979 (vhdl-update-sensitivity-list): Ignore case on read signals.
25980 (vhdl-replace-string): Adjust case only for file names.
25981 (vhdl-update-sensitivity-list): Fix search for read signals.
25982 (vhdl-update-sensitivity-list): Exclude formal parameters.
25983 (vhdl-get-visible-signals): Include aliases of signals.
25984 (vhdl-get-visible-signals): Fix signal name searching.
25985 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25986 (vhdl-fixup-whitespace-region): Fix for character
25987 literals (e.g. `:').
25989 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25991 * ansi-color.el (comint-last-output-start):
25992 * bs.el (font-lock-verbose):
25993 * diff-mode.el (add-log-buffer-file-name-function):
25994 * dired-x.el (vm-folder-directory):
25995 * faces.el (help-xref-stack-item):
25996 * files.el (font-lock-keywords):
25997 * find-lisp.el (dired-buffers, dired-subdir-alist):
25998 * ido.el (cua-inhibit-cua-keys):
25999 * log-view.el (cvs-minor-wrap-function):
26000 * outline.el (font-lock-warning-face):
26001 * simple.el (compilation-current-error):
26002 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
26003 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
26004 * tooltip.el (comint-prompt-regexp):
26005 * w32-fns.el (explicit-shell-file-name):
26006 * term/mac-win.el (mac-charset-info-alist)
26007 (mac-services-selection, mac-system-script-code):
26008 * term/tty-colors.el (msdos-color-values):
26009 * term/w32-win.el (xlfd-regexp-registry-subnum):
26010 * term/x-win.el (x-keysym-table, x-selection-timeout)
26011 (x-session-id, x-session-previous-id):
26012 * textmodes/ispell.el (mail-yank-prefix):
26013 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
26014 * textmodes/org.el (calc-embedded-close-formula)
26015 (calc-embedded-open-formula)
26016 (font-lock-unfontify-region-function):
26017 * textmodes/reftex-global.el (isearch-next-buffer-function)
26019 * textmodes/reftex.el (font-lock-keywords):
26020 * textmodes/tex-mode.el (font-lock-comment-face)
26021 (font-lock-doc-face):
26022 * textmodes/texinfo.el (outline-heading-alist):
26025 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
26026 (artist-spray-chars, artist-mode-init, artist-replace-string)
26027 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
26028 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
26029 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
26031 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
26032 (conf-align-assignments): "?\ " -> "?\s".
26034 * textmodes/reftex-index.el (TeX-master): Add defvar.
26035 (reftex-index-phrases-marker): Move up defvar.
26037 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
26038 (reftex-toc-include-labels-indicator)
26039 (reftex-toc-include-index-indicator)
26040 (reftex-toc-max-level-indicator): Move up declarations.
26042 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
26043 of args to `tramp-run-real-handler', even if it's empty in this case.
26045 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26047 * dired.el (dired-move-to-filename-regexp): Add date format for
26048 Mac OS X 10.3 in East Asian locales.
26050 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
26052 * files.el (make-auto-save-file-name): Add file name handler call
26055 * net/tramp.el (tramp-file-name-handler-alist)
26056 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
26057 (tramp-handle-make-auto-save-file-name): Rename from
26058 `tramp-make-auto-save-file-name'.
26059 (tramp-exists-file-name-handler): New defun.
26060 (tramp-advice-make-auto-save-file-name): Make defadvice only when
26061 `make-auto-save-file-name' is not a magic file name operation.
26063 2005-08-30 Richard M. Stallman <rms@gnu.org>
26065 * files.el (risky-local-variable-p):
26066 Match `-predicates' and `-commands.
26068 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
26069 (custom-save-all): Visit the file if necessary;
26070 kill the buffer if we created it.
26071 (custom-save-delete): Don't visit file or kill buffer here.
26073 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
26075 * textmodes/org.el (org-special-keyword): New face.
26076 (org-table-copy-down, org-table-eval-formula)
26077 (org-table-recalculate, org-init-section-numbers):
26078 Use `string-to-number' instead of `string-to-int'.
26079 (org-get-location): Use `insert-buffer-substring' instead of
26081 (org-modify-diary-entry-string): New function.
26082 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
26083 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
26084 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
26086 (org-export-as-html): Handle QUOTE keyword.
26087 (org-quote-string): New option.
26088 (org-bookmark-jump-unhide): New function, used for
26089 `bookmark-after-jump-hook'.
26090 (org-diary-default-entry): Apply only when not called through
26093 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
26095 * net/eudc.el (mode-popup-menu):
26096 * play/handwrite.el (ps-printer-name, ps-lpr-command):
26097 * progmodes/ada-mode.el (compile-auto-highlight)
26098 (skeleton-further-elements):
26099 * progmodes/autoconf.el (font-lock-syntactic-keywords):
26100 * progmodes/cmacexp.el (msdos-shells):
26101 * progmodes/compile.el (font-lock-extra-managed-props)
26102 (font-lock-keywords, font-lock-maximum-size)
26103 (font-lock-support-mode):
26104 * progmodes/grep.el (font-lock-lines-before):
26105 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
26106 * progmodes/mixal-mode.el (compile-command):
26107 * progmodes/perl-mode.el (font-lock-comment-face)
26108 (font-lock-doc-face, font-lock-string-face):
26109 * progmodes/prolog.el (comint-prompt-regexp):
26110 * progmodes/sh-script.el (font-lock-comment-face)
26111 (font-lock-set-defaults, font-lock-string-face):
26112 * progmodes/sql.el (font-lock-keyword-face)
26113 (font-lock-set-defaults, font-lock-string-face):
26114 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
26115 (itimer-version, lazy-lock-defer-contextually)
26116 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
26119 * progmodes/cperl-mode.el (cperl-electric-lbrace)
26120 (cperl-electric-keyword, cperl-electric-pod)
26121 (cperl-electric-backspace, cperl-forward-re)
26122 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
26123 (vc-rcs-header, vc-sccs-header): Add defvars.
26125 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
26126 (font-lock-syntactic-keywords, gud-find-expr-function):
26129 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
26130 (gdb-frame-parameters): Declare before use.
26132 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
26133 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
26134 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
26135 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
26137 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
26138 (idlwave-help-with-source): Use `insert-buffer-substring', not
26141 2005-08-29 Juri Linkov <juri@jurta.org>
26143 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
26144 Put outline-back-to-heading function call inside save-excursion.
26146 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
26148 * man.el (Man-init-defvars, Man-translate-references)
26149 (Man-support-local-filenames, Man-highlight-references):
26150 * progmodes/sql.el (sql-interactive-mode):
26151 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
26153 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
26154 (compilation-mode-font-lock-keywords): Add defvars.
26155 (checkdoc-interactive-loop): "?\ " -> "?\s".
26157 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
26158 (font-lock-doc-face, font-lock-string-face)
26159 (font-lock-keywords-case-fold-search): Add defvars.
26160 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
26162 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
26163 Don't pass X and Y (they are ignored anyway).
26164 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
26165 (mouse-delete-window): Make arguments optional.
26167 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
26168 (caesar-translate-table, minor-modes, news-buffer-save)
26169 (news-group-name, news-minor-modes): Add defvars.
26171 * emacs-lisp/lselect.el (mouse-highlight-priority)
26172 (x-lost-selection-functions, zmacs-regions):
26173 * emacs-lisp/pp.el (font-lock-verbose):
26174 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
26175 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
26177 * emacs-lisp/tcover-unsafep.el (safe-functions):
26178 * international/mule-cmds.el (mac-system-coding-system)
26179 (mac-system-locale):
26180 * language/ethio-util.el (rmail-current-message)
26181 (rmail-message-vector):
26182 * language/thai-util.el (thai-auto-composition-mode):
26183 * mail/metamail.el (rmail-current-message, rmail-message-vector):
26184 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
26185 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
26186 (vm-primary-inbox, vm-spool-files):
26187 * mail/rmail.el (deleted-head, font-lock-fontified)
26188 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
26189 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
26191 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
26192 (rmail-summary-mode-map):
26193 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
26194 (rmail-last-label, rmail-last-multi-labels)
26195 (rmail-summary-vector, rmail-total-messages):
26196 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
26197 * mail/rmailsum.el (msgnum):
26198 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
26199 (rmail-current-message):
26200 * obsolete/fast-lock.el (font-lock-face-list):
26201 * obsolete/rnewspost.el (mail-reply-buffer):
26202 * obsolete/scribe.el (compile-command):
26203 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
26205 2005-08-28 John Paul Wallington <jpw@gnu.org>
26207 * ibuf-ext.el (ibuffer-auto-update-changed):
26208 Use `frame-or-buffer-changed-p' to check whether we need to update.
26209 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
26210 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
26211 as a `frame-or-buffer-changed-p' state vector instead.
26213 2005-08-27 Romain Francoise <romain@orebokech.com>
26215 * textmodes/makeinfo.el (makeinfo-compile):
26216 Use `compilation-start'. Set `next-error-function' according to
26218 (makeinfo-next-error): New function.
26219 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
26220 (makeinfo-buffer): Likewise.
26222 * progmodes/compile.el (compilation-start): Add autoload cookie.
26224 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
26225 * textmodes/sgml-mode.el: Likewise.
26226 * progmodes/python.el: Likewise.
26228 2005-08-27 Eli Zaretskii <eliz@gnu.org>
26230 * simple.el (blink-matching-paren-distance): Document the meaning
26231 of nil value, and allow to customize to nil.
26233 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
26234 command.com, not command.exe.
26236 2005-08-26 John Wiegley <johnw@newartisans.com>
26238 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
26239 code around a bit so that an extraneous nil argument is not added
26240 to a command when no args are given.
26242 * eshell/esh-arg.el (eshell-parse-double-quote): If a
26243 double-quoted argument resolves to nil, return it as an empty
26244 string rather than as nil. This made it impossible to pass "" to
26245 a shell script as a null string argument.
26247 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
26249 * outline.el (outline-invent-heading): New fun.
26250 (outline-promote, outline-demote): Use it.
26251 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
26252 (outline-end-of-subtree): Remove unused var `opoint'.
26254 2005-08-26 David Reitter <david.reitter@gmail.com>
26256 * menu-bar.el (truncate-lines, write-file, print-buffer)
26257 (ps-print-buffer-faces, ps-print-buffer, split-window):
26258 Disable menu items when the frame they refer to is invisible, or when
26259 they refer to a buffer and the minibuffer is selected.
26261 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
26263 * progmodes/flymake.el (flymake-highlight-err-lines):
26264 Use save-excursion around flymake-highlight-line to preserve point.
26266 2005-08-26 Eli Zaretskii <eliz@gnu.org>
26268 * progmodes/octave-mod.el: Change Author and Maintainer address.
26269 (octave-maintainer-address): Change Kurt's email address.
26270 * progmodes/octave-inf.el: Change Author and Maintainer address.
26271 * progmodes/octave-hlp.el: Change Author and Maintainer address.
26273 2005-08-26 Kim F. Storm <storm@cua.dk>
26275 * subr.el (version-list-<, version-list-<=, version-list-=):
26276 Rename from integer-list-*.
26277 (version-list-not-zero): Likewise. Fix while loop.
26278 (version=): Use version-list-= instead of string-equal.
26280 2005-08-26 Richard M. Stallman <rms@gnu.org>
26282 * outline.el (outline-promote): Try shortening the heading.
26283 As last resort, read the heading to use.
26284 (outline-demote): As last resort, read the heading to use.
26286 2005-08-26 Romain Francoise <romain@orebokech.com>
26288 * progmodes/compile.el (compilation-start): Doc fix.
26290 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
26291 (antlr-font-lock-additional-keywords): Fix reference to
26292 `antlr-font-lock-literal-regexp' erroneously changed during the
26294 (antlr-run-tool): Use `compilation-start'.
26296 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
26297 instead of the obsolete `compile-internal'.
26299 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
26301 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
26302 (number, original-date):
26303 * calendar/cal-china.el (date):
26304 * calendar/cal-coptic.el (date):
26305 * calendar/cal-french.el (date):
26306 * calendar/cal-hebrew.el (date, entry, number, original-date):
26307 * calendar/cal-islam.el (date, number, original-date):
26308 * calendar/cal-iso.el (date):
26309 * calendar/cal-julian.el (date):
26310 * calendar/cal-mayan.el (date):
26311 * calendar/cal-menu.el (date, event):
26312 * calendar/cal-persia.el (date):
26313 * calendar/lunar.el (date):
26314 * calendar/solar.el (date): Add defvars.
26319 * obsolete/bg-mouse.el:
26320 * obsolete/sun-curs.el:
26321 * obsolete/swedish.el: Move the `defvar's to the top level.
26323 * smerge-mode.el (smerge-refined-change): Add :group.
26325 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26327 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26328 (smerge-keep-n): Remove props.
26329 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26330 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26331 now that it's done in smerge-keep-n.
26332 (smerge-refined-change): New face.
26333 (smerge-refine-chopup-region, smerge-refine-highlight-change)
26334 (smerge-refine): New funs.
26335 (smerge-basic-map): Bind smerge-refine.
26337 2005-08-25 Juri Linkov <juri@jurta.org>
26339 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26340 compilation-process-setup-function and compilation-disable-input
26341 in grep-mode instead of let-bindings in grep.
26343 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26344 Delete "Automatic File De/compression" (auto-compression-mode).
26346 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
26348 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26349 Silence warning about non-existent variable.
26351 2005-08-25 Richard M. Stallman <rms@gnu.org>
26353 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26354 Rename "Describe Key" to "Describe Key or Mouse Operation".
26356 * mail/mailalias.el (build-mail-aliases): Delete comments
26357 from the contents before processing them.
26359 * isearch.el (isearch-edit-string): Erase the Search prompt
26360 if user enters an empty string and there is no default.
26362 * comint.el (comint-file-name-prefix): Add autoload.
26364 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
26366 * subr.el (play-sound): Rearrange to avoid warning.
26368 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
26370 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26372 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26374 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
26376 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26378 * custom.el (custom-theme-set-variables): Sort minor modes last.
26380 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26382 * subr.el (version-separator, version-regexp-alist): New vars used by
26383 version comparison funs.
26384 (integer-list-<, integer-list-=, integer-list-<=)
26385 (integer-list-not-zero): New funs for integer list comparison.
26386 (version-to-list, version=, version<, version<=): New funs for version
26389 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
26391 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26392 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26393 time to silence the byte-compiler.
26395 * ibuffer.el (ibuffer-compile-make-eliding-form)
26396 (ibuffer-check-formats): Use `with-no-warnings' to hide references
26397 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26398 so it's silly to get warnings for it).
26399 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26400 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26401 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26402 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26403 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26404 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26405 Defvar at compile time.
26406 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26407 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26408 Declare them before use.
26410 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26411 (info-xref-good, info-xref-bad): Defvar at compile time.
26413 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26414 Use `let*' instead of `let'.
26416 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26417 (*mouse-y*, menu, char): Defvar at compile time.
26418 (sc::menu): Declare it before use.
26419 (sc::pack-one-line): Use `let', not `let*'.
26421 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26422 (mail-send-hook): Defvar at compile time.
26424 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26425 Defvar at compile time.
26427 * term/sun-mouse.el (current-global-mousemap)
26428 (current-local-mousemap): Declare them before use.
26430 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26432 * bookmark.el (bookmark-after-jump-hook): New hook.
26433 (bookmark-jump): Run `bookmark-after-jump-hook'.
26435 2005-08-23 Juri Linkov <juri@jurta.org>
26437 * faces.el (minibuffer-prompt): Doc fix.
26439 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26441 * progmodes/xscheme.el: Trivial changes to silence warnings.
26442 (xscheme-previous-mode, xscheme-previous-process-state):
26444 (xscheme-last-input-end, xscheme-process-command-line)
26445 (xscheme-process-name, xscheme-buffer-name)
26446 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26447 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26448 (xscheme-control-g-synchronization-p)
26449 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26450 (default-xscheme-runlight, xscheme-runlight)
26451 (xscheme-runlight-string, xscheme-process-filter-state)
26452 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26453 Move to beginning of file.
26454 (scheme-interaction-mode-commands-alist)
26455 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26456 Declare them before use. Note: the initialization code for the
26457 variables has not been moved because it uses functions that reference
26459 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26460 (xscheme-prompt-for-expression-map): Declare them before use.
26461 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26463 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26465 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26467 2005-08-22 Juri Linkov <juri@jurta.org>
26469 * faces.el (set-face-underline): Delete this duplicate function
26470 and make an obsolete alias to set-face-underline-p.
26471 (set-face-underline-p): Use docstring of set-face-underline.
26472 (describe-face): Create hyperlink to parent face.
26474 * info.el (Info-insert-dir): Use save-excursion around
26475 insert-buffer-substring.
26476 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26477 (Info-escape-percent): Delete function.
26478 (Info-fontify-node): Replace Info-escape-percent by
26479 replace-regexp-in-string with REP arg set to lambda that
26480 duplicates `%' and preserves text properties.
26482 * progmodes/compile.el (compilation-disable-input): Doc fix.
26483 (define-compilation-mode): Doc fix and refill.
26484 (kill-compilation): Use `mode-name' in the error message.
26485 (compilation-find-file): Use `compilation-error' in the
26486 read-file-name's prompt.
26488 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26490 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26491 (smerge-auto-leave): Make undo re-enable the mode.
26492 (debug-ignored-errors): Add the user-error of impossible resolution.
26493 (smerge-resolve): Move things around a bit, in preparation for later.
26494 (smerge-diff): Don't fail if the buffer has no associated file.
26495 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26496 (smerge-conflict-overlay): New function.
26497 (smerge-match-conflict): Don't add text properties here.
26498 (smerge-find-conflict): Instead, add an overlay here.
26499 Also check for the case where we're inside a conflict already, so as to
26500 obviate the need for font-lock-multiline, which is unbearably slow with
26501 large conflicts and ciomplex font-lock patterns.
26502 (smerge-remove-props): Remove overlay rather than text-properties.
26503 (smerge-mode): Don't set font-lock-multiline.
26504 Remove overlays when turned off.
26506 2005-08-21 Kim F. Storm <storm@cua.dk>
26508 * ido.el (ido-ignore-item-p): Use save-match-data.
26509 Bind case-fold-search to ido-case-fold locally.
26511 2005-08-20 Richard M. Stallman <rms@gnu.org>
26513 * files.el (normal-mode): If font lock is on, turn it off and on.
26515 * subr.el (replace-regexp-in-string): Doc fix.
26517 * startup.el (command-line-1): Don't suppress startup screen
26518 due to existing processes.
26520 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26522 * progmodes/compile.el (compilation-disable-input): Default to nil.
26524 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26526 * progmodes/compile.el (compilation-disable-input): New defcustom.
26527 (compilation-start): If compilation-disable-input is non-nil, send
26528 EOF to the compilation process.
26530 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26532 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26533 Run the argument of tex-shell-cd-command through
26534 convert-standard-filename, to get the correct style of slashes on
26535 Windows, and enclose the result in quotes, in case the file name
26536 includes whitespace or other special characters.
26538 2005-08-19 Andreas Schwab <schwab@suse.de>
26540 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26543 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26545 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26547 2005-08-18 Kim F. Storm <storm@cua.dk>
26549 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26551 2005-08-18 Richard M. Stallman <rms@gnu.org>
26553 * scroll-lock.el: New file.
26555 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26557 * dired.el (dired-move-to-end-of-filename):
26558 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26560 2005-08-18 Kim F. Storm <storm@cua.dk>
26562 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26563 rather than toggle mode when custom value is nil.
26564 (ido-everywhere): Fix defun doc string.
26566 2005-08-17 Richard M. Stallman <rms@gnu.org>
26568 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26569 as tag instead of "Inviolable".
26571 2005-08-17 Kim F. Storm <storm@cua.dk>
26573 * windmove.el (windmove-coordinates-of-position): Remove.
26574 (windmove-coordinates-of-window-position): Remove.
26575 (windmove-reference-loc): Use posn-at-point instead.
26577 * subr.el (insert-for-yank-1): Doc fix.
26579 * ido.el (ido-enter-matching-directory): Rename from
26580 ido-enter-single-matching-directory. Change `slash' choice to
26581 `only'. Add `first' choice.
26582 (ido-exhibit): Adapt to above changes.
26584 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26586 * Makefile.in: Expand comment about building loaddefs.el.
26588 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26590 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26591 Comment use of defadvice.
26593 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26595 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26597 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26598 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26599 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26600 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26601 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26602 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26603 for backward compatibility for faces that did not appear in the
26604 previous Emacs release.
26606 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26608 2005-08-15 Kim F. Storm <storm@cua.dk>
26610 * emulation/cua-base.el (cua-delete-region): Return t if
26611 deleted region was non-empty.
26612 (cua-replace-region): Inhibit overwrite-mode for
26613 self-insert-command if replaced region was non-empty.
26614 (cua--explicit-region-start, cua--status-string): Make them
26615 buffer-local at top-level...
26616 (cua-mode): ...rather than when mode is enabled.
26618 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26620 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26621 Set t for Emacs 21, 22, and so on.
26623 2005-08-15 David Ponce <david@dponce.com>
26625 * tree-widget.el: Update Commentary header.
26626 (tree-widget-theme): Doc fix.
26627 (tree-widget-space-width): New option.
26628 (tree-widget-image-properties): Look up in the default theme too.
26629 (tree-widget--cursors): Only for images with arrow pointer shape.
26630 (tree-widget-lookup-image): Pointer shape is hand by default.
26631 (tree-widget-icon): Rename generic icon widget from
26632 `tree-widget-control'.
26633 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26634 derive from `tree-widget-icon'.
26635 (tree-widget-handle): Improve default look and feel of the text
26637 (tree-widget): Rename :*-control properties to :*-icon properties.
26638 Add :action and :help-echo properties.
26639 (tree-widget-after-toggle-functions): Move.
26640 (tree-widget-close-node, tree-widget-open-node): Remove.
26641 (tree-widget-before-create-icon-functions): New hook.
26642 (tree-widget-value-create): Update to allow customization of icons
26643 and nodes at run-time via that new hook.
26644 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26645 (tree-widget-icon-action, tree-widget-icon-help-echo)
26646 (tree-widget-action, tree-widget-help-echo): New functions.
26648 2005-08-15 Kim F. Storm <storm@cua.dk>
26650 * ido.el (ido-buffer-internal): Use with-no-warnings.
26651 (ido-make-merged-file-list): Use while-no-input.
26653 2005-08-15 Richard M. Stallman <rms@gnu.org>
26655 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26656 (flyspell-large-region): Fix doc and custom type.
26658 2005-08-14 Richard M. Stallman <rms@gnu.org>
26660 * files.el (interpreter-mode-alist): Doc fix.
26662 * mail/rmail.el (rmail-nonignored-headers): New variable.
26663 (rmail-clear-headers): Use it.
26664 (rmail-reply): Better handling of mail-followup-to header.
26666 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26667 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26668 don't try to refer to executable-font-lock-keywords.
26669 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26670 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26671 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26672 (sh-mode): Set comment-start-skip, local-abbrev-table,
26673 imenu-case-fold-search.
26674 (sh-set-shell): Don't set them here.
26675 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26676 Don't cache the results in the original alist; don't ever modify
26679 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26681 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26684 2005-08-15 Andreas Schwab <schwab@suse.de>
26686 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26688 * dired.el, info.el, mail/rmail.el: Revert last change.
26690 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26692 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26693 modification in `eval-after-load' form.
26694 * info.el: Likewise.
26695 * mail/rmail.el: Likewise.
26697 2005-08-14 Juri Linkov <juri@jurta.org>
26699 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26700 Remove highlighting of "Compilation started". Highlight only
26701 the word "finished" in "Compilation finished". Add highlighting
26702 of "interrupt", "killed", "terminated" and the exit code.
26703 (compilation-start): Add newline after header. Use exactly the
26704 same time stamp format as the finishing message.
26705 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26707 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26708 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26709 Add highlighting of "interrupt", "killed", "terminated".
26711 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26712 enabled and the current command is self-insert-command, call it
26713 explicitly with overwrite-mode bound to nil, to not allow it
26714 to delete the character after the selected region.
26716 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26718 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26719 move-end-of-line, end-of-line, and beginning-of-line to the list
26720 of commands after which the echo area is updated.
26722 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26724 * cus-edit.el (custom-save-all, custom-save-delete):
26725 Bind recentf-exclude to exclude custom-file.
26727 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26729 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26730 to go to the bottom of the mail message. Added to
26731 `rmail-summary-mode-map' with key "/".
26732 (rmail-summary-show-message): New (internal) function for use by
26733 both `rmail-summary-beginning/end-of-message'.
26734 (rmail-summary-beginning-of-message): Change to use
26735 rmail-summary-show-message.
26737 * mail/rmail.el (rmail-end-of-message): New command to go to the
26738 end of the current message. Added to `rmail-mode-map' with key "/".
26739 (rmail-beginning-of-message): Fix to work as documented.
26740 (rmail-mode): Change documentation.
26742 * progmodes/compile.el (compilation-start): Add the line
26743 "Compilation started" with compilation start time.
26744 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26746 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26748 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26751 2005-08-11 Richard M. Stallman <rms@gnu.org>
26753 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26755 * battery.el (battery-status-function): Don't use ignore-errors.
26757 2005-08-11 Lute Kamstra <lute@gnu.org>
26759 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26760 define-obsolete-variable-alias.
26762 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26764 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26765 (ange-ftp-send-cmd): Revert last change, and expand
26766 the comment explaining the problem.
26768 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26770 * ldefs-boot.el: Update.
26772 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26773 item to "Time, Load and Mail". Change help echo text.
26775 * time.el (display-time-use-mail-icon, display-time-format)
26776 (display-time-string-forms): Shorten first line of docstrings.
26778 2005-08-10 Lars Hansen <larsh@soem.dk>
26780 * desktop.el (desktop-buffer-mode-handlers):
26781 Make non-customizable. Add autoload cookie. Change initial value to
26782 nil; add elements in respective modules instead. Fix doc string.
26783 (desktop-load-file): New function.
26784 (desktop-minor-mode-handlers): New autoloaded variable.
26785 (desktop-create-buffer): Call minor mode handlers.
26786 Use desktop-load-file to load major and minor mode modules prior to
26787 checking for a handler.
26788 (desktop-save): Don't add nil to desktop-minor-modes for minor
26789 modes with nil function in desktop-minor-mode-table. Don't delete
26790 desktop file before rewriting it.
26791 (desktop-locals-to-save): Add autoload cookie. Don't make
26792 automatically buffer-local. Add variables column-number-mode,
26793 size-indication-mode, indent-tabs-mode,
26794 indicate-buffer-boundaries, indicate-empty-lines and
26795 show-trailing-whitespace.
26796 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26797 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26798 (desktop-clear-preserve-buffers-regexp): Delete.
26799 (desktop-clear-preserve-buffers): Update initial value and docstring.
26800 (desktop-save-buffer): Fix doc string.
26802 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26803 (hilit-chg-desktop-restore): New function.
26804 (highlight-changes-mode): Add highlight-changes-mode to
26805 desktop-locals-to-save.
26807 * dired.el: Add handler to desktop-buffer-mode-handlers.
26808 (dired-restore-desktop-buffer): Remove autoload cookie.
26809 (dired-mode): Add autoload cookie.
26811 * info.el: Add handler to desktop-buffer-mode-handlers.
26812 (Info-restore-desktop-buffer): Remove autoload cookie.
26813 (Info-mode): Add autoload cookie.
26815 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26816 (mh-restore-desktop-buffer): Remove autoload cookie.
26817 (mh-folder-mode): Add autoload cookie.
26819 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26820 (rmail-restore-desktop-buffer): Remove autoload cookie.
26822 2005-08-11 Masatake YAMATO <jet@gyve.org>
26824 * hexl.el (hexl-address-region):
26825 (hexl-ascii-region, hexl-font-lock-keywords):
26826 (hexl-highlight-line-range): Use the term "region"
26827 instead of "area" for consistency with the other symbols
26828 defined in hexl.el.
26830 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26832 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26833 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26834 out by Juri Linkov). Add `display-battery-mode'.
26836 2005-08-09 Juri Linkov <juri@jurta.org>
26838 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26839 Remove `-text' from face variable names.
26840 (compilation-error-file-name, compilation-warning-file-name)
26841 (compilation-info-file-name): Delete faces.
26842 (compilation-line-number, compilation-column-number):
26843 Remove face underlining.
26844 (compilation-message-face): Set to `underline' value by default.
26845 (compilation-error-face, compilation-warning-face)
26846 (compilation-info-face): Remove `-file-name' from face names.
26847 (compilation-error-text-face, compilation-warning-text-face)
26848 (compilation-info-text-face): Delete face variables.
26849 (compilation-text-face): Delete function.
26851 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26852 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26853 (grep-error-face): Set to `compilation-error' instead of
26854 `compilation-error-face' (which is redefined to `grep-hit-face' in
26856 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26857 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26859 * dired-aux.el (dired-do-query-replace-regexp):
26860 Use `query-replace-read-args'.
26862 * replace.el (query-replace-read-from, query-replace-read-to)
26863 (query-replace-read-args): Rename arg `string' to `prompt'.
26865 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26867 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26869 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26871 (ange-ftp-canonize-filename): Handle file names beginning with ~
26874 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26876 * textmodes/fill.el (canonically-space-region)
26877 (fill-context-prefix, fill-french-nobreak-p)
26878 (fill-delete-newlines, fill-comment-paragraph)
26879 (justify-current-line): "?\ " -> "?\s".
26881 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26883 * textmodes/fill.el (fill-nonuniform-paragraphs):
26884 Improve argument/docstring consistency.
26886 2005-08-09 Richard M. Stallman <rms@gnu.org>
26888 * textmodes/ispell.el (ispell-word): More fboundp checks.
26890 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26891 (find-file-noselect-1): Call it here, only if RAWFILE.
26892 (normal-mode): Always set some major mode.
26893 (save-some-buffers-action-alist): Change some explanation strings.
26894 (file-name-non-special): In the `quote' method, use unwind-protect.
26896 2005-08-09 Magnus Henoch <mange@freemail.hu>
26898 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26899 (ispell-have-aspell-dictionaries): New variable.
26900 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26901 (ispell-get-aspell-config-value): New function.
26902 (ispell-aspell-find-dictionary): New function.
26903 (ispell-aspell-add-aliases): New function.
26904 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26905 appropriate. Don't look for ispell dictionaries if we use aspell.
26906 (ispell-menu-map): Don't build a submenu of dictionaries.
26908 2005-08-09 Richard M. Stallman <rms@gnu.org>
26910 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26911 (sql-read-passwd): Use read-passwd.
26913 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26914 (idlwave-toolbar-is-possible): Add defvars.
26916 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26919 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26920 (idlwave-system-class-info, idlwave-executive-commands-alist):
26923 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26925 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26928 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26929 and content-type: headers.
26931 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26933 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26934 and rename some of them to be more self-explanatory.
26936 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26938 * startup.el (command-line-1): Implement -scriptload.
26940 * replace.el (occur-engine): Initial *Occur* output not undoable.
26942 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26943 and improve help strings.
26945 * isearch.el (isearch-repeat): When changing direction,
26946 mark search successful.
26948 * ediff-init.el: Use (featurep 'xemacs).
26950 * comint.el (send-invisible): Identify buffer, if not selected.
26952 * align.el: Delete autoload for c-guess-basic-syntax.
26954 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26956 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26957 Improve argument/docstring consistency. Doc fixes.
26958 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26959 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26960 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26961 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26962 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26963 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26964 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26965 Defvar at compile time.
26967 2005-08-09 Juri Linkov <juri@jurta.org>
26969 * info.el: Replace `info' with upper-case `Info' where appropriate.
26970 (info-title-1, info-title-2, info-title-3, info-title-4)
26971 (info-menu-header): Move up face definitions.
26972 (info-menu-star): Rename from `info-menu-5'.
26973 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26974 (Info-fontify-visited-nodes): Fix docstring.
26975 (Info-hide-note-references): Fix docstring.
26976 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26977 menu items in the same way as on cross-references.
26978 (info-apropos): Fix sorting order and formatting to be like in the
26979 stand-alone Info browser. Display error messages for 1 sec.
26980 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26981 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26983 (Info-insert-dir): Restore point after calling
26984 `insert-buffer-substring'.
26986 2005-08-08 Richard M. Stallman <rms@gnu.org>
26988 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26989 (recompute-lucid-menubar): Add defvars.
26991 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26993 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26995 * net/net-utils.el (run-dig): Rename from `dig'.
26997 * play/gametree.el (gametree-mode): Use make-local-variable,
26998 not make-variable-buffer-local.
27000 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
27002 * ansi-color.el (ansi-color-make-extent)
27003 (ansi-color-set-extent-face): Use fboundp, not functionp.
27005 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
27006 not make-variable-buffer-local.
27008 * bookmark.el (Info-current-file): Add defvar.
27009 (bookmark-jump-noselect): Use with-no-warnings.
27011 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
27013 * ebuff-menu.el (Helper-return-blurb): Add defvar.
27015 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
27017 * find-file.el (ada-procedure-start-regexp)
27018 (ada-package-start-regexp): Add defvars.
27020 * info.el (Info-insert-dir): Use insert-buffer-substring.
27022 * xml.el (xml-att-def-re): Add defvar.
27024 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
27025 calling convention.
27027 * subr.el (while-no-input): Return t if there is input.
27029 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
27031 * cus-start.el (all): Add `overflow-newline-into-fringe'.
27033 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
27035 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
27036 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
27038 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
27040 * cmuscheme.el (scheme-start-file): Replace reference to
27041 `user-emacs-directory' by "~/.emacs.d/".
27043 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
27045 * info.el (Info-dir-remove-duplicates): Avoid case folding
27046 in loop; instead, keep downcased strings for comparison.
27047 Suggested by Helmut Eller.
27049 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
27051 Sync with Tramp 2.0.50.
27053 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
27054 XEmacs case; not necessary anymore.
27055 (tramp-user-regexp): Allow "@" as part of user name.
27056 (tramp-handle-set-visited-file-modtime)
27057 (tramp-handle-insert-file-contents)
27058 (tramp-handle-write-region): No special handling for
27059 `last-coding-system-used, because this is done in
27060 `tramp-accept-process-output' now.
27061 (tramp-accept-process-output): New defun.
27062 (tramp-process-one-action, tramp-process-one-multi-action)
27063 (tramp-wait-for-regexp, tramp-wait-for-output)
27064 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
27065 Howells <dhowells@redhat.com>.
27066 (clear-visited-file-modtime): Defadvice removed. The check for
27067 unset buffer's modtime does not need to be based on
27068 `tramp-buffer-file-attributes'. Suggested by RMS.
27069 (tramp-message): Insert "\n" if not being at beginning of line.
27070 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
27071 sequence with same logic.
27072 (tramp-completion-handle-expand-file-name): Discard call of
27073 `tramp-drop-volume-letter'. It is not necessary, and there have
27074 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
27075 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27076 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
27077 should always be visible.
27078 (tramp-handle-insert-directory, tramp-setup-complete)
27079 (tramp-set-process-query-on-exit-flag)
27080 (tramp-append-tramp-buffers): Pacify byte-compiler.
27081 (tramp-bug): Delete non-existing variables from list.
27082 Apply `tramp-load-report-modules' as pre-hook.
27083 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
27084 `shell-prompt-pattern' because of non-7bit characters.
27085 Reported by Sebastian Luque <sluque@mun.ca>.
27086 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
27087 (tramp-match-string-list): Remove function.
27088 (tramp-wait-for-regexp): Remove call of that function.
27089 Suggested by Kim F. Storm <storm@cua.dk>.
27090 (tramp-set-auto-save-file-modes): Use octal integer code #o600
27091 instead of octal character code ?\600. The latter resulted in a
27092 syntax error with XEmacs.
27094 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
27095 XEmacs case; not necessary anymore.
27096 (tramp-smb-handle-write-region): No special handling for
27097 `last-coding-system-used, because this is done in
27098 `tramp-accept-process-output' now.
27099 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
27101 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
27103 * wid-edit.el (widget-choice-value-create):
27104 Unconditionally respect user choice. Set :explicit-choice back to nil
27105 when no longer needed.
27106 (widget-choice-action): Unconditionally respect user choice.
27107 Eliminate :explicit-choice-value.
27109 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
27111 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
27112 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
27113 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
27114 running new function `toggle-indicate-empty-lines'.
27115 Rename "Customize" item to "Customize fringe".
27116 Rename "Indicators" item to "Buffer boundaries" and change help echo.
27117 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
27118 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
27119 Delete "Empty lines only" item.
27120 (menu-bar-showhide-fringe-ind-customize): New function.
27121 (menu-bar-showhide-fringe-ind-mixed)
27122 (menu-bar-showhide-fringe-ind-box)
27123 (menu-bar-showhide-fringe-ind-right)
27124 (menu-bar-showhide-fringe-ind-left)
27125 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
27126 instead of `fringe-indicators'.
27128 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
27130 * emulation/viper.el (viper-emacs-state-mode-list):
27131 Add recentf-dialog-mode. Change the date of last update.
27133 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
27135 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
27136 (viper-exec-yank, viper-put-back): Don't display modification msg
27137 if in the minibuffer.
27139 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
27140 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
27141 Make variables frame local.
27143 * emulation/viper-util.el (viper-append-filter-alist):
27144 Use append instead of nconc.
27146 * emulation/viper.el (viper-vi-state-mode-list)
27147 (viper-emacs-state-mode-list): Move help-mode and
27148 completion-list-mode from the first list to the second.
27149 (viper-mode): Docstring.
27150 (viper-go-away, viper-non-hook-settings): Don't localize
27151 minor-mode-alist in newer Emacsen. Add advice to
27152 set-cursor-color. Don't bind "\C-c\\".
27154 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
27156 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
27157 (scheme-macro-expand-command): New user options.
27158 (scheme-trace-procedure, scheme-expand-current-form): New commands.
27159 (scheme-form-at-point, scheme-start-file)
27160 (scheme-interactively-start-process): New functions.
27161 (scheme-get-process): New function, extracted from `scheme-proc'.
27162 (run-scheme): Call `scheme-start-file' to get start file, and pass
27163 it to `make-comint'.
27164 (switch-to-scheme, scheme-proc):
27165 Call `scheme-interactively-start-process' if no Scheme buffer/process
27168 2005-08-06 Juri Linkov <juri@jurta.org>
27170 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27171 Use `compilation-text-face', `compilation-info-text-face' and
27172 `compilation-error-text-face' instead of `font-lock-keyword-face'.
27173 (compilation-error): New face.
27174 (compilation-error-file-name): Inherit from
27175 `compilation-error' instead of `font-lock-warning-face'.
27176 (compilation-warning-file-name): Inherit from
27177 `compilation-warning' instead of `font-lock-warning-face'.
27178 (compilation-info, compilation-error-file-name)
27179 (compilation-warning-file-name, compilation-info-file-name)
27180 (compilation-line-number, compilation-column-number): Doc fix.
27181 (compilation-error-text-face, compilation-warning-text-face)
27182 (compilation-info-text-face): New face variables.
27183 (compilation-line-face, compilation-column-face)
27184 (compilation-enter-directory-face)
27185 (compilation-leave-directory-face): Doc fix.
27186 (compilation-text-face): New function.
27188 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
27189 instead of 1 to display binary file names as info file links.
27190 (grep-error-face): Use `compilation-error-face' instead of
27191 `font-lock-keyword-face'.
27192 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
27193 and `compilation-warning-text-face' instead of
27194 `font-lock-keyword-face'. Use `compilation-error-text-face'
27195 instead of `grep-error-face'.
27197 2005-08-05 Kenichi Handa <handa@m17n.org>
27199 * international/code-pages.el: Add autoload cookies for all coding
27202 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
27204 * cus-start.el (all): Put undo.c where it alphabetically belongs.
27206 2005-08-04 Juri Linkov <juri@jurta.org>
27208 * progmodes/compile.el (compilation-mode-map):
27209 * progmodes/grep.el (grep-mode-map):
27210 Bind TAB to `compilation-next-error' and [backtab] to
27211 `compilation-previous-error'.
27213 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
27214 matching line numbers, column numbers and their ranges with regexp
27215 matching only line numbers.
27216 (grep-context-face): New face variable.
27217 (grep-mode-font-lock-keywords): Use it.
27219 * faces.el (read-face-name): Delete duplicate faces.
27221 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
27223 * thumbs.el (thumbs-find-image): Don't make variables
27224 automatically buffer local.
27225 (thumbs-current-tmp-filename, thumbs-current-image-filename)
27226 (thumbs-image-num): Make automatically buffer local.
27227 (thumbs-show-thumbs-list): Use `make-local-variable', not
27228 `make-variable-buffer-local'.
27229 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
27231 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
27232 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
27233 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
27234 (bother, bye, canyou, chatlst, continue, deathlst, describe)
27235 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
27236 (feelings-about, foullst, found, hello, history, howareyoulst)
27237 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
27238 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
27239 (neglst, obj, object, owner, please, problems, qlist)
27240 (random-adjective, relation, remlst, repetitive-shortness)
27241 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
27242 (shortlst, something, sportslst, stallmanlst, states, subj)
27243 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
27244 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
27245 Defvar at compile time.
27247 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
27248 not `make-variable-buffer-local'.
27250 2005-08-02 Kim F. Storm <storm@cua.dk>
27252 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
27253 rectangle overlay in selected window.
27255 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
27257 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
27258 instead of display group. Make `indicate-buffer-boundaries'
27259 customizable through Custom.
27261 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
27263 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
27264 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
27265 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
27266 (gdb-put-string): Fix typos in docstrings.
27268 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
27270 Update copyright notices of files in progmodes directory for
27271 release of Emacs 22.1.
27273 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
27275 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
27276 Don't barf if the GUD buffer has been killed.
27278 2005-08-01 Kim F. Storm <storm@cua.dk>
27280 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
27282 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
27284 * simple.el (next-error-follow-minor-mode):
27285 make-variable-buffer-local -> make-local-variable.
27287 * emacs-lisp/cl-extra.el: Require CL also when compiling.
27289 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
27290 (byte-compile-form-make-variable-buffer-local): New functions to warn
27291 about misuses of make-variable-buffer-local where make-local-variable
27294 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
27296 * bs.el (bs-attributes-list): Doc fix.
27297 (bs): Update url-link.
27299 * desktop.el (desktop-save-buffer): Fix typos in docstring.
27300 (desktop-load-default): Simplify.
27302 * ibuffer.el (ibuffer-columnize-and-insert-list)
27303 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
27304 (ibuffer-unmark-all, ibuffer-toggle-marks)
27305 (ibuffer-unmark-forward, ibuffer-unmark-backward)
27306 (ibuffer-compile-make-format-form, ibuffer-format-column)
27307 (ibuffer-current-buffers-with-marks)
27308 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
27309 (ibuffer): Doc fix.
27310 (ibuffer-mode): Fix typo in docstring.
27311 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27312 with `define-obsolete-variable-alias'.
27313 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
27315 2005-07-29 Kenichi Handa <handa@m17n.org>
27317 * international/mule-cmds.el (select-message-coding-system):
27318 Be sure to use LF for end-of-line. If no coding system is decided,
27319 return iso-8859-1-unix.
27321 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
27323 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27324 (ange-ftp-pending-error-line): New vars.
27325 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27326 to handle the non-fatal no-route-to-host messages.
27327 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27329 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
27331 * isearch.el (isearch-mode-map, isearch-other-meta-char)
27332 (isearch-quote-char, isearch-printing-char)
27333 (isearch-text-char-description): "?\ " -> "?\s".
27334 (isearch-lazy-highlight-cleanup)
27335 (isearch-lazy-highlight-initial-delay)
27336 (isearch-lazy-highlight-interval)
27337 (isearch-lazy-highlight-max-at-a-time)
27338 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27339 Declare with define-obsolete-*-alias macros.
27340 (isearch-forward): Fix typo in docstring.
27341 (search-invisible, search-ring-yank-pointer)
27342 (regexp-search-ring-yank-pointer): Doc fixes.
27344 * recentf.el (recentf-menu-append-commands-p): Declare with
27345 `define-obsolete-variable-alias'.
27346 (recentf-max-saved-items, recentf-menu-filter)
27347 (recentf-arrange-by-rule-subfilter): Doc fixes.
27348 (recentf-menu-append-commands-flag)
27349 (recentf-initialize-file-name-history, recentf-expand-file-name)
27350 (recentf-clear-data): Fix typos in docstrings.
27352 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
27354 * progmodes/gdb-ui.el: Smarten comments.
27355 (gdb-info-breakpoints-custom): Use nowarn when finding file.
27357 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
27359 * term/apollo.el (terminal-init-apollo): New function containing
27360 all former top level forms in the file.
27361 * term/bobcat.el (terminal-init-bobcat):
27362 * term/cygwin.el (terminal-init-cygwin):
27363 * term/iris-ansi.el (terminal-init-iris-ansi):
27364 * term/linux.el (terminal-init-linux):
27365 * term/news.el (terminal-init-news):
27366 * term/rxvt.el (terminal-init-rxvt):
27367 * term/sun.el (terminal-init-sun):
27368 * term/tvi970.el (terminal-init-tvi970):
27369 * term/vt100.el (terminal-init-vt100):
27370 * term/vt102.el (terminal-init-vt102):
27371 * term/vt125.el (terminal-init-vt125):
27372 * term/vt200.el (terminal-init-vt200):
27373 * term/vt201.el (terminal-init-vt201):
27374 * term/vt220.el (terminal-init-vt220):
27375 * term/vt240.el (terminal-init-vt240):
27376 * term/vt300.el (terminal-init-vt300):
27377 * term/vt320.el (terminal-init-vt320):
27378 * term/vt400.el (terminal-init-vt400):
27379 * term/vt420.el (terminal-init-vt420):
27380 * term/wyse50.el (terminal-init-wyse50):
27381 * term/xterm.el (terminal-init-xterm): Likewise.
27383 * term/README: Describe the terminal-init-* functionality.
27385 * startup.el (command-line): After loading the terminal initialization
27386 file call the corresponding terminal initialization function.
27388 2005-07-27 Kenichi Handa <handa@m17n.org>
27390 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27393 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27394 (ps-mule-composition-prologue): Fix for the case that
27395 RelativeCompose is false.
27397 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
27399 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27401 * descr-text.el (describe-char): Handle the case where the list of
27402 chars is displayed in a separate frame.
27403 Be a bit more discriminating when looking for the char.
27405 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
27407 * bookmark.el (bookmark-automatically-show-annotations)
27408 (bookmark-read-annotation-text-func): Doc fixes.
27409 (bookmark-save): Improve argument/docstring consistency.
27410 (bookmark-get-bookmark, bookmark-get-bookmark-record)
27411 (bookmark-alist-from-buffer)
27412 (bookmark-upgrade-file-format-from-0)
27413 (bookmark-grok-file-format-version)
27414 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27415 (bookmark-read-annotation-mode)
27416 (bookmark-insert-current-bookmark, bookmark-jump)
27417 (bookmark-exit-hook): Fix typos in docstrings.
27418 (bookmark-exit-hooks): Define as obsolete alias.
27419 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27420 not `bookmark-exit-hooks'. Fix docstring.
27421 (bookmark-bmenu-select): "?\ " -> "?\s".
27423 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27425 * startup.el (command-line): Fix typo.
27427 2005-07-24 Richard M. Stallman <rms@gnu.org>
27429 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27430 not emacs-quick-startup.
27432 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27434 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27435 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27436 instead of `reb-with-current-window'.
27437 (reb-prev-match): Likewise. Also, don't move left if the search
27439 (reb-initialize-buffer): New function.
27440 (re-builder, reb-change-syntax): Use it.
27442 * man.el (Man-goto-page): Make second argument NOERROR optional.
27444 2005-07-23 Richard M. Stallman <rms@gnu.org>
27446 * man.el (Man-bgproc-sentinel): Check here for failure to find
27447 any man page in the output, and report the error here.
27448 (Man-arguments): Make it permanent local.
27449 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27450 (Man-mode): Pass t for NOERROR.
27452 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27453 (grep-mode-font-lock-keywords):
27454 Don't use compilation-...-face for messages that are not file names.
27456 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27457 Don't use compilation-...-face for messages that are not file names.
27459 2005-07-22 Juri Linkov <juri@jurta.org>
27461 * startup.el (normal-splash-screen): Update menu name.
27463 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27465 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27467 * term/xterm.el: Load term/rxvt if the terminal is actually an
27469 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27471 * term/rxvt.el (function-key-map): Use substitute-key-definition
27472 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27474 * term/cygwin.el: New file.
27476 2005-07-22 Kim F. Storm <storm@cua.dk>
27478 * image-file.el (insert-image-file, image-file-yank-handler):
27479 Fix last change to maintain a (unique) yank-handler on yanked images.
27481 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
27483 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27484 of the file size (as in "177B" for 177 bytes). This happens with
27485 "ls -lh" on FreeBSD.
27487 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27489 * hilit-chg.el (highlight-changes-global-initial-state)
27490 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27491 (hilit-chg-fixup, highlight-changes-mode):
27492 Fix typos in docstrings.
27493 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27496 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27498 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27499 mode function using `eval-after-load'.
27501 2005-07-21 Kim F. Storm <storm@cua.dk>
27503 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27504 included when reporting an Emacs crash, and tell about the DEBUG file.
27506 * image-file.el (insert-image-file): Add yank-handler.
27507 (image-file-yank-handler): Yank handler to make unique copies of
27508 images when they are yanked into a buffer next to each other.
27510 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27512 * comint.el (comint-use-prompt-regexp, comint-send-input)
27513 (comint-source-default, comint-extract-string)
27514 (comint-get-source, comint-word, comint-completion)
27515 (comint-source, comint-prompt-read-only, comint-update-fence):
27516 Fix typos in docstrings.
27517 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27518 Declare with define-obsolete-*-alias macros.
27519 (comint-previous-matching-input-from-input)
27520 (comint-next-matching-input-from-input)
27521 (comint-previous-matching-input, comint-next-matching-input)
27522 (comint-forward-matching-input):
27523 Improve argument/docstring consistency.
27525 * desktop.el (desktop-clear-preserve-buffers-regexp):
27526 Also preserve the *server* buffer.
27528 * simple.el (clone-indirect-buffer): Doc fix.
27529 (fixup-whitespace, just-one-space)
27530 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27531 (next-error, next-error-highlight)
27532 (next-error-highlight-no-select, next-error-last-buffer)
27533 (next-error-buffer-p, next-error-find-buffer, next-error)
27534 (previous-error, next-error-no-select, previous-error-no-select)
27535 (open-line, split-line, minibuffer-prompt-width, kill-new)
27536 (binary-overwrite-mode): Fix typos in docstrings.
27537 (set-fill-column): Fix typo in message.
27539 * skeleton.el (skeleton-proxy-new): Doc fix.
27541 * strokes.el (strokes-load-hook): Doc fix.
27542 (strokes-grid-resolution, strokes-get-grid-position)
27543 (strokes-renormalize-to-grid, strokes-read-stroke)
27544 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27545 (strokes-global-map): Fix typos in docstrings.
27546 (strokes-help): Doc fix. Fix help message and pass it through
27547 `substitute-command-keys'.
27549 * tempo.el (tempo-insert-prompt, tempo-interactive)
27550 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27551 (tempo-insert-string-functions, tempo-local-tags)
27552 (tempo-define-template, tempo-insert-template)
27553 (tempo-insert-prompt-compat, tempo-is-user-element)
27554 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27555 Fix typos in docstrings.
27557 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27558 (vcursor-key-bindings, vcursor-use-vcursor-map)
27559 (vcursor-find-window, vcursor-scroll-down)
27560 (vcursor-disable, vcursor-beginning-of-buffer)
27561 (vcursor-end-of-buffer): Fix typos in docstrings.
27562 (vcursor-relative-move, vcursor-get-char-count):
27563 Improve argument/docstring consistency.
27565 * version.el: "?\ " -> "?\s".
27567 * wid-edit.el (widget-default-create, widget-after-change)
27568 (widget-default-format-handler, widget-checklist-add-item)
27569 (widget-radio-add-item, widget-choose, widget-specify-secret)
27570 (widget-field-value-create, widget-field-value-get)
27571 (widget-editable-list-format-handler)
27572 (widget-editable-list-entry-create, widget-group-value-create)
27573 (widget-documentation-link-add)
27574 (widget-documentation-string-value-create): "?\ " -> "?\s".
27575 (widget-convert-text): Doc fix.
27576 (widget-narrow-to-field, widget-field-find)
27577 (widget-url-link-action, widget-emacs-library-link-action)
27578 (widget-color-notify): Fix typos in docstrings.
27580 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27581 (x-select-text, set-w32-system-coding-system)
27582 (w32-add-charset-info): Fix typos in docstrings.
27584 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27585 (cua-enable-cua-keys, cua-use-hyper-key)
27586 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27587 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27589 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27591 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27592 `defalias' instead of faking it.
27594 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27595 (eshell-ls-missing, eshell-ls-dired-initial-args)
27596 (eshell-ls-use-in-dired): Fix typos in docstrings.
27598 2005-07-20 Kim F. Storm <storm@cua.dk>
27600 * emulation/cua-base.el (cua-mode): Improve doc string.
27602 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27604 * abbrev.el (expand-region-abbrevs): Doc fix.
27605 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27606 Improve argument/docstring consistency.
27608 * arc-mode.el (archive-get-descr, archive-alternate-display):
27610 (archive-l-e): Improve argument/docstring consistency.
27611 (archive-tmpdir, archive-unixdate, archive-unixtime)
27612 (archive-chmod-entry): Fix typos in docstrings.
27613 (archive-unflag, archive-unflag-backwards)
27614 (archive-unmark-all-files): "?\ " -> "?\s".
27616 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27617 (Buffer-menu-not-modified, Buffer-menu-execute)
27618 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27619 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27621 * composite.el (compose-string, encode-composition-rule)
27622 (compose-last-chars): Fix typos in docstrings.
27624 * desktop.el (desktop-enable, desktop-basefilename):
27625 Declare with `define-obsolete-variable-alias'.
27626 (desktop-internal-v2s): Don't quote keywords.
27627 (desktop-clear): "?\ " -> "?\s".
27629 * dired.el (dired-align-file, dired-flag-backup-files)
27630 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27631 (dired-listing-switches, dired-ls-F-marks-symlinks)
27632 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27633 (dired-directory, dired-faces, dired, dired-revert)
27634 (dired-mode, dired-summary, dired-view-file)
27635 (dired-copy-filename-as-kill, dired-delete-file)
27636 (dired-no-confirm, dired-unmark-all-marks)
27637 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27638 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27639 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27640 Fix typos in message strings.
27642 * dired-x.el (virtual-dired): Declare with `defalias'.
27643 (dired-mark-unmarked-files, dired-local-variables-file)
27644 (dired-omit-here-always): Doc fix.
27645 (dired-omit-mode, dired-find-subdir)
27646 (dired-enable-local-variables, dired-clean-up-buffers-too)
27647 (dired-extra-startup, dired-mark-extension, dired-jump)
27648 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27649 (dired-smart-shell-command, dired-guess-shell-alist-user)
27650 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27651 (dired-x-bind-find-file, dired-x-submit-report):
27652 Fix typos in docstrings.
27653 (dired-mark-unmarked-files): "?\ " -> "?\s".
27655 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27657 * faces.el (describe-face): "?\ " -> "?\s".
27658 (read-all-face-attributes, read-face-font, modify-face)
27659 (face-attr-construct, italic): Fix typos in docstrings.
27660 (frame-update-face-colors): Declare with
27661 `define-obsolete-function-alias'.
27663 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27664 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27665 (magic-mode-alist, buffer-file-numbers-unique)
27666 (write-file-functions, get-free-disk-space):
27667 Fix typos in docstrings.
27668 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27669 (write-contents-hooks, write-file-hooks):
27670 Declare with `define-obsolete-variable-alias'.
27672 * forms-d2.el (arch-rj): Fix typo in docstrings.
27673 (arch-tocol): Likewise. "?\ " -> "?\s".
27675 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27676 Fix typo in docstring.
27677 (set-screen-width, set-screen-height): Delete redundant info in
27679 (new-frame, screen-height, screen-width): Declare with
27680 `define-obsolete-function-alias'.
27681 (delete-frame-hook, blink-cursor): Declare with
27682 `define-obsolete-variable-alias'.
27684 * paths.el (prune-directory-list): Fix typos in docstring.
27686 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27687 (cvs-prefix-get): Fix typos in docstrings.
27689 * ps-print.el (ps-extend-face-list, ps-extend-face)
27690 (ps-print-background-image): Fix typos in docstrings.
27691 (ps-default-fg, ps-default-bg): Doc fixes.
27693 * s-region.el (s-region-bind): Doc fix.
27694 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27696 * textmodes/org.el (org-table-formula-substitute-names)
27697 (org-table-get-vertical-vector): Doc fixes.
27698 (org-table-recalculate): Remove unused argument to `message'.
27700 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27702 * textmodes/org.el (org-table-column-names)
27703 (org-table-column-name-regexp)
27704 (org-table-named-field-locations): New variables.
27705 (org-archive-subtree): Protect `this-command' when calling
27706 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27708 (org-complete): Remove fixed-formula completion.
27709 (org-edit-formulas-map): New variable.
27710 (org-table-edit-formulas): New command.
27711 (org-finish-edit-formulas, org-abort-edit-formulas)
27712 (org-show-variable, org-table-get-vertical-vector): New functions.
27713 (org-table-maybe-eval-formula): Handle `:=' fields.
27714 (org-table-get-stored-formulas, org-table-store-formulas)
27715 (org-table-get-formula, org-table-modify-formulas)
27716 (org-table-replace-in-formulas): Handle named field formulas.
27717 (org-table-get-specials): Store locations of named fields.
27719 2005-07-19 Juri Linkov <juri@jurta.org>
27721 * progmodes/grep.el (grep-regexp-alist)
27722 (grep-mode-font-lock-keywords, grep-process-setup):
27723 Use default GNU grep match color "01;31m" instead of "01;41m".
27724 (grep-regexp-alist, grep-mode-font-lock-keywords):
27725 Use `\\[[0-9]*m' instead of `\\[00m'.
27726 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27727 sgr_start where its handling is more important. Use the real
27728 length of sgr_start instead of constant 8.
27729 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27730 specially. Delete all remaining escape sequences.
27731 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27732 (grep-regexp-alist): Make hyperlink only for binary file name
27733 instead of the whole line.
27734 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27735 (grep-mode): Add autoload.
27737 * emacs-lisp/find-func.el (find-function-regexp):
27738 Add `define-compilation-mode'.
27740 2005-07-19 Juri Linkov <juri@jurta.org>
27742 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27743 (compare-windows-sync-string-size, compare-windows-recenter)
27744 (compare-windows-highlight, compare-windows): Add version 22.1.
27745 (compare-windows) <defface>: Inherit from lazy-highlight instead
27746 of duplicating its default value.
27748 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27749 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27751 * descr-text.el (describe-char): Create link buttons for `charset'
27752 and `code point'. Add the current input method name with a link
27753 button to `to input' field. Print face names of display table
27754 characters in `The display table entry is displayed by' section
27755 instead of printing face-id in the `display' field.
27756 Guess hardcoded faces and create a link button for them.
27757 Skip empty fields when calculating max-width.
27758 Treat `widget-create' specially while inserting strings from the
27759 collected field list.
27760 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27762 * diff-mode.el (diff-file-header): Change foreground color from
27763 yellow to green on light backgrounds.
27764 (diff-context): Inherit from `shadow' only for color/grayscale
27765 with more than 88 colors.
27766 (diff-indicator-removed, diff-indicator-added)
27767 (diff-indicator-changed): New faces.
27768 (diff-font-lock-keywords): Use new faces. Regroup rules.
27769 Add "^---$" for `normal' diff format. Fontify `#' lines with
27770 font-lock-comment-delimiter-face and font-lock-comment-face.
27771 Add `#' to ^[^...] in the rule for `diff-context-face'.
27773 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27774 a button-like box. Inherit from `highlight' on low colors.
27775 (shadow): Use shades of gray only for color/grayscale with
27776 more than 88 colors. Use green for light backgrounds with
27777 8 colors, and yellow for dark backgrounds with 8 colors.
27779 * font-lock.el (font-lock-regexp-grouping-backslash):
27780 Don't inherit from escape-glyph (use bold for all cases).
27782 * info.el (info-xref-visited): Use light foreground color `violet'
27783 for dark backgrounds instead of dark color `magenta3'.
27784 (info-title-1): Use `yellow' color for dark backgrounds.
27786 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27787 too-light magenta2.
27789 * replace.el (match): Use slightly more light RoyalBlue3 instead
27790 of dark RoyalBlue4.
27792 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27794 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27796 * novice.el (disabled-command-hook): Declare it with
27797 `define-obsolete-variable-alias'.
27799 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27800 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27801 (desktop-load-default): Add release to obsolescence info.
27802 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27803 (desktop-append-buffer-args, desktop-read):
27804 Fix typos in docstrings.
27805 (desktop-kill): Fix typo in message.
27806 (desktop-save): Doc fix.
27808 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27810 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27811 (viper-envelop-ESC-key): Change the definition of fast
27812 keysequence so it'll work with keyboard macros.
27814 * ediff.el (ediff-patch-buffer): Change the docstring.
27816 2005-07-19 Kenichi Handa <handa@m17n.org>
27818 * international/mule-cmds.el (select-safe-coding-system): Try to
27819 use an auto-coding (if any) before anything else. If the found
27820 auto-coding is invalid, show a warning message.
27822 * international/mule.el (find-auto-coding): New function created
27823 by modifying the body of set-auto-coding.
27824 (set-auto-coding): Use find-auto-coding to find a coding.
27826 2005-07-18 Richard M. Stallman <rms@gnu.org>
27828 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27829 not isearch-mode-end-hook-error.
27830 (allout-before-change-protect): Fix error message.
27832 2005-07-18 Juri Linkov <juri@jurta.org>
27834 * allout.el (allout-mode):
27835 * calculator.el (calculator-copy):
27836 * custom.el (custom-known-themes):
27837 * dired.el (dired-desktop-buffer-misc-data)
27838 (dired-restore-desktop-buffer):
27839 * dired-x.el (dired-omit-marker-char):
27840 * files.el (basic-save-buffer):
27841 * font-core.el (font-lock-mode):
27842 * calendar/calendar.el (calendar-goto-hebrew-date)
27843 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27844 (calendar-goto-persian-date):
27845 * language/ethio-util.el (ethio-sera-to-fidel-region):
27846 * textmodes/picture.el (picture-mode):
27847 Delete duplicate duplicate words.
27849 2005-07-18 Juri Linkov <juri@jurta.org>
27851 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27853 (isearch-fallback): Don't call `isearch-process-search-char'.
27854 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27855 (isearch-process-search-char): Call `isearch-fallback' for regexp
27857 (isearch-return-char): Make obsolete with `make-obsolete' instead
27858 of simply documenting it as obsolete in the docstring.
27859 (isearch-fallback): Refill docstring.
27861 * international/isearch-x.el
27862 (isearch-process-search-multibyte-characters): Remove unneeded
27863 `concat'. Add intermediate values to `junk-hist' instead of
27864 `minibuffer-history'. Test the length of `str'.
27866 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27868 * allout.el (allout-resolve-xref): Fix typos in error strings.
27869 (allout-before-change-protect): Remove unneeded `concat'.
27871 * array.el (array-mode, array-reconfigure-rows)
27872 (untabify-backward): Fix typos in docstrings.
27873 (array-reconfigure-rows): Use `insert-buffer-substring', not
27876 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27877 * progmodes/ada-mode.el (ada-make-body):
27878 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27880 * dired.el (dired-log):
27881 * tar-mode.el (tar-subfile-save-buffer):
27882 * play/zone.el (zone-pgm-stress-destress):
27883 Use `insert-buffer-substring', not `insert-buffer'.
27885 2005-07-17 Simon Josefsson <jas@extundo.com>
27887 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27889 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27891 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27892 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27894 2005-07-17 Kim F. Storm <storm@cua.dk>
27896 * ido.el (dired-other-window): Add ido property.
27898 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27900 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27901 Fix typo in docstring.
27902 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27903 `insert-file-literally'.
27905 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27906 info and delete redundant message. Doc fix.
27907 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27908 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27910 2005-07-16 Richard M. Stallman <rms@gnu.org>
27912 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27913 (byte-compile-and): Use byte-compile-and-recursion.
27914 (byte-compile-or-recursion): New function.
27915 (byte-compile-or): Use that.
27916 (byte-compile-if): Guard the else-clause too.
27917 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27919 * isearch.el (isearch-mode-end-hook-quit): New variable.
27920 (isearch-done): Bind it.
27921 (isearch-mode-end-hook): Doc fix.
27923 * allout.el (allout-isearch-did-quit): Variable deleted.
27924 (allout-real-isearch-abort): Function name no longer used.
27925 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27926 (allout-isearch-rectification): isearch-mode always exists.
27927 Don't set allout-isearch-did-quit.
27928 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27929 allout-isearch-did-quit.
27930 (allout-enwrap-isearch): Just add the hook.
27931 (allout-isearch-abort): Function deleted.
27932 (allout-pre-command-business): Avoid warning.
27934 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27935 Correctly avoid warnings.
27936 (pascal-outline): Likewise.
27938 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27940 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27942 * play/tetris.el (tetris-mode): Avoid warning.
27944 * play/snake.el (snake-mode): Avoid warning.
27946 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27947 (gamegrid-set-display-table): Avoid warning.
27948 (gamegrid-set-timer): Likewise.
27949 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27950 (gamegrid-add-score-with-update-game-score-1): Take FILE
27952 (gamegrid-add-score-with-update-game-score): Pass that argument.
27953 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27955 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27957 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27958 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27960 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27963 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27964 (sc-ask): Avoid warnings.
27966 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27967 (eshell-hist-initialize): Use that var the natural way.
27969 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27971 * emacs-lisp/re-builder.el (reb-cook-regexp):
27972 Avoid warning calling lre-compile-string.
27973 (reb-color-display-p): Avoid warning.
27975 * calculator.el (calculator-last-input): Guard uses
27976 of event-key and key-press-event-p.
27977 (event-key, key-press-event-p): Delete definitions.
27979 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27980 (find-gc-source-directory, find-gc-subrs-callers)
27981 (find-gc-noreturn-list, find-gc-source-files)
27982 (find-gc-subrs-called): Vars renamed and defvar'd.
27984 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27985 (checkdoc-overlay-put, checkdoc-delete-overlay)
27986 (checkdoc-overlay-start, checkdoc-overlay-end)
27987 (checkdoc-mode-line-update, checkdoc-char=):
27988 Define such that compiler knows they are defined.
27989 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27990 (checkdoc-read-event): Delete. Use read-event directly.
27992 * whitespace.el (whitespace-make-overlay)
27993 (whitespace-overlay-put, whitespace-delete-overlay)
27994 (whitespace-overlay-start, whitespace-overlay-end):
27995 Define such that compiler knows they are defined.
27996 (whitespace): Move conditional inside.
27998 * tempo.el (tempo-insert-template): Suppress warning.
28000 * ediff-diff.el (longlines-mode): Add defvar.
28002 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
28004 * server.el: Bind "C-x #" in a way that works even if C-x is
28005 redefined to a command key, not a prefix key.
28007 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
28009 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
28010 cl-make-type-test till execution time.
28012 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
28014 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
28015 arg ARG and use it.
28017 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
28019 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
28021 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
28023 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28024 a defcustom with two :set or :type keywords.
28026 2005-07-15 Richard M. Stallman <rms@gnu.org>
28028 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
28029 Don't give ^M comment-end syntax.
28031 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
28033 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
28034 Don't consider gdbmi (gdb-mi.el has its own update functions).
28035 (gdb-var-delete): Make it work for gdbmi as well.
28036 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
28038 * progmodes/gud.el (etags, sdb): Only require etags when needed.
28039 (gud-speedbar-menu-items): Correct logic for enabling items.
28041 2005-07-15 Kim F. Storm <storm@cua.dk>
28043 * ido.el: Fix commentary.
28044 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
28045 Use with-no-warnings around ffap-guesser.
28046 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
28047 Let bind minibuffer-completing-file-name to t.
28049 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
28051 * startup.el (site-run-file, keyboard-type): Doc fixes.
28052 (command-line): Check for "--basic-display" argument; also for
28053 "--quick", not "--bare-bones" (which was renamed).
28054 (fancy-splash-text): Add missing item "Getting New Versions".
28055 (normal-splash-screen): Fix typos and improve consistency with
28056 `fancy-splash-text'. Update copyright year.
28058 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
28059 valid binding for `help-char'.
28061 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
28063 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
28065 * term.el (term-mode): Disable cua-mode for term buffers.
28067 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
28069 * add-log.el (add-log-mailing-address, change-log-merge):
28071 (change-log-get-method-definition): Fix typo in docstring.
28073 2005-07-14 Kim F. Storm <storm@cua.dk>
28075 * emulation/cua-base.el:
28076 (cua--pre-command-handler-1, cua--pre-command-handler)
28077 (cua--post-command-handler-1, cua--post-command-handler):
28078 Split in two. Check (buffer local) value of cua-mode.
28079 (cua-selection-mode): New command.
28081 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
28083 * custom.el (custom-initialize-safe-set)
28084 (custom-initialize-safe-default): Doc fixes.
28086 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28087 and simplify :init-value again.
28089 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28090 and simplify :init-value again. Delete autoload.
28092 * startup.el (command-line): Use `custom-reevaluate-setting' again
28095 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28096 a defcustom with two :initialize keywords.
28098 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
28100 * allout.el (my-mark-marker, allout-isearch-prior-pos)
28101 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
28102 (allout-post-command-business, allout-flag-region)
28103 (isearch-reenable-font-lock, allout-yank)
28104 (allout-insert-latex-header, allout-insert-latex-trailer)
28105 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
28106 (allout-latex-verb-quote): Fix typos in docstrings.
28107 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
28108 (allout-unprotected, allout-prefix-data):
28109 Improve argument/docstring consistency.
28110 (allout-chart-subtree): Fix argument spec.
28111 (allout-open-topic): Rename `use_sib_bullet' argument to
28112 `use-sib-bullet'. Doc fix.
28114 * whitespace.el (whitespace-check-buffer-leading)
28115 (whitespace-check-buffer-trailing)
28116 (whitespace-check-buffer-indent)
28117 (whitespace-check-buffer-spacetab)
28118 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
28119 (whitespace-check-leading-whitespace)
28120 (whitespace-check-trailing-whitespace)
28121 (whitespace-check-spacetab-whitespace)
28122 (whitespace-check-indent-whitespace)
28123 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
28124 (whitespace-modes): Fix typos in docstrings.
28125 (defgroup, defcustom): Doc fixes.
28127 * winner.el (winner-mode, winner-boring-buffers)
28128 (winner-pending-undo-ring): Doc fixes.
28129 (winner-ring): Remove unneeded `progn'.
28130 (winner-equal): `defsubst' it.
28131 (winner-redo): Fix message.
28133 2005-07-13 Kim F. Storm <storm@cua.dk>
28135 * simple.el (line-move-1): Always use vertical-motion to
28136 do the last (or only) line move to ensure some movement.
28137 Undo 2005-06-23 change--don't check for overlays.
28139 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28141 * term/mac-win.el (ccl-encode-mac-roman-font)
28142 (ccl-encode-mac-centraleurroman-font)
28143 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
28144 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
28145 Change charset-id boundary of dimension to ?\xef.
28146 (mac-char-fontspec-list): New constant.
28147 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
28148 argument. Nil uses itself as family in font-spec. Previous
28149 behavior for nil is now provided by non-nil non-string argument.
28150 All callers changed. Add font-specs for Mac fonts to
28151 "fontset-default" unless iso8859-1 fonts are installed.
28153 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
28155 * progmodes/sh-script.el (sh-get-indent-info): Only indent
28156 a continuation line if the \ is preceded by SPC or TAB.
28157 (sh-get-indent-info): Simplify.
28158 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
28159 Use with-current-buffer.
28161 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
28162 when the matched text is empty.
28164 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
28166 * startup.el (command-line): Revert to previous handling of
28167 tooltip-mode. Explain in comment why the complexity is needed.
28169 * tooltip.el (tooltip-mode): Revert to previous implementation of
28172 * frame.el (blink-cursor-mode): Revert to previous implementation
28173 of its defcustom. Update comment.
28175 2005-07-12 Lars Hansen <larsh@soem.dk>
28177 * desktop.el: Update e-mail address.
28179 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28181 * term/mac-win.el (mac-services-mail-selection)
28182 (mac-services-mail-to): New functions.
28183 (mac-application-menu-map): Bind them.
28185 2005-07-12 wulei <milton@wulei.net> (tiny change)
28187 * progmodes/gdb-ui.el: Add note about buffering with Windows.
28189 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
28191 * custom.el (custom-reevaluate-setting): Doc fix.
28193 2005-07-11 Jay Belanger <belanger@truman.edu>
28195 * calc/calc.el (calc-embedded-announce-formula-alist)
28196 (calc-embedded-open-close-plain-alist)
28197 (calc-embedded-open-close-mode-alist): Add checks for additional
28198 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
28200 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
28202 * custom.el (custom-enable-theme): Don't add theme to
28203 `custom-enabled-themes' with `push' because there is no
28204 setf-method for `delq'.
28206 2005-07-11 Richard M. Stallman <rms@gnu.org>
28208 * custom.el (custom-declare-variable): Doc fix.
28210 * dired-aux.el (dired-compare-directories): Remove "." and ".."
28213 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
28214 Do nothing if edebug-active.
28216 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
28217 (edebug-display): Do it here instead.
28219 2005-07-10 Richard M. Stallman <rms@gnu.org>
28221 * cus-face.el (custom-theme-set-faces): Make it work.
28222 (custom-reset-faces): Doc fix.
28223 (custom-theme-reset-internal-face, custom-theme-face-value):
28226 * custom.el (custom-push-theme): Maintain list of the settings
28227 of a given theme in its theme-settings property.
28228 Maintain position of old settings in the theme-value
28229 or theme-face property.
28230 (custom-enabled-themes): New variable.
28231 (custom-theme-enabled-p): New function.
28232 (provide-theme): Update custom-enabled-themes.
28233 Disable and reenable the `user' theme.
28234 (require-theme): Doc fix.
28235 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
28236 (custom-theme-value, custom-theme-variable-value): Likewise.
28237 (custom-theme-reset-internal): Likewise.
28238 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
28239 (custom-enable-theme, custom-disable-theme): New functions.
28240 (custom-variable-theme-value, custom-face-theme-value): Likewise.
28241 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
28242 (custom-theme-reset-variables): Simplify.
28243 (deftheme, custom-declare-theme, custom-make-theme-feature):
28246 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
28248 * longlines.el (longlines-show-region)
28249 (longlines-unshow-hard-newlines): Recognize hard newlines by
28250 non-nil hard property, instead of t.
28252 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
28254 * emulation/viper-cmd.el (viper--key-maps): New variable.
28255 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
28256 emulation-mode-map-alists.
28257 (viper-envelop-ESC-key): Use viper-subseq.
28258 (viper-search-forward/backward/next): Disable debug-on-error.
28260 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28261 (viper-ESC-key): New defcustoms.
28263 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
28265 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
28266 (viper-subseq): Copy of subseq from cl.el.
28268 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
28269 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
28271 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
28273 * emulation/viper-init.el: Get rid of -face in face names.
28275 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
28276 Make it work with longlines mode.
28278 * ediff-mult.el (ediff-meta-mode-hook): New variable.
28280 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
28282 * ediff-init.el: Get rid of -face in face names.
28284 2005-07-10 Richard M. Stallman <rms@gnu.org>
28286 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
28287 and with-timeout-unsuspend.
28289 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
28290 and with-timeout-unsuspend.
28292 * emacs-lisp/timer.el (with-timeout-timers): New variable.
28293 (with-timeout): Bind that variable to record timers.
28294 (with-timeout-suspend, with-timeout-unsuspend): New functions.
28296 * emacs-lisp/debug.el (debug-help-follow): New function.
28297 (debugger-mode-map): Use that instead of help-follow.
28298 (debugger-setup-buffer): Use eval-buffer-list
28299 to handle eval-buffer frames.
28301 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
28303 * timezone.el (timezone-parse-date): Change first regexp
28304 so it will not mistakenly match dates with no time zone.
28306 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
28308 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
28310 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
28312 * custom.el (custom-initialize-safe-set)
28313 (custom-initialize-safe-default): New functions.
28315 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28316 and simplify :init-value.
28318 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28319 and simplify :init-value. Delete obsolete comment.
28321 * startup.el (command-line): Use `custom-reevaluate-setting' to
28322 handle `tooltip-mode'. Delete obsolete comment.
28324 * files.el (set-visited-file-name): Avoid calling
28325 `file-name-nondirectory' with a nil argument.
28327 2005-07-09 Richard M. Stallman <rms@gnu.org>
28329 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28330 was called with nil for the buffer, handle the read position right.
28331 Handle read position for eval-region, too.
28333 2005-07-09 Juri Linkov <juri@jurta.org>
28335 * fringe.el (fringe-mode): Add period in docstring.
28336 (fringe-query-style): Build prompt depending on `all-frames' arg.
28338 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28339 to not create links to unrelated functions in the Help buffer.
28341 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28344 * simple.el (next-error-hook): New variable.
28345 (next-error): Use it. Doc fix.
28347 * textmodes/ispell.el (ispell-command-loop): Add current
28348 dictionary name and program name to mode-line-format.
28349 (ispell-region, ispell-process-line): Add current dictionary name
28350 and program name to messages.
28352 2005-07-08 Jay Belanger <belanger@truman.edu>
28354 * calc/calc.el (calc-embedded-announce-formula-alist)
28355 (calc-embedded-open-close-formula-alist)
28356 (calc-embedded-open-close-word-alist)
28357 (calc-embedded-open-close-plain-alist)
28358 (calc-embedded-open-close-new-formula-alist)
28359 (calc-embedded-open-close-mode-alist)
28360 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28361 (calc-embedded-mode-hook): New variables.
28363 * calc/calc-embed.el (calc-embedded-firsttime)
28364 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28366 (calc-do-embedded): Use calc-embedded-firsttime,
28367 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28368 determine whether or not to run hooks.
28369 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28370 calc-embedded-firsttime-formula appropriately.
28371 Set calc-embedded delimiter variables according to mode.
28373 2005-07-08 Richard M. Stallman <rms@gnu.org>
28375 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28376 Check for "emacs", etc., as entire symbol, not just as word.
28377 (checkdoc-file-comments-engine): Use regexp-quote on FN.
28379 * files.el (set-visited-file-name): Report the error
28380 for "empty filename" earlier.
28381 (kill-some-buffers): Ignore buffers already dead.
28383 * fringe.el (fringe-mode): Doc fix.
28385 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28386 Check for (featurep 'xemacs) and turn off warnings in what it guards.
28387 Use unwind-protect to ensure byte-compile-unresolved-functions
28390 * whitespace.el (whitespace-buffer-leading-cleanup):
28391 Simplify w/ skip-chars-forward.
28392 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28394 * mail/rmail.el (rmail-only-expunge): Fix paren error.
28395 Unconditionally try to leave point at the same old place.
28397 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
28399 * comint.el (comint-postoutput-scroll-to-bottom)
28400 (comint-show-maximum-output): Take scroll-margin into consideration.
28402 2005-07-08 Kim F. Storm <storm@cua.dk>
28404 * ido.el (ido-use-filename-at-point): New choice `guess'.
28405 (ido-file-internal): Try ffap-guesser if selected.
28407 * ido.el (ido-before-fallback-functions): New hook.
28408 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28409 (ido-read-file-name): Run it.
28411 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
28413 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28414 strings rather than a list of symbols to the completion function.
28416 2005-07-07 Jay Belanger <belanger@truman.edu>
28418 * calc/calc-units.el (math-apply-units): Change the places in
28419 which units are simplified.
28421 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28423 * cus-edit.el (customize-option, customize-option-other-window):
28424 Make them handle aliases.
28426 * custom.el (custom-variable-p): Make it recursively follow
28427 aliases. Mention that in the docstring.
28429 2005-07-07 Richard M. Stallman <rms@gnu.org>
28431 * cus-start.el (exec-path): Use `directory' instead of `file'.
28434 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28436 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28437 when called non-interactively. Doc fix.
28439 2005-07-07 Lute Kamstra <lute@gnu.org>
28441 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28442 new address as well.
28444 2005-07-07 Kenichi Handa <handa@m17n.org>
28446 * international/mule.el (make-coding-system):
28447 Describe `ascii-incompatible' property in the docstring.
28448 (set-file-name-coding-system): Signal an error if coding-system is
28449 ascii-incompatible.
28450 (set-keyboard-coding-system): Likewise.
28452 * international/mule-cmds.el (set-default-coding-systems):
28453 Don't set default-file-name-coding-system and
28454 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28456 * international/utf-16.el: Declare that all UTF-16-based coding
28457 systems are ASCII-incompatible.
28459 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28461 * progmodes/gud.el: Require font-lock for displaying errors.
28464 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28466 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28467 values for the pattern lists which are `read'able but not
28468 `append'able (like symbols).
28470 2005-07-06 Richard M. Stallman <rms@gnu.org>
28472 * progmodes/flymake.el (flymake-float-time): Instead of
28473 with-no-warnings, test for XEmacs.
28474 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28477 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28479 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28481 2005-07-05 Lute Kamstra <lute@gnu.org>
28483 * battery.el: Add support for Darwin (with much debugging help
28484 from Samuel Lauber <sam124@operamail.com>).
28485 (battery-status-function, battery-echo-area-format)
28486 (battery-mode-line-format): Add support for pmset on Darwin.
28487 (battery-load-low, battery-load-critical): New user options.
28488 (battery-pmset): New function.
28490 2005-07-05 Lute Kamstra <lute@gnu.org>
28492 Update FSF's address in GPL notices.
28494 * textmodes/page-ext.el: Update FSF's address.
28496 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28498 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28499 filling from using prefix when filling a single-line docstring.
28501 * progmodes/flymake.el: Remove useless eval-when-compile.
28503 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28505 2005-07-04 Richard M. Stallman <rms@gnu.org>
28507 * textmodes/org.el (org-file-apps-defaults-gnu):
28508 Rename from org-file-apps-defaults-linux.
28509 (org-default-apps): Don't test system-type for `linux'.
28510 (org-file-apps): Doc fix.
28512 2005-07-04 David Ponce <david@dponce.com>
28514 * tree-widget.el: Improve header Commentary section.
28515 (tree-widget) [defgroup]
28516 (tree-widget-image-enable, tree-widget-themes-directory)
28517 (tree-widget-theme, tree-widget-image-properties-emacs)
28518 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28519 (tree-widget-image-formats, tree-widget-control)
28520 (tree-widget-empty-control, tree-widget-leaf-control
28521 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28522 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28523 (tree-widget-keep, tree-widget-after-toggle-functions)
28524 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28525 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28526 :help-echo message.
28527 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28528 (tree-widget-image-properties): Doc fix. Clearer implementation.
28529 (tree-widget--cursors): New constant.
28530 (tree-widget-lookup-image): New function split from
28531 `tree-widget-find-image'. Clearer implementation.
28532 (tree-widget-find-image): Use it.
28533 (tree-widget-button-keymap): Use `set-keymap-parent'.
28534 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28535 Define the sub-widgets here.
28536 (tree-widget-node): Check that :node is not a tree-widget.
28537 (tree-widget-get-super, tree-widget-open-control)
28538 (tree-widget-close-control, tree-widget-empty-control)
28539 (tree-widget-leaf-control, tree-widget-guide)
28540 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28541 (tree-widget-no-handle, tree-widget-value-delete)
28542 (tree-widget-map): Remove.
28543 (tree-widget-children-value-save): Doc fix. Simplified.
28544 (tree-widget-value-create): Update according to previous changes.
28546 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28548 * textmodes/org.el: Leading space replaced by TABS.
28549 (org-recalc-marks, org-table-rotate-recalc-marks)
28550 (org-table-get-specials): Treat "^" and "_" marks.
28551 (org-table-justify-field-maybe): Optional argument NEW.
28552 (org-table-eval-formula): Parsing of the format simplified.
28553 New modes C,I. Honor the %= parameter in the current table.
28554 Avoid unnecessary re-align by using the NEW argument to
28555 `org-table-justify-field-maybe'.
28556 (org-calc-default-modes): Default for date-format mimicks org-mode.
28557 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28559 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28561 * cus-face.el (custom-theme-set-faces): Make it handle face
28562 aliases whose alias declarations are pre- or autoloaded.
28564 2005-07-04 Juri Linkov <juri@jurta.org>
28566 * faces.el (read-face-name): Put the code for getting a face name
28567 from the buffer before adding the faces from the `face' property.
28568 Use `completing-read-multiple' instead of `completing-read'.
28569 Require `crm'. Add default value and post-process the returned
28572 * emacs-lisp/crm.el (crm-find-current-element)
28573 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28575 * emacs-lisp/lisp-mode.el (eval-defun-1):
28576 * emacs-lisp/edebug.el (edebug-eval-defun):
28577 Remove unnecessary quotes.
28579 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28581 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28582 (prolog-indent-level): Fix typo in docstring.
28584 * info.el (Info-history, Info-history-forward)
28585 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28587 * add-log.el (add-change-log-entry):
28588 * comint.el (comint-dynamic-list-input-ring)
28589 (comint-dynamic-list-completions):
28590 * dabbrev.el (dabbrev-expand):
28591 * delim-col.el (delimit-columns-rectangle-line):
28592 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28593 (diff-unified->context):
28594 * ediff-init.el (ediff-abbrev-jobname):
28595 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28596 (ediff-replace-session-activity-marker-in-meta-buffer):
28597 * info.el (Info-summary):
28598 * lpr.el (printify-region):
28599 * printing.el (pr-create-interface):
28600 * ps-print.el (ps-print-quote):
28601 * ses.el (ses-column-widths, ses-print-cell)
28602 (ses-adjust-print-width, ses-center):
28603 * shell.el (shell-file-name-quote-list):
28604 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28605 (strokes-fill-current-buffer-with-whitespace)
28606 (strokes-xpm-for-stroke, strokes-list-strokes)
28607 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28608 * term.el (term-dynamic-list-input-ring)
28609 (term-dynamic-list-completions):
28610 * calc/calc.el (math-format-stack-value):
28611 * emacs-lisp/edebug.el (edebug-display-freq-count):
28612 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28613 (delphi-new-comment-line):
28614 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28615 * progmodes/executable.el (executable-set-magic):
28616 * progmodes/python.el (inferior-python-mode):
28617 * progmodes/scheme.el (scheme-mode-syntax-table):
28618 * progmodes/sh-script.el (sh-maybe-here-document):
28619 * progmodes/sql.el (sql-copy-column):
28620 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28621 * textmodes/bibtex.el (bibtex-mode):
28622 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28623 (sgml-auto-attributes):
28624 * textmodes/table.el (table-insert, table-shorten-cell)
28625 (table--generate-source-scan-lines, table-delete-row)
28626 (*table--cell-delete-char, table--spacify-frame)
28627 (table--horizontally-shift-above-and-below)
28628 (table--cell-insert-char, table--cell-blank-str)
28629 (table--fill-region-strictly):
28630 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28631 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28633 * add-log.el (change-log):
28634 * apropos.el (apropos):
28635 * comint.el (comint-completion, comint-source):
28636 * dabbrev.el (dabbrev):
28637 * delim-col.el (columns):
28638 * diff-mode.el (diff-mode):
28639 * ediff.el (ediff):
28640 * ediff-diff.el (ediff-diff):
28641 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28642 * ediff-mult.el (ediff-mult):
28643 * ediff-ptch.el (ediff-ptch):
28644 * ediff-wind.el (ediff-window):
28645 * facemenu.el (facemenu):
28646 * indent.el (indent):
28648 * jka-cmpr-hook.el (compression, jka-compr):
28650 * outline.el (outlines):
28651 * pcmpl-cvs.el (pcmpl-cvs):
28652 * pcmpl-rpm.el (pcmpl-rpm):
28653 * printing.el (printing):
28654 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28655 (ps-print-vertical, ps-print-headers, ps-print-font)
28656 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28657 (ps-print-background, ps-print-printer, ps-print-page)
28658 (ps-print-miscellany):
28660 * shell.el (shell, shell-directories, shell-faces):
28661 * startup.el (initialization):
28662 * strokes.el (strokes):
28664 * uniquify.el (uniquify):
28665 * w32-vars.el (w32):
28666 * calc/calc.el (calc):
28667 * emacs-lisp/bytecomp.el (bytecomp):
28668 * emacs-lisp/cl-indent.el (lisp-indent):
28669 * emacs-lisp/edebug.el (edebug):
28670 * emacs-lisp/elp.el (elp):
28671 * emacs-lisp/testcover.el (testcover):
28672 * emacs-lisp/trace.el (trace):
28673 * emulation/viper-ex.el (viper-ex):
28674 * emulation/viper-mous.el (viper-mouse):
28675 * mail/mailalias.el (mailalias):
28676 * mail/supercite.el (supercite, supercite-frames)
28677 (supercite-attr, supercite-cite, supercite-hooks):
28678 * net/rcompile.el (remote-compile):
28679 * net/rlogin.el (rlogin):
28680 * obsolete/ooutline.el (outlines):
28681 * progmodes/delphi.el (delphi):
28682 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28683 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28684 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28685 (ebnf-optimization):
28686 * progmodes/etags.el (etags):
28687 * progmodes/executable.el (executable):
28688 * progmodes/idlwave.el (idlwave):
28689 * progmodes/pascal.el (pascal):
28690 * progmodes/prolog.el (prolog):
28691 * progmodes/python.el (python):
28692 * progmodes/scheme.el (scheme):
28693 * progmodes/sh-script.el (sh, sh-script):
28694 * progmodes/sql.el (SQL):
28695 * progmodes/tcl.el (tcl):
28696 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28697 * textmodes/enriched.el (enriched):
28698 * textmodes/makeinfo.el (makeinfo):
28699 * textmodes/sgml-mode.el (sgml):
28700 * textmodes/table.el (table-hooks):
28701 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28702 * textmodes/texinfo.el (texinfo):
28703 * textmodes/two-column.el (two-column):
28704 Finish `defgroup' description with period.
28706 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28707 * eshell/esh-var.el (eshell-var):
28708 * progmodes/vhdl-mode.el (vhdl-testbench):
28709 * textmodes/org.el (org): Fix typos in docstrings.
28711 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28714 * progmodes/flymake.el (flymake-find-file): Remove.
28715 (flymake-float-time): Use `with-no-warnings'.
28716 (flymake-check-start-time, flymake-check-was-interrupted)
28717 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28718 (flymake-new-err-info): `defvar' at compile time.
28720 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28722 * replace.el (occur-hook): Doc fix.
28723 (occur-1): Don't call `occur-hook' if there are no matches.
28725 2005-07-03 Richard M. Stallman <rms@gnu.org>
28727 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28728 global-map, save the same map.
28729 (global-map): Don't alter it at top level.
28730 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28731 Then alter it here instead.
28732 (tpu-edt-off): Set global-map to the saved one.
28734 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28735 All references simplified.
28736 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28737 (zmacs-regions): Add defvar.
28738 (repeat-complex-command-map): Everything about that deleted.
28740 * textmodes/artist.el (artist-key-is-drawing)
28741 (artist-key-endpoint1, artist-key-poly-point-list)
28742 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28743 (artist-key-compl-table, artist-rb-save-data)
28744 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28745 Don't put them in eval-when-compile.
28746 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28748 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28749 Use with-no-warnings.
28751 * net/browse-url.el (dos-windows-version): Add defvar.
28753 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28755 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28756 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28757 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28759 (rmail-summary-beginning-of-message): Use with-no-warnings.
28760 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28762 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28763 Use with-no-warnings.
28765 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28766 (c-mark-function): Add point-moving-unit property.
28767 (vi-goto-line): Use with-no-warnings.
28769 * emulation/edt.el (edt-last-copied-word): Add defvar.
28770 (zmacs-region-stays): Likewise.
28771 (edt-mark-section-wisely): Use c-mark-function for C.
28772 Use makr-defun for Fortran.
28773 (time-string): defvar deleted.
28774 (edt-display-the-time): Don't set time-string.
28776 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28778 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28779 Don't warn when name is not constant
28780 or for defining the group `emacs'.
28782 * tooltip.el (gud-tooltip-mode): Add defvar.
28784 * startup.el (default-frame-background-mode): Add defvar.
28786 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28788 * info.el (tool-bar-map): Add defvar.
28790 * dired.el (dnd-protocol-alist): Add defvar.
28792 * dired-aux.el (dired-query): Display question with answer, when
28795 * custom.el (custom-add-option): Doc fix.
28797 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28799 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28801 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28802 bogus name from the last change.
28804 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28806 * custom.el (custom-declare-variable): Fix typos in comment.
28807 (custom-known-themes): Doc fix.
28808 (custom-theme-directory): New defcustom.
28809 (require-theme): Make it check `custom-theme-directory'.
28811 * cus-theme.el (custom-new-theme-mode): New function.
28812 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28813 (custom-theme-description): Add compiler defvars.
28814 (customize-create-theme): Add doc to the "*New Custom Theme*"
28815 buffer. Use `custom-new-theme-mode'.
28816 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28817 and save it to the `custom-theme-directory'. Make this the
28818 default directory of the buffer.
28820 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28822 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28823 Fix unbalanced parentheses.
28825 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28827 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28828 into flymake-mode and delegate to flymake-mode.
28830 * find-file.el (ff-which-function-are-we-in): Clean up.
28832 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28834 * replace.el (occur-rename-buffer): Fix docstring.
28836 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28837 (edt-last-copied-word, edt-learn-macro-count)
28838 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28839 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28840 (time-string, zmacs-region-stays):
28841 * emulation/edt-mapper.el (edt-save-function-key-map)
28842 (EDT-key-name): `defvar' to silence the byte-compiler.
28844 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28846 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28847 font-lock-regexp-backslash. Doc fix.
28848 (font-lock-regexp-backslash-grouping-construct): Rename from
28849 font-lock-regexp-backslash-construct. Doc fix.
28850 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28851 grouping constructs.
28853 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28855 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28856 updating all the prerequisites.
28858 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28860 * textmodes/org.el (org-agenda-start-on-weekday)
28861 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28862 (org-agenda-use-time-grid, org-archive-location)
28863 (org-allow-space-in-links, org-usenet-links-prefer-google)
28864 (org-enable-table-editor, org-export-default-language)
28865 (org-export-html-show-new-buffer, org-fill-paragraph)
28866 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28867 (org-goto-quit, org-occur, org-eval-in-calendar)
28868 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28869 (org-agenda-diary-entry, org-remember-help)
28870 (org-table-convert-region, org-at-table-p)
28871 (org-table-move-row-down, org-table-move-row-up)
28872 (org-table-copy-region, org-table-toggle-vline-visibility)
28873 (org-table-get-stored-formulas, org-table-get-specials)
28874 (org-recalc-commands, org-table-eval-formula)
28875 (org-table-formula-substitute-names, orgtbl-make-binding)
28876 (org-format-org-table-html, org-format-table-table-html)
28877 (org-format-table-table-html-using-table-generate-source)
28878 (org-customize): Fix typos in docstrings.
28879 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28880 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28881 (org-back-to-heading): Doc fixes.
28882 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28883 (org-agenda-change-all-lines, org-get-header):
28884 Improve argument/docstring consistency.
28885 (orgtbl-error): Fix error message.
28887 * progmodes/flymake.el (flymake-find-possible-master-files)
28888 (flymake-master-file-compare, flymake-get-line-err-count)
28889 (flymake-highlight-line, flymake-gui-warnings-enabled):
28890 Fix typos in docstrings.
28891 (flymake-parse-line, flymake-get-project-include-dirs-function)
28892 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28894 (flymake-get-project-include-dirs-function)
28895 (flymake-make-err-menu-data):
28896 Improve argument/docstring consistency.
28898 2005-07-01 Lute Kamstra <lute@gnu.org>
28900 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28901 Catch errors with ignore-errors. Use temporary buffer.
28902 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28904 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28905 background color faces.
28906 (facemenu-set-foreground, facemenu-set-background):
28907 Use facemenu-set-face-from-menu.
28908 (facemenu-set-face-from-menu): Treat face names that start with
28909 "fg:" or "bg:" as special.
28910 (facemenu-add-new-color): Don't create faces. Simplify.
28912 2005-06-30 Richard M. Stallman <rms@gnu.org>
28914 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28915 (crm-find-current-element): Likewise.
28917 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
28919 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28921 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28923 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28924 (archive-mouse-extract): Make it an obsolete alias.
28925 (archive-mode-map): Don't use archive-mouse-extract any more.
28926 (archive-mode, archive-extract): write-contents-hooks ->
28927 write-contents-functions.
28928 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28930 (archive-rename-entry): Update the call.
28931 (archive-zip-summarize): Remove unused var `method'.
28932 (archive-lzh-summarize): Remove unused var `creator'.
28934 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28935 dedicated frame upon exit.
28937 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28938 (archive-zip-extract, archive-zip-expunge)
28939 (archive-zip-update, archive-zip-update-case): Use executable-find.
28940 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28941 Use restore-buffer-modified-p.
28942 (archive-extract, archive-add-new-member, archive-write-file-member):
28943 Use with-current-buffer.
28944 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28946 2005-06-30 Andreas Schwab <schwab@suse.de>
28948 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28950 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28952 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28954 2005-06-30 Juri Linkov <juri@jurta.org>
28956 * faces.el (vertical-border): Inherit from mode-line-inactive
28959 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28961 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28962 example, -NLINES in the `occur' docstring).
28964 * replace.el (occur-1): When no matches are found, do not set the
28965 `buffer-read-only' and modified flags for the occur buffer,
28966 because it is deleted.
28968 * emulation/cua-base.el (cua-check-pending-input)
28969 (cua-repeat-replace-region, cua-mode, cua-debug)
28970 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28971 Fix typos in docstrings.
28973 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28974 (cua-cut-region-to-global-mark)
28975 (cua--cut-rectangle-to-global-mark):
28976 Remove period from end of messages.
28978 * emulation/cua-rect.el (cua-do-rectangle-padding):
28979 Remove period from end of messages.
28980 (cua--rectangle-seq-format): Fix typo in docstring.
28981 (cua-sequence-rectangle, cua-fill-char-rectangle):
28982 Improve argument/docstring consistency.
28984 2005-06-29 Juri Linkov <juri@jurta.org>
28986 * faces.el (default-frame-background-mode): New internal variable.
28987 (frame-set-background-mode): Use it.
28989 * startup.el (normal-top-level): Set default-frame-background-mode
28990 instead of frame-background-mode. Before setting it, test for its
28991 nil value. Remove tests for frame-background-mode and frame
28992 parameter `reverse'. Add test for "unspecified-fg".
28994 * term/xterm.el (xterm-rxvt-set-background-mode):
28995 * term/rxvt.el (rxvt-set-background-mode):
28996 Set default-frame-background-mode instead of frame-background-mode.
28998 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
29000 * simple.el (set-variable): Warn about obsolete user variables.
29002 * imenu.el (imenu--completion-buffer):
29003 * mouse.el (mouse-buffer-menu-alist):
29004 * msb.el (msb-invisible-buffer-p):
29005 * calendar/diary-lib.el (diary-header-line-format):
29006 * emacs-lisp/pp.el (pp-buffer):
29007 * progmodes/cperl-mode.el (cperl-do-auto-fill):
29008 * textmodes/picture.el (picture-replace-match):
29009 Change space constants followed by a sexp to "?\s ".
29011 * play/decipher.el (decipher-loop-with-breaks):
29012 * textmodes/texinfo.el (texinfo-insert-@item): Change space
29013 constants "protected" from end of line by a comment to "?\s".
29015 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
29017 * font-lock.el (save-buffer-state): Use `declare'.
29019 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
29020 reset the syntax-table to cperl-mode-syntax-table.
29021 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
29022 "foo_print_bar" is not matched as a reserved keyword.
29024 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
29026 * textmodes/org.el (orgtbl-setup): New function, for delayed
29027 setup for the orgtbl commands.
29028 (org-calc-default-modes): New option.
29029 (orgtbl-make-binding): Use `defun' to get better help display.
29030 (org-diary): Call `org-compile-prefix-format'.
29031 (org-table-formula-substitute-names): New function.
29032 (org-agenda-day-view, org-agenda-week-view): New commands.
29033 (org-agenda-toggle-week-view): Command removed.
29034 (org-tbl-menu): Split off from org-org-menu.
29035 (org-mode): Move removal of outline-mode menus to here.
29036 (org-table-formula-debug): New option.
29037 (org-table-insert-row): Keep first field if just "#" or "*".
29038 (org-mode): Paragraph regexps fixed.
29039 (org-table-recalculate-regexp): New constant.
29040 (org-table-justify-field-maybe): Avoid replace if not necessary.
29041 (org-copy-special, org-cut-special): Use `call-interactively'.
29042 (org-table-copy-region): Take region from `interactive' call.
29043 (org-trim): Return string even if no match.
29044 (org-formula): New face.
29045 (org-set-font-lock-defaults): No longer highlight "FIXME".
29046 But highlight formula-related fields in table.
29047 (org-table-p): Use regexp, not fontification.
29048 (org-table-align): Handle white space at end of line.
29049 (org-table-formula-evaluate-inline): New option.
29050 (org-mode): Auto-wrapping in comment lines turned off.
29051 (org-table-copy-down): Evaluate only in copied field, not in
29053 (org-table-current-formula): Variable removed.
29054 (org-table-store-formulas, org-table-get-stored-formulas)
29055 (org-table-modify-formulas, org-table-replace-in-formulas)
29056 (org-table-maybe-eval-formula): New functions.
29057 (org-table-get-formula): Modify to use stored formulas.
29058 (org-table-insert-column, org-table-delete-column)
29059 (org-table-move-column): Call `org-table-modify-formulas'.
29060 (org-complete): Add completion for keyword formulas.
29061 (orgtbl-mode): Pull orgtbl-mode-map to start of
29062 minor-mode-map-alist.
29064 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
29066 * progmodes/python.el (python-check): Require `compile' before
29067 modifying its variables.
29069 * newcomment.el (comment-indent-default): Don't get fooled by an early
29072 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29074 * ps-print.el (ps-print-version): Fix version number.
29076 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
29078 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
29080 2005-06-28 Richard M. Stallman <rms@gnu.org>
29082 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
29083 (flyspell-local-mouse-map): Declaration deleted.
29084 (flyspell-mouse-map): Bind only mouse-2.
29085 (flyspell-mode-map): Don't test flyspell-use-local-map.
29086 (flyspell-overlay-keymap-property-name): Var deleted.
29087 (flyspell-mode-on): Don't make local bindings for
29088 flyspell-mouse-map and flyspell-mode-map.
29089 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
29091 * textmodes/ispell.el (ispell-word): Do not ignore short words.
29093 * progmodes/compile.el (compilation-next-error-function):
29094 Don't switch buffers; operate on the current buffer.
29096 * progmodes/compile.el (compilation-error-file-name)
29097 (compilation-warning-file-name, compilation-info-file-name)
29098 (compilation-line-number, compilation-column-number): New faces.
29099 (compilation-error-face, compilation-warning-face)
29100 (compilation-info-face, compilation-line-face)
29101 (compilation-column-face): Use them.
29103 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
29105 * comint.el (comint-password-prompt-regexp): Accept ", try again".
29107 * bindings.el (global-map): Bind insertchar and its variants.
29109 2005-06-27 Richard M. Stallman <rms@gnu.org>
29111 * textmodes/artist.el (artist-text-overwrite)
29112 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
29114 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29116 * ps-print.el: It was not working the page selection for printing.
29117 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
29118 (ps-print-version): New version 6.6.7.
29119 (ps-end-sheet): New fun.
29120 (ps-header-sheet, ps-end-job): Call it.
29122 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
29124 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
29126 2005-06-27 Lute Kamstra <lute@gnu.org>
29128 * facemenu.el (facemenu-unlisted-faces): Add foreground and
29129 background color faces.
29130 (facemenu-get-face): Delete function.
29131 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
29132 (facemenu-add-new-color): Make second argument mandatory.
29133 Create the appropriate face and return it. Simplify.
29134 (facemenu-set-foreground, facemenu-set-background): Don't check if
29135 color is defined. Use return value of facemenu-add-new-color.
29137 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
29139 * progmodes/gud.el (gud-filter): Add missing argument to
29140 with-selected-window.
29142 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
29144 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
29145 a :require to the defcustom.
29147 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
29148 defcustoms corresponding to minor modes.
29150 2005-06-26 David Ponce <david@dponce.com>
29152 * recentf.el: Require tree-widget instead of wid-edit.
29153 (recentf-filename-handler): Fix widget :type.
29154 (recentf-cancel-dialog, recentf-open-more-files)
29155 (recentf-open-files-action): Doc fix.
29156 (recentf-dialog-goto-first): New function.
29157 (recentf-dialog-mode-map): Set parent keymap first.
29158 (recentf-dialog-mode): Define with define-derived-mode.
29159 Don't display continuation lines in dialogs.
29160 (recentf-edit-list): Rename from recentf-edit-selected-items.
29161 (recentf-edit-list-select): Rename from recentf-edit-list-action.
29163 (recentf-edit-list-validate): New function.
29164 (recentf-edit-list): Update accordingly.
29165 (recentf-open-files-item-shift): Remove.
29166 (recentf-open-files-item): Convert menu elements into tree and
29167 link widgets. Don't create the widgets.
29168 (recentf-open-files): Update accordingly.
29169 (recentf-save-list): Untabify.
29171 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
29173 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
29174 (keep-lines): Add INTERACTIVE arg. Never delete lines only
29175 partially contained in the active region. Do not take active
29176 region into account when called from Lisp, unless INTERACTIVE arg
29177 is non-nil. Use `forward-line' instead of `beginning-of-line' to
29178 avoid trouble with fields. Make marker point nowhere when no
29179 longer used. Always return nil. Doc fix.
29180 (flush-lines): Add INTERACTIVE arg. Do not take active region
29181 into account when called from Lisp, unless INTERACTIVE arg is
29182 non-nil. Use `forward-line' instead of `beginning-of-line' to
29183 avoid trouble with fields. Make marker point nowhere when no
29184 longer used. Always return nil. Doc fix.
29185 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
29186 interchangeable. Do not take active region into account when
29187 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
29188 message in echo area when called from Lisp, unless INTERACTIVE arg
29189 is non-nil. Avoid saying "1 occurrences". Do not use markers.
29190 Return the number of matches. Doc fix.
29192 (perform-replace): Make comment follow double space convention for
29193 the sake of `outline-minor-mode'.
29195 * faces.el (facep): Doc fix.
29197 2005-06-25 Richard M. Stallman <rms@gnu.org>
29199 * facemenu.el (facemenu-enable-faces-p): New function.
29200 (facemenu-background-menu, facemenu-foreground-menu)
29201 (facemenu-face-menu): Add menu-enable property.
29203 * jka-compr.el (jka-compr-insert-file-contents):
29204 Special handling if cannot find the uncompression program.
29206 * cus-face.el (custom-face-attributes): Add autoload.
29208 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29209 Bind comment-indent-function locally.
29211 * window.el (save-selected-window): Use save-current-buffer.
29213 * subr.el (with-selected-window): Use save-current-buffer.
29215 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
29216 and with-current-buffer.
29218 2005-06-24 Richard M. Stallman <rms@gnu.org>
29220 * simple.el (line-move-1): Fix previous change.
29222 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
29224 * replace.el (occur-1): Set `buffer-read-only' and the
29225 buffer-modified flag before running `occur-hook' to protect
29226 against unintentional buffer switches that can lead to data loss.
29228 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
29230 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
29231 (gud-gdb-marker-filter): Use font-lock-warning-face for any
29234 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
29236 (gdb-var-create-handler): Put name of expression in quotes.
29238 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
29240 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
29241 elements of RING in order, and without bogus nil elements.
29243 2005-06-23 Richard M. Stallman <rms@gnu.org>
29245 * simple.el (set-variable): Args renamed; doc fix.
29246 (line-move-1): When there are overlays around, use vertical-motion.
29248 * faces.el (escape-glyph): Use brown against light background.
29249 (nobreak-space): Rename from no-break-space.
29250 Fix previous change.
29252 * dired-aux.el (dired-do-copy): Fix arg prompt.
29254 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
29256 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
29258 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
29259 rather than "Distributor".
29261 2005-06-23 Lute Kamstra <lute@gnu.org>
29263 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
29264 (debug-on-entry): Use it. New interactive declaration that uses
29265 function-called-at-point.
29267 2005-06-23 Kim F. Storm <storm@cua.dk>
29269 * subr.el (save-match-data): Add comment about using evaporate arg
29272 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
29274 * cus-edit.el (customize-face)
29275 (customize-face-other-window): Handle face aliases.
29277 * faces.el (face-documentation, set-face-attribute)
29278 (face-spec-set): Handle face aliases.
29280 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
29282 * help-mode.el (help-make-xrefs): If a symbol representing a face
29283 name is not followed by the word "face", it could still be a
29284 function or variable name, so don't bypass other checks.
29286 2005-06-22 Juri Linkov <juri@jurta.org>
29288 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
29289 Replace aliased functions with calls where second arg `inherit' is t.
29291 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
29293 * progmodes/gdb-ui.el (gdb-error): New variable.
29294 (gdb-error): New function.
29295 (gdb-annotation-rules): Act on error-begin and error annotations.
29296 (gdb-concat-output): Use font-lock-warning-face for errors.
29298 2005-06-22 Miles Bader <miles@gnu.org>
29300 * bindings.el (propertized-buffer-identification): Use renamed
29301 `Buffer-menu-buffer' face.
29303 * faces.el (vertical-border): Rename from `vertical-divider'.
29304 (escape-glyph): Change dark-background color back to `cyan'.
29306 2005-06-21 Juri Linkov <juri@jurta.org>
29308 * faces.el (face-user-default-spec): Try getting `customized-face'
29309 prior to `saved-face'.
29310 (frame-background-mode): Refill docstring.
29312 * emacs-lisp/lisp-mode.el (eval-defun-1):
29313 * emacs-lisp/edebug.el (edebug-eval-defun):
29314 Set `saved-face' temporarily to nil before calling form.
29315 Set `customized-face' to the new spec after that.
29317 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
29319 * subr.el (1value, lambda, key-substitution-in-progress):
29322 * autoinsert.el (auto-insert-alist):
29323 * ses.el (ses-call-printer):
29324 * subr.el (noreturn):
29325 * emacs-lisp/lisp.el (check-parens):
29326 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29327 * net/browse-url.el (browse-url-mosaic):
29328 * progmodes/cc-defs.el (c-safe-scan-lists):
29329 * progmodes/ebnf-abn.el (ebnf-abn-lex):
29330 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29331 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29332 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29333 * progmodes/ebnf-iso.el (ebnf-iso-lex):
29334 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29336 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
29338 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29340 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
29342 * calendar/appt.el (appt-make-list): Activate the package, if
29343 not already active (for backwards compatibility).
29345 2005-06-20 Kim F. Storm <storm@cua.dk>
29347 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
29349 2005-06-20 Miles Bader <miles@gnu.org>
29351 * faces.el (vertical-divider): New face.
29353 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
29355 * simple.el (kill-whole-line): Doc fix.
29356 (next-error-buffer-p, next-error-find-buffer)
29357 (clone-indirect-buffer): Fix typos in docstrings.
29358 (comment-line-break-function): Doc fix: don't say variable
29359 is automatically buffer-local (it isn't).
29361 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
29363 * net/tramp-ftp.el (top):
29364 * net/tramp-smb.el (top):
29365 * net/tramp-util.el (top):
29366 * net/tramp-uu.el (top):
29367 * net/tramp-vc.el (top):
29368 * net/tramp.el (top): Revert copyright years back to original
29369 ones. Tramp has a life outside GNU Emacs.
29371 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
29373 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29375 2005-06-18 Juri Linkov <juri@jurta.org>
29377 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29378 end of first regexp to limit the match to the position between
29379 line number and source line with same separator character as used
29380 between file name and line number. In the second regexp limit
29381 mouse-face area to file name and line number by adding new group
29382 for them and referring it in HYPERLINK arg.
29383 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29384 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29385 previous line where grep markers may be already removed.
29387 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
29389 * progmodes/ps-mode.el: Update version and maintainer's email address.
29391 2005-06-18 Steve Youngs <steve@xemacs.org>
29393 * net/browse-url.el (browse-url-browser-function)
29394 (browse-url-default-browser): Add firefox.
29395 (browse-url-firefox-program, browse-url-firefox-arguments)
29396 (browse-url-firefox-startup-arguments)
29397 (browse-url-firefox-new-window-is-tab): New defcustoms.
29398 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29400 2005-06-17 Richard M. Stallman <rms@gnu.org>
29402 * startup.el (command-line): Warn if specified user name has
29405 * term.el (term-get-old-input, term-input-filter, term-input-sender)
29406 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29408 * longlines.el (longlines-mode, longlines-show-hard-newlines):
29411 * faces.el (underline): Try bold if terminal doesn't support underline.
29413 * mail/sendmail.el (mail-setup-with-from): New variable.
29414 (mail-insert-from-field): New function.
29415 (sendmail-send-it): Call it.
29416 (mail-setup): Optionally call it here.
29418 * term/linux.el: Call tty-no-underline.
29420 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29422 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29424 2005-06-17 Miles Bader <miles@gnu.org>
29426 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29427 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29428 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29429 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29430 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29431 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29432 Remove "-face" suffix from face names.
29433 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29434 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29435 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29436 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29437 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29438 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29439 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29440 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29441 New backward-compatibility aliases for renamed faces.
29442 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29443 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29444 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29445 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29446 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29447 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29448 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29449 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29450 Use renamed ediff faces.
29452 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29453 Remove "-face" suffix from face names.
29454 (eshell-test-ok-face, eshell-test-failed-face):
29455 New backward-compatibility aliases for renamed faces.
29456 (eshell-run-test): Use renamed eshell-test faces.
29458 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29460 (eshell-prompt-face): New backward-compatibility alias for renamed
29462 (eshell-emit-prompt): Use renamed eshell-prompt face.
29464 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29465 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29466 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29467 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29468 Remove "-face" suffix from face names.
29469 (eshell-ls-directory-face, eshell-ls-symlink-face)
29470 (eshell-ls-executable-face, eshell-ls-readonly-face)
29471 (eshell-ls-unreadable-face, eshell-ls-special-face)
29472 (eshell-ls-missing-face, eshell-ls-archive-face)
29473 (eshell-ls-backup-face, eshell-ls-product-face)
29474 (eshell-ls-clutter-face):
29475 New backward-compatibility aliases for renamed faces.
29476 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29478 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29479 Remove "-face" suffix from face name.
29480 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29481 instead of literal face.
29483 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29485 * emacs-lisp/warnings.el (display-warning, lwarn)
29486 (warning-minimum-log-level): Doc fixes.
29487 (warning-minimum-level, warning-minimum-log-level):
29488 Add :debug to :type choices.
29490 * progmodes/ada-mode.el (ada-format-paramlist)
29491 (ada-get-indent-case, ada-check-matching-start)
29492 (ada-check-defun-name, ada-goto-matching-decl-start)
29493 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29494 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29495 (ada-make-subprogram-body): Follow error conventions.
29496 (ada-case-exception-file, ada-indent-comment-as-code)
29497 (ada-indent-handle-comment-special, ada-indent-renames)
29498 (ada-indent-return, ada-search-directories-internal)
29499 (ada-tab-policy, ada-case-exception-substring)
29500 (ada-other-file-alist, ada-matching-start-re)
29501 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29502 (ada-imenu-generic-expression, ada-compile-goto-error)
29503 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29504 (ada-popup-menu, ada-add-extensions, ada-mode)
29505 (ada-region-selected, ada-create-case-exception)
29506 (ada-create-case-exception-substring, ada-after-keyword-p)
29507 (ada-activate-keys-for-case, ada-adjust-case-region)
29508 (ada-adjust-case-buffer, ada-format-paramlist)
29509 (ada-scan-paramlist, ada-insert-paramlist)
29510 (ada-indent-newline-indent)
29511 (ada-indent-newline-indent-conditional)
29512 (ada-justified-indent-current, ada-goto-previous-word)
29513 (ada-indent-current, ada-get-indent-open-paren)
29514 (ada-get-indent-paramlist, ada-get-indent-end)
29515 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29516 (ada-get-indent-block-start, ada-get-indent-subprog)
29517 (ada-get-indent-noindent, ada-get-indent-label)
29518 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29519 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29520 (ada-goto-stmt-end, ada-goto-next-word)
29521 (ada-check-matching-start, ada-check-defun-name)
29522 (ada-goto-matching-decl-start, ada-goto-matching-start)
29523 (ada-goto-matching-end, ada-search-ignore-string-comment)
29524 (ada-in-decl-p, ada-looking-at-semi-or)
29525 (ada-looking-at-semi-private, ada-in-paramlist-p)
29526 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29527 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29528 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29529 (ada-previous-package, ada-create-menu)
29530 (ada-fill-comment-paragraph-justify)
29531 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29532 (ada-other-file-name, ada-last-which-function-line)
29533 (ada-last-which-function-subprog, ada-which-function)
29534 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29535 (ada-gen-treat-proc, ada-check-emacs-version)
29536 (ada-continuation-indent, ada-align-region-separate):
29537 Fix typos in docstrings.
29538 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29540 2005-06-16 Lute Kamstra <lute@gnu.org>
29542 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29545 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29547 * comint.el (comint-replace-by-expanded-filename)
29548 (comint-prompt-regexp, comint-delimiter-argument-list)
29549 (comint-preinput-scroll-to-bottom):
29550 * info.el (Info-hide-cookies-node):
29551 * ls-lisp.el (ls-lisp-classify):
29552 * find-file.el (ff-search-directories, ff-special-constructs)
29553 (ff-find-other-file):
29554 * font-lock.el (font-lock-keywords):
29555 * shell.el (shell-prompt-pattern)
29556 (shell-dynamic-complete-functions, shell-mode)
29557 (shell-delimiter-argument-list):
29558 * term.el (term-replace-by-expanded-filename)
29559 (term-prompt-regexp, term-delimiter-argument-list):
29560 * woman.el (woman-ignore, woman0-if):
29561 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29562 * emacs-lisp/elint.el (elint-init-env):
29563 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29564 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29565 * language/ethio-util.el (ethio-tilde-escape)
29566 (ethio-use-three-dot-question):
29567 * net/zone-mode.el (zone-mode-load-time-setup):
29568 * progmodes/cc-align.el (c-lineup-argcont):
29569 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29570 * progmodes/cperl-mode.el (cperl-set-style-back):
29571 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29572 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29573 Fix spellings in docstrings.
29575 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29576 * progmodes/modula2.el (m2-for): Fix spellings.
29578 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29580 * simple.el (undo-more): Don't use `format' on `error' arguments.
29581 Improve argument/docstring consistency.
29582 (pending-undo-list): Doc fix.
29584 * smerge-mode.el (smerge-ensure-match):
29585 * emulation/vip.el (vip-ex):
29586 * net/zone-mode.el (zone-mode-update-serial):
29587 * progmodes/idlwave.el (idlwave-complete):
29588 * progmodes/vhdl-mode.el (vhdl-visit-file)
29589 (vhdl-compose-wire-components):
29590 Don't use `format' on `error' arguments.
29592 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29593 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29594 (tooltip-help-tips): Fix typos in docstrings.
29596 2005-06-16 David Ponce <david@dponce.com>
29598 * tree-widget.el (tree-widget-value-create): Simplify last change.
29600 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29602 * ido.el (ido-incomplete-regexp): New variable.
29603 (ido-set-matches-1): Handle invalid-regexp error and set
29604 ido-incomplete-regexp.
29605 (ido-incomplete-regexp): New face.
29606 (ido-completions): Use it.
29607 (ido-complete, ido-exit-minibuffer, ido-completions):
29608 Handle incomplete regexps.
29609 (ido-completions): Add check for complete match when entering a regexp.
29611 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29613 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29615 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29617 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29618 by field delimiters.
29620 2005-06-15 David Ponce <david@dponce.com>
29622 * tree-widget.el: eval-and-compile inlined functions so they will
29623 be available at run-time too.
29624 (tree-widget-super-format-handler)
29625 (tree-widget-format-handler): Remove.
29626 (tree-widget-value-create): Handle the :indent property.
29628 2005-06-15 Miles Bader <miles@gnu.org>
29630 * progmodes/which-func.el (which-func): Only inherit
29631 `font-lock-function-name-face' when that makes sense against the
29632 default mode-line face, otherwise set the face color explicitly.
29634 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29635 faces instead of (non-existent) variables.
29637 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29639 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29640 (iswitchb-get-matched-buffers): Likewise. Simplify.
29642 2005-06-14 Miles Bader <miles@gnu.org>
29644 * progmodes/ld-script.el (ld-script-location-counter):
29645 Remove "-face" suffix from face name.
29646 (ld-script-location-counter-face):
29647 New backward-compatibility alias for renamed face.
29648 (ld-script-location-counter-face): Use renamed face.
29650 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29651 (cperl-hash): Remove "-face" suffix from face names.
29652 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29653 New backward-compatibility aliases for renamed faces.
29654 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29655 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29657 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29659 (which-func-face): New backward-compatibility alias for renamed face.
29660 (which-func-format): Use renamed which-func face.
29662 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29663 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29664 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29666 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29667 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29668 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29669 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29670 (vhdl-speedbar-architecture-selected)
29671 (vhdl-speedbar-configuration-selected)
29672 (vhdl-speedbar-package-selected)
29673 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29675 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29677 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29678 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29679 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29681 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29683 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29684 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29685 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29686 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29687 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29688 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29690 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29692 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29693 (sh-heredoc-face): Use renamed sh-heredoc face.
29695 * progmodes/idlw-help.el (idlwave-help-link):
29696 Remove "-face" suffix from face name.
29697 (idlwave-help-link-face):
29698 New backward-compatibility alias for renamed face.
29699 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29701 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29702 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29703 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29704 New backward-compatibility aliases for renamed faces.
29705 (idlwave-shell-disabled-breakpoint-face)
29706 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29708 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29709 Remove "-face" suffix from face names.
29710 (flymake-errline-face, flymake-warnline-face):
29711 New backward-compatibility aliases for renamed faces.
29712 (flymake-highlight-line): Use renamed flymake faces.
29714 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29715 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29716 (ebrowse-member-class, ebrowse-progress):
29717 Remove "-face" suffix from face names.
29718 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29719 (ebrowse-file-name-face, ebrowse-default-face)
29720 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29721 (ebrowse-progress-face):
29722 New backward-compatibility aliases for renamed faces.
29723 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29724 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29725 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29726 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29728 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29730 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29731 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29733 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29734 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29735 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29736 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29737 backward-compatibility aliases for renamed faces.
29738 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29739 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29740 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29741 remove "font-lock-". Use renamed antlr-mode faces.
29742 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29743 literal face-names with face variable references.
29745 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29747 (Buffer-menu-buffer-face): New backward-compatibility alias for
29749 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29751 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29753 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29754 Eliminate "-face" suffix.
29755 (makefile-targets): Inherit from font-lock-function-name-face and
29756 eliminate "-face" suffix.
29757 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29758 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29759 actions, instead of prepending, to make it less visible.
29760 (makefile-previous-dependency, makefile-match-dependency):
29761 Don't match a target on a continuation line.
29763 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29765 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29767 * progmodes/gdb-ui.el (menu): Re-order menu items.
29768 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29770 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29771 Define in tooltip.el.
29772 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29773 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29774 gud-tooltip-echo-area.
29776 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29777 backward compatibility and make obsolete.
29778 (tooltip-help-tips): Use tooltip-use-echo-area.
29779 (tooltip-show-help-function): Rename to...
29780 (tooltip-show-help): ...this, because it is a function.
29781 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29783 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29785 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29786 (edebug-print-length, edebug-print-level, edebug-print-circle)
29787 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29788 (edebug-eval-print-last-sexp): Doc fixes.
29790 2005-06-14 Kim F. Storm <storm@cua.dk>
29792 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29793 as the coverage buffer/file/both may change.
29795 2005-06-14 Lute Kamstra <lute@gnu.org>
29797 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29798 and run-mode-hooks. Simplify.
29800 * mail/rmailedit.el (rmail-edit-mode):
29801 * progmodes/octave-inf.el (inferior-octave-mode):
29802 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29804 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29805 and run-mode-hooks.
29806 (recentf-edit-list, recentf-open-files): Don't call
29807 kill-all-local-variables directly.
29809 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29811 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29813 * emacs-lisp/byte-run.el (make-obsolete)
29814 (define-obsolete-function-alias): Rename arguments FUNCTION and
29815 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29816 (make-obsolete-variable, define-obsolete-variable-alias):
29817 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29820 * isearchb.el (isearchb-activate):
29821 * pcvs.el (cvs-mode):
29822 * ses.el (ses-load):
29823 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29824 * net/tramp.el (tramp-find-file-exists-command)
29825 (tramp-find-shell):
29826 * progmodes/ada-mode.el (ada-create-case-exception)
29827 (ada-create-case-exception-substring, ada-make-subprogram-body):
29828 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29829 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29830 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29831 * textmodes/org.el (org-promote, org-evaluate-time-range)
29832 (org-agenda-next-date-line, org-agenda-previous-date-line)
29833 (org-agenda-error, org-open-at-point, org-table-move-row)
29834 (org-format-table-table-html-using-table-generate-source)
29835 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29836 * textmodes/reftex.el (reftex-access-scan-info):
29837 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29838 (reftex-toc-promote-prepare): Follow error conventions.
29840 * diff-mode.el (diff-mode): Fix typo in docstring.
29842 * forms.el (forms--intuit-from-file): Fix reference to
29843 `forms-number-of-fields' in error message.
29844 (forms-print): Fix quoting in error message.
29846 * forms.el (forms-mode):
29847 * emulation/vi.el (vi-goto-insert-state):
29848 * progmodes/flymake.el (flymake-new-err-info)
29849 (flymake-start-syntax-check-for-current-buffer)
29850 (flymake-simple-cleanup):
29851 * eshell/esh-var.el (eshell/export):
29852 * progmodes/gud.el (xdb):
29853 * textmodes/flyspell.el (flyspell-incorrect-hook)
29854 (flyspell-maybe-correct-transposition)
29855 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29857 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29859 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29862 2005-06-13 Kim F. Storm <storm@cua.dk>
29864 * subr.el (add-to-ordered-list): New defun.
29866 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29867 add cua--keymap-alist to emulation-mode-map-alists.
29869 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29871 * subr.el (complete-in-turn): New macro.
29872 (dynamic-completion-table, lazy-completion-table): Add debug info.
29874 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29875 in preference to face aliases.
29877 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29878 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29879 Remove unused vars `start' and `firstline'.
29880 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29881 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29883 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29885 * cus-start.el (all): Don't complain about missing GTK-related
29886 variables, unless either `gtk' is boundp or this isn't a
29887 `windows-nt' build.
29889 2005-06-13 Lute Kamstra <lute@gnu.org>
29891 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29894 * ediff-mult.el (ediff-meta-mode):
29895 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29897 * ledit.el (ledit-mode): Use delay-mode-hooks.
29899 * woman.el (woman-mode-line-format): Delete constant.
29900 (woman-mode-map): Initialize it properly.
29901 (woman-mode): Set mode-class property to special.
29902 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29903 Set major-mode and mode-name. Don't set mode-line-format directly.
29904 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29906 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29907 string argument obsolete.
29909 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29911 * textmodes/org.el (org-CUA-compatible): New option.
29912 (org-disputed-keys): New variable.
29913 (org-key): New function.
29914 (orgtbl-make-binding): Add docstring to the created function.
29915 (org-mode): Set paragraph start/separate regexps.
29916 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29917 (org-archive-location, org-archive-mark-done)
29918 (org-archive-stamp-time): New options.
29919 (org-archive-subtree): New command.
29920 (org-fill-paragraph): New function.
29921 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29922 (org-fake-empty-table-line): Function removed.
29923 (org-format-org-table-html): Do not create empty table lines at
29924 separator lines. Improved table header treatment.
29925 (org-link-format): New option.
29926 (org-make-link): New function.
29927 (org-insert-link, org-store-link): Use org-make-link.
29928 (org-open-file): Quote file name for shell command, to allow
29929 spaces in file names.
29930 (org-link-regexp): Fix bug with mailto link.
29931 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29933 (org-export-as-html): Deal with the optional angles around a link.
29934 Better treatment of file: links.
29935 (org-open-at-point): Replace @{ and @} with < and >.
29936 (org-run-mode-hooks): Function removed.
29937 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29939 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29941 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29942 MI command -data-list-register-values.
29943 (gdb-post-prompt): Indent properly.
29945 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29947 * hilit-chg.el (highlight-changes-colors): Rename from
29948 `highlight-changes-colours'.
29949 (highlight-changes-colours): Keep as obsolete alias.
29950 (highlight-changes-face-list): Doc fix.
29951 (hilit-chg-make-list): Use `highlight-changes-colors'.
29953 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29955 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29956 defun-prompt-regexp.
29958 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29960 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29963 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29964 Don't use an old loaddefs.el, as in Makefile.in.
29966 2005-06-12 Lute Kamstra <lute@gnu.org>
29968 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29970 * man.el (Man-mode-map): Initialize it properly.
29971 (Man-mode): Set mode-class property to special.
29973 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29975 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29977 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29978 A newline is needed in the docstring there.
29980 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29983 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29985 * printing.el: Doc fix. The menubar is no more changed when printing
29986 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29987 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29988 (pr-version): New version number (6.8.4).
29989 (pr-menu-bind): New command.
29990 (pr-update-menus): Docstring and code fix.
29991 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29993 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29994 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29996 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29998 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29999 "Returns" to "return", document useful return values, etc.
30001 2005-06-11 Alan Mackenzie <acm@muc.de>
30003 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
30004 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
30005 (adaptive-file-function): Minor amendment to doc-string.
30007 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30009 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
30010 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
30011 Fix :type--it is `integer', not `string'.
30013 * faces.el (modeline-highlight): Rename from (the erroneous)
30014 `modeline-higilight'.
30016 2005-06-11 Lute Kamstra <lute@gnu.org>
30018 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
30019 lisp-interaction-mode-map but make it the parent.
30020 (edebug-eval-mode): Use define-derived-mode.
30022 2005-06-11 Andreas Schwab <schwab@suse.de>
30024 * bindings.el: Add binding of `ESC functionkey' for every
30026 * hexl.el (hexl-mode-map): Likewise.
30028 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
30030 * progmodes/compile.el (compilation-error-regexp-alist-alist)
30031 [msft]: update regexp for newer msft compilers.
30033 2005-06-10 Mark A. Hershberger <mah@everybody.org>
30035 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
30036 ATTLIST portions of included DTDs.
30037 (xml-parse-dtd): Eliminate use of inefficient match-data.
30039 2005-06-10 Miles Bader <miles@gnu.org>
30041 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
30042 (mpuz-text): Remove "-face" suffix from face names.
30043 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
30044 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
30045 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
30047 * play/gomoku.el (gomoku-O, gomoku-X):
30048 Remove "-face" suffix from face names.
30049 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
30050 New backward-compatibility aliases for renamed faces.
30051 (gomoku-font-lock-keywords): Use renamed gomoku faces.
30053 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30055 * thumbs.el: Fixes for changes of 2005-06-09.
30056 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
30058 (thumbs-thumbname): Remove directory separator from format string;
30059 `thumbs-thumbsdir' now returns a valid directory name.
30060 (thumbs-temp-dir): New defsubst.
30061 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
30064 * cus-edit.el (minibuffer):
30065 * files.el (make-backup-file-name-function):
30066 * filesets.el (filesets-external-viewers):
30067 * hilit-chg.el (highlight-changes-colours)
30068 (highlight-changes-face-list, highlight-changes-rotate-faces):
30069 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
30070 * kmacro.el (kmacro-call-macro):
30071 * log-edit.el (log-edit-changelog-full-paragraphs):
30072 * mouse.el (mouse-1-click-follows-link):
30073 * skeleton.el (skeleton-autowrap):
30074 * subr.el (insert-for-yank-1):
30075 * tempo.el (tempo-insert-region):
30076 * terminal.el (terminal-emulator):
30077 * time.el (display-time-mail-face):
30078 * vc.el (vc-annotate):
30079 * vcursor.el (vcursor-copy-line):
30080 * woman.el (woman-bold-headings, woman-ignore)
30081 (woman-default-faces, woman-monochrome-faces):
30082 * calendar/todo-mode.el (todo-insert-threshold):
30083 * emulation/pc-select.el (pc-select-selection-keys-only)
30084 (pc-selection-mode):
30085 * emulation/vip.el (vip-find-char-forward):
30086 * emulation/viper-cmd.el (viper-find-char-forward):
30087 * international/mule-cmds.el
30088 (select-safe-coding-system-accept-default-p)
30089 (input-method-exit-on-invalid-key):
30090 * international/mule-diag.el (describe-coding-system):
30091 * international/ucs-tables.el (unify-8859-on-encoding-mode):
30092 * net/browse-url.el (browse-url-xterm-program):
30093 * obsolete/lazy-lock.el (lazy-lock-mode):
30094 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
30096 * progmodes/cpp.el (cpp-face-light-name-list)
30097 (cpp-face-dark-name-list):
30098 * progmodes/delphi.el (delphi-newline-always-indents):
30099 Fix spellings in docstrings.
30101 * ido.el (ido-mode, ido-file-extensions-order)
30102 (ido-default-file-method, ido-default-buffer-method)
30103 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
30104 (ido-decorations, ido-read-file-name-as-directory-commands)
30105 (ido-read-file-name-non-ido, ido-work-directory-list)
30106 (ido-ignore-item-temp-list, ido-current-directory)
30107 (ido-magic-forward-char, ido-enter-find-file)
30108 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
30109 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
30111 2005-06-10 Lute Kamstra <lute@gnu.org>
30113 * play/dunnet.el (dun-mode): Use define-derived-mode.
30114 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
30117 * play/doctor.el (doctor-mode-map): Remove defvar.
30118 (doctor-mode): Use define-derived-mode.
30120 * mail/mspools.el (mspools-mode):
30121 * net/eudc-hotlist.el (eudc-hotlist-mode):
30122 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
30124 2005-06-10 Miles Bader <miles@gnu.org>
30126 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
30127 Remove "-face" suffix from face names.
30128 (flyspell-incorrect-face, flyspell-duplicate-face):
30129 New backward-compatibility aliases for renamed faces.
30130 (flyspell-mode-on, make-flyspell-overlay)
30131 (flyspell-highlight-incorrect-region)
30132 (flyspell-highlight-duplicate-region)
30133 (flyspell-display-next-corrections)
30134 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
30136 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
30138 (texinfo-heading-face): New backward-compatibility alias for
30140 (texinfo-heading-face): Use renamed texinfo-heading face.
30142 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
30143 suffix from face names.
30144 (tex-math-face, tex-verbatim-face):
30145 New backward-compatibility aliases for renamed faces.
30146 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
30147 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
30150 * textmodes/table.el (table-cell): Remove "-face" suffix from face
30152 (table-cell-face): New backward-compatibility alias for renamed face.
30153 (table--put-cell-face-property, table--update-cell-face):
30154 Use renamed table-cell face.
30156 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
30158 (sgml-namespace-face): New backward-compatibility alias for
30160 (sgml-namespace-face): Use renamed sgml-namespace face.
30162 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
30163 (org-level-4, org-level-5, org-level-6, org-level-7)
30164 (org-level-8, org-warning, org-headline-done)
30165 (org-deadline-announce, org-scheduled-today)
30166 (org-scheduled-previously, org-link, org-done, org-table)
30167 (org-time-grid): Remove "-face" suffix from face names.
30168 (org-level-1-face, org-level-2-face, org-level-3-face)
30169 (org-level-4-face, org-level-5-face, org-level-6-face)
30170 (org-level-7-face, org-level-8-face, org-warning-face)
30171 (org-headline-done-face, org-deadline-announce-face)
30172 (org-scheduled-today-face, org-scheduled-previously-face)
30173 (org-link-face, org-done-face, org-table-face)
30174 (org-time-grid-face):
30175 New backward-compatibility aliases for renamed faces.
30176 (org-level-faces, org-set-font-lock-defaults, org-timeline)
30177 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
30178 (org-agenda-get-timestamps, org-agenda-get-scheduled)
30179 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
30181 * emulation/viper-init.el (viper-search, viper-replace-overlay)
30182 (viper-minibuffer-emacs, viper-minibuffer-insert)
30183 (viper-minibuffer-vi): Remove "-face" suffix from face names.
30184 (viper-search-face, viper-replace-overlay-face)
30185 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30186 (viper-minibuffer-vi-face):
30187 New backward-compatibility aliases for renamed faces.
30188 (viper-search-face, viper-replace-overlay-face)
30189 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30190 (viper-minibuffer-vi-face): Use renamed viper faces.
30192 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
30193 Remove "-face" suffix from face names.
30194 (testcover-nohits-face, testcover-1value-face):
30195 New backward-compatibility aliases for renamed faces.
30196 (testcover-mark): Use renamed testcover faces.
30198 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
30200 (diary-button-face): New backward-compatibility alias for renamed face.
30201 (diary-entry): Use renamed diary-button face.
30203 * calendar/calendar.el (diary, calendar-today, holiday)
30204 (mark-visible-calendar-date): Remove "-face" suffix from face names.
30205 (diary-face, calendar-today-face, holiday-face):
30206 New backward-compatibility aliases for renamed faces.
30207 (eval-after-load "facemenu", diary-entry-marker)
30208 (calendar-today-marker, calendar-holiday-marker, diary-face):
30209 Use renamed calendar faces.
30211 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
30212 (compare-windows-face): New backward-compatibility alias for
30214 (compare-windows-highlight): Use renamed compare-windows face.
30216 * strokes.el (strokes-char): Remove "-face" suffix from face name.
30217 (strokes-char-face): New backward-compatibility alias for renamed face.
30218 (strokes-encode-buffer): Use renamed strokes-char face.
30220 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
30221 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
30222 Remove "-face" suffix from face names.
30223 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
30224 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
30225 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
30226 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
30227 Use renamed pcvs faces.
30228 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
30229 * pcvs-defs.el (cvs-mode-map): Likewise.
30230 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
30232 * info.el (info-title-1, info-title-2, info-title-3)
30233 (info-title-4): Remove "-face" suffix from and downcase face names.
30234 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
30235 (Info-title-4-face):
30236 New backward-compatibility aliases for renamed faces.
30237 (Info-fontify-node): Use renamed info faces.
30239 * hilit-chg.el (highlight-changes, highlight-changes-delete):
30240 Remove "-face" suffix from face names.
30241 (highlight-changes-face, highlight-changes-delete-face):
30242 New backward-compatibility aliases for renamed faces.
30243 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
30244 (hilit-chg-make-list): Use renamed highlight-changes faces.
30246 * generic-x.el (show-tabs-tab, show-tabs-space):
30247 Remove "-face" suffix from face names.
30248 (show-tabs-tab-face, show-tabs-space-face):
30249 New backward-compatibility aliases for renamed faces.
30250 (show-tabs-generic-mode-font-lock-defaults-1)
30251 (show-tabs-generic-mode-font-lock-defaults-2):
30252 Use renamed show-tabs faces.
30254 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
30255 (smerge-markers): Remove "-face" suffix from face names.
30256 (smerge-mine-face, smerge-other-face, smerge-base-face)
30257 (smerge-markers-face):
30258 New backward-compatibility aliases for renamed faces.
30259 (smerge-mine-face, smerge-other-face, smerge-base-face)
30260 (smerge-markers-face): Use renamed smerge faces.
30262 * log-view.el (log-view-file, log-view-message): Remove "-face"
30263 suffix from face names.
30264 (log-view-file-face, log-view-message-face):
30265 New backward-compatibility aliases for renamed faces.
30266 (log-view-file-face, log-view-message-face): Use renamed log-view
30269 * paren.el (show-paren-match, show-paren-mismatch):
30270 Remove "-face" suffix from face names.
30271 (show-paren-match-face, show-paren-mismatch-face):
30272 New backward-compatibility aliases for renamed faces.
30273 (show-paren-function): Use renamed show-paren faces.
30275 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
30276 (ruler-mode-margins, ruler-mode-fringes)
30277 (ruler-mode-column-number, ruler-mode-fill-column)
30278 (ruler-mode-comment-column, ruler-mode-goal-column)
30279 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
30280 suffix from face names.
30281 (ruler-mode-default-face, ruler-mode-pad-face)
30282 (ruler-mode-margins-face, ruler-mode-fringes-face)
30283 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
30284 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
30285 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
30286 New backward-compatibility aliases for renamed faces.
30287 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
30288 (ruler-mode-column-number, ruler-mode-fill-column)
30289 (ruler-mode-comment-column, ruler-mode-goal-column)
30290 (ruler-mode-tab-stop, ruler-mode-current-column)
30291 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
30294 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
30296 (whitespace-highlight-the-space): Use renamed face.
30297 (whitespace-highlight-face): New backward-compatibility alias for
30300 * woman.el (woman-italic, woman-bold, woman-unknown)
30301 (woman-addition, woman-symbol-face):
30302 Remove "-face" suffix from face names.
30303 (woman-italic-face, woman-bold-face, woman-unknown-face)
30304 (woman-addition-face):
30305 New backward-compatibility aliases for renamed faces.
30306 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
30307 (woman-decode-region, woman-replace-match)
30308 (woman-display-extended-fonts, woman-special-characters)
30309 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
30310 Use renamed woman faces.
30312 * longlines.el (longlines-visible-face): Face removed.
30314 * diff-mode.el (diff-header, diff-file-header, diff-index)
30315 (diff-hunk-header, diff-removed, diff-added, diff-changed)
30316 (diff-function, diff-context, diff-nonexistent): Remove "-face"
30317 suffix from face names.
30318 (diff-header-face, diff-file-header-face, diff-index-face)
30319 (diff-hunk-header-face, diff-removed-face, diff-added-face)
30320 (diff-changed-face, diff-function-face, diff-context-face)
30321 (diff-nonexistent-face): New backward-compatibility aliases for
30323 (diff-header-face, diff-file-header-face)
30324 (diff-index, diff-index-face, diff-hunk-header)
30325 (diff-hunk-header-face, diff-removed, diff-removed-face)
30326 (diff-added, diff-added-face, diff-changed-face, diff-function)
30327 (diff-function-face, diff-context-face, diff-nonexistent)
30328 (diff-nonexistent-face): Use renamed diff-mode faces.
30330 * progmodes/compile.el (compilation-warning-face)
30331 (compilation-info-face): Remove "-face" suffix from face names.
30332 (compilation-warning-face, compilation-info-face):
30333 New backward-compatibility aliases for renamed faces.
30334 (compilation-warning-face, compilation-info-face):
30335 Use renamed compilation faces.
30337 * add-log.el (change-log-date, change-log-name)
30338 (change-log-email, change-log-file, change-log-list)
30339 (change-log-conditionals, change-log-function)
30340 (change-log-acknowledgement): Remove "-face" suffix from face names.
30341 (change-log-date-face, change-log-name-face)
30342 (change-log-email-face, change-log-file-face)
30343 (change-log-list-face, change-log-conditionals-face)
30344 (change-log-function-face, change-log-acknowledgement-face):
30345 New backward-compatibility aliases for renamed faces.
30346 (change-log-font-lock-keywords): Use renamed change-log faces.
30348 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30349 (custom-set, custom-changed, custom-saved, custom-button)
30350 (custom-button-pressed, custom-documentation, custom-state)
30351 (custom-comment, custom-comment-tag, custom-variable-tag)
30352 (custom-variable-button, custom-face-tag, custom-group-tag-1)
30353 (custom-group-tag): Remove "-face" suffix from face names.
30354 (custom-magic-alist, custom-magic-value-create)
30355 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30356 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30357 (custom-set-face, custom-changed-face, custom-saved-face)
30358 (custom-button-face, custom-button-pressed-face)
30359 (custom-documentation-face, custom-state-face)
30360 (custom-comment-face, custom-comment-tag-face)
30361 (custom-variable-tag-face, custom-variable-button-face)
30362 (custom-face-tag-face, custom-group-tag-face-1)
30363 (custom-group-tag-face):
30364 New backward-compatibility aliases for renamed faces.
30366 * wid-edit.el (widget-documentation, widget-button)
30367 (widget-field, widget-single-line-field, widget-inactive)
30368 (widget-button-pressed): "-face" suffix removed from face names.
30369 (widget-documentation-face, widget-button-face)
30370 (widget-field-face, widget-single-line-field-face)
30371 (widget-inactive-face, widget-button-pressed-face):
30372 New backward-compatibility aliases for renamed faces.
30373 (widget-documentation-face, widget-button-face)
30374 (widget-button-pressed-face, widget-specify-field)
30375 (widget-specify-inactive): Use renamed widget faces.
30377 2005-06-10 Kenichi Handa <handa@m17n.org>
30379 * term/x-win.el (x-clipboard-yank): Remove condition-case
30382 2005-06-11 Kenichi Handa <handa@m17n.org>
30384 * add-log.el (change-log-font-lock-keywords): Make the regexp for
30385 date lines stricter.
30387 2005-06-10 Zhang Wei <id.brep@gmail.com>
30389 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30390 of x-get-selection.
30392 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30394 * comint.el (comint-mode, comint-snapshot-last-prompt):
30395 * frame.el (frame-current-scroll-bars):
30396 * term.el (term-mode, term-check-proc, term-input-sender)
30397 (term-simple-send, term-extract-string, term-word)
30398 (term-match-partial-filename):
30399 * window.el (window-current-scroll-bars):
30400 * emulation/cua-base.el (cua-normal-cursor-color)
30401 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30402 (cua-global-mark-cursor-color):
30403 * mail/undigest.el (rmail-forward-separator-regex):
30404 Fix typos in docstrings.
30406 * comint.el (comint-check-proc, make-comint-in-buffer)
30407 (comint-source-default): Doc fixes.
30409 * term.el (term-send-string): Improve argument/docstring consistency.
30411 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
30413 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30414 call to `delete-region'.
30415 (comint-mode-hook): Do not enable Font Lock by default.
30417 2005-06-09 Lute Kamstra <lute@gnu.org>
30419 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30422 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30424 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30426 (debugger-step-through, debugger-continue, debugger-jump)
30427 (debugger-return-value): Set it when needed.
30428 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30429 Use inhibit-read-only.
30431 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30433 * window.el (shrink-window-if-larger-than-buffer)
30434 (window-size-fixed): Fix typo in docstring.
30436 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30437 thumbnails directory on loading.
30438 (thumbs-conversion-program): Use `eq' to check the system type,
30440 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30441 not "/tmp". Fix docstring.
30442 (thumbs-thumbsdir): New function to return the thumbnails
30443 directory, creating it if needed.
30444 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30445 (thumbs-temp-file): Delete variable and make it into a function.
30446 (thumbs-resize-image, thumbs-modify-image): Use it.
30447 (thumbs-kill-buffer): Simplify.
30448 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30449 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30452 2005-06-09 Kim F. Storm <storm@cua.dk>
30454 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30455 set-match-data to free markers in match-data.
30457 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30458 match-data to unchain markers in match-data.
30460 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30462 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30463 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30466 2005-06-08 Richard M. Stallman <rms@gnu.org>
30468 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30469 give the variable a doc string that doesn't say don't set it directly.
30471 * textmodes/ispell.el (ispell-check-version):
30472 Use match-string-no-properties.
30473 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30474 (ispell-buffer-local-words): Likewise.
30476 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30477 except on terminals with enough colors to really display it.
30478 (makefile-dependency-regex): Delete spurious `bb'.
30480 * faces.el (escape-glyph): Use blue once again in last case.
30481 (no-break-space): Redefine so that it isn't invisible on a tty.
30483 2005-06-08 Kim F. Storm <storm@cua.dk>
30485 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30486 also when reading directory name.
30488 2005-06-08 Lute Kamstra <lute@gnu.org>
30490 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30491 (flyspell-mode-line-string): Remove autoload cookie.
30492 (flyspell-mode): Remove defvar.
30494 2005-06-07 Lute Kamstra <lute@gnu.org>
30496 * textmodes/org.el (org-run-mode-hooks): New function.
30497 (org-agenda-mode): Use it.
30499 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30501 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30503 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30505 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30507 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30509 * font-lock.el (font-lock-add-keywords): Doc fix.
30511 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30513 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30514 (tex-compile-default): In the absence of any history, use the order in
30515 tex-compile-alist to choose the preferred command.
30516 (tex-compile-commands): Reorder a bit.
30518 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30519 (flyspell-incorrect-face, flyspell-duplicate-face):
30520 Use (X)Emacs-agnostic code.
30521 (flyspell-mode-map): Don't overwrite at each load. Remove code
30522 redundant with the subsequent add-minor-mode. Merge Emacs and
30524 (flyspell-word): Minor simplification.
30525 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30526 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30527 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30528 Merge the corresponding Emacs code.
30529 (flyspell-correct-word, flyspell-xemacs-popup):
30530 Use flyspell-do-correct.
30532 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30533 a dedicated window.
30535 * international/latexenc.el (latexenc-find-file-coding-system):
30536 Undo part of last patch, to turn off a compiler warning.
30538 2005-06-06 Juri Linkov <juri@jurta.org>
30540 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30541 Rename `tmm-inactive-face' to `tmm-inactive'.
30543 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30545 * iswitchb.el: Rename faces.
30547 2005-06-06 Kim F. Storm <storm@cua.dk>
30549 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30550 (cua-global-mark): Remove -face suffix from face names.
30552 * emulation/cua-gmrk.el (cua--init-global-mark):
30553 Remove cua-global-mark face setup.
30555 2005-06-06 Richard M. Stallman <rms@gnu.org>
30557 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30558 just like other allowed characters.
30559 (makefile-match-dependency): Exclude leading and training whitespace
30560 from the range of regexp subexp 1.
30561 (makefile-macroassign-regex): Don't try to match the body,
30562 just the name of the macro being defined.
30564 * info.el (Info-read-node-name-2): New function.
30565 (Info-read-node-name-1): Use that.
30566 Add a completion-base-size-function property.
30568 * simple.el (completion-setup-function): Look for
30569 completion-base-size-function property of minibuffer-completion-table.
30571 * files.el (locate-file-completion): Doc fix.
30573 * printing.el: Don't call pr-update-menus; user must do that.
30575 * emacs-lisp/debug.el (debugger-window): New variable.
30576 (debug): Use debugger-window if it is set and still alive.
30577 Record debugger-window for next entry.
30579 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30581 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
30583 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30584 (hack-one-local-variable, hack-local-variables)
30585 (hack-local-variables-prop-line): Pass that arg.
30587 2005-06-06 Kim F. Storm <storm@cua.dk>
30589 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30590 (ido-indicator): Remove -face suffix from face names.
30592 2005-06-06 Juri Linkov <juri@jurta.org>
30594 * font-lock.el (font-lock-regexp-backslash)
30595 (font-lock-regexp-backslash-construct): New faces.
30596 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30597 after `('. Add `while-no-input' to control structures.
30599 * faces.el (no-break-space, shadow): New faces.
30600 (escape-glyph): Use less loud colors pink2 and red4.
30602 * diff-mode.el (diff-context-face)
30603 * dired.el (dired-ignored)
30604 * rfn-eshadow.el (file-name-shadow)
30605 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30607 * info.el (Info-title-1-face): Use green instead of yellow because
30608 bold yellow is not readable on light backgrounds.
30610 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30611 before selecting the desired mode to not spend time fontifying
30614 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30616 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30617 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30619 * ps-print.el (ps-default-fg, ps-default-bg):
30620 Fix typos in docstrings.
30622 * isearchb.el (isearchb): Don't pass a spurious second argument to
30623 `iswitchb-completions'.
30625 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30627 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30629 (gdb-find-file-hook): Add doc string.
30631 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30632 C dereferenced pointer expression.
30633 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30635 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30637 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30638 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30639 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30640 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30641 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30642 Make background transparent.
30644 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30646 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30647 (font-lock-remove-keywords): Doc fix.
30648 (font-lock-mode-major-mode): Compiler defvar.
30649 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30651 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30652 (font-lock-mode): Update `font-lock-mode-major-mode'.
30653 (font-lock-set-defaults): Compiler defvar.
30654 (font-lock-default-function): Take `font-lock-mode-major-mode'
30657 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30658 keep track of which major mode it enabled the minor mode for.
30659 Use find-file-hook again. Update docstring.
30661 * simple.el (eval-expression-print-level)
30662 (eval-expression-print-length, eval-expression-debug-on-error):
30665 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30667 * iswitchb.el (iswitchb-single-match-face)
30668 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30669 (iswitchb-invalid-regexp-face): New faces.
30670 (iswitchb-completions): Use them.
30671 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30672 now marked as an obsolete alias.
30673 (iswitchb-read-buffer): Remove check for bound font variables.
30674 (iswitchb-invalid-regexp): New free variable.
30675 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30676 set iswitchb-invalid-regexp.
30677 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30679 (iswitchb-completions): Add check for complete match when entering
30681 (iswitchb-completions): Remove require-match argument.
30682 (iswitchb-exhibit): Fix caller.
30683 (iswitchb-common-match-inserted): New variable.
30684 (iswitchb-complete, iswitchb-completion-help): Use it.
30686 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30688 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30689 Use `url-http-debug' instead of `message'.
30691 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30693 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30694 as a callback argument.
30696 2005-06-04 Kim F. Storm <storm@cua.dk>
30698 * simple.el (line-move): Only call sit-for when moving backwards.
30700 * ido.el (ido-make-merged-file-list-1): New defun split from
30701 ido-make-merged-file-list.
30702 (ido-make-merged-file-list): Bind throw-on-input around call to
30703 ido-make-merged-file-list-1. Return input-pending-p if
30704 interrupted by more input available.
30705 (ido-read-internal): Handle input-pending-p return value from
30706 ido-make-merged-file-list.
30708 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30710 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30711 compatibility code.
30713 * international/latexenc.el (latexenc-find-file-coding-system):
30714 Don't inherit the EOL part of the coding-system from the
30715 tex-main buffer. Fit within 80 columns.
30717 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30719 * tmm.el (tmm-inactive-face): New face.
30720 (tmm-remove-inactive-mouse-face): New function.
30721 (tmm-prompt, tmm-add-one-shortcut)
30722 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30723 but not selectable.
30725 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30727 * faces.el (face-equal): Improve argument/docstring consistency.
30729 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30731 * progmodes/make-mode.el (makefile-targets-face)
30732 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30733 (makefile-bsdmake-dependency-regex)
30734 (makefile-makepp-rule-action-regex)
30735 (makefile-bsdmake-rule-action-regex): New constants.
30736 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30738 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30739 Allow (...) within `...' for makepp messages.
30741 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30743 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30745 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30746 "." files are deleted from all file lists before comparison.
30748 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30749 (viper-ESC-key): Made them customizable.
30751 * emulation/viper.el (viper-non-hook-settings):
30752 Fix the names of defadvices.
30754 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30756 * autorevert.el (auto-revert-buffers): Use save-match-data.
30758 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30760 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30761 menu items with a nil command binding.
30763 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30765 * emacs-lisp/cl-macs.el (defsetf):
30766 Improve argument/docstring consistency.
30768 * faces.el (list-faces-display): Improve the formatting by
30769 computing the maximum length required for any face-name (reworked
30770 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30771 (internal-find-face): Remove redundant info in docstring.
30773 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30775 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30776 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30777 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30778 (gdb-assembler-custom): Improve regexps.
30779 (def-gdb-auto-update-handler): Use window point to preserve point.
30781 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30783 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30785 2005-05-31 Jay Belanger <belanger@truman.edu>
30787 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30789 (calc-embedded-make-info): Have plain prefix argument select
30792 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30794 * faces.el (list-faces-display): Signal error if passed a regexp
30795 that matches no face name.
30797 * simple.el (filter-buffer-substring): Fix typo in docstring.
30799 2005-05-31 Richard M. Stallman <rms@gnu.org>
30801 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30802 (vhdl-emacs-21): Doc fix.
30803 (vhdl-mode): Unconditionally set comment-padding.
30804 (vhdl-fixup-whitespace-region): Insert spaces only where
30806 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30808 2005-05-30 John Wiegley <johnw@newartisans.com>
30810 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30811 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30812 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30813 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30814 `string-to-number'.
30816 2005-05-30 Jay Belanger <belanger@truman.edu>
30818 * calc/calc.el (calc-bug-address): Fix docstring.
30819 (calc-window-hook, calc-trail-window-hook): New variables.
30820 (calc-trail-display): Restore use of calc-trail-window-hook.
30821 (calc): Restore use of calc-window-hook.
30823 2005-05-31 Masatake YAMATO <jet@gyve.org>
30825 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30827 * help-fns.el (help-C-file-name): Add autoload mark for
30828 `find-function-noselect'.
30830 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30832 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30833 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30835 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30837 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30838 included diary buffer if it was not already being visited.
30839 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30841 * calendar/icalendar.el (top-level): Do not require appt.
30843 * mail/supercite.el (sc-select-attribution): Only use a list
30844 element from sc-attrib-selection-list if it returns a string.
30845 Reported by Davide G. M. Salvetti <salve@debian.org>.
30847 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30849 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30850 includes a hash value to improve its uniqueness, and has a ".jpg"
30851 extension. Also, it is now a valid filename on all systems.
30852 (thumbs-make-thumb): Use `let', not `let*'.
30853 (thumbs-show-thumbs-list): Check for JPEG availability.
30855 2005-05-30 Richard M. Stallman <rms@gnu.org>
30857 * filesets.el (filesets-menu-ensure-use-cached):
30858 Prevent warning when emacs-version>= is undefined.
30860 * printing.el (pr-interactive-n-up): Use string-to-number.
30862 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30864 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30865 Warn only when name to be defined is quoted.
30867 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30869 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30870 Make regexp more robust.
30871 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30872 Force regeneration of disassembly.
30874 2005-05-29 Jay Belanger <belanger@truman.edu>
30876 * calc/calc.el (calc-user-invocation): Check if
30877 calc-invocation-macro is non-nil.
30879 2005-05-29 Juri Linkov <juri@jurta.org>
30881 * add-log.el (change-log-font-lock-keywords):
30882 Add `+' to e-mail regexp to accept mail address with keywords.
30884 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30886 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30888 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30890 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30892 2005-05-29 Richard M. Stallman <rms@gnu.org>
30894 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30895 Undo the change that moves to end of the current word.
30897 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30899 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30900 Throw error when count <= 0 to ensure input is a number.
30901 (gdb-read-memory-custom): Pick up address from buffer.
30902 (gdb-memory-mode): Allow user to increment and decrement
30903 memory address from header line.
30905 2005-05-29 Richard M. Stallman <rms@gnu.org>
30907 * textmodes/flyspell.el (flyspell-version): Function deleted.
30908 (flyspell-auto-correct-previous-hook): Doc fix.
30910 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30911 Do nothing if memory is full.
30913 * font-lock.el (font-lock-fontify-syntactically-region):
30914 Pass t for GREEDY to looking-back.
30916 * saveplace.el (save-place-alist-to-file): Write the file
30917 using write-region.
30919 * subr.el (looking-back): New argument GREEDY.
30921 * progmodes/compile.el (compilation-start): Set the mode
30922 before inserting the initial text.
30924 * progmodes/which-func.el (which-func-update-1): Turn the mode
30925 off in case of error by setting which-func-mode.
30927 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30929 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30930 Narrow down to what's on the screen, and recenter overlays
30931 at the end of the next word.
30933 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30935 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30937 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30938 (flyspell-abbrev-p): Default to nil.
30939 (flyspell-use-global-abbrev-table-p): Doc fix.
30940 (flyspell-large-region): Allow nil as value.
30941 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30943 (mail-mode-flyspell-verify): More robust handling
30944 of `mail-header-separator'. More efficient signature detection.
30945 Allow for regexp metacharacters in message-header-separator.
30946 Adding `To' not to be checked in mail-mode-flyspell-verify.
30948 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30949 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30950 Bind flyspell-auto-correct-binding.
30952 (flyspell-mode-map): Likewise.
30953 (flyspell-mode): Doc fix.
30954 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30955 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30956 (flyspell-word-cache-result): New var, always local.
30957 (flyspell-check-pre-word-p): Doc fix.
30958 (flyspell-check-changed-word-p): Handle spc like newline.
30959 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30960 (flyspell-word-search-backward, flyspell-word-search-forward):
30962 (flyspell-word): Return t if nothing to check.
30963 When parsing TeX code, check for after } or \.
30964 Use flyspell-word-search-backward to find previous word.
30965 Return nil if duplicated word.
30966 For word already checked, return same value as last time.
30967 Set flyspell-word-cache-result after checking.
30968 Don't clobber the return value.
30969 (flyspell-get-word): Major rewrite.
30970 (flyspell-external-point-words): New locals pword, pcount.
30971 Fix size used in progress message.
30972 Find the proper corresponding word in flyspell-large-region-buffer.
30973 (flyspell-region): Check for flyspell-large-region = nil.
30974 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30975 (flyspell-auto-correct-word): Check that WORD is a cons.
30976 (flyspell-correct-word): Likewise.
30978 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30980 * progmodes/make-mode.el (makefile-rule-action-regex)
30981 (makefile-macroassign-regex, makefile-makepp-mode)
30982 (makefile-bsdmake-mode): Continuation lines may be empty.
30983 Reported by Joshua Varner.
30984 (makefile-makepp-font-lock-keywords): Add $(stem).
30986 2005-05-28 Karl Berry <karl@gnu.org>
30988 * textmodes/tex-mode.el: Now that tex-send-command calls
30989 shell-quote-argument (2005-03-31 change), remove all calls to
30990 shell-quote-argument; they all end up invoking tex-send-command.
30991 The double quoting loses on filenames with non-safe characters,
30992 such as "@". Reported by Frederik Fouvry.
30994 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30996 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30997 about preserving point.
30999 2005-05-27 Jay Belanger <belanger@truman.edu>
31001 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
31004 * calc/calc-embed.el (calc-embed-arg): New variable.
31005 (calc-do-embedded-activate, calc-embedded-activate-formula)
31006 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
31007 variable by new variable.
31008 (calc-embedded-make-info): Replace undeclared variable by new
31009 variable. When selecting region with positive prefix
31010 argument, use end of previous line instead of beginning of line.
31012 * calc/calc-aent.el (calc-arg-values): Declare it.
31014 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
31017 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
31019 * calc/calc.el (calc-alg-map): Declare it.
31021 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
31023 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
31025 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
31026 (gdb-registers-buffer, toggle-gdb-all-registers):
31027 Toggle display of floating point registers.
31028 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
31030 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
31031 (toggle-gud-tooltip-dereference):
31032 Rename from gud-toggle-tooltip-dereference.
31034 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
31036 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
31038 2005-05-27 Jay Belanger <belanger@truman.edu>
31040 * calc/calc-prog.el (calc-kbd-report): Remove.
31041 (calc-kbd-query): Rewrite.
31043 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
31045 * image.el (image-library-alist): Move to image.c.
31046 (image-type-available-p): Doc fix.
31048 2005-05-27 Lute Kamstra <lute@gnu.org>
31050 * calc/calc.el (calc):
31051 * outline.el (outline-1, outline-2, outline-3, outline-4)
31052 (outline-5, outline-6, outline-7, outline-8):
31053 * textmodes/dns-mode.el (dns-mode):
31054 * textmodes/sgml-mode.el (sgml-namespace-face):
31055 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
31056 (tex-verbatim-face, tex-use-reftex):
31057 * textmodes/texinfo.el (texinfo-heading-face):
31058 Specify customization group.
31060 * longlines.el: Don't require easy-mmode.
31061 (longlines-visible-face): Specify customization group.
31063 2005-05-27 Kenichi Handa <handa@m17n.org>
31065 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
31066 encoding table of windows-1251.
31068 * international/ucs-tables.el (ucs-set-table-for-input):
31069 If translation-table-for-input of a coding system is a symbol, get
31070 its translation-table property.
31072 * international/code-pages.el: Don't register a coding system into
31073 non-iso-charset-alist more than once.
31074 (cp-make-coding-system): Likewise.
31076 2005-05-26 John Wiegley <johnw@newartisans.com>
31078 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
31079 `eshell-resume-eval' is wrapped in a list, it indicates that the
31080 command was run asynchronously. In that case, unwrap the value
31081 before checking the delimiter value.
31083 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
31084 character before a space at the end of a line is \, assume the space
31085 is part of the last argument rather than a final argument separator.
31087 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
31088 is in use, and the target is `t' or `nil' (which are the most common
31089 values), don't assume that the symbol target is a buffer.
31091 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
31093 * calendar/calendar.el (calendar-mode-line-format):
31094 Use mode-line-highlight as mouse-face.
31096 * time.el (display-time-string-forms, display-time-update):
31097 Use mode-line-highlight as mouse-face.
31099 2005-05-26 Jay Belanger <belanger@truman.edu>
31101 * calc/calc.el (calc-language-alist): Remove extra defvar.
31103 2005-05-26 Lute Kamstra <lute@gnu.org>
31105 * arc-mode.el (archive-mode):
31106 * bookmark.el (bookmark-read-annotation-mode)
31107 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
31109 * calc/calc-yank.el (calc-edit-mode):
31110 * calc/calc.el (calc-mode, calc-trail-mode):
31111 * calculator.el (calculator-mode):
31112 * chistory.el (command-history-mode):
31114 * cus-edit.el (custom-mode):
31115 * descr-text.el (describe-text-mode):
31116 * ebuff-menu.el (Electric-buffer-menu-mode):
31117 * ediff-util.el (ediff-mode):
31118 * emacs-lisp/re-builder.el (reb-mode):
31119 * emulation/vi.el (vi-mode-setup):
31120 * emulation/ws-mode.el (wordstar-mode):
31121 * eshell/esh-mode.el (eshell-mode):
31122 * forms.el (forms-mode):
31123 * help-mode.el (help-mode):
31124 * hexl.el (hexl-mode):
31125 * ibuffer.el (ibuffer-mode):
31126 * ielm.el (inferior-emacs-lisp-mode):
31127 * info.el (Info-mode, Info-edit-mode):
31128 * international/swedish.el:
31129 * ledit.el (ledit-from-lisp-mode):
31130 * locate.el (locate-mode):
31131 * mail/rmail.el (rmail-mode):
31132 * mail/rmailedit.el (rmail-edit-mode):
31133 * mail/rmailsum.el (rmail-summary-mode):
31134 * mail/supercite.el (sc-electric-mode):
31135 * net/eudc.el (eudc-mode):
31136 * net/quickurl.el (quickurl-list-mode):
31137 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
31138 * obsolete/ooutline.el (outline-mode):
31139 * obsolete/options.el (Edit-options-mode):
31140 * obsolete/rnews.el (news-mode):
31141 * obsolete/rnewspost.el (news-reply-mode):
31142 * play/5x5.el (5x5-mode):
31143 * play/decipher.el (decipher-mode, decipher-stats-mode):
31144 * play/gomoku.el (gomoku-mode):
31145 * play/snake.el (snake-mode):
31146 * play/solitaire.el (solitaire-mode):
31147 * play/tetris.el (tetris-mode):
31148 * progmodes/ada-mode.el (ada-mode):
31149 * progmodes/antlr-mode.el (antlr-mode):
31150 * progmodes/autoconf.el (autoconf-mode):
31151 * progmodes/dcl-mode.el (dcl-mode):
31152 * progmodes/delphi.el (delphi-mode):
31153 * progmodes/ebrowse.el (ebrowse-tree-mode)
31154 (ebrowse-electric-list-mode, ebrowse-member-mode)
31155 (ebrowse-electric-position-mode):
31156 * progmodes/f90.el (f90-mode):
31157 * progmodes/fortran.el (fortran-mode):
31158 * progmodes/icon.el (icon-mode):
31159 * progmodes/idlw-help.el (idlwave-help-mode):
31160 * progmodes/idlw-shell.el (idlwave-shell-mode):
31161 * progmodes/idlwave.el (idlwave-mode):
31162 * progmodes/inf-lisp.el (inferior-lisp-mode):
31163 * progmodes/m4-mode.el (m4-mode):
31164 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
31165 * progmodes/modula2.el (modula-2-mode):
31166 * progmodes/octave-inf.el (inferior-octave-mode):
31167 * progmodes/octave-mod.el (octave-mode):
31168 * progmodes/pascal.el (pascal-mode):
31169 * progmodes/sh-script.el (sh-mode):
31170 * progmodes/sql.el (sql-mode, sql-interactive-mode):
31171 * progmodes/vhdl-mode.el (vhdl-mode):
31172 * progmodes/xscheme.el (scheme-interaction-mode):
31173 * replace.el (occur-mode):
31174 * ses.el (ses-mode):
31175 * simple.el (completion-list-mode):
31177 * speedbar.el (speedbar-mode):
31178 * term.el (term-mode):
31179 * terminal.el (terminal-edit-mode):
31180 * textmodes/reftex-index.el (reftex-index-mode)
31181 (reftex-index-phrases-mode):
31182 * textmodes/reftex-sel.el (reftex-select-label-mode)
31183 (reftex-select-bib-mode):
31184 * textmodes/reftex-toc.el (reftex-toc-mode):
31185 * wdired.el (wdired-change-to-wdired-mode):
31186 * wid-browse.el (widget-browse-mode):
31187 Use run-mode-hooks.
31189 * array.el (array-mode):
31190 * calendar/todo-mode.el (todo-mode):
31191 * man.el (Man-mode):
31192 * play/landmark.el (lm-mode):
31193 * play/mpuz.el (mpuz-mode):
31194 Use kill-all-local-variables and run-mode-hooks.
31196 * subr.el (delay-mode-hooks): Specify indentation.
31198 2005-05-26 Mark A. Hershberger <mah@everybody.org>
31200 * xml.el (xml-substitute-special): Don't die for undefined xml
31203 2005-05-26 Jay Belanger <belanger@truman.edu>
31205 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
31208 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
31210 * progmodes/gdb-ui.el (gdb-frame-address):
31211 Rename from gdb-current-address.
31212 (gdb-previous-frame-address): Rename from gdb-previous-address.
31213 (gdb-selected-frame): Rename from gdb-current-frame.
31214 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
31215 (gdb-frame-number): Rename from gdb-current-stack-level.
31216 (gdb-ann3): Match new mode-name for disassembly buffer.
31217 Extend initialization of variables.
31218 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
31219 (gdb-memory-mode): Use mouse-face in header line.
31220 (gdb-assembler-buffer-name): Call it disassembly and give frame
31222 (gdb-source-spec-regexp, gdb-assembler-custom)
31223 (gdb-invalidate-assembler, gdb-frame-handler):
31224 Make robust to leading zeroes in address format.
31226 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
31228 * textmodes/org.el (org-mode): Use `define-derived-mode' to
31230 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
31232 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
31234 * log-edit.el (log-edit-changelog-entries): Distinguish between
31235 filenames like xfns.c and fns.c.
31237 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
31239 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
31240 point after reverting.
31241 (Buffer-menu-make-sort-button): Handle the case where
31242 `Buffer-menu-use-header-line' is nil.
31244 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
31246 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
31247 New funcs. In minibuffer-local-completion-map bind `]', `/'
31250 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
31252 * startup.el (normal-top-level): Allow modification of load-path while
31253 we're iterating over it.
31255 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
31257 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
31258 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
31259 (thumbs-resize-interactive, thumbs-insert-image)
31260 (thumbs-insert-thumb, thumbs-dired-show-marked)
31261 (thumbs-find-image-at-point, thumbs-delete-images)
31262 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
31263 (thumbs-increment-image-size, thumbs-decrement-image-size):
31264 Fix typos in docstrings.
31266 2005-05-24 Andre Spiegel <spiegel@gnu.org>
31268 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
31269 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
31270 (cperl-mode): Use them.
31272 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
31274 * window.el (quit-window, shrink-window-if-larger-than-buffer):
31277 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
31279 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
31280 Bind C-d to gdb-inferior-io-eof.
31282 * dired.el (dired-dnd-popup-notice): Use message-box.
31284 2005-05-23 Masatake YAMATO <jet@gyve.org>
31286 * bindings.el (mode-line-major-mode-keymap):
31287 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
31289 * faces.el (mode-line-highlight): New face.
31291 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
31294 * bindings.el (top-level, help-echo, mode-line-modified)
31295 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
31298 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
31300 * progmodes/cc-engine.el (c-guess-basic-syntax):
31301 Remove spurious call to `zerop'.
31303 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
31305 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
31307 CC Mode update to 5.30.10:
31309 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
31310 the point could go past the limit in decoration level 2, thereby
31311 causing errors during interactive fontification.
31313 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31314 bug when the file is evaluated interactively.
31316 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31317 declarations somewhat better in C++.
31319 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31320 New helper macro to make use of `run-mode-hooks'
31321 which has been added in Emacs 21.1.
31322 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31323 (awk-mode): Use it.
31324 (make-local-hook): Suppress warning about obsoleteness.
31326 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31327 (c-append-backslashes-forward, c-delete-backslashes-forward)
31328 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31329 Compensate for return value from `forward-line' when it has moved
31330 but not to a different line due to eob.
31332 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31333 `objc-method-intro' and `objc-method-args-cont'.
31335 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
31337 CC Mode update to 5.30.10:
31339 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31340 address in the copyright statement. Incidentally, change "along with
31341 GNU Emacs" to "along with this program" where it occurs.
31343 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31344 autoload, so that it is interactive, hence can be found by M-x awk-mode
31345 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
31346 <gmorris+emacs@ast.cam.ac.uk>.
31348 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31351 2005-05-23 Kevin Ryde <user42@zip.com.au>
31353 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31354 from c-parse-state, to avoid a lisp error (on bad code).
31356 2005-05-23 Lute Kamstra <lute@gnu.org>
31358 * subr.el (font-lock-defaults): Remove defvar as it's already
31359 defined in font-core.el.
31361 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31363 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
31365 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31366 more general and work when GDB variable "print pretty" is on,
31367 as with Emacs, for example.
31369 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
31371 * font-core.el: Update comment.
31373 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31374 Use `after-change-major-mode-hook' instead of `find-file-hook'.
31376 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31378 2005-05-22 Eli Zaretskii <eliz@gnu.org>
31380 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31381 and `yank-handler' in the doc strings.
31383 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
31385 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
31387 2005-05-22 Richard M. Stallman <rms@gnu.org>
31389 * help.el (describe-key): Move print-help-return-message call
31390 out of conditional.
31392 * progmodes/etags.el (list-tags): Use with-no-warnings.
31394 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31395 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31396 (starttls-extra-args, starttls-extra-arguments): Add defvars.
31398 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31400 * language/viet-util.el (viet-viscii-nonascii-translation-table):
31403 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31404 Use defvar, not defconst.
31406 * hexl.el (hexl-follow-line): Use with-no-warnings.
31408 * emulation/tpu-extras.el: Use write-file-functions instead of
31411 * dired.el (dired-font-lock-keywords): Fontify files with junk
31412 extensions even if marked by -F.
31414 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31416 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31417 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31418 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31419 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31420 (concatenate, list-length, get*, getf, cl-remprop):
31421 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31422 (etypecase, progv, lexical-let, lexical-let*)
31423 (multiple-value-bind, multiple-value-setq, shiftf):
31424 Improve argument/docstring consistency.
31426 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31428 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31430 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31433 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31434 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31436 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31438 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31439 already deleted variables: auto-fill-hook, blink-paren-hook,
31440 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31441 suspend-hooks, comment-indent-hook, meta-flag,
31442 before-change-function, after-change-function,
31443 font-lock-doc-string-face.
31445 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31447 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31449 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31451 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31452 rmail-dont-reply-to.
31454 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31456 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31457 literal blank when splitting new-header-values.
31459 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31461 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31462 string so that tmm doesn't create a completion entry for it.
31464 * textmodes/table.el (table-disable-menu): Ditto.
31466 2005-05-21 Richard M. Stallman <rms@gnu.org>
31468 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31470 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31472 * net/rcompile.el (remote-compile): Use compilation-start.
31474 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31476 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31478 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31479 Default to makefile-bsdmake-mode on BSD systems.
31481 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31482 REGEXP may also be a search function now. The part of doc-string
31483 for describing the structure was 95% identical to that of
31484 `imenu--generic-function'. Unify it there.
31486 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31487 Use function to find dependencies, because regexp alone is so complex,
31488 it easily goes into an endless loop.
31489 (makefile-makepp-mode): Also add submenu for Perl functions
31490 defined in the makefile.
31491 (makefile-bsdmake-mode): Special imenu-generic-expression no
31492 longer needed, due to function call.
31493 (makefile-match-dependency): Take BOUND into account when checking
31496 2005-05-20 Jay Belanger <belanger@truman.edu>
31498 * calc/calc-units.el (calc-invalidate-units-table):
31499 Use inhibit-read-only.
31500 (math-build-units-table-buffer): Use view-mode.
31502 2005-05-20 David Kastrup <dak@gnu.org>
31504 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31505 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31507 2005-05-20 Lute Kamstra <lute@gnu.org>
31509 * diff-mode.el (diff-header-face, diff-file-header-face)
31510 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31511 (diff-added-face, diff-changed-face, diff-function-face)
31512 (diff-context-face, diff-nonexistent-face): Put them in the
31513 diff-mode customization group.
31515 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31517 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31519 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31521 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31522 Minor regexp-optimization.
31524 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31526 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31527 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31528 (org-agenda-add-time-grid-maybe): New function.
31529 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31530 (org-table-create): `dotimes' instead of `mapcar'.
31531 (org-xor): Simplify implementation.
31532 (org-agenda): `inhibit-redisplay' turned on.
31533 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31534 a consistent line after a state change.
31535 (org-agenda-remove-times-when-in-prefix): New option.
31536 (org-prefix-has-time): New variable.
31537 (org-parse-time-string): Optional argument NODEFAULT.
31538 (org-format-agenda-item): Parse items for time-of-day
31539 specifications and move these into the prefix if possible.
31540 (org-agenda-priority): Get current heading, not previous heading
31541 during agenda remote editing.
31543 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31545 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31546 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31547 (remove-duplicates, delete-duplicates, substitute)
31548 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31549 (nsubstitute-if-not, find, find-if, find-if-not, position)
31550 (position-if, position-if-not, count, count-if, count-if-not)
31551 (mismatch, search, sort*, stable-sort, merge, member*)
31552 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31553 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31554 (intersection, nintersection, set-difference, nset-difference)
31555 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31556 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31557 (nsublis, tree-equal): Improve argument/docstring consistency.
31559 * subr.el (send-string, send-region): Remove obsolescence declaration.
31560 (window-dot, set-window-dot, read-input, show-buffer)
31561 (eval-current-buffer, string-to-int):
31562 Add release number to obsolescence declarations.
31564 2005-05-19 Kim F. Storm <storm@cua.dk>
31566 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31567 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31569 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31571 * faces.el (list-faces-display): Make back button respect optional
31574 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31576 * calculator.el (calculator-radix-grouping-mode)
31577 (calculator-radix-grouping-digits, calculator-displayer)
31578 (calculator-radix-grouping-separator, calculator-copy-displayer):
31579 * dabbrev.el (dabbrev-search-these-buffers-only):
31580 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31581 (diff-advance-after-apply-hunk, diff-mode-hook)
31582 (diff-minor-mode-prefix):
31583 * imenu.el (imenu-use-popup-menu):
31584 * jit-lock.el (jit-lock-context-time):
31585 * newcomment.el (comment-fill-column, comment-column)
31586 (comment-style, comment-padding, comment-multi-line)
31587 (comment-empty-lines, comment-auto-fill-only-comments):
31588 * reveal.el (reveal-around-mark):
31589 * uniquify.el (uniquify-buffer-name-style)
31590 (uniquify-after-kill-buffer-p)
31591 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31592 (uniquify-min-dir-content, uniquify-separator)
31593 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31594 * w32-vars.el (w32-fixed-font-alist):
31595 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31596 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31597 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31598 * progmodes/perl-mode.el (perl-indent-level)
31599 (perl-continued-statement-offset, perl-continued-brace-offset)
31600 (perl-brace-offset, perl-brace-imaginary-offset)
31601 (perl-label-offset, perl-indent-continued-arguments)
31602 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31603 * progmodes/tcl.el (tcl-indent-level)
31604 (tcl-continued-indent-level, tcl-auto-newline)
31605 (tcl-tab-always-indent, tcl-electric-hash-style)
31606 (tcl-help-directory-list, tcl-use-smart-word-finder)
31607 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31608 (inferior-tcl-source-command):
31609 * textmodes/fill.el (enable-kinsoku):
31610 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31611 * textmodes/table.el (table-yank-handler):
31612 Specify missing group (and type, if simple) in defcustom.
31614 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31616 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31618 2005-05-19 Richard M. Stallman <rms@gnu.org>
31620 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31622 * subr.el (event-basic-type): Don't get an error.
31623 (left-fringe-p): Function deleted.
31625 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31626 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31628 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31631 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31633 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31635 * emacs-lisp/bytecomp.el
31636 (byte-compile-file-form-custom-declare-variable):
31637 Call byte-compile-nogroup-warn if appropriate.
31639 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31640 (compilation-set-window): Don't call left-fringe-p; do it directly.
31642 2005-05-19 Jay Belanger <belanger@truman.edu>
31644 * calc/calc-graph.el (calc-graph-format-data): Make sure
31645 var-PlotRejects is bound before trying to check its value.
31647 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31649 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31650 definition of this variable from reftex-global.el to reftex.el,
31651 because it is needed in the menu.
31653 2005-05-19 Lute Kamstra <lute@gnu.org>
31655 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31656 years are fixed. Don't insert a space after a dash.
31658 2005-05-19 Kim F. Storm <storm@cua.dk>
31660 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31662 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31664 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31665 strings, because (eq ... ?\\) is fairly frequent.
31667 * progmodes/make-mode.el (makefile-add-this-line-targets):
31668 Simplify and integrate into `makefile-pickup-targets'.
31669 (makefile-add-this-line-macro): Simplify and integrate into
31670 `makefile-pickup-macros.
31671 (makefile-pickup-filenames-as-targets): Simplify.
31672 (makefile-previous-dependency, makefile-match-dependency):
31673 Don't stumble over `::'.
31675 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31677 * subr.el (post-command-idle-hook, post-command-idle-delay):
31678 Remove obsoletion of post-command-idle-hook and
31679 post-command-idle-delay.
31681 * faces.el (list-faces-display): Provide button when describe-face
31682 is called to take user back to the list of faces.
31684 * help-fns.el (describe-variable): Remove hyperlinks in a
31685 variable's value as these are quite frequently inappropriate.
31687 * follow.el (follow-submit-feedback, follow-mode):
31688 Remove references to post-command-idle-hook.
31690 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31692 * progmodes/make-mode.el (makefile-previous-dependency)
31693 (makefile-match-dependency): Check for := (and in bsd mode also
31694 !=) to give a better result, even when font-lock is not on.
31696 2005-05-18 Jay Belanger <belanger@truman.edu>
31698 * calc/calc-help.el (calc-s-prefix-help):
31699 Add `calc-copy-special-constant' to help string.
31701 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31703 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31705 2005-05-18 Jay Belanger <belanger@truman.edu>
31707 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31708 in linear factors are in proper order.
31710 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31712 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31713 Support for jurabib.
31715 * textmodes/reftex.el (featurep): Define aliases for overlay
31716 commands, for XEmacs compatibility, and use these aliases in
31717 overlay initializations.
31718 (reftex-highlight): Use `reftex-move-overlay'.
31719 (reftex-unhighlight): Use `reftex-delete-overlay'.
31720 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31721 (reftex-access-search-path): Use `reftex-uniquify' instead of
31724 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31725 `before-string' property modification enables for Emacs as well.
31726 (reftex-select-item): Use `reftex-delete-overlay'.
31727 (reftex-select-mark): Use `reftex-make-overlay' and
31728 `reftex-overlay-put'.
31729 (reftex-select-unmark): Use `reftex-delete-overlay' and
31730 `reftex-overlay-put'.
31732 2005-05-18 Lute Kamstra <lute@gnu.org>
31734 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31736 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31738 * add-log.el (add-change-log-entry):
31739 * array.el (array-make-template, array-reconfigure-rows)
31740 (array-init-max-row, array-init-max-column)
31741 (array-init-columns-per-line, array-init-field-width):
31742 * replace.el (replace-match-maybe-edit, perform-replace):
31743 * textmodes/spell.el (spell-region):
31744 Replace `read-input' by `read-string'.
31746 * forms.el (forms-mode):
31747 * finder.el (finder-compile-keywords):
31748 * shadowfile.el (shadow-read-files):
31749 Replace `eval-current-buffer' by `eval-buffer'.
31751 * terminal.el (te-pass-through):
31752 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31753 (ange-ftp-raw-send-cmd):
31754 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31755 (send-process-next-char, telnet-initial-filter, telnet):
31756 Replace `send-string' by `process-send-string'.
31758 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31759 (prolog-consult-region): Replace `send-string' by
31760 `process-send-string'; replace `send-region' by `process-send-region'.
31762 * progmodes/delphi.el (delphi-log-msg):
31763 Replace `set-window-dot' by `set-window-point'.
31765 * subr.el (window-dot, set-window-dot, read-input, send-string)
31766 (send-region, show-buffer, eval-current-buffer):
31767 Make really obsolete, as the comment says.
31769 2005-05-17 Kim F. Storm <storm@cua.dk>
31771 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31772 (cua--init-keymaps): Bind C-return instead of S-return to set
31775 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31776 instead of S-return to toggle/clear rectangle mark.
31778 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31780 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31781 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31782 Also fontify plain strings assigned to variables, mostly so that a
31783 colon has a face and is thus not taken as a dependency separator.
31784 (makefile-previous-dependency): Inline the new matcher, because it
31785 is too complex to work in both directions.
31786 (makefile-match-dependency): Eliminate `backward' arg (see above).
31787 Completely reimplemented so as to not sometimes go into an endless
31788 loop. It should also be more efficient, because first it only
31789 searches for `:', instead of applying the very complex regexp.
31790 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31791 to be fontified in one piece can be too long for JIT.
31792 Makefiles are never *that* big.
31794 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31796 * dired.el (dired-mode): Simplify.
31798 2005-05-17 Lute Kamstra <lute@gnu.org>
31800 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31801 defcustom for the mode hook variable.
31803 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31804 Emacs Lisp Reference Manual.
31806 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31808 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31810 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31811 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31813 * net/tramp-smb.el (tramp-smb-open-connection):
31814 Pass `tramp-chunksize' as fifth (required) argument.
31816 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31818 * font-lock.el (lisp-font-lock-keywords-1):
31819 Set `font-lock-negation-char-face' for [^...] char group.
31820 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31822 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31823 a var, and refine it to mask one more level of nested vars.
31824 (makefile-rule-action-regex): Turn it into a var, and refine it so
31825 it recognizes backslashed continuation lines as belonging to the
31827 (makefile-macroassign-regex): Refine it so it recognizes
31828 backslashed continuation lines as belonging to the same command.
31829 (makefile-var-use-regex): Don't look at the next char, because it
31830 might be the same one to be skipped by the initial [^$], leading
31831 to an overlooked variable use.
31832 (makefile-make-font-lock-keywords): Remove two parameters, which
31833 are now variables that some of the modes set locally.
31834 Handle dependency and rule action matching through functions, because
31835 regexps alone match too often. Dependency matching now comes
31836 last, so it can check, whether a colon already matched something else.
31837 (makefile-mode): Inform that font-lock improves makefile parsing
31839 (makefile-match-dependency, makefile-match-action): New functions.
31841 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31843 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31845 * align.el (align-regexp):
31846 * ansi-color.el (ansi-color-get-face):
31847 * array.el (array-reconfigure-rows, array-init-max-row)
31848 (array-init-max-column, array-init-columns-per-line)
31849 (array-init-field-width):
31850 * dired-aux.el (dired-trample-file-versions):
31851 * dired-x.el (dired-mark-sexp):
31852 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31853 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31854 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31855 * faces.el (face-read-integer):
31856 * files.el (backup-extract-version, insert-directory):
31857 * hexl.el (hexl-insert-decimal-char):
31858 * server.el (server-process-filter):
31859 * shell.el (shell-extract-num):
31860 * startup.el (command-line-1):
31861 * term.el (term-command-hook):
31862 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31863 (time-stamp-do-number):
31864 * time.el (display-time-update):
31865 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31866 (timezone-fix-time):
31867 * vms-patch.el (vms-suspend-resume-hook):
31868 * calendar/appt.el (appt-convert-time):
31869 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31870 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31871 * calendar/cal-islam.el (mark-islamic-diary-entries):
31872 * calendar/calendar.el (calendar-cursor-to-date)
31873 (calendar-star-date):
31874 * calendar/diary-lib.el (diary-attrtype-convert)
31875 (mark-diary-entries, diary-entry-time):
31876 * calendar/solar.el (solar-get-number):
31877 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31878 * emacs-lisp/re-builder.el (reb-display-subexp):
31879 * emulation/edt.el (edt-set-scroll-margins):
31880 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31881 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31882 (vip-get-ex-count):
31883 * emulation/viper-ex.el (viper-get-ex-token)
31884 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31885 * international/fontset.el (fontset-plain-name):
31886 * mail/feedmail.el (feedmail-look-at-queue-directory):
31887 * mail/mailalias.el (mail-get-names):
31888 * mail/rmail.el (rmail-convert-to-babyl-format):
31889 * mail/rmailsum.el (rmail-make-basic-summary-line)
31890 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31891 (rmail-summary-goto-msg):
31892 * mail/smtpmail.el (smtpmail-read-response):
31893 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31894 (ange-ftp-vms-add-file-entry):
31895 * play/gametree.el (gametree-looking-at-ply)
31896 (gametree-current-branch-score):
31897 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31898 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31899 * progmodes/cperl-mode.el (condition-case):
31900 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31901 (ebrowse-set-member-buffer-column-width)
31902 (ebrowse-select-1st-to-9nth):
31903 * progmodes/etags.el (etags-snarf-tag):
31904 * progmodes/flymake.el (flymake-parse-line):
31905 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31906 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31907 (idlwave-shell-menu-def):
31908 * progmodes/ps-mode.el (ps-run-goto-error):
31909 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31910 (vhdl-speedbar-contract-level):
31911 * term/mac-win.el (x-handle-numeric-switch):
31912 * term/sun-mouse.el (sun-get-frame-data):
31913 * term/w32-win.el (x-handle-numeric-switch):
31914 * term/x-win.el (x-handle-numeric-switch):
31915 * textmodes/ispell.el (ispell-parse-output):
31916 * textmodes/nroff-mode.el (nroff-outline-level):
31917 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31918 (reftex-bib-sort-year-reverse, reftex-format-citation):
31919 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31920 (reftex-section-number):
31921 * textmodes/texinfmt.el (texinfo-paragraphindent):
31922 Replace `string-to-int' by `string-to-number'.
31924 * international/latexenc.el: Add page marker to force the "Local
31925 Variables:" string out of the last page.
31927 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31929 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31930 tooltip-change-major-mode.
31931 (gud-tooltip-print-command): Remove case where gud-minor-mode
31932 is gdb ("--fullname").
31933 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31936 2005-05-16 Jay Belanger <belanger@truman.edu>
31938 * calc/calc-store.el (calc-copy-special-constant): New function.
31940 * calc/calc-ext.el (calc-init-extensions): Add binding for
31941 `calc-copy-special-constant'.
31943 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31944 for the `calc-copy-special-constant' command.
31946 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31948 * subr.el (left-fringe-p): New function.
31950 * progmodes/compile.el (compilation-setup): Set local value of
31951 overlay-arrow-string to "" always.
31952 (compilation-set-window): Left fringe then don't scroll.
31953 No left fringe then no arrow and scroll message to top.
31954 (compilation-context-lines): Adjust doc string accordingly.
31956 2005-05-16 Kim F. Storm <storm@cua.dk>
31958 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31959 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31960 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31961 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31962 (ido-read-file-name): Handle commands with ido property value
31963 equal to find-file as reading a file name, to allow C-d to enter dired.
31964 (ibuffer-find-file): Add ido property with value find-file.
31966 2005-05-15 Kim F. Storm <storm@cua.dk>
31968 * subr.el (open-network-stream-nowait): Remove.
31969 (open-network-stream-server): Remove.
31971 2005-05-15 Richard M. Stallman <rms@gnu.org>
31973 * faces.el (describe-face): Output a definition link button.
31975 * help-mode.el (help-face-def): New button type.
31977 * emacs-lisp/copyright.el (copyright-fix-years):
31978 Match properly if the first year is 2-digit.
31979 Don't mess up the whitespace after the years by filling.
31981 * dired-aux.el (dired-mark-confirm):
31982 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31984 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31985 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31986 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31988 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31989 Set font-lock-comment-start-skip.
31991 * font-lock.el (font-lock-comment-start-skip): New variable.
31992 (font-lock-comment-end-skip): New variable.
31993 (font-lock-fontify-syntactically-region): Use them if non-nil.
31995 2005-05-15 Jay Belanger <belanger@truman.edu>
31997 * calc/calc-store.el (calc-store-value): Return a string rather
31998 than display it as a message.
31999 Use calc-var-name for variable name.
32000 (calc-store-into): Add the result of calc-store-value to message.
32001 (calc-copy-variable): Add a message.
32002 (calc-store-exchange): Improve error messages.
32003 (calc-store-binary, calc-store-map): Don't reset the values of
32006 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
32008 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
32009 manual to docstring.
32011 * files.el (hack-local-variables-confirm): Add STRING argument.
32012 Make the function handle non file visiting buffers correctly.
32013 (hack-local-variables-prop-line, hack-local-variables)
32014 (hack-one-local-variable): Use STRING arg of
32015 `hack-local-variables-confirm'.
32017 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
32019 Sync with Tramp 2.0.49.
32021 * net/tramp.el (tramp-handle-dired-call-process)
32022 (tramp-handle-insert-directory):`insert-buffer' cannot be used
32023 because the contents of the Tramp buffer is changed before
32024 insertion (`expand-file' and alike).
32025 (tramp-handle-insert-directory): If `localname' has an empty
32026 nondirectory name, it must not be quoted.
32027 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
32028 variable `tramp-chunksize'. Change callees.
32029 (tramp-open-connection-setup-interactive-shell): Check remote host
32030 for buggy `send-process-string' implementation.
32031 Set `tramp-chunksize' if found. Reported by Michael Kifer
32032 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
32033 (tramp-handle-shell-command): `insert-buffer' cannot be used
32034 because the contents of the Tramp buffer is changed before
32035 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
32036 <frederic.bothamy@free.fr>.
32037 (tramp-set-auto-save): Actions should be done for Tramp file name
32038 handler only. Ange-FTP has its own auto-save mechanism.
32039 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
32040 (tramp-set-auto-save-file-modes): Set file modes of
32041 `buffer-auto-save-file-name' to ?\600 as fallback solution.
32042 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
32043 (tramp-bug): Remove obsolete variable.
32044 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
32045 for presence of `mml-mode'. Make it running for older Emacsen as well.
32047 2005-05-14 John Paul Wallington <jpw@pobox.com>
32049 * ibuf-ext.el (define-ibuffer-filter filename):
32050 If `dired-directory' is a list, use its car.
32052 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
32054 * ibuffer.el (define-ibuffer-column filename):
32055 If `dired-directory' is a list, use its car.
32057 2005-05-14 Richard M. Stallman <rms@gnu.org>
32059 * subr.el (symbol-file): Doc fix.
32061 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
32062 (byte-compile-form): Call byte-compile-nogroup-warn.
32063 (byte-compile-warning-types): Doc fix.
32065 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
32067 * progmodes/cc-engine.el (c-literal-faces):
32068 Add font-lock-comment-delimiter-face.
32070 * net/net-utils.el (dig): Use with-no-warnings.
32072 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
32073 (sc-recite-frame-alist, sc-default-cite-frame)
32074 (sc-default-uncite-frame, sc-default-recite-frame)
32075 (sc-attrib-selection-list, sc-rewrite-header-list):
32076 Mark as risky-local-variable.
32078 * international/ogonek.el (ogonek-jak, ogonek-how):
32079 Don't use beginning-of-buffer.
32081 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
32083 * calendar/solar.el (solar-data-list): Move definition up.
32085 * dnd.el (dnd-protocol-alist): Add autoload.
32087 * progmodes/sh-script.el: Many doc usage fixes.
32088 (sh-indent-after-do): Change default to match common styles.
32090 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
32092 * files.el (interpreter-mode-alist)
32093 (auto-mode-interpreter-regexp): Doc fixes.
32095 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
32097 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
32099 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
32101 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
32103 * dired.el (dired-mode): make-variable-buffer-local =>
32104 make-local-variable.
32106 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32108 * term/mac-win.el (mac-select-convert-to-string): Try coding
32109 systems in mac-script-code-coding-systems if specified one cannot
32110 encode string for `com.apple.traditional-mac-plain-text'.
32112 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
32114 * progmodes/make-mode.el (makefile-targets-face)
32115 (makefile-shell-face, makefile-makepp-perl-face): New faces.
32116 (makefile-dependency-regex): Fix it to not make the colon in
32117 $(var:a=b) special.
32118 (makefile-rule-action-regex): New regexp for highlighting embedded
32120 (makefile-macroassign-regex): Handle != for highlighting as
32121 embedded Shell strings.
32122 (makefile-var-use-regex): New const.
32123 (makefile-statements, makefile-automake-statements)
32124 (makefile-gmake-statements, makefile-makepp-statements)
32125 (makefile-bsdmake-statements): New consts.
32126 (makefile-make-font-lock-keywords): New function.
32127 (makefile-automake-font-lock-keywords)
32128 (makefile-gmake-font-lock-keywords)
32129 (makefile-makepp-font-lock-keywords)
32130 (makefile-bsdmake-font-lock-keywords): New consts.
32131 (makefile-mode-map): Add switchers between the various submodes.
32132 (makefile-mode): Document the availability of the variants.
32133 (makefile-automake-mode, makefile-gmake-mode)
32134 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
32136 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
32137 new variants of makefile-mode.
32139 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
32141 * font-lock.el (font-lock-comment-delimiter-face): Fix up
32144 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
32146 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
32147 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
32149 * files.el (normal-mode): Extend the scope of the
32150 `enable-local-variables' binding to include the `set-auto-mode' call.
32151 (magic-mode-alist): Doc fix.
32153 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
32155 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
32156 font-lock-comment-face rather than copying its setting.
32158 2005-05-12 Andreas Schwab <schwab@suse.de>
32160 * eshell/esh-mode.el (eshell-send-input): Doc fix.
32162 2005-05-12 Lute Kamstra <lute@gnu.org>
32164 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
32165 defcustom for the mode hook variable. Delete the last argument.
32166 * generic-x.el: Fix callers of define-generic-mode.
32167 (generic-x-modes): Delete group.
32168 (show-tabs-tab-face, show-tabs-space-face): Put them in the
32169 generic-x customization group.
32171 2005-05-12 Kim F. Storm <storm@cua.dk>
32173 * font-lock.el (font-lock-negation-char-face): Default to "off".
32175 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
32176 font-lock-negation-char-face to ! in !=.
32178 2005-05-12 Masatake YAMATO <jet@gyve.org>
32180 * add-log.el (find-change-log): Fix typos in the docstring
32183 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
32185 * international/latexenc.el (latexenc-find-file-coding-system):
32186 Avoid `re-search-forward' when looking for input encoding because
32187 of speed and safety. Better regular expressions for recognizing
32188 input encoding. Limit a search for TeX-master/tex-main-file to
32189 the local variable section.
32191 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
32193 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
32194 syntax of $ to "'" (quote).
32196 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
32198 * dnd.el (dnd-protocol-alist): Improve custom type.
32200 * dired.el (dired-dnd-protocol-alist): New variable.
32201 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
32202 `dired-mode-hook' to the end.
32204 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
32206 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
32207 comment-end if comment-start-skip is not set.
32208 Obey the font-lock-comment-delimiter-face variables.
32210 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
32212 * files.el (executable-find): Move from executable.el. Use
32214 * progmodes/executable.el (executable-find): Move to files.el.
32216 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
32217 when trying to ensure forward progress.
32219 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
32221 * mouse-sel.el (mouse-sel-follow-link-p): New function.
32222 (mouse-select, mouse-select-internal, mouse-extend-internal):
32223 Use it to implement mouse-1-click-follows-link functionality.
32225 2005-05-11 Richard M. Stallman <rms@gnu.org>
32227 * font-lock.el (font-lock-fontify-syntactically-region):
32228 Use font-lock-comment-delimiter-face for comment delimiters.
32230 2005-05-10 Jay Belanger <belanger@truman.edu>
32232 * calc/calc-help.el (calc-m-prefix-help): Add mention of
32233 preserving embedded modes.
32235 2005-05-10 Richard M. Stallman <rms@gnu.org>
32237 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
32239 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
32240 Move from ada-stmt.el.
32241 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
32243 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
32244 Move to ada-mode.el.
32245 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
32247 * cus-edit.el (custom-file): Call file-chase-links.
32249 * files.el (read-directory-name): Fix previous change.
32250 (hack-local-variables-confirm): New function.
32251 (hack-local-variables-prop-line, hack-local-variables)
32252 (hack-one-local-variable): Use it.
32254 2005-05-10 Lute Kamstra <lute@gnu.org>
32256 * font-lock.el (font-lock-keywords-alist)
32257 (font-lock-removed-keywords-alist): Clarify docstrings.
32259 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
32261 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
32262 (gdb-source-info): Check for preprocessor info.
32263 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
32264 a macro for a function.
32265 (gdb-info-breakpoints-custom): Try to find file again if not already
32266 found (user might have used GDB dir command).
32267 (gdb-get-location): Update gdb-location-alist correctly for change
32268 to gdb-info-breakpoints-custom.
32270 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
32271 (gud-tooltip-print-command): Add gdbmi case.
32272 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
32275 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
32277 * startup.el (fancy-splash-insert): Fix typo in doc string.
32279 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
32281 * obsolete/float.el (string-to-float):
32282 * obsolete/hilit19.el (hilit-add-pattern):
32283 * obsolete/rnews.el (news-parse-range, news-select-message)
32284 (news-get-pruned-list-of-files): Replace `string-to-int' by
32285 `string-to-number'.
32287 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
32288 `find-file-not-found-hooks'; use `add-hook'.
32289 (uncompress-while-visiting): Set `write-file-functions', not
32290 `write-file-hooks'; use `add-hook'.
32292 2005-05-09 Kim F. Storm <storm@cua.dk>
32294 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
32295 (cua-paste): Handle clipboard action.
32296 (cua--init-keymaps): Remap clipboard-kill-region and
32297 clipboard-kill-ring-save.
32299 2005-05-08 Eli Zaretskii <eliz@gnu.org>
32301 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32302 Improve commentary.
32304 * simple.el (next-error-overlay-arrow-position): Revert the change
32305 made on 2005-04-30.
32307 2005-05-07 Jay Belanger <belanger@truman.edu>
32309 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
32310 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32311 `calc-sel-reselect'.
32313 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32314 Calc is in embedded mode.
32316 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32318 * progmodes/compile.el (compilation-setup):
32319 Set overlay-arrow-string to an empty string on text terminals.
32321 * textmodes/ispell.el (ispell-program-name): Try looking for
32322 "aspell" along exec-path, and if found, use it as the default
32325 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
32327 * international/mule.el (sgml-xml-auto-coding-function):
32328 Recognize encoding='FOO' in single quotes as well as in double quotes.
32330 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
32332 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32333 as well as `interactive', so that defmacro* would recognize
32336 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32338 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32339 Explain more about the LIGHTER arg's usage in the doc string.
32340 Add commentary to clarify what the code does. Fix the regexp that
32341 strips whitespace from LIGHTER. Quote LIGHTER before using it,
32342 since it could have characters special to regular expressions.
32344 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32346 * replace.el (occur-1): Bind inhibit-read-only so that
32347 erase-buffer doesn't barf on read-only text properties (likewise
32348 for add-text-properties in occur-engine). Mark buffer as unmodified.
32349 (occur-engine): Don't set buffer-read-only here.
32351 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32353 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32354 list-buffers-directory. This caused the *cvs-commit* buffer to be
32355 sometimes mistakenly reused as a *cvs* buffer.
32357 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
32359 * tooltip.el: Move code for GUD tooltips into gud.el.
32360 (require): CL no longer needed to compile case.
32361 (tooltip-mode): Do not toggle functions for GUD tooltips.
32362 (tooltip-gud-tips-p): Remove. Replace with minor mode
32363 gud-tooltip-mode in gud.el.
32364 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32365 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32366 tooltip-gud prefix with gud-tooltip and obsolete.
32367 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32368 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32369 (tooltip-mouse-motion): Mouse movement functions/variable.
32370 Rename in gud.el by adding gud prefix.
32371 (tooltip-gud-original-filter, tooltip-gud-dereference)
32372 (tooltip-gud-event, tooltip-toggle-gud-tips)
32373 (tooltip-gud-process-output, tooltip-gud-print-command)
32374 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
32375 gud.el by replacing tooltip-gud prefix with gud-tooltip.
32376 (gdb-tooltip-print): Move to gdb-ui.el.
32378 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32379 (require): CL needed to compile case.
32380 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32381 tooltip-gud-tips-p. Make it a minor-mode.
32382 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32383 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32384 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32385 (gud-tooltip-change-major-mode)
32386 (gud-tooltip-activate-mouse-motions-if-enabled)
32387 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32388 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32389 (gud-tooltip-original-filter, gud-tooltip-dereference)
32390 (gud-tooltip-event, tooltip-toggle-gud-tips)
32391 (gud-tooltip-process-output, gud-tooltip-print-command)
32392 (gud-tooltip-tips): Move from tooltip.el.
32394 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32395 (gdb-cpp-define-alist-flags): Doc fix.
32396 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32397 gud-tooltip-mode is t.
32399 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32401 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32402 evaporate if their text is deleted.
32403 (goto-address-at-point): Make it work as a mouse binding as well.
32404 (goto-address-at-mouse): Obsolete it. Update users.
32406 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
32408 * calendar/appt.el (top-level): No longer activate on load.
32410 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
32412 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32413 * net/webjump.el (webjump):
32414 * progmodes/idlw-help.el (idlwave-do-context-help1)
32415 (idlwave-highlight-linked-completions):
32416 * textmodes/po.el (po-find-file-coding-system-guts):
32417 Replace `assoc-ignore-case' by `assoc-string'.
32419 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32421 * files.el (locate-file): Doc fix.
32423 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32424 Remove the redundant test for ms-dos.
32426 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32427 look for the preprocessor with exec-suffixes. If not found in
32428 standard places, look in exec-path. Remove most of the tests that
32431 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32433 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32435 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32436 file-name clash with jka-compr.el on 8+3 filesystems.
32438 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32440 * term/mac-win.el: Don't define or bind scroll bar functions if
32441 x-toolkit-scroll-bars is t.
32442 (x-select-text, x-get-selection-value): Clear
32443 x-last-selected-text-clipboard if x-select-enable-clipboard is
32445 (PRIMARY): Put mac-scrap-name property.
32446 (mac-select-convert-to-file-url): New function.
32447 (public.file-url): New selection target type. Add to
32448 selection-converter-alist.
32449 (x-get-selection, x-selection-value): Handle it.
32450 (x-cut-buffer-or-selection-value): New alias.
32452 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32454 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32455 entry to avoid calling bibtex-find-entry with arg global
32456 being t. Remove arg key.
32457 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32458 (bibtex-copy-summary-as-kill): Change accordingly.
32460 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32462 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32463 (org-agenda-date-later): Use with-current-buffer.
32465 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32467 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32468 (define-obsolete-variable-alias): Doc Fixes.
32470 2005-05-06 Kim F. Storm <storm@cua.dk>
32472 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32473 vertical-motion when selective-display is active.
32475 * ido.el (ido-setup-hook): New hook.
32476 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32477 (ido-input-stack): New var.
32478 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32479 ido-next-work-file binding to M-O.
32480 Bind M-f to ido-wide-find-file-or-pop-dir.
32481 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32482 (ido-read-internal): Run ido-setup-hook.
32483 Catch quit in read-file-name and read-string to cancel edit.
32484 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32485 Automatically pop-all when completing a directory name (RET).
32486 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32487 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32488 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32489 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32490 New functions for M-b/M-f to move among the directory components.
32491 (ido-make-merged-file-list): Catch quit to cancel merge.
32492 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32493 (ido-completion-help): No warnings for ido-completion-buffer-full.
32495 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32497 * font-lock.el (font-lock-negation-char-face): New face and variable.
32498 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32499 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32500 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32501 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32503 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32505 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32506 Fix typo in docstring.
32508 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32509 (ebrowse-print-statistics-line)
32510 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32512 * term/w32-win.el (image-library-alist): Add additional name for
32515 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32517 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32518 use gcc instead of cpp.
32520 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32521 (gdb-create-define-alist): Use it.
32522 (gdb-cpp-define-alist-program): Update for MS-DOS.
32524 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32526 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32528 2005-05-04 Richard M. Stallman <rms@gnu.org>
32530 * help.el (describe-key): No error when UNTRANSLATED is nil.
32532 * simple.el (line-move-1): Fix previous change to signal errors
32535 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32537 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32538 (icalendar-duration-correction): Remove.
32539 (icalendar--get-event-properties): Split result at commas.
32540 (icalendar--decode-isoduration): New optional argument
32541 DURATION-CORRECTION.
32542 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32543 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32544 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32545 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32546 (icalendar--convert-anniversary-to-ical): New functions, extracted
32547 from icalendar-export-region, with bug fixes.
32548 (icalendar-export-region): Use the above functions.
32549 (icalendar-import-buffer): Check before saving diary file.
32550 (icalendar--convert-recurring-to-diary)
32551 (icalendar--convert-non-recurring-all-day-to-diary)
32552 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32553 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32554 (icalendar--convert-ical-to-diary): Use the above functions.
32556 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32558 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32559 Remove these recent additions.
32560 (c-mode): Restore to before 2005-04-28.
32562 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32565 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32566 (gdb-define-alist): New variables.
32567 (gdb-create-define-alist): New function.
32568 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32569 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32570 with string-to-number.
32571 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32573 * progmodes/gud.el: Replace string-to-int with string-to-number.
32574 (gud-find-file): Handle gdb-define-alist.
32576 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32578 2005-05-02 Jay Belanger <belanger@truman.edu>
32580 * calc/calc-aent.el (math-read-token):
32581 * calc/calc-bin.el (calc-word-size):
32582 * calc/calc-ext.el (calc-read-number-fancy):
32583 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32584 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32585 * calc/calc-frac.el (calc-over-notation):
32586 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32587 (calc-graph-num-points, calc-graph-init):
32588 * calc/calc-prog.el (calc-read-parse-table-part)
32589 (calc-edit-macro-repeats):
32590 * calc/calc-yank.el (calc-do-grab-rectangle):
32591 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32592 Replace `string-to-int' by `string-to-number'.
32594 2005-05-02 Kim F. Storm <storm@cua.dk>
32596 * kmacro.el: Use executing-kbd-macro-index variable.
32598 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32600 * net/rlogin.el (rlogin-parse-words): Delete func.
32601 (rlogin): Use split-string, not rlogin-parse-words.
32602 Also, if there are option-like elements in the parsed args,
32603 take the host to be the first arg immediately following them.
32604 Suggested by Michael Mauger.
32606 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32608 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32610 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32612 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32613 (cc-mode-cpp-program): Rename to cc-define-list-program and
32614 move to cc-vars.el.
32616 * progmodes/cc-vars.el (cc-define-list-program):
32617 Change to "gcc -E -dM -". Make customizable.
32619 2005-05-02 Kim F. Storm <storm@cua.dk>
32621 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32623 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32625 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32627 * international/mule-util.el (truncate-string): Remove alias and
32628 obsolete declaration.
32630 * international/mule-cmds.el (update-iso-coding-systems):
32631 Remove alias and obsolete declaration.
32633 * international/mule.el (coding-system-parent): Remove alias and
32634 obsolete declaration.
32636 * subr.el (define-function, sref): Remove aliases and obsolete
32638 (chars-in-region): Remove obsolete declaration.
32640 2005-05-01 Richard M. Stallman <rms@gnu.org>
32642 * info.el (Info-mode): Set widen-automatically to nil, locally.
32644 * simple.el (widen-automatically): New variable.
32645 (pop-global-mark): Obey widen-automatically.
32647 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32649 * term/xterm.el (function-key-map): Call substitute-key-definition
32650 before the keymap size is increased by a lot of define-key calls.
32652 2005-05-01 Richard M. Stallman <rms@gnu.org>
32654 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32655 Rename ARG to ELEMENT. Doc fix.
32657 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32659 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32660 Remove references to allout-exposure/change to allout-new-exposure.
32662 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32665 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32666 (compiled-function-p, focus-frame, unfocus-frame):
32667 Remove aliases and obsolete declarations.
32668 Back out inadvertent changes from previous commit.
32670 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32672 * files.el (require-final-newline): Make Custom tags consistent
32673 with mode-require-final-newline.
32674 (mode-require-final-newline): Doc fix.
32676 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32678 * international/latexenc.el (latexenc-find-file-coding-system):
32679 Fix regular expressions.
32681 2005-05-01 David Kastrup <dak@gnu.org>
32683 * international/latexenc.el (latexenc-find-file-coding-system):
32684 Fix regular expressions.
32686 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32688 * subr.el (string-to-int): Make obsolete.
32690 2005-04-30 Richard M. Stallman <rms@gnu.org>
32692 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32694 * loadup.el: Load jka-comp-hook.
32696 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32697 (jka-compr-handler): Add autoload. `put' calls moved
32698 to jka-comp-hook.el.
32699 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32700 (jka-compr-inhibit): Autoload.
32702 * jka-comp-hook.el: New file.
32703 Enable the mode by default.
32705 * files.el (backup-buffer-copy): Use copy-file instead
32706 of write-region, and put back the 'excl.
32708 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32710 * progmodes/flymake.el (flymake-split-string)
32711 (flymake-split-string, flymake-log, flymake-pid-to-names)
32712 (flymake-reg-names, flymake-get-source-buffer-name)
32713 (flymake-unreg-names, flymake-add-line-err-info)
32714 (flymake-add-err-info): Clarify docstrings.
32715 (flymake-popup-menu, flymake-make-emacs-menu)
32716 (flymake-make-xemacs-menu): Add docstrings.
32717 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32718 Set variables directly throughout.
32720 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32722 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32723 exists. Initialize cc-define-alist.
32724 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32725 If there is no file (Macroexpansion) don't create an alist.
32727 2005-04-29 Sam Steingold <sds@gnu.org>
32729 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32730 (cc-create-define-alist): Use it instead of the hard-coded string.
32732 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32734 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32737 2005-04-29 Lute Kamstra <lute@gnu.org>
32739 * emacs-lisp/generic.el: Improve commentary section.
32740 (define-generic-mode): Improve docstring.
32742 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32744 * textmodes/org.el (many places): Change to quiet the byte compiler.
32745 (org-prefix-format-compiled): New variable.
32746 (org-compile-prefix-format): New function.
32747 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32748 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32749 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32750 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32751 consistency with entries from `org-mode' files.
32752 (org-get-time-of-day): Fix bug with partial matches early in a line.
32753 (org-non-link-chars): New constant.
32754 (org-link-regexp): Respect `org-non-link-chars'.
32755 (org-agenda-day-view): Remove command.
32756 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32757 (org-follow-bbdb-link, org-store-link): Search also company field.
32758 (org-highlight-overlay): New variable.
32759 (org-highlight, org-unhighlight): New functions.
32760 (org-agenda-mode): Add pre-command-hook to remove highlight.
32761 (org-evaluate-time-range): Behavior depends upon whether time stamp
32762 contains a time or not.
32763 (org-show-subtree, org-show-entry): New functions.
32764 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32766 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32768 * comint.el (comint-output-filter-functions): Add autoload cookie.
32770 2005-04-28 Kim F. Storm <storm@cua.dk>
32772 * ido.el (ido-everywhere): Fix last change.
32774 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
32776 * international/latexenc.el: New file.
32777 * international/mule-conf.el (file-coding-system-alist): For .tex,
32778 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32780 2005-04-28 Lute Kamstra <lute@gnu.org>
32782 * font-lock.el (font-lock-add-keywords)
32783 (font-lock-remove-keywords): Clarify docstring.
32784 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32785 Don't start docstrings with a `*'.
32786 (font-lock-update-removed-keyword-alist): Give it a docstring.
32788 * generic-x.el: Update commentary section.
32789 Only require font-lock when compiling.
32790 Define all modes conditionally.
32791 Place all generic modes in the generic-x-modes customization group.
32792 (generic-x-modes): New customization group.
32793 (generic-default-modes, generic-mswindows-modes)
32794 (generic-unix-modes, generic-other-modes): New constants.
32795 (generic-define-mswindows-modes, generic-define-unix-modes):
32796 Update docstrings. Make them obsolete.
32797 (generic-extras-enable-list): New default value. Update docstring.
32798 Improve :type. Change :set function.
32799 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32802 * emacs-lisp/generic.el (generic-mode-internal):
32803 Simplify font-lock-defaults.
32804 (define-generic-mode): Fix docstring.
32806 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32808 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32809 font-lock-face property to highlight matches.
32811 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32813 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32814 (cc-define-alist): New variable.
32815 (c-mode): Make it local and initialize it.
32817 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32818 (gdb-exited): New function.
32819 (gdb-annotation-rules): Use it.
32820 (gdb-starting): Set gdb-active-process to t.
32821 (gdb-stopping): Amend doc string.
32822 (gdb-reset): Set gdb-active-process to nil.
32824 * tooltip.el (tooltip-gud-tips): Show the associated #define
32825 directives when a C program under GDB is not executing.
32827 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32829 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32830 font-lock-fontify-syntactic-keywords.
32832 * font-lock.el (font-lock-default-fontify-region): Don't force
32833 parse-sexp-lookup-properties to nil.
32835 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32837 * man.el (man-mode-syntax-table): Set up `:' to have
32838 word-constituent syntax.
32840 2005-04-27 Lute Kamstra <lute@gnu.org>
32842 * novice.el (disable-command): Don't add spurious newlines to the
32843 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32845 2005-04-26 Jay Belanger <belanger@truman.edu>
32847 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32848 than one window before deleting window.
32850 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32852 * shell.el (shell-prompt-pattern): Doc fix.
32853 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32855 * comint.el (comint-prompt-regexp, comint-get-old-input)
32856 (comint-use-prompt-regexp)
32857 (comint-use-prompt-regexp-instead-of-fields)
32858 (comint-replace-by-expanded-history, comint-send-input)
32859 (comint-output-filter, comint-get-old-input-default)
32860 (comint-line-beginning-position, comint-bol, comint-show-output)
32861 (comint-backward-matching-input, comint-forward-matching-input)
32862 (comint-next-prompt, comint-previous-prompt):
32863 Rename `comint-use-prompt-regexp-instead-of-fields' to
32864 `comint-use-prompt-regexp'. Keep old name as alias and declare
32866 (comint-use-prompt-regexp): Shorten first line of doc string.
32868 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32869 Set paragraph-separate buffer locally to "\\'".
32871 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32872 Adapt to above name change.
32874 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32875 (smbclient-prompt-regexp): Ditto.
32877 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32879 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32881 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32883 Break lines that are over 80 characters wide.
32885 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32887 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32888 New fun and var, to preserve compatibility.
32890 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32892 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32894 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32895 name to file-newer-than-file-p.
32897 2005-04-26 Richard M. Stallman <rms@gnu.org>
32899 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32901 * progmodes/python.el (python-mode):
32902 Use new name eldoc-documentation-function.
32904 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32906 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32907 (eldoc-documentation-function):
32908 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32910 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32912 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32914 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32916 * term/xterm.el (function-key-map): Fix strings for
32917 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32918 {C,S,A,C-S}-{f1-f12}.
32920 2005-04-26 Kenichi Handa <handa@m17n.org>
32922 * international/mule-cmds.el (select-safe-coding-system):
32923 Fix previous change.
32925 2005-04-26 Lute Kamstra <lute@gnu.org>
32927 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32929 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32930 (font-lock-comment-delimiter-face): Ditto.
32932 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32934 2005-04-25 Jay Belanger <belanger@truman.edu>
32936 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32937 to t while inserting information; use help-mode.
32939 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32941 * term.el (ansi-term-color-vector): Use the xterm colors.
32942 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32944 2005-04-25 Lute Kamstra <lute@gnu.org>
32946 * font-core.el (font-lock-defaults): Fix docstring.
32948 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32950 2005-04-25 Kenichi Handa <handa@m17n.org>
32952 * international/mule-cmds.el (select-safe-coding-system):
32953 Don't check consistency with coding: spec, etc if raw-text or
32954 no-conversion was found to be safe.
32956 2005-04-24 Richard M. Stallman <rms@gnu.org>
32958 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32959 citation markers at start of each line.
32961 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32962 citation markers at start of each line.
32964 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32966 * files.el (mode-require-final-newline): Fix previous change.
32967 (require-final-newline): Fix type label.
32969 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32971 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32972 statement in buffer (broken by 2004-11-24 change).
32974 2005-04-24 Kim F. Storm <storm@cua.dk>
32976 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32977 and read-file-name-function values. Don't overwrite existing
32978 non-nil values if ido-mode is enabled without ido-everywhere.
32980 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32982 * files.el (mode-require-final-newline): Minor doc fix.
32984 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32986 * subr.el (syntax-after): Doc fix.
32987 (syntax-class): If argument is nil, return nil. Mask off upper 16
32990 * files.el (mode-require-final-newline): Doc fix.
32991 (backup-buffer-copy): Fix last change.
32993 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32995 * term/mac-win.el: Require select. Set selection-coding-system to
32996 mac-system-coding-system. Call menu-bar-enable-clipboard.
32997 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32998 (x-select-enable-clipboard): New variables.
32999 (x-select-text, x-get-selection, x-selection-value)
33000 (x-get-selection-value, mac-select-convert-to-string)
33001 (mac-services-open-file, mac-services-open-selection)
33002 (mac-services-insert-text): New functions.
33003 (CLIPBOARD, FIND): Put mac-scrap-name property.
33004 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
33005 (public.tiff): Put mac-ostype property.
33006 (selection-converter-alist): Add entries for them.
33007 (mac-application-menu-map): New keymap.
33008 (interprogram-cut-function, interprogram-paste-function): Set to
33009 x-select-text and x-get-selection-value, respectively.
33010 (split-window-keep-point): Set to t.
33012 2005-04-23 Richard M. Stallman <rms@gnu.org>
33014 * files.el (read-directory-name): Always pass non-nil
33015 DEFAULT-FILENAME arg to read-file-name.
33016 (backup-buffer-copy, basic-save-buffer-2): Take care against
33017 writing thru an unexpected existing symlink.
33018 (revert-buffer): In indirect buffer, revert the base buffer.
33019 (magic-mode-alist): Doc fix.
33020 (buffer-stale-function): Doc fix.
33021 (minibuffer-with-setup-hook): Avoid warning.
33022 (mode-require-final-newline): Doc and custom fix.
33024 * follow.el (follow-end-of-buffer): Use with-no-warnings.
33026 * font-lock.el (font-lock-comment-face): On terminals with few colors,
33027 use the default appearance.
33028 (font-lock-comment-delimiter-face): New face, new variable.
33030 * imenu.el (imenu--generic-function): The official position of a
33031 definition is the start of the line that BEG is in.
33033 * midnight.el (midnight-timer): Move defvar up.
33035 * mouse.el (mouse-drag-region-1): Delete some debugging code.
33037 * saveplace.el (save-place-to-alist): Use with-no-warnings.
33039 * startup.el (command-line): Use with-no-warnings.
33041 * window.el (window-size-fixed): New defvar.
33043 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
33045 * mail/rmail.el (rmail-font-lock-keywords):
33046 Use font-lock-comment-delimiter-face.
33048 * mail/sendmail.el (mail-font-lock-keywords):
33049 Use font-lock-comment-delimiter-face.
33051 * progmodes/compile.el (next-error-highlight-timer): New defvar.
33053 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
33055 * progmodes/compile.el (compilation-mode-font-lock-keywords):
33056 Specify t for LAXMATCH when matching directories.
33057 Save match data around compilation-compat-error-properties form.
33059 2005-04-23 David Kastrup <dak@gnu.org>
33061 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
33062 Mention that the autoloaded aliases should be kept for AUCTeX.
33064 2005-04-23 Andreas Schwab <schwab@suse.de>
33066 * isearch.el (isearch-forward): Doc fix.
33068 2005-04-23 Eli Zaretskii <eliz@gnu.org>
33070 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
33071 (jit-lock-stealth-nice): Change default value to 0.5.
33073 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
33075 * abbrev.el (write-abbrev-file): Write table entries in
33076 alphabetical order by table name.
33078 2005-04-22 Kim F. Storm <storm@cua.dk>
33080 * ido.el (ido-read-internal): Fix `list' completion.
33082 2005-04-22 Kenichi Handa <handa@m17n.org>
33084 * recentf.el (recentf-save-file-coding-system): New variable.
33085 (recentf-save-list): Encode the file by
33086 recentf-save-file-coding-system and add coding: tag.
33088 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
33090 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
33092 2005-04-21 Lute Kamstra <lute@gnu.org>
33094 * loadhist.el (unload-feature): Don't remove a function from hooks
33095 if it is about to be restored to an autoload . Remove functions
33096 that will become unbound from auto-mode-alist. Simplify the code.
33098 * subr.el (assq-delete-all): New implementation that is linear,
33099 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
33100 (rassq-delete-all): New function.
33102 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33103 Add size-indication-mode.
33105 2005-04-21 Kenichi Handa <handa@m17n.org>
33107 * international/mule-cmds.el: Add autoload for widget-value in
33110 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
33112 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33115 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
33117 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
33119 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
33120 (inferior-lisp-filter-regexp, inferior-lisp-program)
33121 (inferior-lisp-load-command, inferior-lisp-prompt)
33122 (inferior-lisp-mode-hook, lisp-source-modes)
33123 (inferior-lisp-load-hook): defvar->defcustom.
33124 (inferior-lisp-program, inferior-lisp-prompt)
33125 (inferior-lisp-load-hook): Doc fixes.
33126 (inferior-lisp-install-letter-bindings): Small change in
33127 introductory comment.
33129 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
33131 * vc.el (vc-annotate-color-map): Change some colors so that text
33132 using them as foreground is readable on both white and black
33135 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
33137 * international/mule-conf.el (translation-table-for-input):
33138 Remove redundant declaration.
33140 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
33142 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
33144 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
33145 (tooltip-toggle-gud-tips): New function.
33147 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33149 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
33150 right angle brackets.
33152 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
33154 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
33156 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
33158 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
33159 Remove. Update callers to use expand-file-name instead.
33161 * subr.el (syntax-class): New function.
33163 * simple.el (blink-matching-open): Use it.
33165 * paren.el (show-paren-function): Use it to recognize parens that are
33166 also used in 2-char comment markers.
33168 2005-04-19 Lute Kamstra <lute@gnu.org>
33170 * loadhist.el (unload-feature): Update for new format of
33171 load-history. Simplify the code.
33173 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33175 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
33176 (mac-add-charset-info): New function. Initialize variable
33177 mac-charset-info-alist using it.
33178 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
33180 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
33181 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
33182 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
33185 2005-04-19 Kim F. Storm <storm@cua.dk>
33187 * simple.el (next-buffer, prev-buffer, next-error)
33188 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33189 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
33191 * bindings.el (next-buffer, prev-buffer, next-error)
33192 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33193 (clone-indirect-buffer-other-window): Move bindings from simple.el.
33194 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
33195 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
33197 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
33199 * isearch.el (isearch-edit-string): Make the search-ring available for
33200 minibuffer history commands.
33201 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
33202 the default history commands now work just as well.
33203 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
33205 2005-04-18 Kim F. Storm <storm@cua.dk>
33207 * emulation/cua-base.el (cua--pre-command-handler): Add more
33208 elaborate check for shift modifier on non-window systems.
33210 2005-04-18 Lars Hansen <larsh@math.ku.dk>
33212 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
33214 2005-04-18 Kim F. Storm <storm@cua.dk>
33216 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
33217 and make it optional. Don't test tooltip-gud-echo-area here.
33218 (tooltip-gud-process-output, gdb-tooltip-print):
33219 Pass tooltip-gud-echo-area to tooltip-show.
33220 (tooltip-help-tips): Remove second optional arg to tooltip-show.
33222 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33224 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
33225 `display-graphic-p' may not be bound yet.
33227 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
33229 * startup.el (command-line): No longer enable Xterm Mouse mode by
33230 default in terminals compatible with xterm.
33232 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
33234 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
33236 * tooltip.el (tooltip-gud-echo-area): Rename from
33237 tooltip-use-echo-area.
33238 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
33239 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
33240 area independently of where help tooltips are displayed.
33242 2005-04-17 David Kastrup <dak@gnu.org>
33244 * cus-theme.el (custom-theme-write-variables): Quote variables
33247 2005-04-17 Richard M. Stallman <rms@gnu.org>
33249 * simple.el (yank-excluded-properties): Add follow-link to value.
33251 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
33253 * startup.el (fancy-splash-max-time): Just 30 seconds.
33254 (fancy-splash-delay): Just 7.
33255 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
33257 * loadhist.el (unload-feature): Update for new format of load-history.
33260 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
33261 (rmail-font-lock-keywords): Don't fontify the text of a citation.
33263 * mail/sendmail.el (mail-font-lock-keywords):
33264 Don't fontify subject text.
33265 Don't fontify the text of a citation.
33267 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
33269 * comint.el (comint-output-filter): Run comint-output-filter-functions
33270 with point where the user had it.
33272 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
33274 * international/ucs-tables.el (ucs-set-table-for-input):
33275 Disable when using unify-on-decoding.
33277 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
33279 * emulation/cua-base.el (cua-global-mark-face): Add special case
33280 for displays supporting a high number of colors.
33282 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
33284 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
33286 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
33288 * filesets.el (filesets-add-buffer): If user supplies a name of a
33289 non-existing fileset, create a new fileset.
33291 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
33293 * textmodes/org.el (org-up-heading-all): Fix bug with
33294 `outline-up-heading-all'.
33296 2005-04-16 Andreas Schwab <schwab@suse.de>
33298 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
33299 /etc/permissions.d/* and /etc/aliases.d/*.
33301 2005-04-16 Kenichi Handa <handa@m17n.org>
33303 * international/code-pages.el (cp-make-coding-system):
33304 Set `translation-table-for-input' property value to the symbol
33305 ucs-mule-to-mule-unicode, not to that value.
33306 (pt154): Escape guillemet by `\'.
33308 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
33310 * loadup.el: Load tooltip if x-show-tip is fboundp.
33312 * startup.el (command-line): Add comment.
33314 * tooltip.el (tooltip-mode): Specify correct standard value for
33315 Custom in init-value.
33317 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
33319 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33322 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
33324 * textmodes/org.el (org-agenda-date-prompt): Rename from
33325 `org-agenda-date-today'.
33326 (org-evaluate-time-range): Insert at point instead of directly
33328 (org-first-headline-recenter, org-subtree-end-visible-p)
33329 (org-optimize-window-after-visibility-change): New functions
33330 (org-agenda-post-command-hook): Don't allow point at end of line,
33331 to make sure it always hits the text properties.
33332 (org-agenda-next-date-line, org-agenda-previous-date-line):
33334 (org-set-regexps-and-options): Category may contain white space.
33335 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33336 Improve marker positions.
33337 (org-agenda-new-marker): Argument POS made optional.
33338 (org-agenda-get-timestamps): Deadlines which are done are listed
33339 in org-done-face now.
33340 (org-agenda-get-todos, org-agenda-get-timestamps)
33341 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33342 Set `undone-face' and `done-face' properties.
33343 (org-last-todo-state-is-todo): New variable.
33344 (org-todo): Set `org-last-todo-state-is-todo'.
33345 (org-agenda-todo): Change face according to
33346 `org-last-todo-state-is-todo'. And change other lines referring to
33348 (org-calendar-goto-agenda): New command.
33349 (org-calendar-to-agenda-key): New option.
33350 (org-startup-folded): New allowed value `content'.
33351 (org-set-regexps-and-options): Accept new value `content' for
33352 `org-startup-folded'.
33353 (org-get-current-options): Handle new value `content' for
33354 `org-startup-folded'.
33355 (org-insert-todo-heading): New command.
33356 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33357 interactively in empty file and option
33358 `org-insert-mode-line-in-empty-file' has been set.
33359 (org-agenda-todo, org-agenda-priority): Modify to use
33360 `org-agenda-change-all-lines'.
33361 (org-warning-face): Change color on dark background.
33363 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33365 * international/mule-cmds.el (set-locale-environment): On Mac OS,
33366 use preferences AppleLocale and AppleLanguages, and variable
33367 mac-system-locale for default locale. On Mac OS Classic, use
33368 mac-system-coding-system for default coding systems.
33370 * term/mac-win.el: Don't set file-name-coding-system.
33371 Decode variables system-name, emacs-build-system, user-login-name, and
33372 user-full-name by mac-system-coding-system on Mac OS Classic.
33373 (mac-system-coding-system): New variable.
33375 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
33377 * startup.el (command-line): Handle `xterm-mouse-mode' before
33380 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33382 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
33384 * progmodes/sh-script.el (sh-here-document-word): Make it a
33385 defcustom. Doc fix.
33386 (sh-add): Bash uses $(( )) for arithmetic.
33387 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33388 (sh-maybe-here-document): Remove quotes and leading whitespace
33389 from heredoc word when closing. Indent heredoc with tabs if word
33392 2005-04-13 Richard M. Stallman <rms@gnu.org>
33394 * simple.el (undo): Fix previous change.
33396 * custom.el (defface): Doc fix.
33398 2005-04-13 Lute Kamstra <lute@gnu.org>
33400 * Makefile.in (DONTCOMPILE): Remove list.
33401 (compile, compile-always): Don't use DONTCOMPILE.
33402 (update-authors): Load the library in which batch-update-authors
33404 * makefile.w32-in (DONTCOMPILE): Remove list.
33405 (compile, compile-always): Fix comments.
33406 (update-authors): Load the library in which batch-update-authors
33409 * generic-x.el (generic-mode-ini-file-find-file-hook):
33410 Rename to ini-generic-mode-find-file-hook.
33411 Keep generic-mode-ini-file-find-file-hook as an alias.
33412 (ini-generic-mode-find-file-hook): Rename from
33413 generic-mode-ini-file-find-file-hook. Fix docstring.
33414 (ini-generic-mode): Docstring change.
33415 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33417 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33420 * generic.el: Move to the emacs-lisp subdir.
33422 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33424 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33425 and C-S- function and cursor motion keys.
33427 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33429 * startup.el (command-line): Enable Xterm Mouse mode by default.
33430 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33431 for Custom. No longer show "Mouse" in mode line when enabled.
33434 2005-04-12 Kim F. Storm <storm@cua.dk>
33436 * emulation/cua-base.el (cua-rectangle-face)
33437 (cua-rectangle-noselect-face): Define face attributes here.
33439 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33441 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33443 * startup.el (command-line): Turn off blinking cursor if
33444 cursorBlink in resources is off or false.
33446 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33448 * term/mac-win.el (dnd): Require dnd.
33449 (mac-drag-n-drop): Call dnd-handle-one-url.
33450 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33451 (kTextEncodingISOLatin2): Remove constants.
33452 (mac-script-code-coding-systems): New constant.
33453 (mac-handle-language-change): New function.
33454 (special-event-map): Bind it to `language-change' event.
33455 (mac-centraleurroman, mac-cyrillic): New coding systems.
33456 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33457 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33458 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33459 encode-mac-cyrillic, respectively.
33461 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33463 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33464 Don't set overlay-arrow-string to "=>" as this is done
33467 2005-04-12 Lute Kamstra <lute@gnu.org>
33469 * generic-x.el (rc-generic-mode, rul-generic-mode):
33470 Fix auto-mode-alist entries.
33471 (etc-fstab-generic-mode): Tweak fontification.
33473 * generic.el (generic-make-keywords-list): Fix docstring.
33474 (generic-mode-internal): Simplify generic-font-lock-keywords.
33476 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33478 * whitespace.el (whitespace-buffer-leading)
33479 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33480 However, fix the highlight area for the leading and
33481 trailing whitespaces to show space.
33483 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33485 * whitespace.el (whitespace-version): Bump to 3.5.
33487 (whitespace-buffer-leading, whitespace-buffer-trailing):
33488 Invert sense of the test to highlight the whitespace.
33490 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33492 * progmodes/gud.el (gud-display-line): GUD uses its own
33493 overlay arrow now so don't set overlay-arrow-string.
33494 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33496 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33498 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33499 (term-ansi-current-reverse, term-ansi-current-invisible)
33500 (term-ansi-face-already-done): Change to boolean.
33501 (term-reset-terminal, term-handle-colors-array): Handle the above
33503 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33504 (term-emulate-terminal): Use the new name.
33506 * faces.el (secondary-selection): Use yellow1, not yellow.
33507 (trailing-whitespace): Use red1, not red.
33509 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33511 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33512 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33513 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33515 * cus-edit.el (dnd): New group.
33517 * term/w32-win.el (dnd): Require dnd
33518 (w32-drag-n-drop): Call dnd-handle-one-url.
33520 * x-dnd.el: Require dnd.
33521 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33522 Call dnd-handle-one-url.
33523 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33524 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33525 to dnd-insert-text.
33526 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33527 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33528 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33529 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33531 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33533 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33535 * wdired.el: Doc fixes.
33536 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33537 (wdired-use-dired-vertical-movement): Rename from
33538 wdired-always-move-to-filename-beginning.
33539 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33540 (wdired-change-to-wdired-mode): Change mode name.
33541 (wdired-newline): Delete.
33543 2005-04-11 Richard M. Stallman <rms@gnu.org>
33545 * whitespace.el (whitespace-highlight-the-space):
33546 Don't call whitespace-unhighlight-the-space here.
33548 * simple.el (undo): Record t in undo-equiv-table
33549 for the redo record made by an undo-in-region.
33551 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33553 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33554 (gdb-frame-inferior-io-buffer): New Functions to control
33555 display of separate IO buffer.
33556 (menu): Add them to menu-bar.
33557 (gdb-display-buffer): Check for buffer another frame.
33558 Protect GUD buffer.
33559 (gdb-setup-windows): Create IO buffer if not already there.
33560 (gdb-memory-mode): Remove purecopy noops.
33562 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33564 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33565 and pass to self-insert-command.
33567 2005-04-11 Lute Kamstra <lute@gnu.org>
33569 * generic.el: Commentary section cleanup.
33571 (generic-use-find-file-hook, generic-lines-to-scan)
33572 (generic-find-file-regexp, generic-ignore-files-regexp)
33573 (default-generic-mode, generic-mode-find-file-hook)
33574 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33575 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33576 (generic-use-find-file-hook, generic-lines-to-scan)
33577 (generic-find-file-regexp, generic-ignore-files-regexp)
33578 (default-generic-mode, generic-mode-find-file-hook)
33579 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33581 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33583 * bookmark.el (bookmark-write-file): Catch errors writing file.
33584 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33586 2005-04-10 Richard M. Stallman <rms@gnu.org>
33588 * startup.el (fancy-splash-tail): Update copyright year.
33589 (command-line): Split part of -Q into -D.
33590 (emacs-basic-display): New defvar.
33591 (fancy-splash-text): Correct name of menu item.
33593 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33595 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33598 * comint.el (comint-send-input): New arg ARTIFICIAL.
33599 Callers in this file changed.
33601 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33603 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33605 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33607 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33608 `ldap-search-internal'.
33610 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33612 * files.el (set-auto-mode-1): Use line-end-position.
33614 * international/latin-1.el:
33615 * international/latin-2.el:
33616 * international/latin-3.el:
33617 * international/latin-4.el:
33618 * international/latin-5.el:
33619 * international/latin-8.el:
33620 * international/latin-9.el: Give punctuation syntax to NBSP.
33622 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33623 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33624 Use char-classes to accept non-ascii letters, accepted in some recent
33625 bibtex implementations.
33627 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33629 * custom.el (custom-set-minor-mode): Any non-nil value for the
33630 variable should enable the mode when set through Custom.
33632 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33634 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33635 TAB binding so tab-always-indent is obeyed.
33636 (vhdl-minibuffer-local-map): Move initialization into declaration.
33637 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33638 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33639 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33640 (vhdl-current-line): Use line-beginning-position.
33641 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33642 with-output-to-temp-buffer, so the current position can be recorded.
33644 2005-04-10 Masatake YAMATO <jet@gyve.org>
33646 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33647 Add regexp for gcov.
33649 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33651 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33652 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33653 syntax which Emacs 20 doesn't support.
33655 2005-04-09 Richard M. Stallman <rms@gnu.org>
33657 * help.el (describe-key-briefly, describe-key):
33658 Replace strings as event types with "(any string)".
33660 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33662 * arc-mode.el (archive-mode-map): Move initialization into
33663 the declaration. Override *all* bindings of `undo'.
33664 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33666 2005-04-09 Jay Belanger <belanger@truman.edu>
33668 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33670 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33672 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33673 (xterm-register-default-colors): Update color values computation
33674 to match xterm-200.
33676 2005-04-09 Kenichi Handa <handa@m17n.org>
33678 * international/code-pages.el (iso-latin-7): Fix the map.
33680 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33682 * emacs-lisp/lisp.el (defun-prompt-regexp)
33683 (parens-require-spaces, buffer-end, end-of-defun)
33684 (insert-parentheses): Doc fixes.
33686 2005-04-08 Kim F. Storm <storm@cua.dk>
33688 * comint.el (comint-highlight-prompt): Fix face spec.
33689 * hi-lock.el (hi-green): Likewise.
33691 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33693 * cus-edit.el (custom-modified-face):
33694 * comint.el (comint-highlight-input): Fix previous changes.
33695 * term.el (term-handle-ansi-escape): Add a comment.
33697 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33699 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33700 in the buffer and in whitespace-highlighted-space.
33701 (whitespace-unhighlight-the-space): Simplify.
33702 (whitespace-buffer): Simplify.
33704 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33706 * textmodes/table.el (table-cell-face): Add special case for
33707 displays supporting a high number of colors.
33708 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33709 (vhdl-font-lock-reserved-words-face)
33710 (vhdl-speedbar-architecture-face)
33711 (vhdl-speedbar-instantiation-face)
33712 (vhdl-speedbar-architecture-selected-face)
33713 (vhdl-speedbar-instantiation-selected-face): Likewise.
33714 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33715 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33716 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33717 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33718 (ebrowse-progress-face): Likewise.
33719 * progmodes/compile.el (compilation-info-face): Likewise.
33720 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33721 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33722 * calendar/calendar.el (diary-face): Likewise.
33723 * woman.el (woman-italic-face, woman-bold-face)
33724 (woman-unknown-face): Likewise.
33725 * wid-edit.el (widget-button-pressed-face): Likewise.
33726 * whitespace.el (whitespace-highlight-face): Likewise.
33727 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33728 * pcvs-info.el (cvs-marked-face): Likewise.
33729 * info.el (info-xref): Likewise.
33730 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33731 * hilit-chg.el (highlight-changes-face)
33732 (highlight-changes-delete-face): Likewise.
33733 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33734 (hi-red-b): Likewise.
33735 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33736 * font-lock.el (font-lock-keyword-face)
33737 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33738 * cus-edit.el (custom-invalid-face, custom-modified-face)
33739 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33740 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33741 * comint.el (comint-highlight-prompt): Likewise.
33743 2005-04-08 Lute Kamstra <lute@gnu.org>
33745 * font-lock.el (font-lock-keywords): Docstring fixes.
33747 2005-04-08 Kenichi Handa <handa@m17n.org>
33749 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33750 chars are more than a limit, print " and more..." at the tail.
33752 2005-04-08 Kim F. Storm <storm@cua.dk>
33754 * emacs-lisp/authors.el (authors-aliases): Update list.
33755 (authors-ignored-files): New list.
33756 (authors-fixed-entries): Fix typo.
33757 (authors-renamed-files-alist): Update list.
33758 (authors-add): Check authors-ignored-files.
33760 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33762 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33763 optional, to ensure backward compatibility.
33765 2005-04-08 Stephen Eglen <stephen@gnu.org>
33767 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33769 2005-04-08 Kim F. Storm <storm@cua.dk>
33771 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33773 * mouse.el (mouse-on-link-p): Doc fix.
33775 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33777 * ielm.el (ielm-prompt-read-only): Doc fix.
33779 * comint.el (comint-prompt-read-only): Doc fix.
33781 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33783 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33784 ensure dired always handles wildcards passed to ffap.
33785 (find-file-at-point): Use it.
33786 (ffap-dired-wildcards): Doc fix.
33788 2005-04-07 Juri Linkov <juri@jurta.org>
33790 * simple.el (next-error-overlay-arrow-position): New defvar.
33791 Put "=>" on its property `overlay-arrow-string'. Add it to
33792 `overlay-arrow-variable-list'.
33794 * progmodes/compile.el (compilation-setup):
33795 Set `next-error-overlay-arrow-position' to nil. Also set it to
33796 nil in the local hook `kill-buffer-hook'. Make local variable
33797 `overlay-arrow-string' and set it to "=>".
33798 (compilation-goto-locus): Set BOL position to
33799 `next-error-overlay-arrow-position' instead of
33800 `overlay-arrow-position'.
33802 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33803 locally instead of adding it to the global hook.
33804 (Info-kill-buffer): Move up.
33806 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33808 * term/xterm.el (xterm-standard-colors): Update color values from
33811 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33813 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33816 * lazy-lock.el: Move them to the obsolete subdir.
33818 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33820 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33821 (wdired-add-replace-advice): Remove.
33822 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33824 2005-04-06 Kim F. Storm <storm@cua.dk>
33826 * startup.el (command-line): Add --bare-bones alias for -Q.
33828 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33830 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33831 create the startup fontset if a font specification ends with
33834 2005-04-06 Lute Kamstra <lute@gnu.org>
33836 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33839 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33840 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33842 2005-04-05 Lute Kamstra <lute@gnu.org>
33844 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33845 (define-generic-mode): Ditto. Fix debug declaration.
33847 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33848 Put them in the generic-x group.
33850 * calendar/timeclock.el (timeclock): Doc fix.
33852 * generic.el (define-generic-mode): Don't use custom-current-group.
33853 Document default :group value.
33854 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33855 (define-global-minor-mode): Don't use custom-current-group.
33857 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33859 * startup.el (command-line-1): Display startup-echo-area-message
33860 when fancy splash screen is in use.
33862 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33863 (sh-escaped-newline): New face.
33864 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33865 newline, and use sh-escaped-newline face.
33867 * progmodes/tcl.el (tcl-escaped-newline): New face.
33868 (tcl-builtin-list): New variable.
33869 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33870 newlines. Fix keywords subexpression number.
33872 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33874 * textmodes/org.el (org-diary-default-entry): Fix call to
33875 `add-to-diary-entry'.
33877 2005-04-05 Kim F. Storm <storm@cua.dk>
33879 * ediff-init.el: Use (featurep 'xemacs).
33881 2005-04-05 David Ponce <david@dponce.com>
33883 * cus-edit.el (face): Derive from symbol widget. Display sample
33884 of the current face on the fly.
33885 (widget-face-sample-face-get, widget-face-notify): New functions.
33886 (widget-face-value-create): Remove.
33888 * wid-edit.el (widget-field-end): Temporarily remove field
33889 narrowing before to call `get-char-property'.
33891 2005-04-04 Jay Belanger <belanger@truman.edu>
33893 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33894 (math-read-subscripts): New variable.
33895 (math-read-preprocess-string): Process subscripts.
33897 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33899 * comint.el (comint-prompt-read-only): Doc fix.
33901 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33904 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33906 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33907 Change default value to nil.
33909 2005-04-04 Lute Kamstra <lute@gnu.org>
33911 * autorevert.el (auto-revert-mode): Specify :group.
33912 * battery.el (display-battery-mode): Specify :group.
33913 * diff-mode.el (diff-minor-mode): Specify :group.
33914 * font-core.el (font-lock-mode): Specify :group.
33915 * hl-line.el (hl-line-mode): Specify :group.
33916 * iimage.el (iimage): New customization group.
33917 (iimage-mode): Specify :group.
33918 * longlines.el (longlines-mode): Specify :group.
33919 * master.el: Don't require easy-mmode.
33920 (master): New customization group.
33921 (master-mode): Specify :group.
33922 * msb.el (msb-mode): Specify :group.
33923 * reveal.el (reveal-mode): Specify :group.
33924 * simple.el (next-error-follow-minor-mode): Specify :group.
33925 * smerge-mode.el (smerge-mode): Specify :group.
33926 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33927 * emulation/cua-base.el (cua-mode): Specify :group.
33928 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33929 * language/thai-util.el (thai-auto-composition-mode)
33930 (thai-word-mode): Specify :group.
33931 * mail/supercite.el (sc-minor-mode): Specify :group.
33932 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33933 * progmodes/flymake.el (flymake-mode): Specify :group.
33934 * progmodes/glasses.el (glasses-mode): Specify :group.
33935 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33936 * textmodes/enriched.el (enriched-mode): Specify :group.
33937 * textmodes/refill.el (refill-mode): Specify :group.
33939 * add-log.el (change-log-font-lock-keywords): Names in
33940 parenthesized lists can contain spaces.
33942 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33944 * startup.el (fancy-splash-text): Shorten default text of
33945 "Emacs Tutorial" line. Also, if the current language env
33946 indicates an available tutorial file other than TUTORIAL,
33947 extract its title and append it to the line in parentheses.
33948 (fancy-splash-insert): If arg is a thunk, funcall it.
33950 2005-04-04 Jay Belanger <belanger@truman.edu>
33952 * calc/calc.el (calc-language-alist): Add tags to customization type.
33954 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33956 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33959 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33961 * add-log.el (change-log-font-lock-keywords): The manual
33962 describing a Change Log entry, says: (...) "Aside from these
33963 header lines, every line in the change log starts with a space or
33964 a tab.". The font-lock was not highlighting lines started with
33965 spaces, added support for it.
33967 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33969 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33970 (bibtex-generate-url-list): Update docstring accordingly. Put the
33971 complex example in the docstring.
33972 (bibtex-font-lock-url): Use pop.
33974 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33976 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33978 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33980 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33982 * filesets.el (filesets-set-default): Doc fix.
33984 2005-04-03 Lute Kamstra <lute@gnu.org>
33986 * generic.el (define-generic-mode): Add argument to specify
33987 keywords for defcustom.
33988 (default-generic-mode): Specify :group.
33990 * generic-x.el: Specify :group for all generic modes.
33992 * desktop.el (desktop-no-desktop-file-hook)
33993 (desktop-after-read-hook): Doc fix.
33995 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33997 * simple.el (visible-mode): Use explicit :group keyword.
33998 This changes the group of `visible-mode-hook' from paren-blinking
34001 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
34003 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
34004 mailbox specifications as well as URLs.
34005 (rmail-insert-inbox-text): Remove unused conditional branches.
34007 2005-04-01 Jay Belanger <belanger@truman.edu>
34009 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
34010 (calc-gnuplot-print-command): Move definitions to calc.el.
34012 * calc/calc-embed.el (calc-embedded-announce-formula)
34013 (calc-embedded-open-formula, calc-embedded-close-formula)
34014 (calc-embedded-open-word, calc-embedded-close-word)
34015 (calc-embedded-open-plain, calc-embedded-close-plain)
34016 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
34017 (calc-embedded-open-mode, calc-embedded-close-mode):
34018 Move definitions to calc.el.
34020 * calc/calc.el (calc-settings-file, calc-language-alist):
34022 (calc-embedded-announce-formula, calc-embedded-open-formula)
34023 (calc-embedded-close-formula, calc-embedded-open-word)
34024 (calc-embedded-close-word, calc-embedded-open-plain)
34025 (calc-embedded-close-plain, calc-embedded-open-new-formula)
34026 (calc-embedded-close-new-formula, calc-embedded-open-mode)
34027 (calc-embedded-close-mode, calc-gnuplot-name)
34028 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
34029 from other files and make customizable.
34031 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
34033 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
34035 (cvs-mode-run): Don't call cvs-update-header here.
34036 (cvs-run-process): Call cvs-update-header.
34037 Use process properties for cvs-postprocess and cvs-buffer so that
34038 the sentinel can behave better if the temp buffer is killed.
34039 Use a pipe rather than a tty, to better handle unexpected prompts.
34040 (cvs-sentinel): Rewrite. Call cvs-update-header.
34042 2005-04-01 Andre Spiegel <spiegel@gnu.org>
34044 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
34045 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
34047 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
34049 * generic.el (define-generic-mode): Add indentation rule.
34051 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
34053 * files.el (mode-require-final-newline): Make Custom correctly
34054 report a nil value and allow to set it to nil via Custom.
34057 2005-04-01 Kenichi Handa <handa@m17n.org>
34059 * international/characters.el: Enable the correct case setting for
34060 dotless-i and dotted-I.
34062 2005-04-01 Kim F. Storm <storm@cua.dk>
34064 * ido.el (ido-file-internal): Fall back to non-ido command if
34065 initial directory is on slow ftp (or tramp) host.
34067 2005-03-31 Richard M. Stallman <rms@gnu.org>
34069 * emacs-lisp/autoload.el (make-autoload):
34070 Handle define-global-minor-mode.
34072 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
34073 Rename from easy-mmode-define-global-mode.
34074 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
34076 * progmodes/scheme.el (scheme-mode-syntax-table):
34077 Update syntax of | and # for two-character comment syntax.
34079 2005-03-31 Lute Kamstra <lute@gnu.org>
34081 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
34082 (define-minor-mode): Call custom-current-group at load-time.
34084 * generic.el (define-generic-mode): Add debug declaration.
34085 Add defcustom for the mode hook.
34086 (generic-mode-internal): Use run-mode-hooks.
34088 2005-03-31 Kim F. Storm <storm@cua.dk>
34090 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
34091 (mouse-fixup-help-message): New defun called by show_help_echo
34092 to fixup mouse-2 prefix in help messages when applicable.
34094 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34096 2005-03-31 Kenichi Handa <handa@m17n.org>
34098 * language/thai-word.el (thai-find-word-ends): Pay attention to
34099 the case that we reach the end of buffer.
34101 * textmodes/fill.el (fill-text-properties-at): New function.
34102 (fill-newline): Use fill-text-properties-at instead of
34103 text-properties-at.
34105 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
34107 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
34108 not comint-quote-filename.
34110 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
34112 * help-fns.el (help-with-tutorial): Revert last change.
34114 2005-03-31 Kim F. Storm <storm@cua.dk>
34116 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
34118 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
34120 * calendar/cal-china.el: Update reference to "Calendrical
34121 Calculations" book; there's a new edition.
34122 * calendar/cal-coptic.el: Likewise.
34123 * calendar/cal-french.el: Likewise.
34124 * calendar/cal-hebrew.el: Likewise.
34125 * calendar/cal-islam.el: Likewise.
34126 * calendar/cal-iso.el: Likewise.
34127 * calendar/cal-julian.el: Likewise.
34128 * calendar/cal-mayan.el: Likewise.
34129 * calendar/cal-persia.el: Likewise.
34130 * calendar/calendar.el: Likewise.
34131 * calendar/holidays.el: Likewise.
34132 * calendar/lunar.el: Likewise.
34133 * calendar/solar.el: Likewise.
34135 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
34136 white space from doc string.
34138 2005-03-30 Jay Belanger <belanger@truman.edu>
34140 * calc/calc-help.el (calc-full-help): Remove email address.
34142 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
34144 * help-fns.el (help-with-tutorial): Delete title line.
34146 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
34148 * calendar/cal-x.el (calendar-one-frame-setup)
34149 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
34150 rather than `symbol' for set-window-dedicated-p.
34152 * calendar/appt.el (appt-buffer-name): Make it a constant.
34153 (appt-add): Doc fix.
34155 * filesets.el (filesets-menu-path, filesets-menu-before)
34156 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
34157 (filesets-menu-cache-file): Use directory ~/.emacs.d.
34158 (filesets-add-submenu): Delete and use add-submenu instead.
34160 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
34162 * textmodes/org.el (org-agenda-phases-of-moon)
34163 (org-agenda-sunrise-sunset, org-agenda-convert-date)
34164 (org-agenda-goto-calendar): New commands.
34165 (org-diary-default-entry): New function.
34166 (org-get-entries-from-diary): Better parsing of diary entries.
34167 (org-agenda-check-no-diary): New function.
34168 ("diary-lib"): Advice to function `add-to-diary-list', to allow
34169 linking to diary entries.
34170 (org-agenda-execute-calendar-command): New function.
34171 (org-agenda): Improve visible section in window.
34172 Use `org-fit-agenda-window'.
34173 (org-fit-agenda-window): New option.
34174 (org-move-subtree-down): Better handling of empty lines
34176 (org-cycle): Numeric prefix is interpreted now as show-subtree N
34178 (org-fontify-done-headline): New option.
34179 (org-headline-done-face): New face.
34180 (org-set-font-lock-defaults): Use `org-headline-done-face'.
34181 (org-table-copy-down): Rename from `org-table-copy-from-above'.
34182 When current field is non-empty, it is copied to next row.
34183 (org-table-copy-from-above): Fix bug which made it
34184 impossible to copy fields containing only a single non-white character.
34186 2005-03-30 Kim F. Storm <storm@cua.dk>
34188 * kmacro.el (kmacro-end-macro): Isearch may store this command
34189 into the macro -- so ignore it when executing keyboard macro.
34191 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
34193 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
34195 2005-03-29 Kenichi Handa <handa@m17n.org>
34197 * language/thai.el ("Thai"): Set setup-function and exit-function
34198 for Thai language environment.
34200 * language/thai-util.el: Require thai-word.
34201 (thai-word-mode-map): New variable.
34202 (thai-word-mode): New minor mode.
34203 (setup-thai-language-environment-internal): New function.
34204 (exit-thai-language-environment-internal): New function.
34206 * language/thai-word.el (thai-word-table): Declare it by defvar,
34207 use dolist to initialize it.
34208 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
34209 (thai-fill-find-break-point): New functions.
34211 2005-03-29 Richard M. Stallman <rms@gnu.org>
34213 * simple.el (idle-update-delay): Move definition up.
34214 (set-mark): Doc fix.
34216 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
34218 * longlines.el: New file.
34220 * simple.el (buffer-substring-filters): New variable.
34221 (filter-buffer-substring): New function.
34222 (kill-region, copy-region-as-kill): Use it.
34224 * register.el (copy-to-register, append-to-register)
34225 (prepend-to-register): Use filter-buffer-substring.
34227 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
34229 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
34230 (gud-filter-pending-text): Move in front of gdb.
34231 (gud-overlay-arrow-position): New variable.
34232 (gud-sentinel, gud-display-line): Use it in place of
34233 overlay-arrow-position.
34235 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
34237 * progmodes/fortran.el (fortran-if-indent): Doc fix.
34238 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
34239 (fortran-font-lock-keywords-4): New variable.
34240 (fortran-blocks-re, fortran-end-block-re)
34241 (fortran-start-block-re): New constants, for hideshow.
34242 (hs-special-modes-alist): Add a Fortran entry.
34243 (fortran-mode-map): Bind fortran-end-of-block,
34244 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
34245 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
34246 (fortran-looking-at-if-then, fortran-end-of-block)
34247 (fortran-beginning-of-block): New functions, for hideshow.
34249 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
34250 Doc fix. Tweak regexp.
34251 (f90-beginning-of-block): Push mark first.
34253 2005-03-29 Jay Belanger <belanger@truman.edu>
34255 * calc/calc.el: Update copyright date.
34256 (calc-version): Increase to 2.1.
34257 (calc-version-date): Remove.
34259 * calc/calc-help.el: Update copyright date.
34260 (calc-full-help): Remove reference to calc-version-date.
34261 Update copyright date.
34263 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
34265 * vc.el (vc-do-command): Use a pipe for async processes, so password
34266 prompts don't show up at places where the user can't reply.
34268 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
34270 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
34271 on the file name we pass to the inferior shell.
34273 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34275 * progmodes/which-func.el (which-function): Be robust in the face of an
34276 imenu--make-index-alist failure.
34278 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
34280 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
34282 * progmodes/python.el (python-preoutput-filter): Fix last change.
34284 2005-03-29 Lute Kamstra <lute@gnu.org>
34286 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
34287 functions and compiled macros.
34288 (debug-convert-byte-code): Handle macros too.
34289 (debug-on-entry-1): Don't signal an error when trying to clear a
34290 function that is not set to debug on entry.
34292 2005-03-29 Jay Belanger <belanger@truman.edu>
34294 * calc/calc-lang.el: Add functions to math-function-table
34295 properties of tex and math.
34297 2005-03-29 Kenichi Handa <handa@m17n.org>
34299 * ps-mule.el (ps-mule-plot-string): Translate characters by
34300 ps-print-translation-table.
34301 (ps-mule-begin-job): Call find-charset-region/string with
34302 ps-print-translation-table.
34303 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
34305 * ps-print.el (ps-print-translation-table): New variable.
34306 (ps-plot-region): Translate characters by ps-print-translation-table.
34308 2005-03-29 Juri Linkov <juri@jurta.org>
34310 * simple.el (next-error-highlight-timer): New variable.
34312 * progmodes/compile.el (compilation-goto-locus):
34313 Use `next-error-highlight-timer' instead of `sit-for'.
34315 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34317 * mail/supercite.el (sc-mail-field): Use assoc-string.
34318 (sc-get-address): Simplify regexps.
34320 * files.el (minibuffer-with-setup-hook): New macro.
34321 (find-file-read-args): Use it to avoid let-binding
34322 minibuffer-with-setup-hook (which breaks turning on/off
34323 file-name-shadow-mode while in the prompt).
34325 * complete.el (PC-read-include-file-name-internal):
34326 Use test-completion.
34328 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
34330 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34332 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34334 * window.el (window-buffer-height): Use count-screen-lines.
34336 * progmodes/python.el (python-preoutput-leftover): New var.
34337 (python-preoutput-filter): Use it.
34338 (python-send-receive): Loop until all the result has been received.
34340 2005-03-28 Juri Linkov <juri@jurta.org>
34342 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34344 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34345 "Recover Crashed Session".
34346 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34347 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34348 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34349 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34350 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34351 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34352 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34353 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34355 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34356 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34357 Ediff Sessions", "Toggle use of separate control buffer frame",
34358 "Use separate frame for Ediff control buffer".
34360 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34361 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34362 "Rename Bookmark", "Delete Bookmark".
34364 * info.el (Info-mode-menu): Remove ellipsis from "Index".
34365 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34366 Add `:active Info-index-alternatives' to "Next Matching Item".
34368 * wdired.el (wdired-change-to-wdired-mode):
34369 Mention `wdired-abort-changes' key in the initial message.
34371 * international/mule.el (auto-coding-alist): Associate non-ascii
34372 image filename extensions with `no-conversion'.
34374 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
34376 * international/iso-acc.el:
34377 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34379 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
34381 * textmodes/sgml-mode.el (html-mode): Doc update.
34383 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34385 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
34387 * term.el (term-move-columns): Fix face after extending a line.
34388 (term-insert-spaces): Likewise.
34389 (term-reset-terminal): Fix off by one error.
34391 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34393 * international/mule.el (auto-coding-alist): Add .xpi files.
34395 * files.el (auto-mode-alist): Add .xpi files.
34397 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
34399 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34401 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34403 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34405 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
34407 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34408 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
34410 * calendar/cal-move.el (calendar-beginning-of-year): Move the
34411 cursor to Jan 1 when needed.
34412 (calendar-end-of-year): Fix -/+ typo.
34413 Reported by Chong Yidong <cyd@stupidchicken.com>.
34415 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34417 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34419 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34420 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34422 2005-03-25 Richard M. Stallman <rms@gnu.org>
34424 * filesets.el (filesets-init): Add autoload.
34426 * mail/mailalias.el (mail-directory): Doc fix.
34428 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34430 * mail/mailalias.el (mail-directory-process): Do nothing if
34431 mail-directory-process is an atom.
34432 (mail-get-names): Ignore mail-directory-names if it is an atom.
34433 (mail-directory-process defvar): Doc fix.
34434 (mail-names): Doc fix.
34436 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34438 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34440 2005-03-26 Kenichi Handa <handa@m17n.org>
34442 * international/mule-util.el (detect-coding-with-priority):
34443 Call update-coding-systems-internal before detect-coding-region.
34445 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34447 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34448 (gdb-frames-mode-map): Add follow-link property.
34450 2005-03-25 Jay Belanger <belanger@truman.edu>
34452 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34455 2005-03-25 Juri Linkov <juri@jurta.org>
34457 * image-mode.el: Optimize image filename extension regexps in
34458 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34459 in `auto-mode-alist'.
34460 (image-mode): Add `image-toggle-display-text' to local hook
34461 `change-major-mode-hook'. Display the image as an image by
34462 default. Set `cursor-type' and `truncate-lines' if the image
34463 is already displayed. Take into account the current mode (image
34464 or text) in message.
34465 (image-minor-mode): New minor mode.
34466 (image-mode-maybe, image-toggle-display-text): New functions.
34467 (image-toggle-display): Use called-interactively-p.
34468 Let-bind `inhibit-read-only' to t.
34470 * image-mode.el (image-minor-mode): Set `cursor-type' and
34471 `truncate-lines' if the image is already displayed. Add turning
34472 image-minor-mode off to `change-major-mode-hook'. Add message.
34473 Call `image-toggle-display-text' after turning image-minor-mode off.
34475 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34477 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34478 Terminal.app, use utf-8.
34479 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34480 (set-locale-environment): Use it.
34482 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34484 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34486 * progmodes/python.el (python-close-block-statement-p)
34487 (python-outdent-p, python-current-defun): Use symbol-end.
34489 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34491 * files.el (save-some-buffers): Doc fix.
34493 2005-03-25 Werner Lemberg <wl@gnu.org>
34495 * complete.el, thumbs.el: Replace `legal' with `valid'.
34496 * calendar/calendar.el: Replace `legal' with `valid'.
34497 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34498 * mail/supercite.el: Replace `legal' with `valid'.
34499 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34500 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34501 Replace `legal' with `valid'.
34502 * textmodes/reftex-vars.el, textmodes/reftex.el:
34503 Replace `legal' with `valid'.
34505 2005-03-25 Werner Lemberg <wl@gnu.org>
34507 * calc/calc-forms.el, calc/calc-sel.el
34508 * midnight.el, vc-cvs.el
34509 * emacs-lisp/cl-macs.el
34511 * eshell/esh-io.el, eshell/esh-var.el
34512 * mail/supercite.el
34513 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34514 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34515 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34516 * progmodes/sh-script.el, progmodes/xscheme.el
34517 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34518 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34519 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34520 * textmodes/reftex.el, textmodes/org.el:
34521 Replace `illegal' with `invalid'.
34523 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34525 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34526 (flymake-find-buildfile, flymake-find-possible-master-files)
34527 (flymake-check-include, flymake-parse-line): Replace loops over the
34528 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
34530 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34531 Substitute file-name-as-directory in the rest of the file.
34532 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34533 (flymake-replace-region): Remove unused arg `buffer'.
34534 (flymake-check-patch-master-file-buffer): Update calls to it.
34535 (flymake-add-err-info): Remove unused var `count'.
34536 (flymake-mode): Use define-minor-mode.
34538 * progmodes/flymake.el: Use with-current-buffer.
34539 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34540 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34541 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34542 Avoid testing for `xemacs'.
34543 (flymake-nop): Move.
34544 (flymake-region-has-flymake-overlays): Return the computed value.
34545 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34546 Remove unused var `endline'.
34547 (flymake-get-line-count): Remove unused function.
34548 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34552 * hilit-chg.el (global-highlight-changes):
34553 * hi-lock.el (hi-lock-mode):
34554 * follow.el: find-file-hooks -> find-file-hook.
34556 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34558 2005-03-24 Juri Linkov <juri@jurta.org>
34560 * dired.el (dired-mode-map): Add menu item "Compare directories"
34561 for dired-compare-directories.
34563 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34564 Doc fix. Replace `read-file-name' with `read-directory-name'.
34566 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34568 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34570 2005-03-24 Jay Belanger <belanger@truman.edu>
34572 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34573 relevant mode settings in calc-embedded-original-modes when modes
34574 are permanently changed.
34576 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34578 * autoinsert.el: find-file-hooks -> find-file-hook.
34580 2005-03-24 Lute Kamstra <lute@gnu.org>
34582 * generic.el (generic-font-lock-defaults): Make it obsolete.
34583 (generic-font-lock-keywords): New variable to replace
34584 generic-font-lock-defaults.
34585 (generic-mode-set-font-lock): Delete it.
34586 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34587 (generic-bracket-support): Add docstring.
34589 * generic-x.el: Rename generic-font-lock-defaults to
34590 generic-font-lock-keywords throughout.
34591 (mailagent-rules-setup-function): Delete it.
34592 (mailagent-rules-generic-mode): Use anonymous function instead.
34593 (show-tabs-generic-mode-font-lock-defaults-1)
34594 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34596 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34599 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34600 Recognize define-generic-mode.
34602 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34604 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34605 if there's no completion table.
34607 2005-03-23 Miles Bader <miles@gnu.org>
34609 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34610 Remove tty-specific variants, as they're no longer needed.
34612 2005-03-23 Lute Kamstra <lute@gnu.org>
34614 * generic-x.el: Code cleanup: make args constant whenever possible.
34615 (installshield-statement-keyword-list)
34616 (installshield-system-functions-list)
34617 (installshield-system-variables-list, installshield-types-list)
34618 (installshield-funarg-constants-list): Make them constants.
34620 * generic.el (generic-make-keywords-list): Add autoload cookie.
34622 * calendar/time-date.el: Add comment on time value formats.
34623 Don't require parse-time.
34624 (with-decoded-time-value): New macro.
34625 (encode-time-value): New function.
34626 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34627 (days-to-time): Return a valid time value when arg is huge.
34628 (time-since): Use time-subtract.
34629 (time-to-number-of-days): Use time-to-seconds.
34631 2005-03-23 David Ponce <david@dponce.com>
34633 * recentf.el (recentf-keep): New option.
34634 (recentf-menu-action): Default to `find-file'.
34635 (recentf-keep-non-readable-files-flag)
34636 (recentf-keep-non-readable-files-p)
34637 (recentf-file-readable-p, recentf-find-file)
34638 (recentf-cleanup-remote): Remove.
34639 (recentf-include-p): More robust.
34640 (recentf-keep-p): New function.
34641 (recentf-remove-if-non-kept): Rename from
34642 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34643 All callers updated.
34644 (recentf-menu-items-for-commands): Fix help string.
34645 (recentf-track-closed-file): Update. Doc fix.
34646 (recentf-cleanup): Update. Count removed files. Doc fix.
34648 2005-03-23 Kim F. Storm <storm@cua.dk>
34650 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34651 Don't inherit from fringe face (now happens automatically).
34653 2005-03-22 Kim F. Storm <storm@cua.dk>
34655 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34658 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34660 * menu-bar.el (showhide-date-time): Remove.
34661 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34662 (menu-bar-make-mm-toggle): Simplify.
34664 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34666 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34667 Accept qualified variable and function names.
34669 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34671 * bindings.el (completion-ignored-extensions):
34672 Remove ".lis" for `vax-vms'.
34674 2005-03-22 Andreas Schwab <schwab@suse.de>
34676 * generic-x.el: Revert last change.
34677 * ldefs-boot.el: Update.
34679 2005-03-22 Jay Belanger <belanger@truman.edu>
34681 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34682 (calc-embedded-save-original-modes)
34683 (calc-embedded-restore-original-modes): New functions.
34684 (calc-do-embedded): Save original modes when entering embedded mode
34685 and restore when leaving embedded mode.
34686 (calc-embedded-modes-change): Change the value of
34687 calc-embedded-original-modes to reflect permanent changes.
34689 2005-03-22 Lute Kamstra <lute@gnu.org>
34691 * generic-x.el: Require generic again.
34693 2005-03-22 Miles Bader <miles@gnu.org>
34695 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34696 Tweak details to look good on both ttys and bitmap displays, light
34697 or dark background, etc.
34699 2005-03-21 Kim F. Storm <storm@cua.dk>
34701 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34704 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34706 * icomplete.el: Don't forcibly turn on the mode upon load.
34707 (icomplete-mode): Use define-minor-mode.
34708 (icomplete-eoinput): Default to nil.
34709 (icomplete-minibuffer-setup): Remove autoload.
34710 (icomplete-tidy): Simplify.
34711 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34712 in the initial state or if the user has modified the field.
34713 Fix handling of icomplete-max-delay-chars.
34714 Remove code that handles the oddball case where
34715 minibuffer-completion-table is an integer.
34716 Wrap icomplete-completions in while-no-input in case building
34717 completions takes more time than expected.
34718 (icomplete-completions): Simplify.
34720 2005-03-21 Richard M. Stallman <rms@gnu.org>
34722 * jka-compr.el (jka-compr-really-do-compress):
34723 Make variable buffer-local.
34725 * image-mode.el: Handle .xpm files too.
34726 (image-toggle-display): Preserve modification flag.
34728 * help.el (where-is): Don't mention aliases with no key bindings.
34730 2005-03-21 Lute Kamstra <lute@gnu.org>
34732 * generic.el: Fix commentary section. Don't require cl for
34734 (generic-mode-list): Add autoload cookie.
34735 (generic-use-find-file-hook, generic-lines-to-scan)
34736 (generic-find-file-regexp, generic-ignore-files-regexp)
34737 (generic-mode, generic-mode-find-file-hook)
34738 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34739 (define-generic-mode): Make it a defmacro. Fix docstring.
34740 (generic-mode-internal): Code cleanup. Add autoload cookie.
34741 (generic-mode-set-comments): Code cleanup.
34742 * generic-x.el: Don't prevent compilation. Don't require generic.
34743 Follow coding conventions. Minor code cleanup.
34744 (etc-fstab-generic-mode): Add some keywords.
34745 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34746 define-generic-mode like a function declaration.
34748 2005-03-21 Jay Belanger <belanger@truman.edu>
34750 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34753 2005-03-21 Sam Steingold <sds@gnu.org>
34755 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34757 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34759 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34760 Add underscore to "f$ lexicals" regexp.
34762 2005-03-20 Juri Linkov <juri@jurta.org>
34764 * subr.el (progress-reporter-do-update): When `min-value' is equal
34765 to `max-value', set `percentage' to 0 and prevent division by zero.
34767 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34769 Sync with Tramp 2.0.48.
34771 * net/tramp.el (all): Change all addresses to .gnu.org.
34772 (tramp-append-tramp-buffers): New defun.
34773 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34774 Catch `dont-send' signal.
34775 (tramp-set-auto-save-file-modes): Set always permissions, because
34776 there might be an old auto-saved file belonging to another
34777 original file. This could be a security threat. Reported by
34778 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34779 Check for Emacs 21.3.50 removed.
34781 * net/tramp-smb.el (all): Remove debug construct for
34782 `with-parsed-tramp-file-name'.
34783 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34784 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34785 No error message if DIRECTORY or FILENAME doesn't exist.
34786 (tramp-smb-open-connection): Check existence of
34787 `tramp-smb-program'.
34789 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34791 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34792 Properly handle the case where the `m' or `s' command's argument is not
34794 (perl-indent-new-calculate): New function.
34795 (perl-indent-line): Use it.
34797 2005-03-20 Miles Bader <miles@gnu.org>
34799 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34800 in text-mode too. Change to new face names.
34801 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34802 Add `:weight bold' attribute.
34803 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34805 2005-03-19 Juri Linkov <juri@jurta.org>
34807 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34809 * international/mule.el (auto-coding-alist): Sync with
34810 `auto-mode-alist' by adding upper case archive file extensions
34811 and adding ear/war to jar extension.
34813 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34815 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34816 running, restart it.
34818 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34820 * finder.el (finder-current-item): Throw an error on an empty line.
34822 * man.el (Man-follow-manual-reference): If current-word returns
34825 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34827 * simple.el (goto-line): Doc fix.
34829 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34831 * files.el (save-buffer): Doc fix.
34833 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34835 * recentf.el (recentf-cleanup-remote): New variable.
34836 (recentf-cleanup): Use it to conditionally check availability of
34839 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34841 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34844 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34846 * language/thai-word.el: New file.
34848 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34850 * files.el (backup-buffer): If the file's directory is not
34851 writable, use copy instead of move to backup the file.
34853 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34855 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34857 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34859 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34860 Use functionp instead of symbolp and fboundp. Reported by Drkm
34861 <darkman_spam@yahoo.fr>.
34862 (ps-print-version): New version 6.6.6.
34864 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34866 * textmodes/table.el (table--line-column-position): New idiom.
34867 (table--row-column-insertion-point-p): New function to test
34868 validity of row and column insertion operation at a location.
34869 (table-global-menu, table-cell-menu): Use above functions for
34870 deterministic test operation.
34871 (table--editable-cell-p): Behave in deterministic fashion.
34873 2005-03-18 Juri Linkov <juri@jurta.org>
34875 * isearch.el (isearch-lazy-highlight-new-loop):
34876 Make arguments beg and end optional.
34877 (isearch-update): Remove optional arguments nil from
34878 isearch-lazy-highlight-new-loop.
34879 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34880 isearch-lazy-highlight-case-fold-search instead of
34881 isearch-case-fold-search, and let-bind isearch-regexp to
34882 isearch-lazy-highlight-regexp.
34883 Use isearch-lazy-highlight-last-string instead of isearch-string.
34885 * replace.el (perform-replace): Remove bindings of global
34886 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34887 Add three new arguments to `replace-highlight'.
34888 (replace-highlight): Add arguments string, regexp, case-fold.
34889 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34890 to allow isearch-lazy-highlight-new-loop to use these values
34891 to set corresponding isearch-lazy-highlight-* internal
34892 variables whose values lazy highlighting will use regardless of
34893 changes to global variables isearch-string, isearch-regexp,
34894 isearch-case-fold-search during lazy highlighting loop.
34895 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34896 to `lazy-highlight-cleanup'.
34898 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34899 (ispell-highlight-face): Set default face to `isearch' when
34900 lazy highlighting is enabled.
34901 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34902 priority to 1. Add lazy highlighting.
34903 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34904 from `isearch-dehighlight'.
34906 2005-03-18 David Ponce <david@dponce.com>
34908 * files.el (hack-local-variables): Do a case-insensitive search
34911 2005-03-18 Juri Linkov <juri@jurta.org>
34913 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34914 `isearch-lazy-highlight-cleanup', add alias to old name and
34915 declare obsolete. Add release numbers to other obsolete vars.
34916 (isearch-done, isearch-lazy-highlight-new-loop):
34917 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34918 (lazy-highlight-cleanup) <variable>: Doc fix.
34919 (isearch-lazy-highlight-update): Rename obsolete
34920 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34922 2005-03-18 Kenichi Handa <handa@m17n.org>
34924 * language/thai-util.el: Fix categorization of Thai characters in
34925 thai-category-table.
34926 (thai-composition-pattern): Adjust it for the above change.
34927 (thai-self-insert-command, thai-compose-syllable): New functions.
34928 (thai-compose-region): Use thai-compose-syllable.
34929 (thai-compose-string): Likewise.
34930 (thai-composition-function): Likewise.
34931 (thai-auto-composition): New function.
34932 (thai-auto-composition-mode): New minor mode.
34934 * language/thai.el: Fix patterns to be registered in
34935 composition-function-table.
34937 * international/quail.el (quail-input-method): Locally bind
34938 inhibit-modification-hooks to t.
34940 2005-03-17 Richard M. Stallman <rms@gnu.org>
34942 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34943 (perl-mode): Use run-mode-hooks.
34945 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34946 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34947 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34949 * mail/sendmail.el (sendmail-send-it): Reenable the code
34950 to compute resend-to-address and use it.
34952 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34954 * image-mode.el: New file.
34956 * image.el (insert-sliced-image): Add autoload cookie.
34958 * font-lock.el (font-lock-lines-before): New user option.
34959 (font-lock-after-change-function): Obey it.
34961 * bindings.el (esc-map): Make M-g a prefix.
34962 Bind M-g g and M-g M-g to goto-line.
34964 * faces.el (face-id): Doc fix.
34966 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34968 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34969 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34970 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34972 * mail/sendmail.el (mail-yank-ignored-headers)
34973 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34974 Add Mail-Followup-To and Mail-Reply-To headers.
34975 (mail-citation-hook): Add autoload cookie.
34976 (mail-mode): Doc fix.
34977 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34978 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34979 (mail-mode-fill-paragraph): Handle those headers.
34980 (mail-mailing-lists): New variable.
34981 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34983 2005-03-17 Juri Linkov <juri@jurta.org>
34985 * isearch.el (isearch-fallback): Check for `(car previous)'
34986 before calling `isearch-other-end-state'.
34988 2005-03-17 Kim F. Storm <storm@cua.dk>
34990 * simple.el (move-beginning-of-line): Move to beginning of buffer
34991 line, as well as beginning of screen line.
34993 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34995 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34996 argument REDRAW rather than calendar-redrawing variable.
34997 * calendar/calendar.el (calendar-redrawing): Delete.
34998 (redraw-calendar): Do not bind calendar-redrawing.
35000 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
35002 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
35005 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
35007 * help.el (describe-mode): Allow a :minor-mode-function property to
35008 specify a different minor mode toggle function than the variable.
35009 * simple.el (auto-fill-function):
35010 * subr.el (add-minor-mode): Use it.
35012 2005-03-16 Kenichi Handa <handa@m17n.org>
35014 * language/ethio-util.el (sera-being-called-by-w3): New variable.
35015 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
35016 (ethio-fidel-to-sera-buffer): Likewise.
35018 2005-03-16 Juri Linkov <juri@jurta.org>
35020 * emacs-lisp/find-func.el (find-function-regexp):
35021 Add defun-emitting macro `menu-bar-make-toggle'.
35023 * isearch.el: Put `isearch-scroll' property to
35024 `split-window-horizontally'.
35026 * info.el: Update error messages for `debug-ignored-errors'.
35027 (Info-isearch-search): Doc fix.
35028 (Info-find-node): Move up code to go into info buffer before
35029 recording the node to the history.
35030 (Info-fontify-node): Fontify titles only if the next line
35031 has two or more `*', `=', `-', `.'.
35032 Display "go to this node" for empty (match-string 3).
35034 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
35036 * term/mac-win.el: Add mouse pointer shape constants.
35038 2005-03-15 Kim F. Storm <storm@cua.dk>
35040 * simple.el (move-beginning-of-line): Use vertical-motion.
35042 2005-03-15 Juri Linkov <juri@jurta.org>
35044 * isearch.el (isearch-error): New variable.
35045 (isearch-invalid-regexp, isearch-within-brackets): Remove.
35046 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
35047 (isearch-within-brackets-state): Remove.
35048 (isearch-case-fold-search-state, isearch-pop-fun-state):
35049 Decrease frame index.
35050 (isearch-mode, isearch-top-state, isearch-push-state)
35051 (isearch-edit-string, isearch-abort, isearch-search-and-update)
35052 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
35053 (isearch-search, isearch-lazy-highlight-new-loop):
35054 Replace `isearch-invalid-regexp' with `isearch-error'.
35055 Remove `isearch-within-brackets'.
35056 (isearch-search): Add `search-failed' handler to `condition-case'.
35057 (isearch-lazy-highlight-search): Add `condition-case' to catch
35058 errors and allow `isearch-lazy-highlight-update' to try
35059 highlighting from the beginning of the window.
35060 (isearch-repeat): Move up code to set isearch-wrapped to t
35061 before calling isearch-wrap-function.
35063 * info.el (Info-isearch-initial-node): New internal variable.
35064 (Info-search): Signal an error in isearch mode when search leaves
35065 the initial node. Signal an error when `bound' is non-nil and
35066 nothing was found in the current subfile.
35067 (Info-isearch-search): Remove `condition-case'.
35068 (Info-isearch-wrap): Don't wrap when search failed during leaving
35069 the initial node. If `Info-isearch-search' is nil, wrap around
35071 (Info-isearch-start): New fun.
35072 (Info-mode): Add buffer-local hook `Info-isearch-start' to
35073 `isearch-mode-hook'.
35075 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
35077 * simple.el (normal-erase-is-backspace): Set default to t if
35080 * term/mac-win.el (function-key-map): Sync with x-win.el.
35082 2005-03-15 Kenichi Handa <handa@m17n.org>
35084 * international/mule-cmds.el (locale-language-names): Modify the
35085 format of elements and add more entries.
35086 (locale-preferred-coding-systems): Add more entries.
35087 (set-locale-environment): Adjust for the change of
35088 locale-language-names.
35090 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
35092 * pcvs.el (smerge-ediff): Remove bogus autoload.
35094 2005-03-14 Lute Kamstra <lute@gnu.org>
35096 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
35097 Ignore a `*' at the beginning of a line.
35099 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
35100 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
35102 (dont-compile, eval-when-compile, eval-and-compile): Use declare
35103 to specify indentation.
35105 * generic.el (define-generic-mode): Let generic-mode-list be a
35106 list of strings; test membership with equal.
35108 2005-03-14 Kim F. Storm <storm@cua.dk>
35110 * simple.el (next-line, previous-line): Add optional try-vscroll
35111 arg to recognize interactive use. Pass it on to line-move.
35112 (line-move): Don't perform auto-window-vscroll when defining or
35113 executing keyboard macro to ensure consistent behavior.
35115 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
35117 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
35119 2005-03-13 Lute Kamstra <lute@gnu.org>
35121 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
35122 debugger-setup-buffer so that backtrace marks the frames set to
35123 debug-on-exit and we don't have to do it manually. Set an extra
35124 debug-on-exit for macro's.
35125 (debugger-setup-buffer): Don't mark the top frame manually.
35127 2005-03-12 Lute Kamstra <lute@gnu.org>
35129 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
35130 lisp-indent-function throughout.
35131 (with-no-warnings): Set lisp-indent-function property.
35133 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
35135 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
35136 Add entry for backslash.
35138 2005-03-12 Juri Linkov <juri@jurta.org>
35140 * info.el (Info-search): Four fixes for backward search.
35142 2005-03-11 Jay Belanger <belanger@truman.edu>
35144 * calc/calc.el (calc-language-alist): New variable.
35145 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
35146 (calc-embedded-find-modes): Use calc-language-alist instead of
35147 calc-embedded-language-alist.
35149 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
35151 * calendar/calendar.el (calendar-redrawing): New internal
35153 (redraw-calendar): Remove bogus save-excursion from previous
35154 change. Bind calendar-redrawing to t for mark-diary-entries.
35155 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
35156 calendar if that is why we were called.
35158 2005-03-11 Kenichi Handa <handa@m17n.org>
35160 * international/mule.el (make-coding-system): Set property
35161 coding-system-define-form to nil.
35162 (define-coding-system-alias): Likewise.
35164 2005-03-11 Kenichi Handa <handa@m17n.org>
35166 These changes are suggested by Dave Love <fx@gnu.org>.
35168 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
35170 (adaptive-fill-regexp): Add more bullets.
35171 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
35174 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
35176 * help.el (describe-mode): Properly handle non-trivial lighters.
35177 Don't ignore minor modes that are not listed in minor-mode-list.
35179 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
35180 feature ON when the user requests to turn it OFF.
35182 2005-03-10 Lute Kamstra <lute@gnu.org>
35184 * emacs-lisp/debug.el (debug-entry-code): Delete it.
35185 (implement-debug-on-entry): New function to replace debug-entry-code.
35186 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
35187 second argument as the 2005-03-07 change makes it obsolete.
35188 (debug-on-entry, cancel-debug-on-entry): Update call to
35190 (debug, debugger-setup-buffer): Comment update.
35191 (debugger-frame-number): Update to work with implement-debug-on-entry.
35193 2005-03-10 Jay Belanger <belanger@truman.edu>
35195 * calc/calc-embed.el (math-ms-args): Declare it.
35196 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
35198 (calc-embedded-subst): Use math-multi-subst-rec to substitute
35201 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
35203 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
35206 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
35207 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
35208 (tooltip-gud-tips): Simplify.
35209 (tooltip-gud-tips-p): Remove superfluous :set.
35210 (tooltip-gud-modes): Add fortran-mode.
35211 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
35213 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
35215 2005-03-09 Kim F. Storm <storm@cua.dk>
35217 * play/animate.el (animate-place-char): Use forward-line instead
35218 of next-line to improve performance.
35220 2005-03-09 Simon Josefsson <jas@extundo.com>
35222 * net/browse-url.el (browse-url-default-browser): Doc fix.
35224 2005-03-09 Miles Bader <miles@gnu.org>
35226 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
35227 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
35229 2005-03-09 Kenichi Handa <handa@m17n.org>
35231 * international/latin-1.el: Set case and syntax for 255 only if
35232 set-case-syntax-set-multibyte is nil.
35234 * textmodes/ispell.el (ispell-insert-word): New function.
35235 (ispell-word): Use ispell-insert-word to insert a new word.
35236 (ispell-process-line): Likewise.
35237 (ispell-complete-word): Likewise.
35239 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
35241 * calendar/calendar.el (redraw-calendar): Preserve point.
35242 Reported by Matt Hodges <MPHodges@member.fsf.org>.
35243 (calendar-week-start-day): Move after definition of
35244 redraw-calendar. Delete buffer test, since redraw-calendar has
35247 * calendar/diary-lib.el (mark-diary-entries): Only call
35248 redraw-calendar in the first of any recursive calls.
35249 Reported by Alan Shutko <ats@acm.org>.
35251 2005-03-08 Juri Linkov <juri@jurta.org>
35253 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
35254 (html-horizontal-rule, html-line, html-image, html-checkboxes)
35255 (html-radio-buttons): Add a space before the trailing `/>' where
35256 sgml-xml-mode is non-nil.
35257 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
35258 the subsequent tag of the empty XML tag.
35259 (html-href-anchor): Don't set initial input to "http:".
35260 (html-image): Ask for the image URL and set point inside alt="".
35261 (html-name-anchor): Duplicate the name in the `id' attribute when
35262 sgml-xml-mode is non-nil.
35263 (html-paragraph): Remove \n before <p>.
35264 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
35265 instead of `checked' when sgml-xml-mode is non-nil.
35267 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
35268 Remove 1 space before #RRGGBB to not truncate it on terminal
35269 windows w/o fringes. Remove 1 space between bg and fg examples
35271 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
35272 avoid byte-compile warnings.
35274 * image-file.el (image-file-handler): Put `safe-magic' property to
35275 `image-file-handler'.
35277 * info.el (Info-isearch-search): Emulate word search in
35278 isearching through multiple Info nodes with Info-search.
35279 (Info-isearch-wrap): Allow isearch-word.
35281 2005-03-08 Lute Kamstra <lute@gnu.org>
35283 * emacs-lisp/debug.el (debugger-step-through): Make sure that
35284 stepping into the debugger's code is not possible.
35285 (debugger-jumping-flag): Docstring update.
35287 2005-03-08 Jay Belanger <belanger@truman.edu>
35289 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
35290 embedded mode begins.
35291 (calc-embedded-language-alist): New variable.
35292 (calc-embedded-find-modes): Use calc-embedded-language-alist to
35293 set default language mode.
35295 2005-03-08 Kenichi Handa <handa@m17n.org>
35297 * international/ccl.el (define-ccl-program): Fix docstring about
35298 extra 256 bytes assured for the output buffer.
35300 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35301 Fix BUFFER_MAGNIFICATION to 2.
35302 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35304 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
35306 * align.el (align-rules-list): Added an alignment rule for CSS
35307 declarations (applies to css-mode and html-mode buffers).
35309 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
35311 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35313 2005-03-07 Kim F. Storm <storm@cua.dk>
35315 * simple.el (move-beginning-of-line): New command.
35317 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35319 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35321 * emulation/cua-base.el: Put CUA move property on move-end-of-line
35322 and move-beginning-of-line.
35324 * apropos.el (apropos-print): Omit command from M-x ... RET.
35326 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
35328 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35329 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35331 2005-03-06 Richard M. Stallman <rms@gnu.org>
35333 * bindings.el (esc-map): Bind M-g to goto-line.
35335 * facemenu.el (global-map): Bind M-o, not M-g.
35337 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
35339 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35340 "Open Directory" as for "Open File".
35342 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
35344 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35345 (push-mark-command): Run activate-mark-hook.
35347 2005-03-06 Richard M. Stallman <rms@gnu.org>
35349 * help-mode.el (help-mode-finish): Don't alter the element
35350 in view-return-to-alist if there already is one.
35352 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35353 make sure the current buffer is the expected one.
35355 * novice.el (disabled-command-function): Output in *Disabled Command*.
35356 Explicitly ignore non-keyboard events, and explicitly handle C-g.
35358 * textmodes/flyspell.el (flyspell-large-region):
35359 Pass args differently for aspell.
35361 * files.el (mode-require-final-newline): Doc fix.
35363 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35365 * progmodes/which-func.el (which-function):
35366 Specify NOERROR when calling imenu--make-index-alist.
35368 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35370 * simple.el (normal-erase-is-backspace): Define default value.
35372 * custom.el (custom-theme-set-variables): Remove unused var
35374 (custom-reevaluate-setting): Simple function to handle variables
35375 that are defined before their default value can really be
35378 * startup.el (command-line): Use it for temporary-file-directory,
35379 small-emporary-file-directory, auto-save-file-name-transforms,
35380 blink-cursor-mode, and normal-erase-is-backspace.
35382 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35383 progress, even with buggy anchored keywords.
35385 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
35387 * simple.el (goto-line): Remove unbalanced final parenthesis.
35389 2005-03-05 Richard M. Stallman <rms@gnu.org>
35391 * simple.el (goto-line): Use a number at point as the default.
35392 With C-u as arg, switch buffers.
35394 2005-03-05 Juri Linkov <juri@jurta.org>
35396 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35397 with `no-blinking-cursor'.
35399 * startup.el (no-blinking-cursor): New defvar.
35400 (command-line): Add `--no-blinking-cursor' to longopts.
35401 Set `no-blinking-cursor' to t for command line arguments
35402 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
35403 with `no-blinking-cursor' in the condition for calling
35404 `blink-cursor-mode'.
35406 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
35408 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35409 (menu-bar-options-save): Add blink-cursor-mode.
35410 (menu-bar-options-menu): Add blink-cursor-mode.
35412 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35414 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35415 (icalendar-export-file, icalendar-export-region)
35416 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35417 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35419 2005-03-04 Lute Kamstra <lute@gnu.org>
35421 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35422 (debug-function-list): Ditto.
35424 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35426 * textmodes/texinfmt.el (texinfo-append-refill):
35427 Redefine the types of line to which @refill
35428 is not appended by replacing a search for `@refill\\|@bye' with
35429 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35430 itemize@refill' bug and the unfilled long lines bug.
35431 (texinfmt-version): Update number and date.
35433 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35435 * international/code-pages.el (windows-1250, windows-125[2-8])
35436 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35438 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35440 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35443 2005-03-02 Romain Francoise <romain@orebokech.com>
35445 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35446 buffer after removing limits.
35447 (ibuffer-pop-filter): Ditto.
35450 2005-03-02 Miles Bader <miles@gnu.org>
35452 * button.el (make-text-button): If the user doesn't specify a
35453 type, use the default. Rewrite to use `add-text-properties' and
35456 2005-03-01 Lute Kamstra <lute@gnu.org>
35458 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35459 (debugger-jumping-flag): New var.
35460 (debug-entry-code): Use it.
35461 (debugger-jump): Use debugger-jumping-flag and add
35462 debugger-reenable to post-command-hook.
35463 (debugger-reenable): Use debugger-jumping-flag and remove itself
35464 from post-command-hook.
35465 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35468 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35470 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35471 inclusion of "itemize\\|", which may be unnecessary, is certainly
35472 inelegant, and stops refilling in itemize lists when formatting
35473 Japanese Texinfo files to Info.
35474 Update copyright to 2005.
35476 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35478 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35479 of an error if GDB can't find the source file.
35481 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35483 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35484 not just the calendar.
35486 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35488 (diary-redraw-calendar): New function.
35489 (make-diary-entry): Add diary-redraw-calendar to local
35490 write-contents-functions. Turn off selective display before
35491 inserting in diary.
35493 2005-03-01 Kim F. Storm <storm@cua.dk>
35495 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35497 2005-03-01 Lute Kamstra <lute@gnu.org>
35499 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35500 that debug-entry-code can be safely removed from a function while
35501 this code is being evaluated. Revert the 2005-02-27 change as the
35502 new implementation no longer requires it. Make sure that a
35503 function body containing just a string is not mistaken for a docstring.
35504 (debug): Skip one more frame in case of debug on entry.
35505 (debugger-setup-buffer): Delete one more frame line in case of
35507 (debugger-frame-number): Update to use the new text introduced by
35508 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35510 2005-02-28 Kim F. Storm <storm@cua.dk>
35512 * double.el (double-translate-key): Call force-window-update after
35513 read-event to avoid crash in redisplay.
35515 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35517 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35518 (debug): Use it. Move the inhibit-trace earlier.
35519 (debug-entry-code): New const.
35520 (debug-on-entry-1): Use it.
35522 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35524 * international/utf-16.el (ccl-encode-mule-utf-16le):
35525 Fix BUFFER_MAGNIFICATION to 2.
35526 (ccl-encode-mule-utf-16be): Likewise.
35528 2005-02-28 Kenichi Handa <handa@m17n.org>
35530 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35531 Fix BUFFER_MAGNIFICATION to 4.
35532 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35534 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35536 * speedbar.el (speedbar-update-flag): Doc fix.
35537 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35540 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35542 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35543 have a non-nil `invisible' property but are actually visible.
35545 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35546 for perldoc sections.
35547 (perl-outline-regexp, perl-outline-level): New var and function.
35548 (perl-mode): Use them.
35550 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35552 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35553 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35555 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35557 * cus-edit.el: Comment change.
35558 (custom-buffer-create-internal): Slightly reword text at top of
35559 Custom buffers. Mention there that saving an option edits the
35560 init file. Add link to Emacs manual node on `custom-file'.
35561 (custom-magic-alist): Rewrite individual State messages to use
35562 capitalized keywords. Doc fix.
35564 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35566 * calendar/calendar.el (calendar-buffer): Move above
35567 calendar-week-start-day.
35568 (calendar-week-start-day): Doc fix. Add :set function.
35569 (calendar-minimum-window-height): New variable.
35570 (generate-calendar-window): Only resize window if selected-window
35571 is displaying the calendar buffer. Use new variable
35572 calendar-minimum-window-height.
35573 (generate-calendar): Reword error message.
35574 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35576 2005-02-27 Andreas Schwab <schwab@suse.de>
35578 * vc.el (vc-do-command): Don't run command asynchronously when
35579 operating in a remote directory.
35581 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35582 change from sync with Tramp 2.0.47.
35584 2005-02-27 Richard M. Stallman <rms@gnu.org>
35586 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35588 * textmodes/flyspell.el (flyspell-mode-on):
35589 Call ispell-change-dictionary only if necessary.
35591 * emacs-lisp/re-builder.el (regexp-builder): New function.
35593 * register.el (describe-register-1): Explicitly handle
35594 yank-excluded-properties = t.
35596 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35597 (custom-magic-alist): Change the status descriptions again.
35598 (face widget-type): Total rewrite based on `restricted-sexp'
35599 to eliminate the confusing double hiding levels.
35601 * emacs-lisp/debug.el (debug-on-entry-1):
35602 If function body is empty, add nil as body form.
35604 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35606 * emacs-lisp/trace.el (inhibit-trace): New var.
35607 (trace-make-advice): Use it.
35609 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35611 2005-02-26 Kim F. Storm <storm@cua.dk>
35613 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35614 (mouse-on-link-p, mouse-drag-region-1): Use it.
35616 2005-02-25 Lute Kamstra <lute@gnu.org>
35618 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35620 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35622 * frame.el (blink-cursor-mode): Add :group keyword.
35624 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35626 * calendar/icalendar.el (icalendar--decode-isodatetime):
35627 New optional argument DAY-SHIFT.
35628 (icalendar-export-region): Fix coding-system-for-write.
35629 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35632 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35634 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35636 2005-02-24 Kim F. Storm <storm@cua.dk>
35638 * international/iso-acc.el (iso-accents-compose): Fix crash
35639 during redisplay. Call force-window-update after read-event
35640 and delete-region to signal that window is not accurate.
35642 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35644 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35645 Remove unused and inexistent var `inhibit-trace'.
35646 (debugger-mode): Use run-mode-hooks.
35647 (debugger-list-functions): Add buttons; setup xref stack.
35649 2005-02-23 Richard M. Stallman <rms@gnu.org>
35651 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35652 appointment says it was explicitly made.
35653 (appt-add): Set the 3rd element.
35654 (appt-make-list): Preserve explicit appointments.
35656 * subr.el (find-tag-default): Catch errors in forward-sexp.
35658 2005-02-23 Juri Linkov <juri@jurta.org>
35660 * info.el (Info-isearch-search): New defcustom.
35661 (Info-isearch-search): Call the default isearch function
35662 when Info-isearch-search is nil.
35663 (Info-isearch-wrap): Use variable Info-isearch-search.
35665 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35667 * cus-edit.el: Comment change.
35669 2005-02-22 Kim F. Storm <storm@cua.dk>
35671 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35672 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35674 2005-02-22 Simon Josefsson <jas@extundo.com>
35676 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35678 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35679 Oskarsson" <myrkraverk@users.sourceforget.net>.
35681 2005-02-22 Kim F. Storm <storm@cua.dk>
35683 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35684 check that window of that event is the selected window.
35685 (mouse-drag-region-1): Compare mouse event window to selected
35686 window before setting point.
35688 * tooltip.el (tooltip-show-help-function): Pass event to
35689 mouse-on-link-p so it can check selected window.
35691 2005-02-22 Kenichi Handa <handa@m17n.org>
35693 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35694 (ps-mule-show-warning): New function.
35695 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35696 characters are found.
35698 * ps-print.el (ps-header-footer-string): Return a list of header
35699 and footer strings.
35701 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35703 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35705 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35707 * frame.el (blink-cursor-mode): Use define-minor-mode.
35709 * term/mac-win.el (function-key-map): Use char-names more consistently.
35710 (file-name-coding-system): Only set it for MacOS-9. The other case is
35711 already handled in mule-cmds.el (where it also works when mac-win.el
35714 2005-02-21 Kenichi Handa <handa@m17n.org>
35716 * international/mule.el (ctext-pre-write-conversion): Always use
35717 " *code-converting-work*" buffer for work.
35719 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35721 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35723 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35725 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35727 * ses.el (undo-more): Restore defadvice, but only the part that
35728 allows changes outside the restricted area of the buffer.
35730 2005-02-20 Kim F. Storm <storm@cua.dk>
35732 * simple.el (line-move): Add fourth optional arg try-vscroll which
35733 must be set to perform auto-window-vscroll.
35734 When moving backwards and doing auto-window-vscroll, automatically
35735 vscroll to the last part of lines which are taller than the window.
35736 (next-line, previous-line): Set try-vscroll arg on line-move.
35738 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35740 * replace.el (query-replace, query-replace-regexp)
35741 (replace-string, replace-regexp): When operating on region, make
35742 the minibuffer prompt say so.
35744 * isearch.el (isearch-forward): Document isearch-query-replace and
35745 isearch-query-replace-regexp keybindings.
35747 2005-02-19 Jay Belanger <belanger@truman.edu>
35749 * calc/calc-aent.el (math-read-token): Add local variable.
35751 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35752 (calc-edit-top): Move declaration to earlier in file.
35753 (calc-edit-macro-repeats): Add local variables.
35755 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35756 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35758 Adjust integration rule for calcFunc-tan.
35760 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35762 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35763 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35764 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35765 (viper-skip-separators): Bug fix.
35766 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35767 particular major mode.
35768 (viper-del-backward-char-in-replace): Don't put deleted char on the
35771 * emulation/viper-ex.el (viper-color-display-p): New function.
35772 (viper-has-face-support-p): Use viper-color-display-p.
35774 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35776 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35778 * emulation/viper-util.el (viper-glob-unix-files):
35779 Fix shell status check.
35780 (viper-file-remote-p): Make equivalent to file-remote-p.
35782 * emulation/viper.el (viper-major-mode-modifier-list):
35783 Use viper-gnus-modifier-map.
35785 2005-02-19 David Kastrup <dak@gnu.org>
35787 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35790 2005-02-19 Jay Belanger <belanger@truman.edu>
35792 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35793 Remove extra definitions.
35794 (calc-coth): New function.
35795 (calcFunc-cot): Fix `let'.
35797 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35799 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35800 the reasons we use "type pc" in these faces.
35802 * button.el (button): Ditto.
35804 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35806 * replace.el (query-replace-read-from): Set the value of
35807 query-replace-from-history-variable to handle the case of an empty
35808 string entered to accept the suggested default.
35810 * net/tramp.el (tramp-file-name-for-operation):
35811 Use dired-call-process instead of dired-call-process-command.
35813 2005-02-19 Jay Belanger <belanger@truman.edu>
35815 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35816 (math-div-non-trig): New variables.
35817 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35818 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35819 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35822 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35824 * progmodes/gdb-ui.el (gdb-var-update-handler)
35825 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35826 for watch expressions,
35827 (gdb-var-create-handler): Don't set speedbar-update-flag.
35828 (gdb-post-prompt): Simplify test for speedbar.
35830 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35832 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35833 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35834 we use the syntax table of the correct buffer.
35835 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35838 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35839 (ediff-file-remote-p): Make synonymous with file-remote-p.
35840 In all deffaces ediff-*-face-*, use min-colors.
35842 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35843 ediff-recurse-to-subdirectories.
35844 (ediff-mark-if-equal): Check that the arguments are strings, use
35845 ediff-same-contents (after to Felix Gatzemeier).
35847 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35850 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35852 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35854 2005-02-18 David Kastrup <dak@gnu.org>
35856 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35857 use `mark-active' when defined.
35859 2005-02-18 Kenichi Handa <handa@m17n.org>
35861 * ps-print.el (ps-font-info-database): New entry
35862 ZapfChancery-MediumItalic with correct font name. Fix font name
35863 of the entry Zapf-Chancery-MediumItalic.
35865 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35867 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35869 2005-02-16 Kim F. Storm <storm@cua.dk>
35871 * ido.el (ido-fallback-command): Pass user input to fallback command.
35873 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35875 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35876 (gdb-find-file-hook): Add server prefix.
35878 2005-02-16 Richard M. Stallman <rms@gnu.org>
35880 * replace.el (perform-replace): Pass new args to replace-highlight.
35881 (replace-highlight): Take region args,
35882 and pass them to isearch-lazy-highlight-new-loop.
35884 * novice.el (disabled-command-hook): Autoload the defalias
35885 and the make-obsolete-variable call.
35887 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35889 * isearch.el (isearch-lazy-highlight-start-limit)
35890 (isearch-lazy-highlight-end-limit): New variables limit
35891 the region for highlighting.
35892 (isearch-lazy-highlight-new-loop): New args BEG and END.
35893 (isearch-lazy-highlight-search): Use the new vars.
35894 (isearch-lazy-highlight-update): Likewise.
35896 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35898 * cus-start.el (all): Use default-boundp.
35900 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35902 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35904 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35906 * autorevert.el (auto-revert-stop-on-user-input)
35907 (auto-revert-verbose): Doc fixes.
35909 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35911 * international/mule-cmds.el (set-locale-environment): Remove call
35912 to set-selection-coding-system on Windows.
35914 2005-02-15 Jay Belanger <belanger@truman.edu>
35916 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35917 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35919 (math-simplify-sqrt): Add simplifications.
35921 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35924 * calc/calc-ext.el: Add functions to autoloads.
35926 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35927 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35928 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35929 (math-csc-raw, math-cot-raw): New functions.
35931 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35933 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35934 the variable name in a message.
35936 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35937 calcFunc-csc, calcFunc-cot.
35939 * calc/calcalg2.el: Add derivative and integration rules for
35940 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35941 calcFunc-csch, calcFunc-coth.
35942 (math-do-integral-methods): Add to checks for when to use
35945 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35947 2005-02-15 Lute Kamstra <lute@gnu.org>
35949 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35950 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35951 <monnier@iro.umontreal.ca>.
35952 (lisp-outline-level): Improve efficiency. Suggested by David
35953 Kastrup <dak@gnu.org>.
35955 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35957 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35958 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35959 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35960 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35961 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35963 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35965 * cus-start.el (all): Comment change.
35967 2005-02-14 Lute Kamstra <lute@gnu.org>
35969 * cus-start.el (all): Check if symbol is void.
35971 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35973 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35974 optional argument to \cite.
35976 2005-02-14 Richard M. Stallman <rms@gnu.org>
35978 * cus-edit.el (custom-buffer-create-internal): Update help message.
35979 (custom-magic-alist): Update help messages.
35981 * cus-start.el (all): Allow a var to specify a standard value.
35983 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35985 * custom.el (custom-theme-set-variables): Handle variable aliases.
35987 * frame.el (blink-cursor-timer): Doc fix.
35988 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35990 (blink-cursor-mode): Define with defcustom and use correct
35991 standard expression in that defcustom.
35992 * startup.el (command-line): Adapt to above changes in frame.el.
35994 2005-02-11 Lute Kamstra <lute@gnu.org>
35996 * apropos.el (apropos-score-doc): Prevent division by zero.
35998 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
36000 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
36001 (icalendar--get-event-property-attributes)
36002 (icalendar--get-event-properties)
36003 (icalendar--datetime-to-diary-date): New functions.
36004 (icalendar--split-value): Doc fix.
36005 (icalendar--datetime-to-noneuropean-date)
36006 (icalendar--datetime-to-european-date): New optional argument
36007 SEPARATOR. Return result as a string instead of a list.
36008 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
36009 (icalendar--convert-string-for-export): Rename arg S to STRING.
36010 (icalendar-export-region): Doc fix. Change name of error buffer.
36011 Save output buffer.
36012 (icalendar-import-file): Add blank at end of prompt.
36013 (icalendar-import-buffer): Doc fix. Do not switch to error
36014 buffer. Indicate status in return value.
36015 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
36016 buffer. Save output buffer. Handle exception from recurrence
36017 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
36018 events. Fix problems with weekly all-day events.
36020 2005-02-10 Richard M. Stallman <rms@gnu.org>
36022 * simple.el (eval-expression-print-format):
36023 Avoid warning about edebug-active.
36025 * help.el (help-for-help-internal): Rename from help-for-help.
36026 (help-for-help): Define with defalias.
36028 * font-core.el (font-lock-default-function): Use with-no-warnings.
36030 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
36032 * custom.el (defface): Doc fix.
36034 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
36036 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
36037 width 0" to prevent word wrapping problems.
36039 2005-02-09 Kim F. Storm <storm@cua.dk>
36041 * ido.el (ido-file-extensions-order): New defcustom.
36042 (ido-file-extension-lessp, ido-file-extension-aux)
36043 (ido-file-extension-order): New advanced file ordering.
36044 (ido-file-lessp): New simple file ordering.
36045 (ido-sort-list): Remove.
36046 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
36047 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
36049 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
36051 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
36052 that some versions of grep produce.
36053 (grep-mode-font-lock-keywords): Likewise.
36055 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
36057 * progmodes/gdb-ui.el (gdb-location-list): New variable.
36058 (gdb-cdir): Delete.
36059 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
36060 (gdb-source-info): Treat case when source file is in another
36061 directory properly.
36062 (gdb-get-location): New function.
36064 2005-02-07 Jay Belanger <belanger@truman.edu>
36066 * calc/calc-prog.el (calc-write-parse-table-part)
36067 (calc-fix-token-name): Fix a check for language type.
36069 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
36071 2005-02-07 Andre Spiegel <spiegel@gnu.org>
36073 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
36074 as directory not writable.
36076 2005-02-07 Kim F. Storm <storm@cua.dk>
36078 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
36079 (cua--standard-movement-commands): Remove list.
36080 Instead, set CUA property value to move for movement commands.
36081 (cua-movement-commands): Remove. Users must set CUA prop instead.
36082 (cua--pre-command-handler): Check CUA property.
36083 (cua--init-keymaps): Don't remap undo commands.
36084 (cua-mode): Don't call cua--rectangle-on-off.
36086 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
36087 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
36088 (cua--rect-undo-set-point): New var.
36089 (cua--rectangle-undo-boundary): Setup undo apply entry.
36090 (cua--rect-undo-handler): New function for rectangle undo.
36091 (cua--rect-start-position, cua--rect-end-position): Add.
36092 (cua--rectangle-post-command): Call cua--rectangle-set-corners
36093 for restored rectangle. Set point if cua--rect-undo-set-point.
36095 2005-02-06 Jay Belanger <belanger@truman.edu>
36097 * calc/calc-lang.el (calc-tex-language): Display more information
36100 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
36103 2005-02-06 Richard M. Stallman <rms@gnu.org>
36105 * emacs-lisp/lisp.el (buffer-end): Doc fix.
36107 2005-02-05 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
36109 * net/ldap.el (ldap-search-internal): Support attributes with
36110 optional descriptions separated by a semi-colon, as in
36111 "userCertificate;binary".
36113 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
36115 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
36116 isn't a cons (i.e. the version is 0).
36118 2005-02-05 Eli Zaretskii <eliz@gnu.org>
36120 * help.el (help-for-help): Doc fix.
36122 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
36124 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
36125 GDB-Windows on the menu-bar as this works better.
36127 2005-02-04 Jay Belanger <belanger@truman.edu>
36129 * calc/calc-embed.el (calc-embedded-update): Don't put in
36130 unnecessary newlines. Adjust the end of formula marker.
36132 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
36133 (math-latex-parse-two-args): New function.
36135 2005-02-03 Lute Kamstra <lute@gnu.org>
36137 * help-fns.el (help-with-tutorial): Make sure that users cannot
36138 remove the entire text of the tutorial by means of `undo'.
36140 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
36142 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
36143 in recent changes, where the ispell process was repeatedly
36144 killed & restarted.
36146 * international/mule-cmds.el (set-locale-environment): Set file-name
36147 coding system to utf-8 on Darwin systems.
36148 (set-default-coding-systems): Don't set default-file-name-coding-system
36151 2005-02-03 Richard M. Stallman <rms@gnu.org>
36153 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
36155 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
36157 * faces.el (list-faces-display): Add optional argument.
36159 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
36161 * font-core.el (font-lock-default-function): Handle the rare case where
36162 only font-lock-keywords is set.
36164 2005-02-02 Kenichi Handa <handa@m17n.org>
36166 * international/characters.el: Cancel previous change for
36167 I-WITH-DOT-ABOVE and DOTLESS-i.
36169 * international/latin-5.el: Cancel previous change.
36171 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
36173 * progmodes/gud.el: Correction to syntax in gud-menu-map.
36175 2005-02-02 Kenichi Handa <handa@m17n.org>
36177 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
36180 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
36181 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
36183 * case-table.el (get-upcase-table): New function.
36184 (copy-case-table): Copy upcaes table too if non-nil.
36185 (set-case-syntax-delims): Maintain upcase table too.
36186 (set-case-syntax-pair): Likewise.
36187 (set-upcase-syntax, set-downcase-syntax): New functions.
36188 (set-case-syntax): Maintain upcase table too.
36190 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
36192 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
36194 * progmodes/gud.el (gud-goto-info): New function.
36195 (gud-tool-bar-map): Use correct icon.
36197 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
36199 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
36200 When delegating, order args in the funcall correctly.
36202 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
36204 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
36206 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
36208 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
36209 buffer not visiting a file.
36211 2005-01-31 Jay Belanger <belanger@truman.edu>
36213 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
36214 bound on the line with the formula.
36216 2005-01-31 Kim F. Storm <storm@cua.dk>
36218 * ses.el (ses-create-cell-variable-range)
36219 (ses-destroy-cell-variable-range, ses-reset-header-string)
36220 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
36221 (ses-insert-row): Fix format of apply undo entries.
36223 2005-01-31 Jay Belanger <belanger@truman.edu>
36225 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
36228 * calc/calc-embed.el (calc-embedded-open-formula)
36229 (calc-embedded-close-formula): Ignore matrix environments.
36231 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
36234 * calc/calc-lang.el (math-function-table, math-oper-table)
36235 (math-variable-table): Adjust the LaTeX portions.
36237 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
36238 (math-latex-ignore-words): New constant.
36240 2005-01-31 Richard M. Stallman <rms@gnu.org>
36242 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
36243 (ispell-local-dictionary): Doc fix.
36244 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
36245 Don't reinitialize at run time. Don't defcustom.
36246 All uses changed to append ispell-local-dictionary-alist,
36248 (ispell-current-dictionary): New variable for dictionary in use.
36249 (ispell-dictionary): Now used only for global default.
36250 (ispell-start-process): Set ispell-current-dictionary,
36251 not ispell-dictionary.
36252 (ispell-change-dictionary): Use this only for setting
36254 (ispell-internal-change-dictionary): New function
36255 to change the current dictionary in use.
36256 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
36257 Use ispell-current-dictionary.
36258 Handle ispell-local-dictionary-overridden.
36259 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
36261 2005-01-31 Jay Belanger <belanger@truman.edu>
36263 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
36265 * calc/calc-ext.el: Add calc-latex-language to autoloads.
36266 (calc-mode-map): Add calc-latex-language.
36268 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
36269 (math-latex-print-frac): New functions.
36270 (math-oper-table, math-function-table, math-variable-table)
36271 (math-complex-format, math-input-filter): Add latex properties.
36272 (calc-set-language): Set math-expr-special-function-mapping.
36274 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
36275 (calc-write-parse-table-part): Add LaTeX support.
36277 * calc/calc.el (calc-language): Adjust docstring.
36278 (calc-set-mode-line): Add LaTeX support.
36279 (math-expr-special-function-mapping): New variable.
36280 (math-tex-ignore-words): Add to list.
36282 * calc/calccomp.el (math-compose-expr, math-compose-rows):
36284 (math-compose-expr): Add support for special functions.
36286 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
36288 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
36290 * progmodes/gdb-ui.el (gdb-memory-address)
36291 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
36292 (gdb-memory-mode-map, gdb-memory-format-keymap)
36293 (gdb-memory-format-menu, gdb-memory-unit-keymap)
36294 (gdb-memory-unit-menu): New variables for a buffer
36295 that lets the user examine program memory.
36296 (gdb-memory-set-address, gdb-memory-set-repeat-count)
36297 (gdb-memory-format-binary, gdb-memory-format-octal)
36298 (gdb-memory-format-unsigned, gdb-memory-format-signed)
36299 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
36300 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
36301 (gdb-memory-unit-word, gdb-memory-unit-halfword)
36302 (gdb-memory-unit-byte, gdb-memory-unit-menu)
36303 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
36304 (gdb-memory-mode, gdb-memory-buffer-name)
36305 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
36306 New functions for above buffer.
36308 2005-01-30 Richard M. Stallman <rms@gnu.org>
36310 * cus-edit.el (custom-bury-buffer): Function deleted.
36311 (custom-buffer-done-function): Option deleted.
36312 (custom-buffer-done-kill): New replacement option.
36313 (Custom-buffer-done): Call quit-window.
36314 (custom-buffer-create-internal): Update for above changes.
36316 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
36318 * simple.el (undo-ask-before-discard): New var.
36319 (undo-outer-limit-truncate): Implement it.
36320 (undo-extra-outer-limit): Doc update.
36322 2005-01-29 Richard M. Stallman <rms@gnu.org>
36324 * ses.el (undo-more): Delete defadvice.
36325 (ses-begin-change): Doc fix.
36327 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36328 instead of rebinding C-x u and C-_.
36330 * files.el (normal-backup-enable-predicate): Return nil for files
36331 in /tmp, regardless of temporary-file-directory.
36333 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36335 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36336 (open-rectangle, delete-whitespace-rectangle-line)
36337 (clear-rectangle-line): If FILL, pass t instead of FILL
36338 for move-to-column's 2nd arg.
36340 * simple.el (undo): Fix the test for continuing a series of undos.
36341 (undo-more): Set pending-undo-list to t when we reach end.
36342 (pending-undo-list): Move up defvar.
36344 * wid-edit.el (widget-button-click):
36345 Shorten the range of the track-mouse binding.
36347 * comint.el (comint-insert-input): Undo previous changes;
36348 use last-input-event in interactive spec.
36350 2005-01-29 Eli Zaretskii <eliz@gnu.org>
36352 * progmodes/compile.el (compilation-start): Bind buffer-read-only
36353 to nil before invoking call-process. Reset buffer's modified flag
36354 after fontifying it in the no-async branch.
36356 * wid-edit.el (widget-specify-button): If mouse pointer shape
36357 cannot be changed, use mouse face instead.
36359 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
36361 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36362 (gdb-goto-breakpoint): Make breakpoint handling work on template
36363 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
36364 (gdb-assembler-custom): Update to recognize breakpoint information
36365 added on 2005-01-19.
36367 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
36369 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36370 (dsssl-mode): Use define-derived-mode.
36371 (scheme-mode-initialize): Remove.
36372 (scheme-mode): Use run-mode-hooks.
36374 * cus-edit.el (customize-group-other-window)
36375 (custom-buffer-create-other-window): Don't override special-display-*.
36376 (custom-mode-map): Make it dense.
36378 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36379 sets the default value.
36381 2005-01-28 Eli Zaretskii <eliz@gnu.org>
36383 * descr-text.el: Add more keywords.
36385 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
36387 * speedbar.el: Avoid unnecessary use of locate-library.
36389 * international/mule-cmds.el (standard-display-european-internal):
36390 Don't fiddle with latin-1 non-break space any more since it's now
36391 special cased in the C code.
36392 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36394 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
36396 * cus-start.el (all): Add `undo-outer-limit'.
36398 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
36400 * textmodes/bibtex.el (bibtex-format-entry):
36401 Use `bibtex-empty-field-re' only on the text of fields, not on entire
36403 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36404 not on part of a buffer.
36406 2005-01-25 Lute Kamstra <lute@gnu.org>
36408 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36409 nonempty field text strings like "{letters\\macro{}more letters}".
36411 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36412 (bibtex-entry-offset, bibtex-parse-association)
36413 (bibtex-parse-field-name): Fix typos in docstrings.
36414 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36416 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36417 Juri Linkov <juri@jurta.org>
36419 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36420 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36421 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36422 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36424 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36425 isearch minor mode.
36427 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36429 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36431 2005-01-24 Lute Kamstra <lute@gnu.org>
36433 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36434 CASECHARS and NOT-CASECHARS regular expressions of the
36435 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36436 striding over charsets" error.
36438 2005-01-24 Jay Belanger <belanger@truman.edu>
36440 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36441 display variable name.
36443 2005-01-24 Kenichi Handa <handa@m17n.org>
36445 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36446 Fix setting of the element of encoded-kbd-iso2022-invocations.
36448 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36450 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36451 (gdb-threads-select): Change to also accept mouse events.
36452 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36453 (gdb-threads-mouse-select): Delete.
36455 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36457 * files.el (insert-directory): Take care of empty directory,
36458 listed without -a switch.
36460 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36462 * textmodes/refill.el (refill-post-command-function):
36463 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36464 to the list of functions that we should be careful not to undo.
36465 (refill-late-fill-paragraph-function): Remove.
36466 (refill-saved-state): New var.
36467 (refill-mode): Use it to save fill-paragraph-function.
36468 Save also the value of auto-fill-function.
36470 * term/w32-win.el: Simplify code.
36472 2005-01-23 Kim F. Storm <storm@cua.dk>
36474 * simple.el (line-move): Adapt to new return value from
36475 pos-visible-in-window-p.
36477 * simple.el (line-move): Fix last change. Check partial
36478 visibility at point rather than at window-start.
36480 2005-01-22 Jason Rumney <jasonr@gnu.org>
36482 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36484 2005-01-22 David Kastrup <dak@gnu.org>
36486 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36488 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36490 * type-break.el (type-break-mode): Add a test for
36491 type-break-file-name being non-nil.
36493 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36495 * net/eudc.el (top level): Call (message "") via progn, so that
36496 eudc-options-file is loaded.
36498 2005-01-22 Kim F. Storm <storm@cua.dk>
36500 * simple.el (line-move-1): Rename from line-move.
36501 (line-move): New function that adjusts vscroll for partially
36502 visible rows, and calls line-move-1 otherwise.
36504 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36506 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36507 since it's not a complete read-event implementation.
36509 2005-01-20 Jay Belanger <belanger@truman.edu>
36511 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36512 for called function.
36514 2005-01-20 Steven Tamm <steventamm@mac.com>
36516 * term/mac-win.el (process-connection-type): Remove.
36517 Controlled now by s/darwin.h:PTY_ITERATION.
36519 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36521 * window.el (handle-select-window): Don't switch window when we're
36524 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36526 * subr.el (dotimes-with-progress-reporter): New macro.
36528 * ses.el (ses-dotimes-msg): Remove macro.
36529 Use `dotimes-with-progress-reporter' instead.
36531 2005-01-19 Steven Tamm <steventamm@mac.com>
36533 * term/mac-win.el (process-connection-type): Use new
36534 operating-system-release variable to use ptys on Darwin 7 (OS X
36535 10.3) when using carbon build.
36537 2005-01-19 Jay Belanger <belanger@truman.edu>
36539 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36540 flags if the last command was a tab or M-tab.
36542 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36543 in formula editing buffer.
36545 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36547 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36548 breakpoint image symbol in margin.
36550 2005-01-19 Jay Belanger <belanger@truman.edu>
36552 * calc/calc-prog.el (calc-execute-kbd-macro):
36553 Ignore calc-keep-arg-flag.
36555 2005-01-19 Kenichi Handa <handa@m17n.org>
36557 * textmodes/ispell.el (ispell-looking-at): New function.
36558 (ispell-process-line): Use ispell-looking-at to compare the ispell
36559 output and the buffer contents.
36561 2005-01-18 Jay Belanger <belanger@truman.edu>
36563 * calc/calc.el (calc-display-raw): Fix docstring.
36565 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36567 * simple.el (blink-matching-open): Strip extra info from syntax.
36569 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36570 funny chars in the end-of-here-doc marker.
36572 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36574 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36575 that enable/disabled state of breakpoints is shown correctly in
36576 fringe and on ttys.
36577 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36578 Add breakpoint information as text properties.
36579 (gdb-mouse-toggle-breakpoint):
36580 Rename to gdb-mouse-set-clear-breakpoint.
36581 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36582 breakpoints in the margin.
36583 (gdb-remove-strings): Simplify.
36585 2005-01-17 Jay Belanger <belanger@truman.edu>
36587 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36590 2005-01-17 Richard M. Stallman <rms@gnu.org>
36592 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36593 for calling grep-compute-defaults.
36595 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36596 if buffer is empty.
36598 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36600 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36602 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36604 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36605 non-preloaded variables.
36607 2005-01-17 Steven Tamm <steventamm@mac.com>
36609 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36610 tex-shell cause to force interactivity when using pipes.
36612 2005-01-17 Kim F. Storm <storm@cua.dk>
36614 * simple.el (just-one-space): Make arg optional.
36616 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36618 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36619 posn-at-x-y to t to access left-margin.
36621 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36623 Sync with Tramp 2.0.47.
36625 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36626 catching keep-date problems in cp/scp operations.
36627 (tramp-handle-copy-file): Don't call `set-file-modes'
36628 unconditionally. Specialized functions should know better what is
36629 necessary. This improves performance a little bit, and the
36630 functions could catch errors with `cp -p' and `scp -p'.
36631 (tramp-do-copy-or-rename-file-via-buffer)
36632 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36634 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36635 Call `set-file-modes' when appropriate.
36636 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36637 Johnsson <isak@hypergene.com>.
36638 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36639 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36640 <joakim@verona.se>.
36641 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36644 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36645 `find-file-hooks' and `dired-mode-hook'.
36646 (tramp-minor-mode-map): Respective map. Add remapping for
36647 `compile' and `recompile'.
36648 (tramp-remap-command, tramp-recompile): New defuns.
36649 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36650 in buffer "*Compilation*". Call the commands asynchronously.
36652 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36653 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36654 `shell-command', because it isn't magic in XEmacs. Reported by
36655 Adrian Aichner <adrian@xemacs.org>.
36657 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36658 `substitute-in-file-name.
36659 (tramp-smb-handle-substitute-in-file-name): New defun.
36660 (tramp-smb-advice-PC-do-completion): Delete advice.
36662 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36664 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36665 Fix error in deleting region.
36667 2005-01-15 Richard M. Stallman <rms@gnu.org>
36669 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36670 In non-temp buffer, switch syntax table temporarily.
36672 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36674 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36676 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36678 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36679 (imenu--generic-function): Use START, not BEG, as pos of definition.
36681 * simple.el (just-one-space): Argument specifies number of spaces.
36683 * simple.el (eval-expression-print-format): Avoid warning
36684 about edebug-active.
36686 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36688 * progmodes/sh-script.el: Code copied from make-mode.el
36689 with small changes,
36690 (sh-mode-map): Bind C-c C-\.
36691 (sh-backslash-column, sh-backslash-align): New variables.
36692 (sh-backslash-region, sh-append-backslash): New functions.
36694 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36696 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36697 (rmail-pop-password, rmail-pop-password-required): Move to
36698 rmail-obsolete group.
36699 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36700 All callers updated.
36701 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36702 Take an argument specifying whether it is POP or IMAP mailbox we
36703 are using. All callers updated.
36704 (rmail-pop-password-error): Rename to
36705 rmail-remote-password-error. Added mailutils-specific error message.
36706 (rmail-movemail-search-path)
36707 (rmail-movemail-variant-in-use): New variables.
36708 (rmail-remote-password, rmail-remote-password-required):
36709 New customization variables.
36710 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36711 (rmail-parse-url): New function.
36712 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36713 with GNU mailutils movemail.
36715 2005-01-15 Kevin Ryde <user42@zip.com.au>
36717 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36718 suffix to space, $ or '$, to correctly position point when going
36719 to @table style constants like DBL_MAX.
36721 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36723 * type-break.el (type-break-mode, type-break-file-time)
36724 (type-break-file-keystroke-count, type-break-choose-file):
36725 Don't store data in or load data from the file if type-break-file-name
36727 (type-break-file-name): Doc update as per the above.
36729 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36731 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36732 lookup-key might return nil; handle that.
36734 2005-01-15 Alan Mackenzie <acm@muc.de>
36736 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36737 Return the tail of the tree rather than the element found,
36738 thus enabling the tree to be setcar'd.
36740 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36742 * textmodes/org.el (org-show-following-heading): New option.
36743 (org-show-hierarchy-above): Use `org-show-following-heading'.
36744 (org-cycle): Documentation fix.
36746 * textmodes/org.el (orgtbl-optimized): New option.
36747 (orgtbl-mode): New command, a minor mode.
36748 (orgtbl-mode-map): New variable.
36749 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36750 (orgtbl-error, orgtbl-self-insert-command)
36751 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36753 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36754 a local variable in each org-mode buffer.
36756 * textmodes/org.el (org-set-regexps-and-options): Rename from
36757 `org-set-regexps'. Added checking for STARTUP keyword.
36758 (org-get-current-options): Add STARTUP options.
36759 (org-table-insert-row): Make mode intelligent about when
36760 realignment is needed.
36761 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36763 (org-enable-table-editor): New default value `optimized'.
36764 (org-table-blank-field): Support blanking regions if active.
36766 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36768 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36769 if the year is not given.
36771 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36772 Add new escapes %m and %M, fixed bug with %F by adding
36774 (reftex-reference): Remove ?. from list of spaces.
36775 (reftex-label-info): Add automatic label prefix recognition.
36777 * textmodes/reftex-index.el (reftex-index-next-phrase):
36778 Add slave parameter to call of `reftex-index-this-phrase'.
36779 (reftex-index-this-phrase): New optional argument.
36780 (reftex-index-region-phrases): Add slave parameter to call of
36781 `reftex-index-this-phrase'.
36782 (reftex-display-index): New argument redo.
36783 (reftex-index-rescan): Add `redo' to arguments of
36784 `reftex-display-index'.
36785 (reftex-index-Rescan, reftex-index-revert)
36786 (reftex-index-switch-index-tag): Add `redo' to arguments of
36787 `reftex-display-index'.
36788 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36789 indexing. Fix bug with matching is there is a quote before or
36792 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36793 Fix bug when collecting citation keys in lines with comments.
36794 (reftex-citation): Prefix argument no longer rescans the document,
36795 but forces prompting for optional arguments of cite macros.
36796 (reftex-do-citation): Prompting for optional arguments implemented.
36798 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36799 Add optional arguments to most cite commands.
36800 (reftex-cite-cleanup-optional-args): New option
36801 (reftex-cite-prompt-optional-args): New option.
36802 (reftex-trust-label-prefix): New option.
36804 * textmodes/reftex-toc.el (reftex-toc-find-section):
36805 Add push-mark before changing the position in the buffer.
36807 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36808 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36810 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36812 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36815 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36817 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36818 (sgml-mode): Use it.
36819 (sgml-get-context): Better keep track of implicitly closed tags.
36821 2005-01-13 Kenichi Handa <handa@m17n.org>
36823 * textmodes/ispell.el: These changes are to fix misalignment error
36824 caused by equivalent characters of different Emacs charsets.
36825 (ispell-unified-chars-table): New variable.
36826 (ispell-get-decoded-string): New function.
36827 (ispell-get-casechars, ispell-get-not-casechars)
36828 (ispell-get-otherchars): Call ispell-get-decoded-string.
36830 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
36832 * custom.el (custom-declare-variable): Just put symbol instead
36833 of (defvar . symbol) in `current-load-list'.
36835 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36837 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36839 2005-01-12 Jay Belanger <belanger@truman.edu>
36841 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36842 to create a Calc summary.
36844 2005-01-12 Kim F. Storm <storm@cua.dk>
36846 * mouse.el (mouse-on-link-p): Change functionality and doc
36847 string to comply with latest description in lisp ref.
36849 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36851 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36852 Enable mouse clicks on mode-line, header-line and margin.
36853 (event-type): Give mouse event symbols an `event-kind' property
36854 with value `mouse-click'.
36856 2005-01-12 Juri Linkov <juri@jurta.org>
36858 * facemenu.el (list-colors-display): Add new arg buffer-name.
36859 Use it. Fix docstring. Replace code for identifying duplicate
36860 colors by the name with call to `list-colors-duplicates' which
36861 identifies duplicate colors by the value unless the color
36862 is one of special Windows colors. Set truncate-lines to t.
36863 Print sorted duplicate color names on each line. Indent to 22
36864 \(the longest color name in rgb.txt) instead of 20. Optimize.
36865 (list-colors-duplicates): New function.
36866 (facemenu-color-name-equal): Delete function.
36868 * facemenu.el (list-colors-print): New function created from code
36869 in list-colors-display. Print #RRGGBB at the window right edge.
36870 (list-colors-display): When temp-buffer-show-function is not
36871 defined, call list-colors-print from temp-buffer-show-hook
36872 to get the right value of window-width in list-colors-print
36873 after the buffer is displayed.
36875 * simple.el (pop-mark): Move deactivate-mark out of conditional
36876 part to deactivate the active mark regardless of the state of the
36879 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36880 variables line in desktop files.
36882 2005-01-12 Juri Linkov <juri@jurta.org>
36884 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36885 Bring together isearch highlight related options.
36886 (lazy-highlight): Replace group `replace' by `matching'.
36887 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36888 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36889 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36890 and declare them obsolete.
36891 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36892 (isearch-faces): Remove defgroup.
36893 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36894 Move isearch highlighting code closer to lazy highlighting code.
36896 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36897 (query-replace-highlight, query-replace-lazy-highlight)
36898 (query-replace): Move definitions to the beginning of the file.
36900 2005-01-11 Juri Linkov <juri@jurta.org>
36902 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36903 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36904 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36906 * info.el (Info-history-forward): New variable.
36907 (Info-select-node): Reset Info-history-forward to nil.
36908 (Info-last): Turn into defalias.
36909 (Info-history-back): Rename from Info-last.
36910 Add current node to Info-history-forward.
36911 (Info-history-forward): New fun.
36912 (Info-mode-map): Replace Info-last by Info-history-back.
36913 Bind Info-history-forward to "r".
36914 (Info-mode-menu): Replace Info-last by Info-history-back.
36915 Fix menu item text. Add menu item for Info-history-forward.
36916 (info-tool-bar-map): Replace Info-last by Info-history-back.
36917 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36918 for Info-history-forward.
36919 (Info-mode): Replace Info-last by Info-history-back in docstring.
36920 Add local variable Info-history-forward.
36921 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36923 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36925 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36926 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36927 Ignore select-window events rather than fiddle with
36928 mouse-autoselect-window.
36930 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36932 * type-break.el (type-break-mode): Fix previous change.
36934 2005-01-10 Jay Belanger <belanger@truman.edu>
36936 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36937 calculator; only reset when point is inside a calculator.
36938 Don't adjust the window height if the window takes up the whole height
36941 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36943 * ebuff-menu.el (Electric-buffer-menu-mode):
36944 Preserve value of buffer-local var header-line-format.
36946 2005-01-09 Jay Belanger <belanger@truman.edu>
36948 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36949 Make sure settings file exists before accessing it.
36951 * calc/calc-embed.el (calc-embedded-subst):
36952 Replace math-multi-subst-rec, which is only supposed to be called
36953 by math-multi-subst, by math-multi-subst.
36955 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36957 * vc.el (vc-allow-async-revert): New user option.
36958 (vc-disable-async-diff): New internal variable.
36959 (vc-revert-buffer): Use them to disable asynchronous diff.
36961 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36962 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36963 asynchronously if vc-disable-async-diff is t.
36965 2005-01-09 Jay Belanger <belanger@truman.edu>
36967 * calc/calc.el (defcalcmodevar): New macro.
36968 (calc-mode-var-list-restore-default-values)
36969 (calc-mode-var-list-restore-saved-values): New functions.
36970 (calc-mode-var-list): Use defcalcmodevar to define it.
36971 (calc-always-load-extensions, calc-line-numbering)
36972 (calc-line-breaking, calc-display-just, calc-display-origin)
36973 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36974 (calc-group-char, calc-point-char, calc-frac-format)
36975 (calc-prefer-frac, calc-hms-format, calc-date-format)
36976 (calc-float-format, calc-full-float-format, calc-complex-format)
36977 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36978 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36979 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36980 (calc-matrix-brackets, calc-language, calc-language-option)
36981 (calc-left-label, calc-right-label, calc-word-size)
36982 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36983 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36984 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36985 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36986 (calc-window-height, calc-display-trail, calc-show-selections)
36987 (calc-use-selections, calc-assoc-selections)
36988 (calc-display-working-message, calc-auto-why, calc-timing)
36989 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36990 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36991 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36992 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36993 (calc-gnuplot-geometry, calc-graph-default-resolution)
36994 (calc-graph-default-resolution-3d, calc-invocation-macro)
36995 (calc-show-banner): Use defcalcmodevar to declare them and set
36996 their default values.
36998 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36999 instead of default values (but restore default values if there is
37002 2005-01-09 David Kastrup <dak@gnu.org>
37004 * desktop.el (desktop-restore-eager): Fix typo in type.
37006 2005-01-08 Richard M. Stallman <rms@gnu.org>
37008 * cus-edit.el (customize): Delete :link.
37010 2005-01-08 Jay Belanger <belanger@truman.edu>
37012 * calc/calc.el (calc-mode): Remove the extension from the
37013 `calc-settings-file' file name when loading it.
37015 2005-01-08 Kim F. Storm <storm@cua.dk>
37017 * info.el (Info-mode-map, Info-next-link-keymap)
37018 (Info-prev-link-keymap, Info-up-link-keymap):
37019 Map follow-link to mouse-face.
37020 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
37022 2005-01-08 Jay Belanger <belanger@truman.edu>
37024 * calc/calc.el (calc-settings-file): Change default value.
37025 Suggested by cgw in a comment in calc-mode.el.
37027 * calc/calc-mode.el (calc-settings-file-name):
37028 Compare calc-settings-file to user-init-file instead of ~/.emacs.
37029 Replace ~/.emacs in a prompt by calc-settings-file.
37031 2005-01-07 Lars Hansen <larsh@math.ku.dk>
37033 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
37034 (desktop-lazy-idle-delay): New customizable variables.
37035 (desktop-buffer-args-list): New variable.
37036 (desktop-append-buffer-args): New function.
37037 (desktop-save): Call desktop-append-buffer-args for some buffers.
37038 (desktop-lazy-create-buffer): New function.
37039 (desktop-idle-create-buffers): New function.
37040 (desktop-read): Add message about buffers to restore lazily.
37041 (desktop-lazy-abort): New command.
37042 (desktop-clear): Call desktop-lazy-abort.
37043 (desktop-lazy-complete): New command.
37045 2005-01-06 Richard M. Stallman <rms@gnu.org>
37047 * emacs-lisp/find-func.el (find-face-definition):
37048 Rename from find-face.
37050 2005-01-06 Kim F. Storm <storm@cua.dk>
37052 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
37054 * man.el (Man-xref-man-page, Man-xref-header-file)
37055 (Man-xref-normal-file): Add follow-link property.
37057 2005-01-06 Jay Belanger <belanger@truman.edu>
37059 * calc/calc-units.el: Make sure the proper macro definitions are
37060 available when compiling.
37062 2005-01-06 Juri Linkov <juri@jurta.org>
37064 * isearch.el (isearch-lazy-highlight-update):
37065 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
37067 2005-01-06 Miles Bader <miles@gnu.org>
37069 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
37070 (isearch-lazy-highlight-face): Use new name.
37072 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
37074 * uniquify.el (uniquify-rationalize-file-buffer-names):
37075 Re-add an interactive spec.
37076 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
37079 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
37080 (isearch-update, isearch-done): Adjust calls accordingly.
37082 2005-01-05 Richard M. Stallman <rms@gnu.org>
37084 * custom.el (custom-set-variables, custom-theme-set-variables):
37085 Clarify documentation.
37087 * emacs-lisp/find-func.el (find-variable)
37088 (find-variable-other-window, find-variable-other-frame):
37089 Fix the TYPE args to find-function-read and find-function-do-it.
37090 (find-function): Doc fix.
37091 (find-function-at-point): Replace function-at-point alias.
37093 2005-01-04 Richard M. Stallman <rms@gnu.org>
37095 * cus-face.el (custom-declare-face):
37096 Record defface in current-load-list.
37098 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
37100 * emacs-lisp/find-func.el: Doc fixes.
37101 (find-face-regexp): New variable.
37102 (find-function-regexp-alist): New variable.
37103 (find-function-C-source): Third arg is now TYPE.
37104 (find-function-search-for-symbol): Handle general TYPE.
37105 (find-function-read, find-function-do-it): Handle general TYPE.
37106 (find-definition-noselect, find-face): New functions.
37107 (function-at-point): Alias deleted.
37109 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
37111 * battery.el (display-battery-mode): Rename from display-battery.
37112 Handle the case where it gets turned off.
37114 2005-01-04 Richard M. Stallman <rms@gnu.org>
37116 * cus-edit.el (customize): Make :link point to user doc.
37118 * man.el (Man-fontify-manpage): Turn off undo generation.
37120 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
37122 2005-01-04 Andreas Schwab <schwab@suse.de>
37124 * files.el (insert-directory): Only look for error lines in
37125 inserted text. Don't move too far after processing --dired markers.
37127 2005-01-04 Richard M. Stallman <rms@gnu.org>
37129 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
37130 Don't expand if the character is @, period, dash, etc.
37131 (define-mail-abbrev): Quote names that contain problem characters.
37133 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
37135 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
37137 2005-01-03 Richard M. Stallman <rms@gnu.org>
37139 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
37140 (query-replace-highlight, query-replace-lazy-highlight)
37141 (query-replace): Definitions moved up. Doc fix.
37143 2005-01-03 Richard M. Stallman <rms@gnu.org>
37145 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
37146 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
37147 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
37148 (lazy-highlight-face): Rename from isearch-lazy-...
37149 Change all references to them.
37151 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
37153 * cus-edit.el (custom-file): Doc fix for defcustom.
37154 (custom-file): The function no longer sets the variable
37155 `custom-file' to its return value.
37157 * startup.el (command-line): No longer load `custom-file'.
37159 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
37161 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
37163 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
37164 Don't confuse module-prefixed identifiers for labels.
37165 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
37167 2005-01-02 Richard M. Stallman <rms@gnu.org>
37169 * files.el (basic-save-buffer-1): Fix previous change.
37171 * loadhist.el (file-loadhist-lookup): New function.
37172 (file-provides, file-requires): Use it.
37174 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
37175 instead of calculating the right size.
37177 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
37179 * vc-svn.el (vc-svn-diff): Stay local if possible.
37181 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
37183 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
37185 * files.el (hack-local-variables): Fix last change.
37187 2005-01-02 Jay Belanger <belanger@truman.edu>
37189 * calc/calc-yank.el (calc-edit-top): New variable.
37190 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
37191 object. Change header properties.
37192 (calc-edit-finish, calc-edit-finish-stack-object)
37193 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
37195 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
37196 for the beginning of the edited object.
37197 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
37198 for the beginning of the edited object.
37199 * calc/calc-prog.el (calc-edit-macro-finish-edit)
37200 (calc-finish-formula-edit, calc-macro-repeats)
37201 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
37202 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
37203 beginning of the edited object.
37204 (calc-user-define-edit): Change the header for editing macros.
37205 Remove unnecessary variable.
37207 2005-01-01 Jay Belanger <belanger@truman.edu>
37209 * calc/calc-yank.el (calc-edit-mode): Change default header.
37210 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
37211 * calc/calc-store.el (calc-edit-variable): Change title to match new
37213 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
37214 mode to match new header.
37215 (calc-user-define-edit): Change titles to include names of commands.
37216 (calc-finish-formula-edit): Adjust to handle new header.
37217 (calc-finish-macro-edit): Remove.
37218 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
37219 (calc-edit-macro-command, calc-edit-macro-command-type)
37220 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
37221 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
37222 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
37223 (calc-edit-macro-finish-edit): New functions.
37224 (calc-user-define-edit): Use new functions to edit named calc macros.
37226 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
37228 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
37230 * ses.el (copy-region-as-kill): Deactivate mark.
37232 2005-01-01 Richard M. Stallman <rms@gnu.org>
37234 * replace.el (occur-1): If the output buffer is also an input,
37235 don't kill it, rename it.
37237 * faces.el (set-face-background, set-face-foreground): Doc fix.
37239 * cus-face.el (custom-face-attributes): Fix :help-echo strings
37240 for :foreground and :background.
37242 * dired.el (dired-view-command-alist): Variable deleted.
37243 (dired-view-file, dired-mouse-find-file-other-window):
37244 Delete the code to use it.
37246 2005-01-01 Kim F. Storm <storm@cua.dk>
37248 * image.el (insert-sliced-image): Use t for line-height property.
37250 See ChangeLog.11 for earlier changes.
37252 ;; Local Variables:
37253 ;; coding: iso-2022-7bit
37254 ;; add-log-time-zone-rule: t
37257 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
37259 This file is part of GNU Emacs.
37261 GNU Emacs is free software; you can redistribute it and/or modify
37262 it under the terms of the GNU General Public License as published by
37263 the Free Software Foundation; either version 3, or (at your option)
37266 GNU Emacs is distributed in the hope that it will be useful,
37267 but WITHOUT ANY WARRANTY; without even the implied warranty of
37268 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37269 GNU General Public License for more details.
37271 You should have received a copy of the GNU General Public License
37272 along with GNU Emacs; see the file COPYING. If not, write to the
37273 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
37274 Boston, MA 02110-1301, USA.
37276 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1