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