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