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