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