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