]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(autoload-modified-buffers): New var.
[gnu-emacs] / lisp / ChangeLog
1 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
4 (autoload-find-destination): Keep it uptodate.
5 (autoload-save-buffers): New fun.
6 (update-file-autoloads): Use it. Re-add the "up to date" message.
7
8 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9 (autoload-find-destination): New function extracted from
10 update-file-autoloads.
11 (update-file-autoloads): Use it.
12 (autoload-generate-file-autoloads): New function extracted from
13 generate-file-autoloads. Use file-relative-name. Delay computation of
14 output-start to the first cookie. Remove done-any, replaced by
15 output-start.
16 (generate-file-autoloads): Use it.
17
18 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
19
20 * calc/calc-comb.el (math-init-random-base,math-prime-test):
21 Use math-read-number-simple to insert constants.
22 (math-prime-test): Redo calculation of sum.
23
24 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
25
26 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
27 math-scale-bignum-3.
28 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
29 math-bignum-digit-size.
30 (math-isqrt-small): Add another possible initial guess.
31
32 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33
34 * textmodes/bibtex.el (bibtex-entry-format): New options
35 `whitespace', `braces', and `string'.
36 (bibtex-field-braces-alist, bibtex-field-strings-alist)
37 (bibtex-field-braces-opt, bibtex-field-strings-opt)
38 (bibtex-cite-matcher-alist): New variables.
39 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
40 (bibtex-flash-head): Use blink-matching-delay.
41 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
42 (bibtex-format-entry, bibtex-reformat): Handle new options of
43 bibtex-entry-format.
44 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
45 New functions.
46 (bibtex-complete-internal): Do not display messages while
47 minibuffer is used. Do not leave around a completions buffer
48 that is out of date.
49 (bibtex-copy-summary-as-kill): New optional arg.
50 (bibtex-font-lock-url): New optional arg no-button.
51 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
52 (bibtex-url): Allow multiple URLs per entry.
53
54 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * emacs-lisp/autoload.el (autoload-generated-file): New function.
57 (update-file-autoloads, update-directory-autoloads): Use it.
58 (autoload-file-load-name): New function.
59 (generate-file-autoloads, update-file-autoloads): Use it.
60 (autoload-find-file): Accept non-absolute argument. Set default-dir.
61 (generate-file-autoloads): If the autoloaded form is malformed,
62 indicate the problem with a warning instead of aborting.
63
64 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
65
66 * simple.el (next-error-recenter): Accept `(4)' as well;
67 also, specify `integer' instead of `number'.
68
69 2007-06-23 Eli Zaretskii <eliz@gnu.org>
70
71 * ls-lisp.el (insert-directory): If an invalid regexp error is
72 thrown, try using FILE as a literal file name, not a wildcard.
73
74 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
75
76 * ruler-mode.el (ruler-mode): Prevent clobbering the original
77 `header-line-format' when reentering ruler mode.
78
79 2007-06-23 Eli Zaretskii <eliz@gnu.org>
80
81 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
82 FILE exists as a file.
83
84 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
85
86 * calc/calc.el (math-bignum-digit-length)
87 (math-bignum-digit-size, math-small-integer-size):
88 New constants.
89 (math-normalize, math-bignum-big, math-make-float)
90 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
91 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
92 (math-add, math-add-bignum, math-sub-bignum, math-sub,math-mul)
93 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
94 (math-quotient, math-div-bignum, math-div-bignum-digit)
95 (math-div-bignum-part, math-format-bignum-decimal)
96 (math-read-bignum): Use math-bignum-digit-length,
97 math-bignum-digit-size and math-small-integer-size.
98
99 * calc/calc-ext.el (math-fixnum-big): Use the variable
100 math-bignum-digit-size.
101
102 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
103
104 * log-view.el (log-view-mode-menu): New menu.
105
106 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
109 differently.
110
111 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
112 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
113
114 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
115
116 * vc-hg.el (vc-hg-print-log): Insert the file name.
117 (vc-hg-log-view-mode): Fontify the file name.
118
119 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
120
121 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
122 (calcFunc-julian): Fix incorrect number used in calculations.
123
124 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
125
126 * simple.el (next-error-recenter): New defcustom.
127 (next-error, next-error-internal): Recenter if specified,
128 immediately prior to running `next-error-hook'.
129
130 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
131 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
132
133 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
134
135 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
136
137 * calc/calc-comb.el (math-small-factorial-table): New variable.
138 (calcFunc-fact): Use `math-small-factorial-table'.
139
140 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
141 initial values.
142 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
143 New variables to use in caches.
144
145 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
146 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
147
148 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
149 (math-bernoulli-b-cache): Use math-read-number-simple to insert
150 bignums.
151
152 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
153 New variables to use in caches.
154
155 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
156
157 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
158
159 * vc-hg.el (vc-hg-log-view-mode): New mode.
160
161 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
162
163 * calc/calc.el (math-read-number-simple): New function.
164
165 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
168 (vera-font-lock-match-item): Fix doc string.
169 (vera-in-comment-p): Remove unused function.
170 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
171 use `syntax-ppss'.
172 (vera-forward-syntactic-ws): Fix argument order.
173 (vera-prepare-search): Use `with-syntax-table'.
174 (vera-indent-line): Fix doc string.
175 (vera-electric-tab): Fix doc string.
176 (vera-expand-abbrev): Define alias instead of using `fset'.
177 (vera-comment-uncomment-region): Use `comment-start-skip'.
178
179 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
180
181 * textmodes/org.el (org-export-with-footnotes): New option.
182 (org-export-as-html): Fix replacement bug for XEmacs.
183 (org-agenda-default-appointment-duration): New option.
184
185 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
186
187 * vc-hg.el: Add to do items.
188 (vc-hg-diff): Add support for comparing different revisions.
189 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
190 (vc-hg-annotate-extract-revision-at-line)
191 (vc-hg-previous-version, vc-hg-checkin): New functions.
192 (vc-hg-annotate-re): New constant.
193
194 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
195
196 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
197
198 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
201 buffer-local value of log-view-*-re if applicable.
202
203 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
204 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
205 (vc-bzr-command*): Remove both (incompatible) versions.
206 (vc-bzr-do-command*): Remove.
207 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
208 Remove by folding into its only caller vc-bzr-command.
209 (vc-bzr-command): Always set the environment, even when ineffective.
210 (vc-bzr-version): Minor fix up.
211 (vc-bzr-admin-dirname): New var.
212 (vc-bzr-bzr-dir): Remove.
213 (vc-bzr-root-dir): New fun.
214 (vc-bzr-registered): Use it. Add an autoloaded version.
215 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
216 (vc-bzr-view-log-function): Remove.
217 (vc-bzr-log-view-mode): New major mode to replace it.
218 (vc-bzr-print-log): Only activate the old hack if needed.
219
220 * vc.el (vc-default-log-view-mode): New function.
221 (vc-print-log): Add new `log-view-mode' VC operation.
222
223 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
224
225 * ido.el (ido-find-file-in-dir): Don't signal an error for
226 empty directories.
227
228 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
229
230 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
231 directory where the desktop file was found, as the docstring says.
232 (desktop-kill): Use `read-directory-name'.
233
234 2007-06-20 Alan Mackenzie <acm@muc.de>
235
236 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
237 When removing lines, also remove the \n. Correction of patch of
238 2007-04-21.
239
240 2007-06-20 Martin Rudalics <rudalics@gmx.at>
241
242 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
243 event is not a cons cell. Do not unread drag-mouse-1 events.
244 Select right window in check whether space was stolen from
245 window above.
246
247 * help-mode.el (help-make-xrefs): Adjust position of new forward
248 button.
249
250 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
251
252 * vc-bzr.el (vc-bzr-with-process-environment)
253 (vc-bzr-std-process-invocation): New macros.
254 (vc-bzr-command, vc-bzr-command*): Use them.
255 (vc-bzr-with-c-locale): Remove.
256 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
257 (vc-bzr-buffer-nonblank-p): New function.
258 (vc-bzr-state-words): New const.
259 (vc-bzr-state): Look for `bzr status` keywords in output.
260 Display everything else as a warning message to the user.
261 Fix status report with bzr >= 0.15.
262
263 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
264
265 * vc-hg.el (vc-hg-global-switches): Simplify.
266 (vc-hg-state): Handle more states.
267 (vc-hg-diff): Fix doc-string.
268 (vc-hg-register): New function.
269 (vc-hg-checkout): Likewise.
270
271 2007-06-20 Reto Zimmermann <reto@gnu.org>
272
273 * progmodes/vera-mode.el: New file.
274
275 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
276
277 * calc/calc.el (calc-multiplication-has-precendence):
278 New variable.
279 (math-standard-ops, math-standard-ops-p, math-expr-ops):
280 New functions.
281 (math-expr-opers): Define using math-standard-ops rather than
282 math-standard-opers.
283 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
284 equal the function math-standard-ops rather than the variable
285 math-standard-opers.
286 (calc-algebraic-entry): Let math-expr-opers equal
287 math-standard-ops or math-expr-ops, as appropriate.
288 (math-expr-read-level, math-read-factor): Let math-expr-opers
289 equal math-expr-ops.
290 * calc/calc-embed.el (calc-embedded-finish-edit):
291 Let math-expr-opers equal the function math-standard-ops
292 rather than the variable math-standard-opers.
293 * calc/calc-ext.el (math-read-plain-expr)
294 (math-format-flat-expr-fancy): Let math-expr-opers equal the
295 function math-standard-ops rather than the variable
296 math-standard-opers.
297 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
298 Let math-expr-opers equal the function math-standard-ops rather
299 than the variable math-standard-opers.
300 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
301 equal the function math-standard-ops rather than the variable
302 math-standard-opers.
303 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
304 equal the function math-standard-ops rather than the variable
305 math-standard-opers.
306 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
307 math-expr-ops.
308
309 2007-06-19 Ivan Kanis <apple@kanis.eu>
310
311 * vc-hg.el: New file.
312
313 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
316 with font-lock-multiline.
317
318 2007-06-17 Glenn Morris <rgm@gnu.org>
319
320 * lpr.el (lpr-page-header-switches): Move %s to separate element
321 for correct quoting. Doc fix.
322
323 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
326 than setting sgml-xml-mode.
327 (sgml-mode, html-mode): Set sgml-xml-mode.
328 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
329 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
330 (sgml-electric-tag-pair-before-change-function)
331 (sgml-electric-tag-pair-flush-overlays): New functions.
332 (sgml-electric-tag-pair-mode): New minor mode.
333 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
334 (sgml-calculate-indent): Use assoc-string.
335
336 2007-06-16 Karl Fogel <kfogel@red-bean.com>
337
338 * thingatpt.el (thing-at-point-email-regexp): Don't require two
339 chars before the "@" in an email address. Andreas Roehler noticed
340 this problem.
341
342 2007-06-15 Karl Fogel <kfogel@red-bean.com>
343
344 * thingatpt.el: Add support for email addresses (`email').
345 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
346 (thing-at-point-email-regexp): New variable.
347 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
348 properties on this symbol, with lambda forms for values.
349
350 2007-06-15 Masatake YAMATO <jet@gyve.org>
351
352 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
353
354 * vc.el (vc-dired-hook): Check the backend returned from
355 `vc-responsible-backend' can really handle `subdir'.
356
357 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
358
359 * wid-edit.el (widget-add-documentation-string-button):
360 Fix handling of documentation indent.
361
362 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
363
364 * mb-depth.el: New file.
365
366 2007-06-15 Masatake YAMATO <jet@gyve.org>
367
368 * vc.el (vc-dired-mode): Show backend name as part of mode name.
369
370 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
371
372 * wid-edit.el (widget-default-create): Move ?h handling here...
373 (widget-default-format-handler): ...from here.
374 (widget-docstring, widget-add-documentation-string-button): New funs.
375 (documentation-string): Add :visibility-widget property.
376 (widget-documentation-string-value-create): Use it.
377
378 * cus-edit.el (custom-split-regexp-maybe): Simplify.
379 (custom-buffer-create-internal): Simplify message.
380 (custom-variable-tag): Reduce height to normal.
381 (custom-variable-value-create, custom-face-value-create)
382 (custom-visibility): New widget.
383 (custom-visibility): New face.
384 (custom-group-value-create):
385 Call widget-add-documentation-string-button, using `custom-visibility'.
386
387 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * emacs-lisp/bytecomp.el (byte-compile-current-group)
390 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
391 change. Apparently the "warning even if the group is implicit" is
392 a feature rather than a bug.
393
394 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
395
396 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
397 Different advices for Emacs and XEmacs. Compile them conditionally.
398 (viper-version): Belated version change.
399
400 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
401
402 * follow.el (follow-all-followers, follow-generic-filter):
403 * pcomplete.el (pcomplete-restore-windows):
404 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
405 (x-dnd-drop-data):
406 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
407 * progmodes/python.el (python-complete-symbol):
408 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
409
410 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
411
412 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
413 around bright and dim regexps. Make sure bright and dim matches
414 use word anchors. Send text through rcirc-markup functions.
415 (rcirc-url-regexp): Add single quote character.
416 (rcirc-connect): Write logs to disk on auto-save-hook.
417 Make server a non-optional argument.
418 (rcirc-log-alist): New variable.
419 (rcirc-log-directory): Make customizable.
420 (rcirc-log-flag): New customizable variable.
421 (rcirc-log): New function.
422 (rcirc-print): Use above function.
423 (rcirc-log-write): New function.
424 (rcirc-generate-new-buffer-name): Strip text properties.
425 (rcirc-switch-to-buffer-function): Remove variable.
426 (rcirc-last-non-irc-buffer): Remove variable.
427 (rcirc-non-irc-buffer): Add function.
428 (rcirc-next-active-buffer): Use above function.
429 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
430 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
431 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
432 (rcirc-omit-mode): Add minor-mode.
433 (rcirc-mode-map): Change C-c C-o binding.
434 (rcirc-mode): Clear mode-line-process. Use a custom
435 fill-paragraph-function. Set up buffer-invisibility-spec.
436 (rcirc-response-formats): Remove timestamp code.
437 (rcirc-omit-responses): Add variable.
438 (rcirc-print): Don't put the overlay arrow on potentially omitted
439 lines. Log line to disk. Record activity for private messages
440 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
441 (rcirc-jump-to-first-unread-line): Print message if there is no
442 unread text.
443 (rcirc-clear-unread): New function.
444 (rcirc-markup-text-functions): Add variable.
445 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
446 (rcirc-debug): Don't mess with window configuration.
447 (rcirc-send-message): Send message before printing locally.
448 Add SILENT argument, do not print message if non-nil.
449 (rcirc-visible-buffers): New function and variable.
450 (rcirc-window-configuration-change-1): Add function.
451 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
452 server buffer.
453 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
454 (rcirc-fill-paragraph): Add function.
455 (rcirc-record-activity, rcirc-window-configuration-change-1):
456 Only update the activity string if it has actually changed.
457 (rcirc-update-activity-string): Remove padding characters from the
458 mode-line string.
459 (rcirc-disconnect-buffer): New function to be called when a
460 channel is parted or the user quits.
461 (rcirc-server-name): Warn when the server-name hasn't been set.
462 (rcirc-window-configuration-change): Postpone work until
463 post-command-hook.
464 (rcirc-window-configuration-change-1): Update mode-line and
465 overlay arrows here.
466 (rcirc-authenticate): Fix chanserv identification.
467 (rcirc-default-server): Remove variable.
468 (rcirc): Connect according to rcirc-connections.
469 (rcirc-connections): Add variable.
470 (rcirc-startup-channels-alist): Remove variable.
471 (rcirc-startup-channels): Remove function.
472
473 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
476
477 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
478
479 * term/xterm.el (terminal-init-xterm): Escape parens in character
480 constants.
481
482 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * progmodes/sh-script.el: Remove unneeded * from docstrings.
485 Use [:alpha:] and [:alnum:] where applicable.
486 (sh-quoted-subshell): Rewrite to correctly
487 handle nested mixes of `...` and $(...).
488 (sh-apply-quoted-subshell): Remove.
489 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
490
491 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
492
493 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
494
495 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
496 previous change.
497
498 2007-06-12 Tom Tromey <tromey@redhat.com>
499
500 * subr.el (user-emacs-directory): New defconst.
501 * cmuscheme.el (scheme-start-file):
502 * shell.el (shell):
503 * completion.el (save-completions-file-name):
504 * custom.el (custom-theme-directory):
505 * term/x-win.el (emacs-session-filename):
506 * filesets.el (filesets-menu-cache-file):
507 * thumbs.el (thumbs-thumbsdir):
508 * server.el (server-auth-dir):
509 * image-dired.el (image-dired-dir):
510 (image-dired-db-file):
511 (image-dired-temp-image-file):
512 (image-dired-gallery-dir):
513 (image-dired-temp-rotate-image-file):
514 * play/gamegrid.el (gamegrid-user-score-file-directory):
515 * savehist.el (savehist-file):
516 * tutorial.el (tutorial--saved-dir):
517 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
518
519 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
520
521 * scroll-lock.el (scroll-lock-mode): Doc fix.
522
523 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
524
525 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
526
527 * ediff-init.el: Doc strings.
528
529 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
532 (byte-compile-file): Bind it.
533 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
534 group argument is provided implicitly.
535 (byte-compile-format-warn, byte-compile-from-buffer)
536 (byte-compile-insert-header): Don't hardcode point-min==1.
537 (byte-compile-file-form-require): Remove unused var old-load-list.
538 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
539
540 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
541
542 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
543 Display error messages.
544 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
545 Get rid of cl.el dependencies.
546
547 * emulation/viper-init.el (viper-suppress-input-method-change-message):
548 New variable.
549 (viper-activate-input-method-action)
550 (viper-inactivate-input-method-action):
551 Use viper-suppress-input-method-change-message.
552
553 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
554 for C-s, C-r.
555
556 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
557 Use viper-replace-overlay-cursor-color instead of
558 viper-replace-overlay-cursor-color.
559 (viper-sit-for-short): Use sit-for with 3 arguments.
560
561 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
562 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
563 to gud-mode.
564
565 * ediff-mult.el (ediff-meta-buffer-brief-message)
566 (ediff-meta-buffer-verbose-message): New variables.
567 (ediff-meta-buffer-message): Variable deleted.
568 (ediff-verbose-help-enabled): New variable.
569 (ediff-toggle-verbose-help-meta-buffer): New function.
570 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
571 message options
572
573 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
574 (ediff-fixup-patch-map): Improve heuristic.
575
576 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
579 (log-view-font-lock-keywords): Simplify.
580 (log-view-current-file, log-view-current-tag): Simplify.
581
582 2007-06-12 Sam Steingold <sds@gnu.org>
583
584 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
585
586 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
587
588 * desktop.el (desktop-load-locked-desktop): New option.
589 (desktop-read): Use it.
590 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
591 Use `when'.
592
593 2007-06-12 Davis Herring <herring@lanl.gov>
594
595 * desktop.el (desktop-save-mode-off): New function.
596 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
597 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
598 (desktop-claim-lock, desktop-release-lock): New functions.
599 (desktop-kill): Tell `desktop-save' that this is the last save.
600 Release the lock afterwards.
601 (desktop-buffer-info): New function.
602 (desktop-save): Use it. Run `desktop-save-hook' where the doc
603 says to. Detect conflicts, and manage the lock.
604 (desktop-read): Detect conflicts. Manage the lock.
605
606 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
609
610 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
611 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
612 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
613 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
614 keysyms rather than byte sequences.
615 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
616
617 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 * font-lock.el (font-lock-add-keywords): In case font-lock was only
620 half-activated, forcefully activate it completely.
621
622 2007-06-11 Richard Stallman <rms@gnu.org>
623
624 * cus-edit.el (custom-variable-type): Doc fix.
625
626 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
629 (sh-font-lock-flush-syntax-ppss-cache): New functions.
630 (sh-font-lock-syntactic-keywords): Use them to distinguish the
631 different possible cases for \'.
632
633 * complete.el (PC-bindings): Don't bind things already bound in the
634 parent keymap.
635
636 * textmodes/bibtex-style.el: New file.
637
638 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
639
640 * vc-bzr.el: New file.
641
642 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * vc-svn.el (vc-svn-program): New var.
645 (vc-svn-command): Use it.
646
647 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
648
649 * server.el (server-switch-buffer): Remove redundant check.
650
651 2007-06-10 Martin Rudalics <rudalics@gmx.at>
652
653 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
654 Match against file-name-nondirectory.
655 Fix text on user customization variables.
656 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
657
658 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
659
660 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
661
662 2007-06-09 Davis Herring <herring@lanl.gov>
663
664 * desktop.el (desktop-minor-mode-table): Doc fix.
665
666 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
667
668 * textmodes/css-mode.el (css-navigation-syntax-table):
669 Use set-char-table-range so it also works in the unicode branch.
670
671 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
672
673 * help-mode.el (help-xref-forward-stack)
674 (help-xref-stack-forward-item, help-forward-label): New variables.
675 (help-forward): New button type.
676 (help-setup-xref): Initialise help-xref-forward-stack.
677 (help-make-xrefs): Add forward button, if appropriate.
678 (help-xref-go-back): Push item on forward stack.
679 (help-xref-go-forward, help-go-forward): New functions.
680
681 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
682
683 * dired.el (dired-mode-map): Remove spurious separator.
684
685 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
686
687 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
688
689 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
690 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
691
692 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
693
694 * textmodes/org.el: Version number fixed.
695
696 2007-06-07 Glenn Morris <rgm@gnu.org>
697
698 * version.el (emacs-copyright): New constant.
699 * startup.el (fancy-splash-tail): Use emacs-copyright.
700 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
701
702 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
703 `make-local'.
704 (byte-compile-warnings-safe-p): Add `make-local'.
705 (byte-compile-make-variable-buffer-local):
706 Allow byte-compile-warnings to suppress this warning.
707
708 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
709 format of "menu" description.
710 (tutorial--find-changed-keys): Describe the specific menu a
711 command is in.
712
713 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
714 Rewrite compatibility functions to silence byte-compiler.
715
716 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
717
718 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
719 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
720
721 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
722
723 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
724
725 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
726
727 * progmodes/ebrowse.el (ebrowse-member-table):
728 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
729 (org-batch-agenda-csv): Fix typos in docstrings.
730
731 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
732
733 * international/mule-cmds.el (toggle-enable-multibyte-characters)
734 (sort-coding-systems, search-unencodable-char): Doc fixes.
735 (coding-system-change-eol-conversion, set-default-coding-systems)
736 (prefer-coding-system, find-multibyte-characters, princ-list)
737 (leim-list-entry-regexp, set-input-method, locale-language-names)
738 (input-method-exit-on-first-char, exit-language-environment-hook)
739 (locale-charset-language-names): Fix typos in docstrings.
740
741 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
742
743 * pgg.el (pgg-sign-region, pgg-sign):
744 * ses.el (ses-call-printer):
745 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
746 * textmodes/org.el (org-cycle): Fix typos in docstrings.
747
748 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
749
750 * textmodes/org.el
751 (org-export-region-as-html, org-replace-region-by-html)
752 (org-number-to-letters, org-table-fedit-finish)
753 (org-normalize-color, org-table-fedit-ref-right)
754 (org-date-to-gregorian, org-table-fedit-move)
755 (org-table-convert-refs-to-rc, org-calendar-holiday)
756 (org-table-fedit-toggle-ref-type, org-write-agenda)
757 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
758 (org-defkey, org-encode-for-stdout)
759 (org-indent-line-function, org-export-as-html-to-buffer)
760 (org-store-agenda-views, org-update-mode-line)
761 (org-find-if, org-delete-all)
762 (org-table-fedit-convert-buffer, org-emphasize)
763 (org-uniquify, org-table-fedit-lisp-indent)
764 (org-table-fedit-scroll, org-get-todo-sequence-head)
765 (org-table-fedit-scroll-down, org-table-fedit-line-down)
766 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
767 (org-table-fedit-toggle-coordinates, org-dvipng-color)
768 (org-table-fedit-line-up, org-table-fedit-ref-down)
769 (org-table-formula-from-user, org-mode-flyspell-verify)
770 (org-cycle-show-empty-lines, org-ctrl-c-ret)
771 (org-table-formula-to-user, org-diary-to-ical-string)
772 (orgtbl-export, org-table-fedit-post-command)
773 (org-closed-in-range, org-shiftcontrolright)
774 (org-table-convert-refs-to-an, org-table-hline-and-move)
775 (org-table-formula-less-p, org-format-table-ascii)
776 (org-agenda-get-sexps, org-shift-refpart)
777 (org-diary-sexp-entry, org-time-string-to-absolute)
778 (org-table-show-reference, org-letters-to-number)
779 (org-fix-agenda-info, org-table-fedit-ref-up)
780 (org-table-fedit-shift-reference, org-table-fedit-abort)
781 (org-closest-date, org-shiftcontrolleft)
782 (org-at-heading-or-item-p, org-rematch-and-replace)
783 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
784 New functions.
785 (org-table-edit-scroll-down, org-finish-edit-formulas)
786 (org-table-edit-next-field, org-abort-edit-formulas)
787 (org-font-lock-level, org-export-find-first-heading-line)
788 (org-table-edit-line-down, org-table-edit-backward-field)
789 (org-edit-formula-lisp-indent, org-table-edit-move)
790 (org-check-log-option, org-this-word)
791 (org-table-edit-line-up, org-table-edit-formulas-post-command)
792 (org-agenda-file-to-end, org-expand-file-name)
793 (org-fake-empty-table-line, org-table-edit-scroll)
794 (org-toggle-log-option, org-show-reference): Function removed.
795 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
796 New defsubsts.
797 (org-unmodified, org-batch-store-agenda-views)
798 (org-batch-agenda-csv): New macro.
799 (org-agenda-export): New customization group.
800 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
801 (org-highest-priority, org-agenda-exporter-settings)
802 (org-log-done-with-time, org-replace-disputed-keys)
803 (org-format-latex-header, org-export-table-header-tags)
804 (org-cycle-separator-lines, org-export-table-data-tags)
805 (org-icalendar-include-sexps)
806 (org-empty-line-terminates-plain-lists)
807 (org-log-repeat, org-special-ctrl-a)
808 (org-table-use-standard-references, org-disputed-keys)
809 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
810 (org-agenda-export-html-style): New option.
811 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
812 (org-CUA-compatible): Option removed.
813 (org-agenda-structure, org-sexp-date): New face.
814 (org-todo-keywords-for-agenda, org-not-done-keywords)
815 (org-planning-or-clock-line-re, org-agenda-name)
816 (org-table-colgroup-info, org-todo-sets)
817 (constants-unit-system, org-clock-mode-line-entry)
818 (org-mode-line-timer, org-table-current-begin-pos)
819 (org-todo-keywords-1, org-mode-line-string)
820 (org-table-clean-did-remove-column, org-table-fedit-map)
821 (org-clock-heading, org-table-buffer-is-an)
822 (org-agenda-info, org-done-keywords)
823 (org-done-keywords-for-agenda, org-todo-heads)
824 (org-todo-kwd-alist, org-clock-start-time): New variable.
825 (org-todo-kwd-priority-p, org-edit-formulas-map)
826 (org-repeat-re, org-todo-kwd-max-priority)
827 (org-version, org-done-string)
828 (org-table-clean-did-remove-column-1, org-disputed-keys):
829 Remove variables.
830 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
831 (org-ts-lengths): Constant removed.
832 (org-follow-gnus-link): Don't ask how many articles to read.
833 (org-export-find-first-export-line): Rename from
834 `org-export-find-first-heading'.
835 Use `org-export-skip-text-before-1st-heading'.
836 (org-table-fedit-post-command): Rename from
837 `org-table-edit-formulas-post-command'.
838 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
839 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
840 (org-table-fedit-lisp-indent): Rename from
841 `org-edit-formula-lisp-indent'.
842 (org-table-show-reference): Rename from `org-show-reference'.
843 (org-table-store-formulas): Use `org-table-formula-less-p'.
844 (org-table-edit-formulas): Position cursor to current field equation.
845 (org-update-checkbox-count, org-hide-archived-subtrees)
846 (org-timestamp-up-day, org-timestamp-down-day)
847 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
848 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
849 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
850 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
851 Let `org-on-heading-p' also check for invisible heading.
852 (org-read-date): Match am/pm times.
853 (org-eval-in-calendar): Fix default date in prompt.
854
855 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
856
857 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
858 "ChangeLog.a" entries, giving the latter lower priority.
859
860 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
861
862 * faces.el (face-id): If the argument is a face alias,
863 return the ID of the target face.
864
865 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
866
867 * net/socks.el (top): Remove unnecessary copyright line.
868
869 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
870
871 * longlines.el (longlines-auto-wrap): Handle argument correctly.
872
873 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
874
875 * net/socks.el: New file, taken from w3 repository.
876 (top): Update Copyright. Don't load cl.el.
877 (all): Replace `case' by `cond', `string-to-int' by
878 `string-to-number', and `process-kill-without-query' by
879 `set-process-query-on-exit-flag'.
880 (socks-char-int): Remove defalias and all occurencies.
881
882 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
883
884 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
885 Fix typos in docstrings.
886 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
887 (compilation-finish-function): Fix typo in obsolescence declaration.
888
889 2007-06-03 Sam Steingold <sds@gnu.org>
890
891 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
892 handle unending automatic recompilation of changed files (`omake -P').
893 (compilation-loop): VISITED is now 5th CDR.
894 (compilation-next-error-function): Set TIMESTAMP.
895
896 2007-06-03 Sam Steingold <sds@gnu.org>
897
898 * files.el (kill-buffer-ask): New function.
899 (kill-some-buffers): Use it.
900 (kill-matching-buffers): New user command.
901
902 2007-06-01 David Kastrup <dak@gnu.org>
903
904 * dired.el (dired-recursive-deletes, dired-recursive-copies):
905 Change default to `top'.
906
907 2007-05-31 Richard Stallman <rms@gnu.org>
908
909 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
910
911 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * textmodes/css-mode.el: New file.
914
915 2007-05-30 Michael Olson <mwolson@gnu.org>
916
917 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
918 died and we are trying to send a signal to it. The program using
919 tq.el should periodically check to see whether the process has
920 died and react appropriately -- this is not the responsibility of
921 tq.el, and is consistent with the rest of the tq.el source code.
922
923 2007-05-29 Martin Rudalics <rudalics@gmx.at>
924
925 * textmodes/table.el (table--point-entered-cell-function)
926 (table--point-left-cell-function):
927 Bind `inhibit-point-motion-hooks' to t.
928
929 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
930
931 * emacs-lisp/rx.el (rx): Doc fix.
932
933 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
934
935 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
936
937 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
938
939 Sync with Tramp 2.0.56.
940
941 * net/tramp.el:
942 * net/tramp-ftp.el:
943 * net/tramp-smb.el:
944 * net/tramp-util.el:
945 * net/tramp-vc.el:
946 Don't load cl.el, because that pollutes the namespace. Replace cl
947 macros by their implementations where necessary. Requested by
948 Richard Stallman <rms@gnu.org>.
949
950 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
951 doesn't exist.
952 (with-parsed-tramp-file-name): Protect debug spec during compilation.
953 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
954 (tramp-file-name-p, tramp-file-name-multi-method)
955 (tramp-file-name-method, tramp-file-name-user)
956 (tramp-file-name-host, tramp-file-name-localname): New defuns,
957 replacing defstruct `tramp-file-name'.
958 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
959 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
960 Apply `vector' instead of `make-tramp-file-name'.
961 (tramp-handle-make-auto-save-file-name):
962 Apply `tramp-temporary-file-directory' for compatibility reasons.
963 (tramp-completion-mode): Use `natnump' instead of `wholenump'
964 because of XEmacs.
965 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
966 started.
967
968 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
969
970 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
971
972 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
973
974 * log-edit.el (log-edit-changelog-paragraph): Return point-max
975 as the end of the ChangeLog paragraph when it ends without a line
976 termination.
977
978 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
979
980 * net/webjump.el (webjump-sample-sites):
981 Add simple Wikipedia query.
982
983 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
986 compatibility code.
987
988 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
989 (copyright-update-year): Use it.
990
991 * edmacro.el (edmacro-format-keys): Use current-active-maps.
992
993 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
994 Add indentation and debugging info. Fix up comment convention.
995
996 * cus-dep.el (custom-make-dependencies): Simplify.
997
998 * composite.el (compose-region, decompose-region):
999 Use inhibit-read-only and restore-buffer-modified-p.
1000
1001 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1002 (xterm-mouse-event): Use it.
1003
1004 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
1005
1006 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1007 `switch-to-buffer' has returned succesfully.
1008 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1009 window is dedicated (it could iconify the frame).
1010
1011 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1012
1013 * vc-hooks.el (vc-find-root): Fix file attribute test.
1014
1015 2007-05-24 Richard Stallman <rms@gnu.org>
1016
1017 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1018 Don't let opoint be nil.
1019 (flyspell-emacs-popup): Explicit error if no dialogs.
1020
1021 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
1022
1023 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1024 (image-next-line, image-previous-line, image-scroll-up)
1025 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1026 New functions.
1027 (image-mode-map): Remap motion commands.
1028 (image-mode-text-map): New keymap for viewing images as text.
1029 (image-mode): Use image-mode-map.
1030 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1031
1032 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * textmodes/fill.el (canonically-space-region): Make the second arg
1035 a marker if it's not already the case.
1036
1037 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1038
1039 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1040 (tar-get-descriptor): Handle type 55, an extended pax header.
1041
1042 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
1045 to confuse outline-minor-mode.
1046
1047 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1048
1049 * tar-mode.el (tar-file-name-handler): New function.
1050 (tar-extract): Bind file-name-handler-alist to it to force
1051 find-buffer-file-type-coding-system behave as if the file being
1052 extracted existed. Use last-coding-system-used to force
1053 buffer-file-coding-system to what decode-coding-region actually
1054 used to decode the file.
1055
1056 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1057
1058 * progmodes/compile.el (compilation-handle-exit):
1059 `compilation-finish-function' may change the current buffer.
1060
1061 2007-05-22 Richard Stallman <rms@gnu.org>
1062
1063 * files.el (set-auto-mode): Doc fix.
1064
1065 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1066
1067 * help-fns.el (find-source-lisp-file): New function.
1068 (describe-function-1): Use find-source-lisp-file to find source
1069 file in compile tree.
1070
1071 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1072
1073 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1074
1075 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * emacs-lisp/easy-mmode.el (define-minor-mode)
1078 (easy-mmode-define-navigation): Fix typos in docstrings.
1079
1080 2007-05-22 Glenn Morris <rgm@gnu.org>
1081
1082 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1083
1084 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1085
1086 * mail/mail-extr.el (mail-extract-address-components):
1087 Recognize non-ASCII characters except for NBSP as words.
1088
1089 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1090
1091 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1092 (rcirc-print): Handle `window-width'.
1093 (rcirc-buffer-maximum-lines): Doc fix.
1094
1095 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * image-mode.el (image-toggle-display): Don't clear image cache.
1098 Only use filename in image spec if the file is readable.
1099 Call image-refresh.
1100
1101 * image.el (image-type-from-file-name, image-type): Simplify.
1102 (image-type-auto-detected-p): Don't scan auto-mode-alist.
1103
1104 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1105 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1106
1107 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1108
1109 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
1110 is an error.
1111
1112 * term/linux.el (terminal-init-linux): Don't signal an error
1113 if gpm isn't running.
1114
1115 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1116
1117 * t-mouse.el: Reduce to a minor-mode macro call.
1118 (t-mouse-mode): Remove the lighter.
1119
1120 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
1121
1122 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
1123
1124 * files.el (auto-mode-alist): Change the regexp so that
1125 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
1126
1127 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * Version 22.1 released.
1130
1131 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1134 changes.
1135
1136 2007-05-19 Kevin Ryde <user42@zip.com.au>
1137
1138 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
1139
1140 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1141
1142 * textmodes/sgml-mode.el: Revert last change.
1143
1144 2007-05-18 Richard Stallman <rms@gnu.org>
1145
1146 * simple.el (push-mark): Doc fix.
1147
1148 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1149
1150 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1151 tpu-global-map.
1152 (tpu-original-global-map): Variable deleted.
1153 (tpu-control-keys-map): New keymap variable.
1154 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1155 setting keymapping directly.
1156 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1157 tpu-global-map.
1158 (tpu-edt-on): Activate the tpu-global-map.
1159 (tpu-edt-off): Deactivate the tpu-global-map.
1160
1161 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1162
1163 * textmodes/ispell.el (ispell-get-word): Return markers
1164 for start and end positions.
1165 (ispell-word): Assume END is a marker.
1166
1167 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1168
1169 * printing.el: Group together all XEmacs/Emacs definitions.
1170 (pr-version): New version 6.9.
1171 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
1172 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
1173 (pr-menu-bind): Fix code.
1174 (pr-e-frame-char-height, pr-e-frame-char-width)
1175 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
1176 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
1177 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
1178 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
1179 (pr-x-event-y-pixel): Aliases eliminated.
1180 (pr-xemacs-global-menubar): Macro moved.
1181 (current-menubar, current-mouse-event, zmacs-region-stays)
1182 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
1183 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
1184 Vars moved.
1185 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
1186 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
1187 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
1188 (pr-menu-set-utility-title, pr-even-or-odd-pages)
1189 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
1190 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
1191 moved.
1192
1193 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
1194
1195 * textmodes/sgml-mode.el (sgml-tag):
1196 Fix bug: Call sgml-transformation-function.
1197
1198 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1199
1200 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1201 modified flag of buffer. Use `inhibit-modification-hooks'.
1202
1203 2007-05-16 Richard Stallman <rms@gnu.org>
1204
1205 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1206
1207 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1210 Move the *ml, Postscript, and XmCD entries to the fallback part.
1211
1212 * files.el (magic-fallback-mode-alist):
1213 Rename from file-start-mode-alist.
1214
1215 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1216
1217 * progmodes/compile.el (compilation-handle-exit): Quote first
1218 argument of `run-hook-with-args'.
1219
1220 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1221
1222 * buff-menu.el (Buffer-menu-sort-column):
1223 * dabbrev.el (dabbrev-upcase-means-case-search):
1224 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1225 * info.el (Info-current-subfile):
1226 * ls-lisp.el (ls-lisp-verbosity):
1227 * msb.el (msb-menu-cond):
1228 * pcvs.el (cvs-dired-use-hook):
1229 * simple.el (set-mark-command-repeat-pop):
1230 * time.el (display-time-24hr-format, display-time-mail-file):
1231 Doc fixes.
1232
1233 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1234 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1235
1236 * view.el (view-inhibit-help-message): Fix typo in docstring.
1237 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1238
1239 2007-05-16 Martin Rudalics <rudalics@gmx.at>
1240
1241 * textmodes/ispell.el (ispell-start-process): Defend against bad
1242 default-directory.
1243
1244 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1245
1246 * mail/rmail.el (rmail-convert-to-babyl-format): Check
1247 content-transfer-encoding _last_, because it's its position that
1248 we need as value of base64-header-field-end.
1249
1250 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1251
1252 * files.el (mode-require-final-newline, require-final-newline)
1253 (enable-local-variables, enable-local-eval): Doc fixes.
1254
1255 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1256
1257 * ps-print.el: Use default color when foreground or background color
1258 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1259 (ps-print-version): New version 6.7.4.
1260 (ps-rgb-color): New argument. Use default color when color is
1261 unspecified.
1262 (ps-begin-job): Fix code.
1263
1264 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
1265
1266 * longlines.el (longlines-mode): Make longlines-auto-wrap
1267 buffer-local. Add hooks unconditionally.
1268 (longlines-auto-wrap): Toggle wrapping.
1269 (longlines-after-change-function)
1270 (longlines-post-command-function): Check longlines-auto-wrap.
1271
1272 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
1273
1274 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
1275 (xterm-mouse-translate): Use it.
1276
1277 2007-05-10 Richard Stallman <rms@gnu.org>
1278
1279 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1280 (iso-cvt-write-only): Likewise.
1281
1282 * emacs-lisp/easy-mmode.el (define-minor-mode):
1283 Fix generated doc string.
1284
1285 * startup.el (fancy-splash-text): Add URL of guided tour.
1286 Adjust horizontal and vertical whitespace.
1287
1288 * progmodes/compile.el (compilation-handle-exit):
1289 Use run-hook-with-args to run compilation-finish-functions.
1290
1291 * files.el (file-start-mode-alist): New variable.
1292 (magic-mode-regexp-match-limit): Doc fix.
1293 (set-auto-mode): Handle file-start-mode-alist.
1294 A little cleanup of structure.
1295
1296 * dabbrev.el (dabbrev-eliminate-newlines):
1297 Renamed from dabbrev--eliminate-newlines. All uses changed.
1298
1299 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1300
1301 * man.el (Man-next-section): Don't consider the last line of the page
1302 as being part of any section.
1303
1304 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
1307 can take any number of values.
1308
1309 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
1312 to the list of citation commands.
1313
1314 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1317
1318 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1319
1320 * progmodes/python.el (python-font-lock-keywords)
1321 (python-open-block-statement-p, python-mode): Add support for the new
1322 "with" keyword.
1323
1324 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
1327 the exact opposite of diff-goto-source.
1328
1329 * emacs-lisp/advice.el (ad-special-forms): Remove.
1330 (ad-special-form-p): Use subr-arity.
1331
1332 * newcomment.el (comment-search-forward): Make sure we search forward.
1333 (comment-enter-backward): Try and distinguish the non-matching case at
1334 EOB from the non-matching case with a missing comment-end-skip for
1335 a 2-char comment ender.
1336 (comment-choose-indent): New function extracted from comment-indent.
1337 Improve the alignment algorithm.
1338 (comment-indent): Use it.
1339
1340 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
1341 XML style Processing Instructions.
1342 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
1343 (sgml-calculate-indent): Handle `pi' context.
1344
1345 * vc.el: Ensure that update-changelog issues an error when used with
1346 a backend that does not implement it.
1347 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
1348 Remove `backend' argument. Use expand-file-name.
1349 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
1350
1351 * progmodes/python.el (python-end-of-block): Revert last change.
1352 (python-end-of-statement): Make sure we move *forward*.
1353
1354 2007-05-08 Richard Stallman <rms@gnu.org>
1355
1356 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1357 Don't include non-self-insert commands in the exception for `-'.
1358
1359 2007-05-08 David Reitter <david.reitter@gmail.com>
1360
1361 * progmodes/python.el (python-guess-indent): Check non-nullness
1362 before comparing indent against the 2..8 interval.
1363
1364 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1365
1366 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1367 available.
1368
1369 2007-05-06 Richard Stallman <rms@gnu.org>
1370
1371 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1372
1373 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1374
1375 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
1376 rather than storing their value in the revert-buffer function.
1377
1378 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
1379
1380 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
1381 when disabling t-mouse-mode.
1382
1383 2007-05-01 Davis Herring <herring@lanl.gov>
1384
1385 * calendar/timeclock.el: Update version number.
1386 (timeclock-modeline-display): Mention timeclock-use-display-time
1387 in explanatory message.
1388 (timeclock-in): Fix non-interactive workday specifications.
1389 (timeclock-log): Don't kill the log buffer if it already existed.
1390 Suppress warnings when finding the log. Don't check for a nil
1391 project twice. Run hooks after killing the buffer (if applicable).
1392 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1393 was geometric). All uses changed.
1394 (timeclock-generate-report): Support prefix argument.
1395
1396 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1397
1398 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1399 disconnections.
1400
1401 2007-05-01 Romain Francoise <romain@orebokech.com>
1402
1403 * dired-x.el: Revert 2007-04-06 change.
1404
1405 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1406
1407 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1408
1409 2007-04-29 Richard Stallman <rms@gnu.org>
1410
1411 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1412
1413 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1416 than 1.
1417
1418 2007-04-28 Richard Stallman <rms@gnu.org>
1419
1420 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1421
1422 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
1423
1424 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1425 don't put stop on toolbar.
1426
1427 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1430
1431 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1432
1433 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1434 instead of $(lisp)/mh-e.
1435
1436 2007-04-28 Glenn Morris <rgm@gnu.org>
1437
1438 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1439 (image-dired-cmd-create-temp-image-options): Replace option
1440 +profile "*" with -strip.
1441
1442 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1445 Use window-start and window-end.
1446
1447 2007-04-27 Andreas Schwab <schwab@suse.de>
1448
1449 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1450
1451 2007-04-27 Eli Zaretskii <eliz@gnu.org>
1452
1453 * textmodes/fill.el (fill-paragraph): Doc fix.
1454
1455 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1456
1457 * locate.el (locate-in-alternate-database): Doc fix.
1458
1459 2007-04-26 Glenn Morris <rgm@gnu.org>
1460
1461 * button.el (button): Use underline if supported, else fall back
1462 to color.
1463
1464 * version.el (emacs-version): Increase to 22.1.50.
1465
1466 2007-04-25 Richard Stallman <rms@gnu.org>
1467
1468 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1469
1470 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1471
1472 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1473 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1474 pushing mark.
1475 (idlwave-current-routine): Don't push mark.
1476
1477 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
1478
1479 * image-dired.el (image-dired-display-image): Derive image-type from
1480 filename rather than assuming jpeg, in case no resizing was needed.
1481
1482 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1483
1484 * custom.el (defface): Doc fix.
1485
1486 See ChangeLog.12 for earlier changes.
1487
1488 ;; Local Variables:
1489 ;; coding: iso-2022-7bit
1490 ;; add-log-time-zone-rule: t
1491 ;; End:
1492
1493 Copyright (C) 2007 Free Software Foundation, Inc.
1494
1495 This file is part of GNU Emacs.
1496
1497 GNU Emacs is free software; you can redistribute it and/or modify
1498 it under the terms of the GNU General Public License as published by
1499 the Free Software Foundation; either version 2, or (at your option)
1500 any later version.
1501
1502 GNU Emacs is distributed in the hope that it will be useful,
1503 but WITHOUT ANY WARRANTY; without even the implied warranty of
1504 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1505 GNU General Public License for more details.
1506
1507 You should have received a copy of the GNU General Public License
1508 along with GNU Emacs; see the file COPYING. If not, write to the
1509 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1510 Boston, MA 02110-1301, USA.
1511
1512 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af