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