]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(server-start): Also don't get confused by CRs since we
[gnu-emacs] / lisp / ChangeLog
1 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * server.el (server-start): Also don't get confused by CRs since we
4 don't quote them.
5
6 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
7
8 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9 (gdb-set-gud-minor-mode-existing-buffers)
10 (gdb-info-breakpoints-custom, gdb-get-location)
11 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12 Previously gdb-create-define-alist wasn't always run and added to
13 after-save-hook.
14
15 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
16
17 2008-04-12 Kevin Ryde <user42@zip.com.au>
18
19 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
20 comments like unindented ones.
21
22 2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23
24 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
25 parameter origins.
26
27 2008-04-11 Kevin Ryde <user42@zip.com.au>
28
29 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
30 Bind print-level to ensure output forms aren't truncated if
31 print-level is set to eval-expression-print-level when going via
32 eval-defun and friends, or has been otherwise fiddled with.
33
34 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * progmodes/cc-mode.el (c-basic-common-init): Don't set
37 font-lock-extend-after-change-region-function globally.
38
39 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
40
41 * speedbar.el (speedbar-use-tool-tips-flag)
42 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
43 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
44 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
45 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
46 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
47 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
48 (speedbar-separator-face): Fix typos in docstrings.
49 (speedbar-stealthy-function-list, speedbar-verbosity-level)
50 (speedbar-supported-extension-expressions, speedbar-update-current-file)
51 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
52 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
53 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
54 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
55 (speedbar-check-vc-this-line, speedbar-files-line-directory)
56 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
57 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
58 (speedbar-recenter): Doc fixes.
59 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
60 declaration and remove redundant info in docstring.
61
62 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
63
64 * vc-git.el (vc-git-status-printer): Deal with directories.
65
66 * vc.el (vc-next-action): Look at more than the first file to
67 determine the state.
68
69 2008-04-23 Glenn Morris <rgm@gnu.org>
70
71 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
72 timers. Doc fix.
73 (dframe-update-speed): Drop support for XEmacs < 20.
74 (dframe-frame-mode): Drop support for Emacs < 20.
75 (dframe-set-timer-internal): Drop support for Emacs without timers.
76 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
77
78 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
79 versions. Add doc-string. Mark as obsolete.
80
81 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
82
83 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
84 rather than using an Emacs version test.
85
86 * tree-widget.el (tree-widget-image-enable): Use display-images-p
87 rather than an Emacs version test.
88
89 * calendar/cal-china.el (holiday-chinese-qingming)
90 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
91 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
92 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
93
94 * calendar/cal-islam.el (holiday-islamic): Doc fix.
95
96 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
97 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
98 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
99
100 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
101
102 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
103 (gdb-previous-frame-pc-address): ...to this.
104 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
105 of "info frame" with Gdb 6.4+.
106 (gdb-stack-list-frames-regexp): New regexp.
107 (gdb-frame-handler-1): Parse output of -stack-info-frame
108
109 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
110
111 * tar-mode.el (tar-prefix-offset): New constant.
112 (tar-header-block-tokenize): Support paths with long names
113 which use the "ustar" standard.
114
115 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
116
117 * image-dired.el (image-dired-track-original-file)
118 (image-dired-modify-mark-on-thumb-original-file):
119 Use `dired-goto-file' instead of `search-forward'. This solves
120 a bug with finding files where the file name is a subset of other
121 file names. Doc fix.
122
123 2008-04-22 Juri Linkov <juri@jurta.org>
124
125 * menu-bar.el (buffers-menu-max-size): Move its definition down to
126 the "Buffers Menu" section. Change group name `mouse' to `menu'.
127 (yank-menu-length): Change group name `mouse' to `menu'.
128 (buffers-menu-buffer-name-length): New user option.
129 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
130 instead of the hard-coded number 27.
131
132 2008-04-22 Juri Linkov <juri@jurta.org>
133
134 * isearch.el (eval-when-compile): Require `help-macro'.
135 (isearch-help-for-help-internal): Isearch specific Help screen
136 created by `make-help-screen'.
137 (isearch-help-map): New variable that binds "b", "k", "m" to
138 isearch-specific commands, and binds other keys to
139 isearch-other-control-char, thus allowing other Help keys to
140 exit isearch mode and execute their global definitions.
141 (isearch-help-for-help, isearch-describe-bindings)
142 (isearch-describe-key, isearch-describe-mode): New commands.
143 (isearch-mode-help): Define alias to isearch-describe-mode
144 and remove its old function definition.
145 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
146 Remove old comments because this issue is settled now.
147 (isearch-forward): Describe three new Help commands in the docstring.
148 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
149 leave the single sentence at the first line of the docstring,
150 and prepend the word "function" before `isearch-forward'
151 to make the Help link to the function instead of variable.
152
153 2008-04-22 Juri Linkov <juri@jurta.org>
154
155 * isearch.el (isearch-success-function): New variable with default
156 to `isearch-success-function-default'.
157 (isearch-search): Call a function from `isearch-success-function'
158 instead of calling the hard-coded `isearch-range-invisible'.
159 (isearch-success-function-default): New function that calls
160 `isearch-range-invisible' and inverts its return value.
161
162 * info.el (Info-search): In two similar places that skip
163 undesired search matches move code to Info-search-success-function,
164 and call `isearch-success-function' instead.
165 (Info-search-success-function): New function copied from code
166 in Info-search. Replace isearch-range-invisible with
167 text-property-not-all that checks for 'invisible and 'display
168 properties to skip partially invisible matches (whose display
169 properties were set by Info-fontify-node).
170 (Info-mode): Set buffer-local isearch-success-function
171 to Info-search-success-function.
172
173 2008-04-22 Juri Linkov <juri@jurta.org>
174
175 * minibuffer.el (internal-complete-buffer-except): New function.
176
177 * files.el (read-buffer-to-switch): New function.
178 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
179 Change interactive spec to call read-buffer-to-switch instead of
180 using the letter "B".
181
182 * simple.el (minibuffer-default-add-shell-commands): New function.
183 Use declare-function for mailcap-file-default-commands from "mailcap".
184 (shell-command): Set local minibuffer-default-add-function to
185 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
186 before calling read-shell-command. Set 4th arg default-value of
187 read-shell-command to relative buffer-file-name in file buffers.
188
189 * dired-aux.el (dired-read-shell-command-default): Move it to
190 gnus/mailcap.el and change its name to more general name
191 mailcap-file-default-commands.
192 (minibuffer-default-add-dired-shell-commands): New function.
193 Use declare-function for mailcap-file-default-commands from "mailcap".
194 (dired-read-shell-command): Set local minibuffer-default-add-function
195 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
196 before calling read-shell-command. Remove dired-read-shell-command-default
197 from the default value arg because default values are not set in
198 minibuffer-default-add-dired-shell-commands. Doc fix.
199
200 * dired-x.el (dired-smart-shell-command): Sync arguments and
201 interactive spec with changes in `shell-command'.
202 Use dired-get-filename to get the dired file name at point
203 as the default value in dired mode.
204
205 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
206
207 * info.el (Info-complete-menu-item): Add missing parenthesis.
208
209 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * info.el (Info-complete-menu-item): Save point.
212
213 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
214
215 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
216
217 2008-04-22 Andreas Schwab <schwab@suse.de>
218
219 * Makefile.in (emacs-deps): Define.
220 Use it instead of $(lisp)/subdirs.el.
221
222 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
223
224 * vc.el (vc-next-action): Do not consider directories when
225 checking for state compatibility.
226 (vc-transfer-file): Use when not if.
227 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
228 (vc-dir-mark-file): Use them.
229 (vc-deduce-fileset): Also return the backend.
230 (vc-diff-internal): Take as argument the value returned by
231 vc-deduce-fileset instead of just the fileset.
232 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
233 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
234 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
235
236 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
237
238 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
239 set-window-vscroll but image-scroll-down. Fixes a bug where a
240 command following SPC scrolled up again.
241
242 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
243
244 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
245 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
246 (gud-watch): Add "$" prefix when in registers buffer.
247
248 2008-04-22 Glenn Morris <rgm@gnu.org>
249
250 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
251
252 * whitespace.el (whitespace-display-table)
253 (whitespace-display-table-was-local): Move definitions before use.
254
255 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
256 (copyright-limit): Respect copyright-at-end-flag.
257 (copyright-re-search, copyright-start-point)
258 (copyright-offset-too-large-p): New functions.
259 (copyright-update-year): Use copyright-re-search.
260 (copyright-update, copyright-fix-years): Use copyright-start-point,
261 and copyright-re-search.
262 (copyright): Use copyright-offset-too-large-p.
263 * add-log.el (change-log-mode): Set copyright-at-end-flag.
264
265 * add-log.el (top-level): Require 'cl when compiling.
266
267 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
270 Treat minibuffer-completion-predicate as a predicate.
271
272 * minibuffer.el (completion--file-name-table): Accept both the old
273 `dir' arg or the new `pred' arg.
274
275 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
276 `predicate' argument to pass non-predicate data.
277 (ffap-read-url-internal, ffap-read-file-or-url-internal):
278 Use second arg as proper predicate.
279
280 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
281 (vc-bzr-revision-completion-table): Use completion-table-with-context
282 instead.
283
284 * simple.el (choose-completion-string): Use minibuffer-completion-table.
285
286 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
287
288 * term.el (term-emulate-terminal): Perform redisplay after the
289 process filter has finished running.
290
291 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
294
295 * minibuffer.el (completion-try-completion): Change magic symbol
296 property name. Rename from minibuffer-try-completion.
297 (completion-all-completions): Rename from minibuffer-all-completions.
298 Remove hide-spaces argument.
299 (completion--do-completion): Rename from minibuffer--do-completion.
300 (minibuffer-complete-and-exit): Call just try-completion rather than
301 completion-try-completion to fix up the case.
302 (completion--try-word-completion): Try to add space or hyphen before
303 making `string' a prefix of `completion'.
304 (completion--insert-strings): Rename from minibuffer--insert-strings.
305
306 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
307
308 * net/tls.el (tls-program): Add -ign_eof argument to call the
309 openssl commands.
310 (tls-checktrust): Ditto.
311
312 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
313
314 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
315
316 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
317 (vc-check-master-templates, vc-file-not-found-hook)
318 (vc-kill-buffer-hook):
319 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
320 (vc-find-position-by-context, vc-buffer-context)
321 (vc-restore-buffer-context, vc-responsible-backend)
322 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
323 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
324 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
325 (vc-version-diff, vc-diff, vc-insert-headers)
326 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
327 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
328 (vc-revert, vc-rollback, vc-version-backup-file)
329 (vc-rename-master, vc-delete-file, vc-rename-file)
330 (vc-branch-part, vc-default-retrieve-snapshot)
331 (vc-annotate-display-autoscale, vc-annotate-display-select)
332 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
333 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
334 (vc-dir-update): Handle directories.
335 (vc-default-status-printer): Simplify.
336
337 * progmodes/asm-mode.el (asm-mode-map):
338 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
339
340 * progmodes/m4-mode.el (m4-mode-map): Add menu.
341
342 2008-04-21 Kenichi Handa <handa@m17n.org>
343
344 * select.el (xselect-convert-to-string): Send a C_STRING only if
345 the polymorphic target TEXT is requested.
346
347 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
348
349 * minibuffer.el (completion-setup-hook, display-completion-list)
350 (completion--file-name-table): Fix typos in docstrings.
351 (completion-table-dynamic): Fix typo, and reflow docstring.
352
353 2008-04-20 Andreas Schwab <schwab@suse.de>
354
355 * server.el (server-switch-buffer): Also consider clients in the
356 selected frame.
357
358 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
359
360 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
361 Select window clicked on first (regression in 22.2).
362 (gdb): Display thread number in mode-line.
363 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
364 (gdb-breakpoints-header): New variable.
365 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
366
367 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
368
369 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
370 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
371 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
372 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
373 (vc-sccs-print-log): Use it.
374
375 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
376
377 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
378 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
379
380 * tooltip.el (tooltip-previous-message): New var.
381 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
382 the C code (avoid overwriting a minibuffer, restore previous echo
383 message, ...).
384 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
385 Simplify.
386
387 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
388
389 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
390 (gdb-init-1): Initialise it.
391 (gdb-annotation-rules): New entry for "new-thread".
392 (gdb-thread-identification): New function to customize
393 mode-line-buffer-identification.
394 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
395 (gdb-assembler-mode): Use it.
396 (gdb-threads-mode): Force "info threads" onto queue.
397
398 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * files.el (locate-file-completion-table): Rename from
401 locate-file-completion and make it use `pred' in the normal way.
402 (locate-file-completion): New compatibility wrapper.
403 (load-library): Use locate-file-completion-table.
404 * finder.el (finder-commentary):
405 * subr.el (locate-library):
406 * emacs-lisp/find-func.el (find-library): Likewise.
407 * info.el: Use with-current-buffer and inhibit-read-only.
408 (Info-read-node-name-2): Change to use `predicate' in the normal way.
409 (Info-read-node-name-1): Adjust uses accordingly.
410
411 * minibuffer.el (completion-table-with-context): Add support for `pred'.
412 (completion-table-with-terminator): Don't use complete-with-action
413 since we have to distinguish all three cases anyway.
414 (completion-table-with-predicate): New function.
415 (dynamic-completion-table): Add obsolete alias.
416
417 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
418
419 2008-04-18 Sam Steingold <sds@gnu.org>
420
421 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
422 Use quit-window instead of bury-buffer.
423
424 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * minibuffer.el (completion-table-with-terminator): Fix last fix.
427
428 2008-04-18 Andreas Schwab <schwab@suse.de>
429
430 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
431 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
432 Depend on $(lisp)/subdirs.el.
433
434 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
435
436 * descr-text.el (describe-char-after):
437 Use `define-obsolete-function-alias'.
438
439 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
440
441 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
442
443 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
444 Remove redundant obsolescence info in docstring.
445
446 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
447 (vc-header-alist): Add WHEN to obsolescence declaration.
448 (vc-state): Fix typo in docstring.
449
450 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
451 Use `define-obsolete-variable-alias'.
452
453 * emulation/tpu-edt.el (tpu-have-ispell):
454 * international/codepage.el (codepage-setup):
455 Fix typo in obsolescence declaration.
456
457 * international/mule.el (char-coding-system-table):
458 Remove redundant obsolescence info in docstring.
459 (charset-list, generic-char-p, set-char-table-default):
460 Fix typos in obsolescence decarations.
461
462 * international/mule-diag.el (non-iso-charset-alist):
463 Fix typo in obsolescence declaration.
464 (decode-codepage-char): Remove redundant obsolescence info in docstring.
465
466 * font-core.el (font-lock-defaults-alist):
467 * font-lock.el (font-lock-reference-face):
468 * frame.el (screen-height, screen-width, set-screen-width)
469 (set-screen-height):
470 * hilit-chg.el (highlight-changes-initial-state):
471 * isearch.el (isearch-return-char):
472 * log-edit.el (cvs-commit-buffer-require-final-newline)
473 (cvs-changelog-full-paragraphs):
474 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
475 (mouse-popup-menubar-stuff):
476 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
477 (mouse-wheel-click-button):
478 * outline.el (outline-visible):
479 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
480 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
481 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
482 * progmodes/compile.el (compile-internal):
483 Add WHEN to obsolescence declarations.
484
485 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
488 is not better anyway.
489
490 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
491
492 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
493 properly.
494
495 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
498 (python-use-skeletons): Remove, unused.
499 (python-skeletons): Remove. Use the abbrev table instead.
500 (python-mode-abbrev-table): Fix regexp;
501 add enable-function and case-fixed.
502 (def-python-skeleton): Simplify.
503 (python-expand-template): Use the abbrev-table and abbrev-insert.
504 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
505 Remove.
506 (python-mode): Don't set pre-abbrev-expand-hook.
507
508 * skeleton.el: Set coding-tag.
509
510 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
511 (expand-abbrev): Use it.
512 (abbrev-table-menu): New function.
513
514 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
515
516 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
517
518 2008-04-17 Sam Steingold <sds@gnu.org>
519
520 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
521 idiosyncratic bury-buffer/delete-window logic.
522
523 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
524
525 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
526 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
527
528 2008-04-17 Kenichi Handa <handa@m17n.org>
529
530 * international/characters.el: Don't make the width of U+00AD to 0.
531
532 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
533
534 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
535 (gdb, gdb-starting, gdb-frames-mode): Use it.
536 (gdb-invalidate-frames): Advise to call "info stack" only if
537 execution has occurred.
538 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
539 selected frame if no execution has occurred.
540 (gdb-frames-force-update): New interactive function.
541 (gdb-frames-mode-map): Bind it to "F".
542
543 2008-04-17 Michael Olson <mwolson@gnu.org>
544
545 * textmodes/remember.el (remember-version): Release Remember 2.0.
546
547 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
548
549 * textmodes/artist.el:
550 * progmodes/vhdl-mode.el:
551 * progmodes/verilog-mode.el:
552 * progmodes/vera-mode.el:
553 * progmodes/simula.el:
554 * progmodes/ps-mode.el:
555 * progmodes/cmacexp.el:
556 * obsolete/hilit19.el:
557 * emulation/viper.el:
558 * ediff.el: Cleanup the bug-report email addresses and make sure the
559 maintainer is still willing to handle bug reports.
560
561 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
562
563 * vc.el (vc-dir-kill-query): Fix thinko.
564
565 2008-04-16 Glenn Morris <rgm@gnu.org>
566
567 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
568 by diary-sexp-entry.
569
570 2008-04-16 Markus Triska <markus.triska@gmx.at>
571
572 * proced.el (proced-command-alist): Add support for darwin.
573
574 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * proced.el (proced-mode): Redefine as just the major-mode.
577 (proced): Separate it from proced-mode.
578
579 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
580
581 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
582
583 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
584 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
585 `tab-width' setting from user. New version 10.0. Doc and docstring
586 fix.
587 (whitespace-style, whitespace-chars): Remove options.
588 (whitespace-style-mark): New option, replace whitespace-style deleted
589 option. Fix docstring.
590 (whitespace-style-color): New option, replace whitespace-chars deleted
591 option. Fix docstring.
592 (whitespace-space, whitespace-hspace, whitespace-tab)
593 (whitespace-newline, whitespace-trailing, whitespace-line)
594 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
595 (whitespace-space-after-tab, whitespace-hspace-regexp)
596 (whitespace-space-regexp, whitespace-tab-regexp)
597 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
598 (whitespace-empty-at-eob-regexp, whitespace-line-column)
599 (whitespace-toggle-option-alist): Fix docstring.
600 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
601 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
602 docstring and initialization.
603 (global-whitespace-mode): Autoloaded global minor mode.
604 (whitespace-chars-value-list, whitespace-style-value-list)
605 (whitespace-active-chars, whitespace-active-style)
606 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
607 (whitespace-color-value-list): New var, replace
608 whitespace-chars-value-list removed var.
609 (whitespace-mark-value-list): New var, replace
610 whitespace-style-value-list removed var.
611 (whitespace-active-color): New var, replace whitespace-active-chars
612 removed var.
613 (whitespace-active-mark): New var, replace whitespace-active-style
614 removed var.
615 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
616 removed var.
617 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
618 removed var.
619 (whitespace-toggle-option-alist, whitespace-report-list)
620 (whitespace-report-text, whitespace-help-text): Fix initialization.
621 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
622 (whitespace-toggle-options, global-whitespace-toggle-options)
623 (whitespace-cleanup-region, whitespace-report-region)
624 (whitespace-interactive-char): Fix docstring and code.
625 (whitespace-cleanup, whitespace-report): Fix docstring.
626 (whitespace-replace-spaces-by-tabs): Remove fun.
627 (whitespace-replace-action): New fun, replace
628 whitespace-replace-spaces-by-tabs removed fun.
629 (whitespace-regexp, whitespace-indentation-regexp)
630 (whitespace-space-after-tab-regexp, whitespace-insert-value)
631 (whitespace-kill-buffer): New funs.
632 (whitespace-insert-option-mark, whitespace-help-on)
633 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
634 (whitespace-color-on, whitespace-color-off)
635 (whitespace-display-char-on): Fix code.
636
637 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
640 (mouse-throw-magnifier-with-mouse-movement): Remove.
641 (mouse-throw-magnifier-base): New const.
642 (mouse-drag-scroll-delta): New fun.
643 (mouse-drag-throw): Use it.
644
645 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
646
647 * international/uni-bidi.el, international/uni-category.el:
648 * international/uni-combining.el, international/uni-comment.el:
649 * international/uni-decimal.el, international/uni-decomposition.el:
650 * international/uni-digit.el, international/uni-lowercase.el:
651 * international/uni-mirrored.el, international/uni-name.el:
652 * international/uni-numeric.el, international/uni-old-name.el:
653 * international/uni-titlecase.el, international/uni-uppercase.el:
654 * international/charprop.el: Regenerate.
655
656 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
657
658 * vc.el (vc-status-fileinfo): Add new member directoryp.
659 (vc-default-status-printer): Print directories.
660 (vc-status-update): Sort files before subdirectories.
661
662 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
663 Add alternative implementation based on "cvs update".
664
665 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
666
667 * doc-view.el: Changed requirements section to tell that only one
668 of dvipdf or dvipdfm is needed.
669 (doc-view-already-converted-p): Fix bug that forced reconversion
670 if doc was already converted.
671
672 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * minibuffer.el (minibuffer-message):
675 Make sure we can put-text-property.
676
677 * emacs-lisp/crm.el: Complete rewrite.
678
679 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
680 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
681 case of an error in display-completion-list.
682
683 * filecache.el (file-cache-completions-keymap): Move init from
684 file-cache-completion-setup-function into declaration.
685 (file-cache-minibuffer-complete): Simplify.
686 (file-cache-completion-setup-function): Use standard-output,
687 preserve current-buffer.
688
689 * vc.el (vc-status-update): Fix typo.
690 (vc-status-update): Set needs-update.
691 (vc-status-refresh): η-reduce.
692
693 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
694
695 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
696 to image-eol.
697
698 2008-04-14 Alexandre Julliard <julliard@winehq.org>
699
700 * vc.el (vc-status-update): Undo the previous revert.
701
702 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * minibuffer.el (completion-table-with-terminator): Those completions
705 are never valid w.r.t test-completion.
706 (completion--file-name-table):
707 Check completion-all-completions-with-base-size.
708
709 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
710
711 * doc-view.el (doc-view-dvipdf-program): New variable.
712 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
713 (doc-view-mode-p): Check for doc-view-dvipdf-program as
714 alternative for doc-view-dvipdfm-program.
715 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
716
717 * doc-view.el (doc-view-start-process): Don't set
718 default-directory to "~/" if the current value is valid.
719 This broke PS files that run other files in the same directory.
720
721 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
722
723 * vc.el (vc-status-kill-query): New function.
724 (vc-status-mode): Add it to kill-buffer-query-functions.
725 (vc-status-show-fileentry): New function.
726 (vc-status-menu-map): Bind it. Bind vc-next-action.
727
728 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * minibuffer.el (minibuffer-message): Put cursor at the right place.
731
732 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
733
734 * proced.el (proced-send-signal): Fix error recognition.
735
736 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
737
738 * proced.el (proced-command-alist): Remove sort column.
739 (proced-command, proced-procname-column):
740 Use make-variable-buffer-local.
741 (proced-signal-function): Rename from proced-kill-program.
742 Allow for elisp symbols and string values representing system calls.
743 (proced-marker-regexp, proced-success-message): New functions.
744 (proced): Use defalias. Add autoload cookie.
745 (proced-unmark-backward, proced-toggle-marks)
746 (proced-hide-processes): New commands.
747 (proced-do-mark): Simplify code.
748 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
749 (proced-update): Remove sorting.
750 (proced-send-signal): Display number of processes to operate on.
751 Allow for system calls or elisp functions to send signals.
752 Check if signal was sent successfully.
753
754 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * minibuffer.el (completion-all-completion-with-base-size): New var.
757 (completion--some): New function.
758 (completion-table-with-context, completion--file-name-table):
759 Return the base-size if requested.
760 (completion-table-in-turn): Generalize to multiple arguments.
761 (complete-in-turn): Compatibility alias.
762 (completion-styles-alist): New var.
763 (completion-styles): New customization.
764 (minibuffer-try-completion, minibuffer-all-completions):
765 New functions.
766 (minibuffer--do-completion, minibuffer-complete-and-exit)
767 (minibuffer-try-word-completion): Use them.
768 (display-completion-list, minibuffer-completion-help): Use them.
769 Handle all-completions's new base-size info to set completion-base-size.
770 * info.el (Info-read-node-name-1): Use completion-table-with-context,
771 completion-table-with-terminator and complete-with-action.
772 Remove the now obsolete completion-base-size-function property.
773 * simple.el (completion-list-mode-map): Move init into declaration.
774 (completion-list-mode): Use define-derived-mode.
775 (completion-setup-function): Use any completion-base-size that may
776 have been set before. Remove handling of completion-base-size-function.
777 * loadup.el: Move abbrev.el up earlier.
778
779 2008-04-13 Alexandre Julliard <julliard@winehq.org>
780
781 * vc-git.el (vc-git-after-dir-status-stage)
782 (vc-git-dir-status-goto-stage): New functions.
783 (vc-git-after-dir-status-stage1)
784 (vc-git-after-dir-status-stage1-empty-db)
785 (vc-git-after-dir-status-stage2): Remove, functionality moved
786 into the new generic stage functions.
787 (vc-git-dir-status-files): New function.
788
789 * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
790 comments.
791 (vc-status-refresh-files): New function.
792 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
793 state of up-to-date files.
794 (vc-default-dir-status-files): New function.
795
796 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
797
798 * minibuffer.el (completion--embedded-envvar-table)
799 (read-file-name-internal): Fix typos in 2008-04-11 change.
800
801 * faces.el (read-face-name): Use `completion-table-in-turn',
802 not `complete-in-turn'.
803
804 2008-04-13 Andreas Schwab <schwab@suse.de>
805
806 * progmodes/etags.el: Require 'cl when compiling.
807
808 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
809
810 * progmodes/gud.el (gud-menu-map): Expand tooltip.
811
812 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
813 (menu): Add/expand menu tooltips.
814
815 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
816
817 * progmodes/sh-script.el (sh-show-indent): Fix typo.
818 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
819
820 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
821 considered registered.
822
823 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
824
825 * emacs-lisp/copyright.el (copyright-update-directory): New command.
826
827 * ediff-wind.el (ediff-split-window-function)
828 (ediff-merge-split-window-function): Improve custom type.
829
830 2008-04-12 Eli Zaretskii <eliz@gnu.org>
831
832 * loadup.el ("minibuffer"): Move after "faces".
833
834 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * progmodes/hideif.el (hif-factor): Handle unary minus.
837
838 2008-04-12 Glenn Morris <rgm@gnu.org>
839
840 * calendar/cal-china.el (chinese-calendar-time-zone):
841 Mark obsolete name as risky too.
842
843 * calendar/calendar.el (calendar-faces): New custom group.
844 (calendar-today, diary, holiday): Doc fix.
845 Move to calendar-faces group.
846 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
847 (diary-button): Doc fix. Move to calendar-faces group.
848
849 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
850 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
851 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
852 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
853 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
854 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
855 not in dumped files before the associated defcustom.
856
857 2008-04-11 Johan Bockgård <bojohan@gnu.org>
858
859 * minibuffer.el (lazy-completion-table): Fix debug spec.
860
861 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * minibuffer.el (complete-with-action, lazy-completion-table):
864 Move from subr.el.
865 (apply-partially, completion-table-dynamic)
866 (completion-table-with-context, completion-table-with-terminator)
867 (completion-table-in-turn): New funs.
868 (completion--make-envvar-table, completion--embedded-envvar-table):
869 New funs.
870 (read-file-name-internal): Use them.
871 (completion-setup-hook): Move from simple.el.
872 * subr.el (complete-with-action, lazy-completion-table):
873 * simple.el (completion-setup-hook): Move to minibuffer.el.
874
875 2008-04-11 Glenn Morris <rgm@gnu.org>
876
877 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
878
879 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
882
883 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
884
885 * textmodes/fill.el (fill-forward-paragraph-function): New var.
886 (fill-forward-paragraph): New fun.
887 (fill-paragraph, fill-region): Use it.
888
889 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
890 (vc-status-create-fileinfo): Make `extra' optional.
891 (vc-status-busy): New fun.
892 (vc-status-menu-map): Use it.
893 (vc-status-crt-marked): Remove.
894 (vc-status-update): Rename from vc-status-add-entries.
895 Add argument so as to prevent addition of entries. Rewrite.
896 (vc-update-vc-status-buffer): Remove.
897 (vc-status-refresh): Don't remove old entries, set them to
898 up-to-date instead. Also do it after the update is complete.
899 (vc-status-marked-files): η-reduce.
900
901 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
902 for non-dialogs.
903
904 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
905
906 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
907
908 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
909
910 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
911 to t and don't truncate msg.
912
913 2008-04-11 Glenn Morris <rgm@gnu.org>
914
915 * calendar/calendar.el (diary, holidays):
916 Move custom groups to other files.
917 (holiday-general-holidays, holiday-oriental-holidays)
918 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
919 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
920 (holiday-hebrew-holidays, holiday-christian-holidays)
921 (holiday-islamic-holidays, holiday-bahai-holidays)
922 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
923 * calendar/diary-lib.el: Move custom group here from calendar.el.
924 * calendar/holidays-lib.el: Move custom group and variables here
925 from calendar.el.
926
927 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
928
929 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
930 Fix custom group.
931 (calendar-current-time-zone-cache): Autoload riskiness.
932
933 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
934
935 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
936
937 * woman.el (woman2-TH): Use string-equal instead of string-match.
938
939 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
942 (smerge-resolve): Merge the "2-way refinement" case with one half of
943 the "mere whitespace" resolution.
944
945 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
946
947 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
948
949 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
950
951 * subr.el (assoc-ignore-case, assoc-ignore-representation):
952 Add WHEN to obsolescence declaration.
953
954 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
955
956 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
957
958 * vc-hooks.el (vc-state): Add new state `conflict'.
959 (vc-after-save): Use when not if.
960 (vc-default-mode-line-string): Deal with the conflict state.
961 (vc-prefix-map):
962 (vc-menu-map): Bind vc-status instead of vc-directory.
963
964 * vc.el (vc-editable-p):
965 (vc-default-status-printer):
966 (vc-next-action): Deal with the conflict state.
967 (vc-mark-resolved): New function.
968 (vc-status-mode): Fix mode name.
969 (vc-default-comment-history): Use when not if.
970 (Todo): Add new entries, remove old ones.
971
972 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
973 (vc-cvs-parse-status):
974 (vc-cvs-after-dir-status):
975 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
976 Detect the conflict state.
977
978 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
979
980 2008-04-10 Glenn Morris <rgm@gnu.org>
981
982 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
983 Respect truncate-partial-width-windows in non-full windows,
984 with regards to :toggle and :enable state.
985
986 * simple.el (toggle-truncate-lines): Doc fix.
987
988 * Makefile.in (MH_E_DIR): New variable.
989 (MH_E_SRC): Restore variable removed 2008-03-13.
990 (mh-loaddefs.el): Depend on $MH_E_SRC.
991 (CAL_DIR, CAL_SRC): New variables.
992 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
993 Depend on CAL_SRC.
994
995 * calendar/calendar.el (calendar, diary): Add :prefix.
996 (holidays): Change :prefix.
997 (calendar-today, holiday, calendar-holiday-marker)
998 (european-calendar-style): Change custom groups.
999
1000 * calendar/calendar.el (diary-hook, diary-display-hook):
1001 Move to diary-lib.el.
1002 * calendar/diary-lib.el (diary-hook, diary-display-hook):
1003 Move here from calendar.el.
1004 * calendar/appt.el: Require diary-lib rather than calendar.
1005 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
1006
1007 * calendar/appt.el (appt): Add :prefix.
1008
1009 * calendar/diary-lib.el (diary-hook): Doc fix.
1010 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
1011
1012 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
1015 New functions.
1016
1017 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
1018 the arg to recursive calls.
1019
1020 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1021
1022 * minibuffer.el (completion-auto-help): Fix typo.
1023
1024 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
1027
1028 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
1029
1030 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
1031 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
1032
1033 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
1036
1037 * minibuffer.el (minibuffer): Move group from cus-edit.el.
1038 (completion-auto-help): Move from C code.
1039 (minibuffer--maybe-completion-help): Remove.
1040 (minibuffer--bitset): New function.
1041 (minibuffer--do-completion): Rename from minibuffer-do-completion.
1042 Renumber a bit. Really complete on string *before* point.
1043 Add argument used for word-completion.
1044 Join trailing / in completion with following text, as done in
1045 minibuffer-complete-word.
1046 Handle new value `lazy' for completion-auto-help.
1047 (minibuffer-try-word-completion): New function extracted from
1048 minibuffer-complete-word.
1049 (minibuffer-complete-word): Use minibuffer--do-completion.
1050 (minibuffer--insert-strings): Rename from
1051 minibuffer-complete-insert-strings.
1052 (exit-minibuffer): Fix typo.
1053 * cus-edit.el (minibuffer): Move group to minibuffer.el.
1054 * cus-start.el: Remove completion-auto-help.
1055
1056 2008-04-09 Alexandre Julliard <julliard@winehq.org>
1057
1058 * vc.el (vc-status-add-entries): New function.
1059 (vc-status-add-entry): Remove.
1060 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
1061 Use vc-status-add-entries.
1062
1063 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
1064 order.
1065
1066 2008-04-09 Jason Rumney <jasonr@gnu.org>
1067
1068 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
1069 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
1070 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
1071 (AUTOGENEL): New variable.
1072 (distclean, maintainer-clean): New targets.
1073
1074 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * emacs-lisp/regexp-opt.el (regexp-opt):
1077 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
1078
1079 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
1080
1081 * nxml/nxml-mode.el (nxml-cleanup): New function.
1082 (nxml-mode): Add it to change-major-mode-hook.
1083
1084 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1085
1086 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
1087
1088 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1089
1090 * calc/.cvsignore: New file.
1091
1092 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1093
1094 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
1095
1096 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
1097 show-help-function when turning tooltip off.
1098 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
1099 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
1100
1101 2008-04-09 Alan Mackenzie <acm@muc.de>
1102
1103 * font-lock.el (font-lock-extend-after-change-region-function):
1104 Make it buffer local.
1105
1106 2008-04-09 Glenn Morris <rgm@gnu.org>
1107
1108 * calendar/calendar.el (diary-file, european-calendar-style):
1109 Remove autoload cookies.
1110
1111 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1112
1113 * outline.el (outline-mode-menu-bar-map):
1114 * log-view.el (log-view-mode-menu):
1115 * log-edit.el (log-edit-menu): Add :help.
1116
1117 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1120 Use substring-no-properties for correct handling of unibyte strings.
1121
1122 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * add-log.el (change-log-next-buffer): Handle the case where version<
1125 signals an error.
1126
1127 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
1128 mouse-major-mode-menu.
1129 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
1130 (mouse-major-mode-menu, mouse-popup-menubar)
1131 (mouse-popup-menubar-stuff): Use them.
1132 (C-down-mouse-3): Bind to a dynamic map rather than to
1133 mouse-popup-menubar-stuff.
1134
1135 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
1136 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
1137
1138 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1139
1140 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
1141 file:// access method.
1142
1143 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * minibuffer.el: New file.
1146 * loadup.el: Load it.
1147
1148 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
1151 rather than subdirs.el. It introduces an ugly circular dependency, tho.
1152
1153 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
1154 (calc-mode-map, calc-digit-map, calc-dispatch-map):
1155 Move initialization into declaration.
1156 * calc/calc-yank.el:
1157 * calc/calc-misc.el:
1158 * calc/calc-embed.el:
1159 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
1160
1161 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
1162
1163 * ps-samp.el (ps-add-printer, ps-remove-printer)
1164 (ps-make-dynamic-printer-menu): New functions.
1165
1166 * net/zeroconf.el: New file.
1167
1168 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
1171
1172 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
1173
1174 * vc-rcs.el (vc-rcs-modify-change-comment):
1175 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
1176
1177 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
1178
1179 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
1180
1181 * international/mule-cmds.el (set-locale-environment): Don't warn if
1182 coding system doesn't agree with system locale (this reverts changes
1183 by Dave Love, dated 2002-10-27 and 2002-10-09).
1184
1185 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1186 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
1187
1188 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
1189
1190 2008-04-08 Glenn Morris <rgm@gnu.org>
1191
1192 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
1193 * textmodes/remember.el (remember-diary-convert-entry):
1194 Require calendar.
1195
1196 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
1197 diary-file, since it is the default for make-diary-entry anyway.
1198
1199 * calendar/cal-menu.el (cal-menu-event-to-date):
1200 Rename calendar-event-to-date. Update callers.
1201 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
1202 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
1203 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
1204 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
1205 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
1206 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
1207 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
1208 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
1209 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
1210 (calendar-mouse-tex-month-landscape):
1211 Rename cal-tex-mouse-month-landscape.
1212 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
1213 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
1214 (calendar-mouse-tex-year-landscape):
1215 Rename cal-tex-mouse-year-landscape.
1216 (cal-menu-context-mouse-menu): Update for above name changes.
1217
1218 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1219 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1220 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
1221 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
1222 * calendar/holidays.el: Replace int-to-string with number-to-string.
1223
1224 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
1227 region if point moves.
1228
1229 2008-04-08 Kenichi Handa <handa@m17n.org>
1230
1231 * faces.el (font-slant-table): Change numeric values for `r',
1232 `roman', and `normal'.
1233
1234 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
1235
1236 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
1237
1238 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
1239
1240 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
1241 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
1242
1243 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
1244
1245 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
1246 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
1247
1248 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
1251
1252 2008-04-07 Sam Steingold <sds@gnu.org>
1253
1254 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
1255 Add helper functions.
1256 (lisp-do-defun): Extract the common part of lisp-eval-defun and
1257 lisp-compile-defun; DEFVAR forms reset the variables to the init
1258 values, just like in emacs-lisp mode eval-defun.
1259 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
1260 (lisp-compile-region): Use lisp-compile-string.
1261
1262 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * subr.el (combine-and-quote-strings): Also quote strings that contain
1265 the separator.
1266
1267 * pcvs-util.el (cvs-map): Avoid recursion :-(
1268
1269 2008-04-07 Glenn Morris <rgm@gnu.org>
1270
1271 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
1272
1273 * calendar.el (diary-view-entries-initially-flag): Rename
1274 view-diary-entries-initially. Keep old name as alias, update users.
1275 (calendar-mark-diary-entries-flag): Rename
1276 mark-diary-entries-in-calendar. Keep old name as alias, update users.
1277 (calendar-view-holidays-initially-flag): Rename
1278 view-calendar-holidays-initially. Keep old name as alias, update users.
1279 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
1280 Keep old name as alias, update users.
1281 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
1282 Keep old name as alias, update users.
1283 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
1284 Keep old name as alias, update users.
1285 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
1286 Keep old name as alias, update users.
1287 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
1288 (diary-american-date-forms): Rename american-date-diary-pattern.
1289 Keep old name as alias, update users.
1290 (diary-european-date-forms): Rename european-date-diary-pattern.
1291 Keep old name as alias, update users.
1292 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
1293 Keep old name as alias, update users.
1294 (calendar-european-date-display-form): Rename
1295 european-calendar-display-form. Keep old name as alias, update users.
1296 (calendar-american-date-display-form): Rename
1297 european-calendar-display-form. Keep old name as alias, update users.
1298 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
1299 Keep old name as alias, update users.
1300 (holiday-general-holidays): Rename general-holidays.
1301 Keep old name as alias, update users.
1302 (holiday-oriental-holidays): Rename oriental-holidays.
1303 Keep old name as alias, update users.
1304 (holiday-local-holidays): Rename local-holidays.
1305 Keep old name as alias, update users.
1306 (holiday-other-holidays): Rename other-holidays.
1307 Keep old name as alias, update users.
1308 (holiday-hebrew-holidays): Rename hebrew-holidays.
1309 Keep old name as alias, update users.
1310 (holiday-christian-holidays): Rename christian-holidays.
1311 Keep old name as alias, update users.
1312 (holiday-islamic-holidays): Rename islamic-holidays.
1313 Keep old name as alias, update users.
1314 (holiday-bahai-holidays): Rename bahai-holidays.
1315 Keep old name as alias, update users.
1316 (holiday-solar-holidays): Rename solar-holidays.
1317 Keep old name as alias, update users.
1318 (diary-fancy-buffer): Rename fancy-diary-buffer.
1319 Keep old name as alias, update users.
1320 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
1321 Update users.
1322 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
1323 Update users.
1324 (calendar-increment-month): Rename increment-calendar-month.
1325 Keep old name as alias, update callers.
1326 (calendar-increment-month-cons): Rename old calendar-increment-month.
1327 Update callers.
1328 (calendar-extract-month): Rename extract-calendar-month.
1329 Keep old name as alias, update callers
1330 (calendar-extract-day): Rename extract-calendar-day.
1331 Keep old name as alias, update callers.
1332 (calendar-extract-year): Rename extract-calendar-year.
1333 Keep old name as alias, update callers.
1334 (calendar-generate-window): Rename generate-calendar-window.
1335 Update callers.
1336 (calendar-generate): Rename generate-calendar. Update callers.
1337 (calendar-generate-month): Rename generate-calendar-month.
1338 Update callers.
1339 (calendar-redraw): Rename redraw-calendar. Update callers.
1340 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
1341 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
1342 Update callers.
1343 (calendar-update-mode-line): Rename update-calendar-mode-line.
1344 Update callers.
1345 (calendar-exit): Rename exit-calendar. Keep old name as alias,
1346 update callers.
1347 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
1348 Keep old name as alias, update callers.
1349 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1350 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
1351 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
1352 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
1353 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
1354 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
1355 * calendar/solar.el: Update for calendar.el name changes.
1356 * org/org.el (org-agenda-format-date-aligned)
1357 (org-agenda-execute-calendar-command): Access date elements directly
1358 rather than using calendar functions.
1359 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
1360 Also set calendar-view-diary-initially-flag,
1361 calendar-view-holidays-initially-flag
1362 (org-get-entries-from-diary): Also set diary-fancy-buffer.
1363 (org-agenda-execute-calendar-command): No need to set displayed-day.
1364
1365 2008-04-06 Alan Mackenzie <acm@muc.de>
1366
1367 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
1368 typo in the doc string.
1369
1370 * progmodes/cc-mode.el (c-basic-common-init):
1371 Set font-lock-extend-after-change-region-function.
1372 (c-extend-after-change-region): New function, used in
1373 font-lock-extend-after-change-region-function, thus superseding
1374 advice on the Font Lock after change functions.
1375 (c-advise-fl-for-region): Remove this macro.
1376
1377 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1378
1379 * textmodes/flyspell.el (flyspell-duplicate-distance):
1380 Improve custom type.
1381
1382 2008-04-06 Glenn Morris <rgm@gnu.org>
1383
1384 * calendar/diary-lib.el (diary-sexp-entry-symbol):
1385 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
1386 (diary-list-entries-hook): Rename list-diary-entries-hook.
1387 Keep old name as alias, update users.
1388 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
1389 Keep old name as alias, update users.
1390 (diary-nongregorian-listing-hook): Rename
1391 nongregorian-diary-listing-hook. Keep old name as alias, update users.
1392 (diary-nongregorian-marking-hook): Rename
1393 nongregorian-diary-marking-hook. Keep old name as alias, update users.
1394 (diary-print-entries-hook): Rename print-diary-entries-hook.
1395 Keep old name as alias, update users.
1396 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
1397 Keep old name as alias, update users.
1398 (diary-number-of-entries): Rename number-of-diary-entries.
1399 Keep old name as alias, update users.
1400 (view-diary-entries, list-diary-entries, show-all-diary-entries):
1401 Give version of obsolescence.
1402 (diary-view-other-diary-entries): Rename view-other-diary-entries.
1403 Keep old name as alias, update callers.
1404 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
1405 update callers.
1406 (diary-include-other-diary-files): Rename include-other-diary-files.
1407 Keep old name as alias, update callers.
1408 (diary-simple-display): Rename simple-diary-display.
1409 Keep old name as alias, update callers.
1410 (diary-fancy-display): Rename fancy-diary-display.
1411 Keep old name as alias, update callers.
1412 (diary-print-entries): Rename print-diary-entries.
1413 Keep old name as alias, update callers.
1414 (diary-marking-entries-flag): Rename marking-diary-entries.
1415 Update users.
1416 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
1417 (diary-mark-entries): Rename mark-diary-entries.
1418 Keep old name as alias, update callers.
1419 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
1420 Keep old name as alias, update callers.
1421 (diary-mark-included-diary-files): Rename mark-included-diary-files.
1422 Keep old name as alias, update callers.
1423 (calendar-mark-days-named): Rename mark-calendar-days-named.
1424 Keep old name as alias, update callers.
1425 (calendar-mark-month): Rename mark-calendar-month.
1426 Keep old name as alias, update callers.
1427 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
1428 Keep old name as alias, update callers.
1429 (diary-sort-entries): Rename sort-diary-entries.
1430 Keep old name as alias, update callers.
1431 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
1432 Keep old name as alias, update callers.
1433 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
1434 update callers.
1435 (diary-insert-entry): Rename insert-diary-entry.
1436 Keep old name as alias.
1437 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
1438 Keep old name as alias.
1439 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
1440 Keep old name as alias.
1441 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
1442 Keep old name as alias.
1443 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
1444 Keep old name as alias.
1445 (diary-insert-block-entry): Rename insert-block-diary-entry.
1446 Keep old name as alias.
1447 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
1448 Keep old name as alias.
1449 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
1450 Keep old name as alias, update users.
1451 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
1452 Keep old name as alias, update callers.
1453 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1454 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
1455 * calendar/icalendar.el: Update for diary-lib name changes.
1456
1457 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
1460
1461 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
1462 for copy, move, and link operations.
1463
1464 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
1465
1466 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
1467 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
1468
1469 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
1470 'require' statements with 1-argument ones (wrapped in if's).
1471 For compatibility with the current stable version of XEmacs.
1472
1473 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
1474
1475 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
1476
1477 2008-04-06 Jason Rumney <jasonr@gnu.org>
1478
1479 * language/burmese.el ("Burmese"): Make sample text consistent with
1480 language name.
1481
1482 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
1483
1484 * progmodes/gdb-ui.el (gdb): New group.
1485 (gdb-debug-log-max, gdb-enable-debug)
1486 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
1487 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
1488 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
1489 (gdb-show-changed-values, gdb-max-children)
1490 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
1491 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
1492 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
1493 (gdb-memory-unit): Move to new group from GUD group.
1494 (menu): Allow customization from GDB-UI menu-item.
1495
1496 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1497
1498 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
1499
1500 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1503 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1504 Revision numbers can include ".".
1505
1506 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1507 "+" lines not accounted for by counting "-" and context lines.
1508
1509 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1510
1511 * term/mac-win.el (mac-service-open-file): Use file URL instead of
1512 file name string.
1513
1514 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
1517 (vc-bzr-annotate-time): Accept space used to preserve alignment.
1518
1519 2008-04-05 Richard Stallman <rms@gnu.org>
1520
1521 * emacs-lisp/advice.el (defadvice): Add usage pattern.
1522
1523 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
1524
1525 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1526 thread in [h-e-w]).
1527
1528 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
1529
1530 * files.el (abort-if-file-too-large): Fix typo in docstring.
1531
1532 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * subr.el (functionp): Return nil for special forms.
1535
1536 2008-04-05 Glenn Morris <rgm@gnu.org>
1537
1538 * emacs-lisp/autoload.el (autoload-ensure-default-file):
1539 Provide a feature.
1540 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
1541 Require loaddef file rather than loading it.
1542 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
1543 autoload-ensure-default-file provides a feature.
1544
1545 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
1546 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
1547 (compile, compile-always, recompile): Use $LOADDEFS.
1548 (cal-autoloads): Remove.
1549
1550 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
1551 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
1552
1553 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1554 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
1555
1556 * calendar/calendar.el (diary-hebrew-entry-symbol):
1557 Rename hebrew-diary-entry-symbol. Keep old name as alias.
1558 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
1559 Keep old name as alias.
1560 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
1561 Keep old name as alias.
1562 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
1563 to diary-bahai-entry-symbol.
1564 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
1565 to diary-hebrew-entry-symbol.
1566 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
1567 to diary-islamic-entry-symbol.
1568 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
1569
1570 * calendar/solar.el (diary-sabbath-candles-minutes)
1571 (diary-sabbath-candles): Move to cal-hebrew.
1572 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
1573 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
1574 Doc fix. Keep old name as alias.
1575 (diary-hebrew-sabbath-candles): Simplify.
1576 (solar-setup, solar-sunrise-sunset, calendar-latitude)
1577 (calendar-longitude, calendar-time-zone): Declare for compiler.
1578 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
1579 rename.
1580
1581 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
1582 Rename coptic-calendar-month-name-array. Update callers.
1583 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
1584 (calendar-coptic-name): Rename coptic-name. Update callers.
1585 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
1586 Update callers.
1587 (calendar-coptic-last-day-of-month):
1588 Rename coptic-calendar-last-day-of-month. Update callers.
1589 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
1590 Keep old name as alias, update callers.
1591 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
1592 Keep old name as alias, update callers.
1593 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
1594 Keep old name as alias.
1595 (calendar-ethiopic-month-name-array):
1596 Rename ethiopic-calendar-month-name-array. Update callers.
1597 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
1598 Update callers.
1599 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
1600 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
1601 Keep old name as alias, update callers.
1602 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
1603 Keep old name as alias, update callers.
1604 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
1605 Keep old name as alias.
1606
1607 * calendar/cal-french.el (calendar-french-epoch):
1608 Rename french-calendar-epoch. Update callers.
1609 (calendar-french-month-name-array): Rename variable and function
1610 french-calendar-month-name-array. Update callers.
1611 (calendar-french-multibyte-month-name-array):
1612 Rename french-calendar-multibyte-month-name-array. Update callers.
1613 (calendar-french-day-name-array): Rename variable and function
1614 french-calendar-day-name-array. Update callers.
1615 (calendar-french-special-days-array): Rename variable and function
1616 french-calendar-special-days-array. Update callers.
1617 (calendar-french-multibyte-special-days-array):
1618 Rename french-calendar-multibyte-special-days-array. Update callers.
1619 (calendar-french-accents-p): Rename french-calendar-accents.
1620 Update callers.
1621 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
1622 Update callers.
1623 (calendar-french-last-day-of-month):
1624 Rename french-calendar-last-day-of-month. Update callers.
1625 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
1626 Keep old name as alias, update callers.
1627 (calendar-french-print-date): Rename calendar-print-french-date.
1628 Keep old name as alias, update callers.
1629 (calendar-french-goto-date): Rename calendar-goto-french-date.
1630 Keep old name as alias.
1631
1632 * calendar/cal-menu.el, calendar/calendar.el:
1633 Update for Coptic and French name changes.
1634
1635 * calendar/cal-china.el (calendar-chinese): Rename custom group
1636 from chinese-calendar. Update users.
1637 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
1638 Keep old name as alias, update users.
1639 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
1640 Keep old name as alias.
1641 (calendar-chinese-daylight-time-offset):
1642 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
1643 update users.
1644 (calendar-chinese-standard-time-zone-name):
1645 Rename chinese-calendar-standard-time-zone-name.
1646 Keep old name as alias, update users.
1647 (calendar-chinese-daylight-saving-start):
1648 Rename chinese-calendar-daylight-savings-starts.
1649 Keep old name as alias, update users.
1650 (calendar-chinese-daylight-saving-end):
1651 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
1652 update users.
1653 (calendar-chinese-daylight-saving-start-time):
1654 Rename chinese-calendar-daylight-savings-starts-time.
1655 Keep old name as alias, update users.
1656 (calendar-chinese-daylight-saving-end-time):
1657 Rename chinese-calendar-daylight-savings-ends-time.
1658 Keep old name as alias, update users.
1659 (calendar-chinese-celestial-stem): Rename
1660 calendar-chinese-celestial-stem. Keep old name as alias, update users.
1661 (calendar-chinese-terrestrial-branch):
1662 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
1663 update users.
1664 (calendar-chinese-zodiac-sign-on-or-after):
1665 Rename chinese-zodiac-sign-on-or-after. Update callers.
1666 (calendar-chinese-new-moon-on-or-after):
1667 Rename chinese-new-moon-on-or-after. Update callers.
1668 (calendar-chinese-month-list): Rename chinese-month-list.
1669 Update callers.
1670 (calendar-chinese-number-months): Rename number-chinese-months.
1671 Update callers.
1672 (calendar-chinese-compute-year): Rename compute-chinese-year.
1673 Update callers.
1674 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
1675 (calendar-chinese-year): Rename chinese-year. Update callers.
1676 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
1677 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
1678 Keep old name as alias, update callers.
1679 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
1680 Keep old name as alias, update callers.
1681 (calendar-chinese-months-to-alist):
1682 Rename make-chinese-month-assoc-list. Update callers.
1683 (calendar-chinese-months): Rename chinese-months. Update callers.
1684 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
1685 Keep old name as alias, update callers.
1686
1687 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
1688 Rename hebrew-calendar-leap-year-p. Update callers.
1689 (calendar-hebrew-last-month-of-year):
1690 Rename hebrew-calendar-last-month-of-year. Update callers.
1691 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
1692 Update callers.
1693 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
1694 Update callers.
1695 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
1696 Update callers.
1697 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1698 Update callers.
1699 (calendar-hebrew-last-day-of-month):
1700 Rename hebrew-calendar-last-day-of-month. Update callers.
1701 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1702 Keep old name as alias, update callers.
1703 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1704 Keep old name as alias, update callers.
1705 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1706 Keep old name as alias, update callers.
1707 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1708 Keep old name as alias.
1709 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
1710 Keep old name as alias.
1711 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
1712 Keep old name as alias.
1713 (holiday-hebrew-passover): Rename holiday-passover-etc.
1714 Keep old name as alias.
1715 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
1716 Keep old name as alias, update callers.
1717 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
1718 Keep old name as alias.
1719 (calendar-hebrew-mark-date-pattern):
1720 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
1721 update callers.
1722 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
1723 Keep old name as alias.
1724 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
1725 Keep old name as alias.
1726 (diary-hebrew-insert-monthly-entry):
1727 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
1728 (diary-hebrew-insert-yearly-entry):
1729 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
1730 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
1731 Keep old name as alias.
1732 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
1733 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
1734 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
1735 Keep old name as alias.
1736 (calendar-hebrew-parashiot-names):
1737 Rename hebrew-calendar-parashiot-names. Update callers.
1738 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
1739 (calendar-hebrew-year-Saturday-incomplete-Sunday):
1740 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
1741 (calendar-hebrew-year-Saturday-complete-Tuesday):
1742 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
1743 (calendar-hebrew-year-Monday-incomplete-Tuesday):
1744 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
1745 (calendar-hebrew-year-Monday-complete-Thursday):
1746 Rename hebrew-calendar-year-Monday-complete-Thursday.
1747 (calendar-hebrew-year-Tuesday-regular-Thursday):
1748 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
1749 (calendar-hebrew-year-Thursday-regular-Saturday):
1750 Rename hebrew-calendar-year-Thursday-regular-Saturday.
1751 (calendar-hebrew-year-Thursday-complete-Sunday):
1752 Rename hebrew-calendar-year-Thursday-complete-Sunday.
1753 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
1754 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
1755 (calendar-hebrew-year-Saturday-complete-Thursday):
1756 Rename hebrew-calendar-year-Saturday-complete-Thursday.
1757 (calendar-hebrew-year-Monday-incomplete-Thursday):
1758 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
1759 (calendar-hebrew-year-Monday-complete-Saturday):
1760 Rename hebrew-calendar-year-Monday-complete-Saturday.
1761 (calendar-hebrew-year-Tuesday-regular-Saturday):
1762 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
1763 (calendar-hebrew-year-Thursday-incomplete-Sunday):
1764 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
1765 (calendar-hebrew-year-Thursday-complete-Tuesday):
1766 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
1767 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
1768 Update for above name changes of constants.
1769
1770 * calendar/cal-menu.el, calendar/calendar.el:
1771 Update for chinese and hebrew name changes.
1772 * calendar/diary-lib.el: Update for hebrew name changes.
1773
1774 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1775
1776 * subr.el (keymap-canonicalize): Correct thinko.
1777
1778 * server.el: Undo part of the multi-tty change, which is only
1779 needed if server.el is preloaded, and broke server-running-p.
1780 (server-socket-dir): Initialize in the defvar, as before.
1781 (server-start): Remove initialization of server-socket-dir.
1782
1783 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1784
1785 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
1786 3-member cons cells.
1787
1788 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1789
1790 * cus-face.el (custom-face-attributes): Handle roman slant.
1791
1792 * faces.el (default): Ensure the face-defface-spec property is set.
1793
1794 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
1795
1796 * files.el (abort-if-file-too-large): New function.
1797 (find-file-noselect, insert-file-1): Use it.
1798
1799 2008-04-05 Reto Zimmermann <reto@gnu.org>
1800
1801 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1802 Replace C-c[a-zA-Z] key bindings.
1803
1804 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * progmodes/hideif.el (hif-token-alist): New var.
1807 (hif-token-regexp, hif-tokenize): Use it.
1808 (hif-mathify-binop): New macro.
1809 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
1810 (hif-greater-equal, hif-less-equal): Use it.
1811 (hif-logior, hif-logand): New functions.
1812 (hif-math): Accept | and & as well.
1813
1814 * progmodes/etags.el: Fix problem with completion for buffer-local
1815 tables. Reported by Radey Shouman <shouman@comcast.net>.
1816 (tags-complete-tag): Remove.
1817 (tags-lazy-completion-table): New function to replace it.
1818 (find-tag-tag, complete-tag): Update users.
1819
1820 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1821
1822 * vc-rcs.el (vc-rcs-dir-status):
1823 * vc-sccs.el (vc-sccs-dir-status): New function.
1824
1825 * outline.el (outline-mode-menu-bar-map):
1826 * term.el (terminal-signal-menu): Add :help.
1827
1828 * net/eudc.el (eudc-mode-map): Declare and define in one step.
1829 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
1830
1831 * emacs-lisp/re-builder.el (reb-mode-map):
1832 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
1833
1834 * diff-mode.el (diff-file-junk-re): Recognize the git format for
1835 new files, deleted files and for changing permissions.
1836 (diff-mode): Set beginning-of-defun-function and
1837 end-of-defun-function.
1838
1839 * vc-bzr.el (vc-bzr-state): Use when instead of if.
1840
1841 * vc.el (vc-default-status-fileinfo-extra): New function.
1842 (vc-status-mark-buffer-changed): Use it.
1843 (vc-update-vc-status-buffer): Allow for partial updates.
1844
1845 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * net/tramp.el (after-init-hook): Don't wrap a lambda around
1848 tramp-register-completion-file-name-handler.
1849
1850 * subr.el (keymap-canonicalize): New function.
1851 * mouse.el (mouse-menu-non-singleton): Use it.
1852 (mouse-major-mode-menu): Remove hack made unnecessary.
1853
1854 * simple.el (set-fill-column): Prompt rather than error by default.
1855
1856 2008-04-04 Andreas Schwab <schwab@suse.de>
1857
1858 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1859 Reset new-rules after each round.
1860
1861 * Makefile.in (cal-autoloads): New target.
1862 (compile, compile-always, recompile): Depend on it.
1863 ($(lisp)/calendar/cal-loaddefs.el)
1864 ($(lisp)/calendar/diary-loaddefs.el)
1865 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
1866
1867 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
1868
1869 * ediff*.el: Replace load with require in eval-when-compile.
1870
1871 * ediff-hook: Delete all invocations of (autoload ...).
1872
1873 * ediff-util.el (ediff-setup): Make window-min-height a local variable
1874 in ediff control window, and set its min height to 2.
1875 (ediff-setup-control-buffer): Dedicate the control window.
1876 (ediff-toggle-multiframe): Undedicate control window.
1877 Work directly with ediff-setup-windows-multiframe and
1878 ediff-setup-windows-plain.
1879
1880 * ediff-wind (ediff-choose-window-setup-function-automatically):
1881 New function.
1882 (ediff-window-setup-function): Change initialization.
1883 (ediff-setup-windows-automatic): Delete.
1884 (ediff-setup-windows-plain-merge): Make control window dedicated.
1885 (ediff-destroy-control-frame): Do not skip frames if working in a
1886 single frame.
1887
1888 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
1889 eval-when-compile.
1890
1891 * emulation/viper-util.el: Move provide's forward, prevent recursion in
1892 eval-when-compile.
1893
1894 2008-04-04 Glenn Morris <rgm@gnu.org>
1895
1896 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
1897 calendar-absolute-from-bahai. Update callers, keep old name as alias.
1898
1899 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
1900 Rename islamic-calendar-leap-year-p. Update callers.
1901 (calendar-islamic-last-day-of-month):
1902 Rename islamic-calendar-last-day-of-month. Update callers.
1903 (calendar-islamic-day-number):
1904 Rename islamic-calendar-day-number. Update callers.
1905 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
1906 Update callers, keep old name as alias.
1907 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
1908 Update callers, keep old name as alias.
1909 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
1910 Keep old name as alias.
1911 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
1912 Update callers, keep old name as alias.
1913 (calendar-islamic-mark-date-pattern):
1914 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
1915 name as alias.
1916 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
1917 Keep old name as alias.
1918 (diary-islamic-insert-monthly-entry):
1919 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
1920 (diary-islamic-insert-yearly-entry):
1921 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
1922
1923 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
1924 calendar-absolute-from-iso. Update callers, keep old name as alias.
1925 (calendar-iso-print-date): Rename calendar-print-iso-date.
1926 Update callers, keep old name as alias.
1927 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
1928 Keep old name as alias.
1929 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
1930 Keep old name as alias.
1931
1932 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
1933 calendar-absolute-from-julian. Update callers, keep old name as alias.
1934 (calendar-julian-print-date): Rename calendar-print-julian-date.
1935 Update callers, keep old name as alias.
1936 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
1937 Update callers, keep old name as alias.
1938 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
1939 Update callers, keep old name as alias.
1940 (calendar-astro-print-day-number):
1941 Rename calendar-print-astro-day-number. Update callers, keep old
1942 name as alias.
1943 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
1944 Update callers, keep old name as alias.
1945
1946 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
1947 Rename calendar-string-to-mayan-long-count. Update callers.
1948 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
1949 Update callers, keep old name as alias.
1950 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
1951 Update callers.
1952 (calendar-mayan-read-tzolkin-date):
1953 Rename calendar-read-mayan-tzolkin-date. Update callers.
1954 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
1955 Keep old name as alias.
1956 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
1957 Keep old name as alias.
1958 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
1959 Keep old name as alias.
1960 (calendar-mayan-previous-tzolkin-date):
1961 Rename calendar-previous-tzolkin-date. Keep old name as alias.
1962 (calendar-mayan-next-round-date):
1963 Rename calendar-next-calendar-round-date. Keep old name as alias.
1964 (calendar-mayan-previous-round-date):
1965 Rename calendar-previous-calendar-round-date. Keep old name as alias.
1966 (calendar-mayan-long-count-to-absolute): Rename
1967 calendar-absolute-from-mayan-long-count. Keep old name as alias.
1968 (calendar-mayan-goto-long-count-date):
1969 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
1970
1971 * calendar/cal-persia.el (calendar-persian-month-name-array):
1972 Rename persian-calendar-month-name-array. Update callers.
1973 (calendar-persian-epoch): Rename persian-calendar-epoch.
1974 Update callers.
1975 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
1976 Update callers.
1977 (calendar-persian-last-day-of-month):
1978 Rename persian-calendar-last-day-of-month. Update callers.
1979 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
1980 Update callers, keep old name as alias.
1981 (calendar-persian-print-date): Rename calendar-print-persian-date.
1982 Update callers, keep old name as alias.
1983 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
1984 Keep old name as alias.
1985
1986 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1987 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1988 * calendar/solar.el: Update for cal-julian name changes.
1989
1990 * calendar/cal-dst.el: Update for persian name changes.
1991
1992 * calendar/cal-menu.el, calendar/calendar.el:
1993 Update for islamic, iso, julian, mayan, persian name changes.
1994
1995 * calendar/diary-lib.el: Update for islamic name changes.
1996
1997 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
1998 Rename all-hebrew-calendar-holidays. Update callers, keep old name
1999 as alias.
2000 (calendar-christian-all-holidays-flag):
2001 Rename all-christian-calendar-holidays. Update callers, keep old
2002 name as alias.
2003 (calendar-islamic-all-holidays-flag):
2004 Rename all-islamic-calendar-holidays. Update callers, keep old
2005 name as alias.
2006 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
2007 Update callers, keep old name as alias.
2008 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
2009 Update for the above name changes.
2010
2011 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
2012
2013 * hilit-chg.el (global-highlight-changes-mode)
2014 (highlight-changes-passive-string, highlight-changes-active-string):
2015 Mark as obsolete since 23.1, not 22.1.
2016
2017 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
2018
2019 * hilit-chg.el (highlight-changes-visibility-initial-state)
2020 (hilit-chg-update, highlight-changes-mode-turn-on):
2021 Fix typos in docstrings.
2022
2023 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
2024
2025 * newcomment.el (comment-enter-backward): Be careful to restore
2026 position changed during narrowing.
2027
2028 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
2029
2030 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2031 Recognize `sub ($$)'.
2032
2033 2008-04-03 Richard Sharman <rsharman@pobox.com>
2034
2035 * hilit-chg.el (highlight-changes-mode): Rename from
2036 highlight-changes; no longer uses sub-modes active and passive;
2037 implemented by define-minor-mode.
2038 (highlight-changes-toggle-visibility): New function, to replace
2039 the old passive/active submodes of global-highlight-changes-mode;
2040 implemented by define-minor-mode.
2041 (global-highlight-changes-mode): Rename from global-highlight-changes;
2042 rewrite using define-globalized-minor-mode.
2043 (hilit-chg-major-mode-hook, hilit-chg-check-global)
2044 (hilit-chg-post-command-hook, hilit-chg-check-global)
2045 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
2046 to use of define-globalized-minor-mode.
2047 (highlight-changes-global-initial-state): Change to be boolean.
2048 (highlight-changes-visible-string, highlight-changes-invisible-string):
2049 Rename from highlight-changes-active-string and
2050 highlight-changes-passive-string.
2051 (hilit-chg-update, hilit-chg-set): Use them.
2052 (global-highlight-changes-mode): Rename from global-highlight-changes.
2053 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
2054 docstring.
2055 (hilit-chg-hide-changes): Rewrite to use dolist.
2056 (hilit-chg-set-face-on-change, hilit-chg-update)
2057 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
2058 variable instead of testing highlight-changes-mode.
2059 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
2060 to highlight-changes-mode changed.
2061 (highlight-compare-with-file): Fix problems with interactive
2062 call giving invalid default file.
2063
2064 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
2065
2066 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2067 Fix in disassembly buffer (regression in 22.2).
2068
2069 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
2070
2071 * emulation/viper-macs.el (viper-read-fast-keysequence):
2072 Use viper-read-event instead of viper-read-key.
2073
2074 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
2075
2076 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
2077 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2078 let-statements.
2079
2080 * emulation/viper-ex.el, emulation/viper-macs.el:
2081 * emulation/viper-mous.el:
2082 Replace load with require in eval-when-compile.
2083
2084 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
2087
2088 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
2089 (archive-try-jka-compr): New function.
2090 (archive-set-buffer-as-visiting-file): Use it.
2091
2092 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
2093
2094 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * simple.el (handle-shift-selection): New arg.
2097
2098 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
2101
2102 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2103
2104 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2105
2106 * shell.el (shell-dynamic-complete-filename): New fun.
2107 (shell-dynamic-complete-functions): Use it.
2108
2109 * help-fns.el (describe-variable): Undo 2008-02-25 change.
2110
2111 2008-04-03 Kenichi Handa <handa@m17n.org>
2112
2113 * international/fontset.el (create-fontset-from-x-resource):
2114 Handle the error of X resource more gracefully.
2115
2116 * international/latin1-disp.el (latin1-display): Don't use make-char.
2117 Fix the argument to set-char-table-range.
2118 (latin1-display-identities): Don't use make-char.
2119 (latin1-display-reset): Use map-charset-chars instead of directly
2120 calling standard-display-default.
2121 (latin1-display-check-font): Don't use make-char.
2122 (latin1-display-setup): Likewise.
2123 (latin1-display-ucs-per-lynx): Likewise.
2124
2125 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
2128 name the fields, to make the code clearer.
2129 Rewrite all `aset' and `aref' using the defined accessors.
2130 (timer--time): New pseudo-field.
2131 (timer-set-time, timer-set-idle-time, timer-inc-time)
2132 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
2133 (timer--time-less-p): New function.
2134 (timer--activate): New function, extracted from timer-activate.
2135 (timer-activate-when-idle, timer-activate): Use it.
2136 (cancel-function-timers): Use dolist.
2137
2138 2008-04-03 Glenn Morris <rgm@gnu.org>
2139
2140 * add-log.el (c-beginning-of-defun, c-end-of-defun):
2141 Remove declarations; no longer used.
2142 (c-cpp-define-name, c-defun-name): Declare as functions.
2143
2144 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
2145 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
2146
2147 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
2148 (holiday-passover-etc, holiday-hanukkah): Doc fix.
2149 Add optional argument. Simplify.
2150 (holiday-tisha-b-av-etc): Use memq rather than unless.
2151 (holiday-julian): Autoload it.
2152 (holiday-hebrew-misc): New function.
2153
2154 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
2155
2156 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2157 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
2158 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
2159 all-hebrew-calendar-holidays.
2160 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
2161 Simplify using new functions.
2162 (calendar-holidays): Doc fix.
2163 (generate-calendar-window): Use bound-and-true-p.
2164
2165 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
2166
2167 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
2168 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
2169 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
2170 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
2171
2172 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2173
2174 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
2177
2178 * vc-bzr.el (vc-bzr-checkout): Simplify.
2179
2180 * image-mode.el (image-mode-fit-frame): New command.
2181
2182 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
2183 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
2184 (keyboard-escape-quit): Check region-active-p i.s.o
2185 transient-mark-mode.
2186
2187 2008-04-02 Simon Josefsson <simon@josefsson.org>
2188
2189 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
2190 (imap-message-copyuid-1): Use it.
2191 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
2192 J. Williams in
2193 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2194
2195 2008-04-02 Alan Mackenzie <acm@muc.de>
2196
2197 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
2198 New optimised functions to get the name of the current defun/macro.
2199
2200 * add-log.el (add-log-current-defun): Move the functionality which
2201 gets the current function name for C like modes to cc-cmds.el,
2202 thus optimising for speed.
2203
2204 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * simple.el (deactivate-mark): When the mark is temporarily
2207 active, restore the original value of transient-mark-mode.
2208 (set-mark-command): First deactivate the mark if was temporarily active.
2209 (exchange-point-and-mark): Reactivate the mark if it was
2210 temporarily active.
2211 (handle-shift-selection): New fun.
2212 (transient-mark-mode): Move var documentation here from buffer.c.
2213 (next-line, previous-line, backward-word, move-end-of-line)
2214 (move-beginning-of-line, forward-to-indentation)
2215 (backward-to-indentation, back-to-indentation)
2216 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
2217
2218 * mouse.el (mouse-set-region-1): Save the old value of
2219 transient-mark-mode.
2220 (mouse-drag-track): Ignore the now-obsolete value `identity' for
2221 transient-mark-mode.
2222
2223 * textmodes/paragraphs.el (forward-paragraph)
2224 (backward-paragraph, forward-sentence, backward-sentence): Add ^
2225 interactive spec.
2226
2227 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
2228
2229 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
2230
2231 * net/tramp.el (tramp-make-tramp-temp-file):
2232 Use `tramp-drop-volume-letter' for the local file name part.
2233
2234 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2235
2236 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
2237 Add menu entries corresponding to all the key bindings.
2238
2239 * emacs-lisp/debug.el (debugger-mode-map):
2240 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
2241 (conf-align-assignments): Only work on the region if it is active.
2242 (conf-quote-normal): Use when instead of if. Remove redundant test.
2243
2244 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2245 for tracing and re-builder.
2246
2247 2008-04-02 Glenn Morris <rgm@gnu.org>
2248
2249 * calendar/appt.el (appt-disp-window-function): Doc fix.
2250 (appt-display-message): Move beep before display.
2251 (appt-check): Make interactive. Reduce the number of lets.
2252 Use string-equal to compare mode-line strings.
2253 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
2254 read-only.
2255 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
2256 (appt-delete): Simplify.
2257
2258 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
2259
2260 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2261
2262 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2263 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
2264 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
2265
2266 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2267 (calendar-holiday-marker, mark-visible-calendar-date):
2268 * calendar/diary-lib.el (fancy-diary-display):
2269 Check for font-lock-mode before using faces.
2270
2271 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
2272 (calendar-gregorian-from-absolute): Reduce the number of lets.
2273 (hebrew-holidays-4, generate-calendar-window): Simplify.
2274 (calendar-for-loop): Make obsolete.
2275 (calendar-nth-named-day): Doc fix.
2276
2277 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
2278 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
2279 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
2280 Reduce the number of lets.
2281 (mark-sexp-diary-entries, calendar-mark-complex):
2282 Expand calendar-for-loops.
2283
2284 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
2285
2286 * find-dired.el (find-dired-filter): Fix last patch to handle
2287 multi-line process input. Pad link numbers too.
2288
2289 2008-04-01 Jari Aalto <jari.aalto@cante.net>
2290
2291 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
2292
2293 2008-04-01 Jason Rumney <jasonr@gnu.org>
2294
2295 * international/characters.el (script-list): Add phonetic script,
2296 covering IPA (previously Latin), Phonetic Extensions and
2297 Phonetic Extensions Supplement (both previously unassigned).
2298
2299 * international/fontset.el (setup-default-fontset): Use unicode fonts
2300 that cover bopomofo script for bopomofo.
2301 Likewise for braille and mathematical.
2302 Use unicode scripts that cover the phonetic script for IPA.
2303
2304 2008-04-01 Johan Bockgård <bojohan@gnu.org>
2305
2306 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
2307 return the assigned value.
2308
2309 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * abbrev.el (abbrev-mode): Use define-minor-mode.
2312
2313 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
2314 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
2315 Use map-keymap.
2316 (minor-mode-menu-from-indicator): Use it. Simplify.
2317
2318 * bindings.el (mode-line-mode-menu): Move before (new) first use.
2319 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
2320 Bind the key directly to the menu.
2321 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
2322
2323 2008-04-01 Daiki Ueno <ueno@unixuser.org>
2324
2325 * epa.el (epa-decrypt-region): Explain the reason why this
2326 function should not be used in Lisp programs.
2327 (epa-decrypt-armor-in-region): Ditto.
2328 (epa-verify-region): Ditto.
2329 (epa-verify-cleartext-in-region): Ditto.
2330 (epa-sign-region): Ditto.
2331 (epa-encrypt-region): Ditto.
2332
2333 * epg.el (epg-start-receive-keys): Fix typo in docstring.
2334
2335 * epa.el (epa-select-keys): Show menu even if there is no key in
2336 GnuPG's keyring.
2337
2338 2008-04-01 Glenn Morris <rgm@gnu.org>
2339
2340 * calendar/calendar.el (calendar-make-temp-face): New function.
2341 (mark-visible-calendar-date):
2342 * calendar/diary-lib.el (fancy-diary-display): Use it.
2343
2344 * vc-hooks.el (vc-responsible-backend): Declare as function.
2345
2346 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
2347 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
2348 * calendar/cal-julian.el (holiday-julian): Use it.
2349
2350 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
2351 (calendar-hebrew-date-is-visible-p): Extract some common code into
2352 separate function.
2353 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
2354
2355 * calendar/cal-menu.el (cal-menu-holidays-menu):
2356 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
2357 rather than obsolete alias.
2358
2359 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
2360 for mark characters.
2361 (calendar-unmark): Unmark by removing all overlays, rather than
2362 redrawing.
2363 (calendar-starred-day): Remove.
2364 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
2365 (calendar-cursor-to-date): No need for special star handling now
2366 using overlays.
2367 (calendar-star-date): Use overlays.
2368
2369 * calendar/cal-french.el (calendar-goto-french-date):
2370 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
2371 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
2372 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
2373 * calendar/cal-persia.el (calendar-persian-date-string):
2374 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2375 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
2376 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
2377 * calendar/solar.el (solar-equinoxes-solstices):
2378 Reduce nesting of some lets.
2379
2380 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
2381 (calendar-goto-mayan-long-count-date): Simplify.
2382
2383 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
2384 Simplify by using mapcar.
2385 (calendar-list-holidays): Return holiday-list.
2386 (list-holidays): Use let rather than let*. Remove un-needed locals
2387 `d', `never'.
2388 (calendar-check-holidays): Return result from dolist.
2389 (holiday-float): Use a single let*. Simplify if-and to and.
2390 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
2391 single let*.
2392
2393 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
2394
2395 * calc/calc.el: Autoload `calc-yank'.
2396 (calc-mode-map): Add keybindings for `calc-yank'.
2397 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
2398 assignments for `calc-yank'.
2399
2400 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2401
2402 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
2403 (vc-status-mark-buffer-changed): Handle the extra field.
2404
2405 * vc-bzr.el (vc-bzr-after-dir-status):
2406 * vc-cvs.el (vc-cvs-after-dir-status):
2407 * vc-hg.el (vc-hg-after-dir-status):
2408 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
2409
2410 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * doc-view.el: Compute displayed pages first (in PDF).
2413 (doc-view-current-converter-processes): Rename from
2414 doc-view-current-converter-process. Update users.
2415 (doc-view-sentinel): Test buffer's liveness.
2416 (doc-view-pdf/ps->png-sentinel): Remove.
2417 (doc-view-start-process): New function.
2418 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2419 (doc-view-ps->pdf): Use it.
2420 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
2421 New functions.
2422 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
2423 (doc-view-mode): Kill the processes when leaving the mode.
2424
2425 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
2428 Use `byte-compile-warning-types'. Add docstring.
2429
2430 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
2433 (smerge-resolve): Add various resolution heuristics.
2434
2435 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
2436 in 3-way conflicts.
2437
2438 2008-03-31 Glenn Morris <rgm@gnu.org>
2439
2440 * calendar/cal-bahai.el (diary-bahai-mark-entries):
2441 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2442 * calendar/cal-islam.el (mark-islamic-diary-entries):
2443 Fix argument order in call to diary-mark-entries-1.
2444
2445 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
2446 pre-Bahai dates.
2447 (holiday-bahai): Use an algorithm actually relevant to this calendar
2448 system.
2449
2450 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
2451
2452 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
2453 Use and.
2454
2455 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
2456 in the last fortnight in Julian October.
2457
2458 * calendar/calendar.el (increment-calendar-month): Optionally handle
2459 systems without 12 months per year.
2460
2461 (calendar-date-is-visible-p): Doc fix. Simplify.
2462
2463 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
2464 from dolist.
2465
2466 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
2467
2468 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
2469 (hi-lock-unload-function): New function.
2470
2471 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
2472
2473 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
2474 overwriting when NEWNAME is a local file.
2475
2476 * net/trampver.el: Update release number.
2477
2478 2008-03-30 Alexandre Julliard <julliard@winehq.org>
2479
2480 * vc-git.el: Make vc-status display information about copies,
2481 renames and permission changes.
2482 (vc-git-extra-fileinfo): New defstruct.
2483 (vc-git-escape-file-name, vc-git-file-type-as-string)
2484 (vc-git-rename-as-string, vc-git-permissions-as-string)
2485 (vc-git-status-printer): New functions.
2486 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
2487 (vc-git-after-dir-status-stage1): Look for copies, renames and
2488 permission changes.
2489 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
2490 (vc-git-dir-status): Ask for staged files and renames.
2491
2492 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2493
2494 * vc.el: Allow backends to display backend specific information in
2495 the vc-status listing.
2496 (vc-status-fileinfo): Add a field for backend specific information.
2497 (vc-status-printer): Rename to ...
2498 (vc-default-status-printer): ... this.
2499 (vc-status-printer): New function.
2500 (vc-update-vc-status-buffer): Set the backend specific file info
2501 if provided.
2502
2503 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2504
2505 * textmodes/remember.el (remember-diary-convert-entry): Revert last
2506 change (ill-conceived).
2507
2508 2008-03-29 Glenn Morris <rgm@gnu.org>
2509
2510 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
2511 * calendar/cal-julian.el (holiday-julian): Simplify.
2512
2513 * calendar/holidays.el (list-holidays): Use or.
2514
2515 2008-03-29 Juri Linkov <juri@jurta.org>
2516
2517 * window.el (split-window-preferred-horizontally): New function.
2518
2519 * cus-start.el (split-window-preferred-function):
2520 Set choice for "vertically" to nil instead of split-window.
2521 Set choice for "horizontally" to split-window-preferred-horizontally
2522 instead of lambda.
2523
2524 2008-03-29 Juri Linkov <juri@jurta.org>
2525
2526 * simple.el (minibuffer-default-add-function): New variable with
2527 the default to minibuffer-default-add-completions.
2528 (minibuffer-default-add-done): New variable. Make it buffer-local.
2529 (minibuffer-default-add-completions): New function.
2530 (goto-history-element): Set minibuffer-default-add-done to t and
2531 call a function in minibuffer-default-add-function when the
2532 specified absolute history position is greater than the length of
2533 the minibuffer-default list and minibuffer-default-add-done is nil.
2534 Change "^End of history; no next item$" to "^End of defaults;
2535 no next item$".
2536
2537 * bindings.el (debug-ignored-errors): Change "^End of history;
2538 no next item$" to "^End of defaults; no next item$".
2539
2540 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
2543
2544 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
2545 to with-no-warnings.
2546
2547 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
2548
2549 Sync with Tramp 2.1.13.
2550
2551 * net/tramp-ftp.el: Require 'cl when byte-compiling.
2552
2553 * net/trampver.el: Update release number.
2554
2555 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2556
2557 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
2558 the current backend.
2559
2560 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2561 (vc-status-refresh): Create a temporary buffer and call the
2562 `dir-status' backend function from that buffer.
2563
2564 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
2565 (vc-bzr-after-dir-status): Don't kill the buffer.
2566
2567 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
2568 (vc-cvs-after-dir-status): Don't kill the buffer.
2569
2570 * vc-git.el (vc-git-dir-status): Don't create a buffer.
2571 (vc-git-after-dir-status-stage2): Don't kill the buffer.
2572
2573 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
2574 (vc-hg-after-dir-status): Don't kill the buffer.
2575
2576 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
2577 (vc-svn-after-dir-status): Don't kill the buffer.
2578
2579 2008-03-29 Glenn Morris <rgm@gnu.org>
2580
2581 * calendar/calendar.el (diary-file, american-date-diary-pattern)
2582 (european-date-diary-pattern, european-calendar-display-form)
2583 (american-calendar-display-form, diary-display-hook): Doc fixes.
2584 (european-calendar-style): Doc fix. Use calendar-set-date-style for
2585 custom :set. Mark as obsolete.
2586 (calendar-date-style, iso-date-diary-pattern)
2587 (iso-calendar-display-form): New user variables.
2588 (diary-date-forms, calendar-date-display-form): Set using
2589 calendar-date-style. Doc fix.
2590 (calendar-set-date-style): New command.
2591 (european-calendar, american-calendar): Use calendar-set-date-style.
2592 Mark as obsolete.
2593
2594 * calendar/diary-lib.el (number): Move declaration where needed.
2595 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
2596 (diary-make-date): New function.
2597 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
2598 Use diary-make-date.
2599 (diary-date-display-form, diary-insert-entry-1): New functions.
2600 (insert-monthly-diary-entry, insert-yearly-diary-entry):
2601 Use diary-insert-entry-1.
2602 (insert-anniversary-diary-entry, insert-block-diary-entry)
2603 (insert-cyclic-diary-entry): Use diary-date-display-form.
2604
2605 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2606 Autoload diary-insert-entry-1.
2607 * calendar/cal-bahai.el (diary-bahai-insert-entry)
2608 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2609 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
2610 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
2611 * calendar/cal-islam.el (insert-islamic-diary-entry)
2612 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
2613 Use diary-insert-entry-1.
2614
2615 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
2616 (diary-yahrzeit): Doc fix. Use diary-make-date.
2617
2618 * calendar/icalendar.el (icalendar--datetime-to-american-date):
2619 New name for icalendar--datetime-to-noneuropean-date. Make old name
2620 obsolete alias.
2621 (icalendar--datetime-to-iso-date): New function.
2622 (icalendar--datetime-to-diary-date): Doc fix. Respect
2623 calendar-date-style if bound.
2624
2625 * textmodes/remember.el (remember-diary-convert-entry):
2626 Respect calendar-date-style if bound.
2627
2628 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
2631 (xterm-mouse-handle-delete-frame): Delete.
2632
2633 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
2634 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
2635 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
2636 in xterm-modify-other-keys-terminal-list.
2637
2638 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
2639 are conflicts.
2640
2641 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2642
2643 * vc.el (vc-update): Check if the buffer is unsaved only if it
2644 actually exists.
2645 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
2646 vc-print-log.
2647
2648 2008-03-28 Magnus Henoch <mange@freemail.hu>
2649
2650 * net/dns.el (dns-write): Use set-buffer-multibyte.
2651
2652 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * vc-bzr.el (vc-bzr-sha1): New fun.
2655 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
2656 (vc-bzr-registered): Use it.
2657
2658 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2659
2660 * vc.el (vc-status-kill-dir-status-process): Simplify.
2661 (vc-status-refresh): Make sure the buffer is live.
2662 (ring): Don't require it, not used.
2663
2664 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
2665
2666 * progmodes/verilog-mode.el (verilog-auto-inout-module):
2667 Add optional regular expression to AUTOINOUTMODULE.
2668 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
2669 (verilog-auto-inst-param, verilog-auto-reg)
2670 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
2671 (verilog-auto-output-every, verilog-auto-input)
2672 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
2673 (verilog-auto-unused, verilog-auto): Update documentation to use
2674 more obvious instance module names versus cell names.
2675
2676 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
2677
2678 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
2679 kill if a process is running.
2680
2681 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
2682
2683 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2684
2685 * vc.el: Add new backend function 'status-extra-headers.
2686 (vc-default-status-extra-headers): New function.
2687 (vc-status-headers): Call 'status-extra-headers. Add colors.
2688
2689 * vc-git.el (vc-git-status-extra-headers): New function.
2690
2691 2008-03-28 Glenn Morris <rgm@gnu.org>
2692
2693 * calendar/cal-menu.el (cal-menu-holidays-menu)
2694 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2695 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
2696 holiday-list is optional.
2697 (calendar-mouse-holidays): Remove un-needed local `l'.
2698
2699 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2700 Remove un-needed local `date'.
2701 (calendar-cursor-to-visible-date): Use let rather than let*.
2702 Remove un-needed local `first-of-month-weekday'.
2703
2704 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2705
2706 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2707 Doc fixes.
2708 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
2709 (diary-header-line-flag, diary-header-line-format): Declare.
2710 (diary-pull-attrs): Check for multiple matches.
2711 (diary-list-entries-2): Simplify finding start of date.
2712 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
2713 pop-up-frames.
2714 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
2715 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2716
2717 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
2718
2719 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
2720
2721 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2722
2723 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
2726
2727 * image-mode.el (image-mode-reapply-winprops): Fix last change.
2728
2729 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
2730
2731 * international/mule-conf.el (define-iso-single-byte-charset):
2732 Don't make latin-iso8859-* supplementary.
2733 (#'set-charset-priority): Don't change the priority of charsets
2734 `unicode' and `emacs'.
2735
2736 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
2739 temp buffer.
2740
2741 2008-03-27 Glenn Morris <rgm@gnu.org>
2742
2743 * calendar/cal-bahai.el (diary-bahai-list-entries):
2744 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
2745 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
2746
2747 * calendar/calendar.el (diary-file): Doc fix.
2748
2749 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
2750 (list-diary-entries-hook, mark-diary-entries-hook)
2751 (include-other-diary-files, diary-mail-entries)
2752 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
2753 (diary-set-header): New function.
2754 (diary-header-line-flag, diary-header-line-format):
2755 Use diary-set-header for custom :set function.
2756 (diary-set-maybe-redraw): Use symbol-value rather than eval.
2757 (diary-attrtype-convert): Use intern-soft rather than read.
2758 (diary-display-no-entries): New function.
2759 (simple-diary-display, fancy-diary-display): Use it.
2760 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
2761 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
2762
2763 * calendar/holidays.el (list-holidays): Doc fix.
2764
2765 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
2766
2767 * calc/calc-store.el (calc-read-var-name-history): New variable.
2768 (calc-read-var-name): Use `calc-read-var-name-history'.
2769
2770 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * image-mode.el (image-mode-reapply-winprops): Simplify now that
2773 window-configuration-change-hook works buffer-locally.
2774
2775 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2776
2777 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
2778 for Emacs Lisp, not Lisp.
2779
2780 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
2781
2782 * help-fns.el (describe-function-1, describe-variable):
2783 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
2784
2785 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
2786 replacement is provided, don't print "use nil instead".
2787
2788 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2789
2790 * complete.el (PC-do-completion): Use regexp-quote.
2791
2792 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
2793
2794 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
2795 Detect missing files.
2796
2797 * vc-git.el (vc-git-extra-menu-map): New key map.
2798 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
2799 New functions.
2800
2801 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
2802 and 'missing files.
2803
2804 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * calendar/holidays.el (list-holidays): Make Y2 optional.
2807
2808 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
2809 buffers shown to the user.
2810 (appt-disp-window): Disable undo explicitly now that the leading space
2811 is gone.
2812
2813 * simple.el (activate-mark): New function.
2814 (set-mark-command): Use it with region-active-p to clean up the code.
2815 (exchange-point-and-mark): Invert the meaning of C-u when
2816 transient-mark-mode is active.
2817
2818 * dired-aux.el (dired-create-files): Use dolist.
2819
2820 * bindings.el (mode-line-change-eol): Use with-selected-window.
2821
2822 * apropos.el (apropos-command): Include macros.
2823
2824 2008-03-26 Glenn Morris <rgm@gnu.org>
2825
2826 * calendar/cal-bahai.el: Require calendar, not cal-julian.
2827 (calendar-bahai-epoch): Doc fix.
2828
2829 * calendar/cal-china.el: Explicitly require calendar.
2830
2831 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
2832 Require calendar rather than cal-julian.
2833 Autoload calendar-absolute-from-julian.
2834 * calendar/cal-coptic.el (coptic-calendar-epoch):
2835 * calendar/cal-islam.el (calendar-islamic-epoch):
2836 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
2837
2838 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
2839
2840 * calendar/cal-dst.el: Don't require cal-persia.
2841 (calendar-absolute-from-persian): Autoload it.
2842 (dst-adjust-time): Doc fix.
2843
2844 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
2845 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
2846 calendar.
2847
2848 * calendar/cal-menu.el: Require calendar rather than declaring
2849 functions.
2850 * calendar/calendar.el: Provide calendar before requiring cal-menu.
2851
2852 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
2853 calendar-after-frame-setup-hooks. Update callers, make old name an
2854 obsolete alias. Doc fix.
2855 (calendar-frame-1): Doc fix.
2856
2857 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
2858
2859 * calendar/calendar.el (oriental-holidays, solar-holidays):
2860 * calendar/holidays.el (list-holidays): Assume atan always bound.
2861
2862 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
2863 Explicitly require calendar, not cal-julian.
2864 * calendar/lunar.el: Explicitly require cal-dst.
2865
2866 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
2869
2870 * help-fns.el (describe-function-1, describe-variable): If no
2871 replacement is provided, don't print "use nil instead".
2872
2873 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2874
2875 * proced.el: New file.
2876
2877 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2878
2879 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
2880
2881 2008-03-25 Juri Linkov <juri@jurta.org>
2882
2883 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
2884 in battery-mode-line-format.
2885
2886 * bindings.el (minibuffer-local-map): For the command
2887 file-cache-minibuffer-complete replace keymap minibuffer-local-map
2888 with map which is already locally bound to minibuffer-local-map.
2889
2890 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
2893 Remove `sort-first' argument.
2894
2895 * subr.el (redisplay-end-trigger-functions)
2896 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
2897 (process-filter-multibyte-p, set-process-filter-multibyte):
2898 Mark as obsolete.
2899
2900 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
2901
2902 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
2903 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
2904 use the LOCAL arg of `add-hook'.
2905 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
2906 Remove spurious * from defcustom docstrings.
2907 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
2908 Fix typos in messages.
2909 (reb-mode-buffer-p): New function.
2910 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
2911 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
2912 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
2913 (reb-update-overlays): Use `unless', `when'.
2914 (re-builder-unload-function): New function.
2915
2916 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
2917
2918 * vc-hooks.el (vc-state): Add documentation for 'missing.
2919
2920 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
2921
2922 * progmodes/verilog-mode.el (verilog-auto-output)
2923 (verilog-auto-input, verilog-auto-inout, verilog-auto)
2924 (verilog-delete-auto): Add optional regular expression to
2925 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
2926 (verilog-signals-matching-regexp): New internal function for
2927 signal matching.
2928
2929 2008-03-25 Johan Bockgård <bojohan@gnu.org>
2930
2931 * info.el (Info-isearch-search): Always return point.
2932
2933 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * diff-mode.el (diff-remembered-defdir): New var.
2936 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
2937
2938 2008-03-25 Glenn Morris <rgm@gnu.org>
2939
2940 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
2941 calendar-bahai-prompt-for-date. Update callers, make old name an
2942 obsolete alias. Doc fix.
2943 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
2944 coptic-prompt-for-date. Update callers, make old name an
2945 obsolete alias. Doc fix.
2946 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
2947 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
2948 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
2949 calendar-islamic-prompt-for-date. Update callers. Doc fix.
2950 * calendar/cal-iso.el (calendar-iso-read-date): New name for
2951 calendar-iso-read-args. Update callers, make old name an obsolete
2952 alias.
2953 * calendar/cal-persia.el (calendar-persian-read-date): New name for
2954 persian-prompt-for-date. Update callers, make old name an
2955 obsolete alias. Doc fix. Move definition before use.
2956
2957 * calendar/cal-x.el (diary-frame-parameters)
2958 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2959 (calendar-frame-1): Doc fixes.
2960 (make-fancy-diary-buffer): Remove declaration.
2961 (calendar-dedicate-diary): Replace call to deleted function
2962 make-fancy-diary-buffer.
2963 (calendar-frame-setup): New function.
2964 (calendar-one-frame-setup, calendar-only-one-frame-setup)
2965 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
2966 work, and mark as obsolete.
2967 (special-display-buffer-names): Don't mess with this; it's not our
2968 business.
2969 (cal-x-load-hook): Defvar it, and mark as obsolete.
2970
2971 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2972 Default to t. Add to 'calendar group.
2973 (calendar): Doc fix. Use calendar-frame-setup.
2974 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
2975 (generate-calendar-window): Doc fix.
2976
2977 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2980
2981 2008-03-24 Drew Adams <drew.adams@oracle.com>
2982
2983 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
2984 New variables.
2985 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
2986 (finder-exit): Ignore errors rather than avoiding them.
2987 Kill *Finder-package* buffer also.
2988
2989 2008-03-24 Andreas Schwab <schwab@suse.de>
2990
2991 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2992
2993 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
2994
2995 * vc-hg.el (vc-hg-after-dir-status):
2996 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2997
2998 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
2999 Detect removed files.
3000
3001 * vc.el (vc-status-printer): Use a different face for missing files.
3002 (vc-status-hide-up-to-date): Rename from
3003 vc-status-remove-up-to-date. Update all callers.
3004 (vc-status-mode-map): Bind C-m.
3005
3006 2008-03-24 Alexandre Julliard <julliard@winehq.org>
3007
3008 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
3009 code ...
3010 (vc-git--state-code): ... to this new function.
3011 (vc-git-state): Use it.
3012
3013 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
3014
3015 * textmodes/remember.el (remember-mail-date)
3016 (remember-store-in-mailbox): Write date and From line in such a
3017 way that Mutt can read it.
3018
3019 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * simple.el (transient-mark-mode): Turn on by default.
3022
3023 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3024
3025 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
3026 'unregistered for unregistered files.
3027
3028 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3029
3030 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
3031
3032 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
3033 subdirectories.
3034
3035 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
3036 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
3037 Add :enable for vc-status-refresh.
3038 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
3039 (vc-status-tool-bar-map): Add binding for
3040 vc-status-kill-dir-status-process.
3041 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
3042 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
3043 Reset vc-status-process-buffer.
3044 (vc-status-refresh): Don't run two refreshes at a time.
3045 (vc-status): If the buffer is already in vc-status-mode only refresh.
3046 (vc-status-mark-buffer-changed): Add an optional file parameter.
3047 (vc-resynch-buffer): Use it.
3048 (vc-delete-file): Expand the file name before using it.
3049 Be careful to not create a new buffer with the old file contents.
3050 Update the VC state after performing the operation.
3051
3052 2008-03-23 Andreas Schwab <schwab@suse.de>
3053
3054 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
3055 Fix radio button condition.
3056 [box]: Likewise.
3057 [customize]: Add radio button.
3058
3059 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
3060
3061 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
3062 (calc-user-parse-tables, calc-gnuplot-default-device)
3063 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3064 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3065 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3066 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
3067 (calc-undo-list, calc-redo-list, calc-main-buffer)
3068 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
3069 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3070 (calc-said-hello, calc-executing-macro, calc-any-selections)
3071 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3072 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
3073 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
3074 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
3075 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
3076 (calc-create-buffer, calc-quit): Add docstrings.
3077
3078 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
3079
3080 * makefile.w32-in (WINS_ALMOST): Add org.
3081
3082 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3083
3084 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3085 New functions to implement vc-status support.
3086
3087 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3088
3089 * vc.el (vc-status-prepare-status-buffer): New function.
3090 (vc-status): Use it.
3091
3092 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
3093 appropriate.
3094
3095 2008-03-22 Alexandre Julliard <julliard@winehq.org>
3096
3097 * vc-git.el (vc-git--empty-db-p)
3098 (vc-git-after-dir-status-stage1-empty-db): New functions.
3099 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
3100 Add support for empty repositories.
3101
3102 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3103
3104 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3105 Allow "^" in a version name.
3106
3107 * vc-mtn.el (vc-mtn-state): Support the added state.
3108
3109 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
3110
3111 * org: New directory for Org-mode.
3112
3113 * org/org-export-latex.el: Moved from lisp/texmodes.
3114
3115 * org/org-irc.el: Moved from lisp/texmodes.
3116
3117 * org/org-mac-message.el: Moved from lisp/texmodes.
3118
3119 * org/org-mouse.el: Moved from lisp/texmodes.
3120
3121 * org/org-publish.el: Moved from lisp/texmodes.
3122
3123 2008-03-21 Juri Linkov <juri@jurta.org>
3124
3125 * comint.el (comint-dynamic-simple-complete):
3126 Use variable `stub' for the second arg `common-substring'
3127 of `comint-dynamic-list-completions'.
3128 (comint-dynamic-list-filename-completions):
3129 Use variable `filenondir' for the second arg `common-substring'
3130 of `comint-dynamic-list-completions'.
3131 (comint-dynamic-list-completions): Add new optional arg
3132 `common-substring'. Add `common-substring' as the second arg of
3133 the call to `display-completion-list'. Doc fix.
3134
3135 * comint.el (comint-dynamic-complete-as-filename)
3136 (comint-dynamic-list-filename-completions)
3137 (comint-dynamic-simple-complete): Use `minibuffer-message'
3138 to display message "No completions of %s" when a command
3139 is called in the minibuffer.
3140 (comint-dynamic-simple-complete): Don't display other
3141 completion messages when a command is called in the minibuffer.
3142 (comint-dynamic-list-completions): Use `minibuffer-message'
3143 to display message " [Type space to flush ...]" when a command
3144 is called in the minibuffer.
3145
3146 * shell.el (shell-dynamic-complete-command)
3147 (shell-dynamic-complete-environment-variable): Don't display
3148 completion messages when command is called in the minibuffer.
3149
3150 * emacs-lisp/lisp.el (lisp-complete-symbol):
3151 Use `minibuffer-message' to display message "No completions of %s"
3152 when this command is called in the minibuffer.
3153
3154 * bindings.el (standard-mode-line-modes): Put special help-echo
3155 tooltip on recursive edit %[ %] mode-line constructs.
3156
3157 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
3158 "^No dynamic expansion for .* found$" to allow error messages like
3159 "No dynamic expansion for \"%s\" found in this-buffer".
3160
3161 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
3162
3163 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
3164 "psftp".
3165
3166 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
3169 * vc.el (vc-default-dired-state-info): Use just "modified".
3170 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
3171 (vc-cvs-mode-line-string): Make use of the better default.
3172 (vc-cvs-parse-entry): Use the new `added'.
3173 (vc-cvs-dired-state-info): Remove.
3174 * vc-svn.el (vc-svn-dired-state-info): Remove.
3175 * vc-hg.el (vc-hg-dired-state-info): Remove.
3176 * vc-git.el (vc-git-dired-state-info): Remove.
3177
3178 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3179
3180 * vc-git.el (vc-git-status-result): New variable.
3181 (vc-git-dir-status): Split out ...
3182 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
3183 ... these new functions and work asynchronously.
3184
3185 2008-03-21 Alexandre Julliard <julliard@winehq.org>
3186
3187 * vc-git.el (vc-git-after-dir-status): Remove.
3188 (vc-git-dired-state-info): Reimplement.
3189
3190 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3191
3192 * replace.el (occur-mode-map): Add :help.
3193
3194 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
3195 for disassemble.
3196
3197 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
3198 the 'added state.
3199 (vc-status-remove-up-to-date): New function.
3200 (vc-status-mode-map, vc-status-menu-map): Bind it.
3201 (vc-status-printer): Use a different face up-to-date files.
3202 (vc-resynch-buffer): Update the vc-status buffer if it exists.
3203 (Todo): Remove solved entries.
3204
3205 * vc-hg.el (vc-hg-state):
3206 * vc-git.el (vc-git-state):
3207 * vc-cvs.el (vc-cvs-parse-status):
3208 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
3209 state.
3210
3211 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * progmodes/compile.el (compile):
3214 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
3215
3216 * simple.el (minibuffer-local-shell-command-map): New var.
3217 (minibuffer-complete-shell-command, read-shell-command): New funs.
3218 (shell-command, shell-command-on-region): Use them.
3219
3220 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3221
3222 * vc.el (vc-status-mark-buffer-changed): New function to implement
3223 updating of the *vc-status* buffer when a buffer is saved.
3224 (vc-status-mode): Use it for after-change-hook.
3225 (vc-add-to-vc-status-buffer): Rename to ...
3226 (vc-status-add-entry): ... this.
3227 (Todo): Add new entry.
3228
3229 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
3232
3233 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
3234
3235 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
3236 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
3237 Remove spurious * from defcustom docstrings.
3238 (icomplete-compute-delay): Fix docstring and remove spurious *.
3239 (icomplete-delay-completions-threshold): Fix typo in docstring and
3240 remove spurious *.
3241 (icomplete-completions): While collecting the list of prospective
3242 candidates, don't overshoot `icomplete-prospects-length'.
3243
3244 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3245
3246 * textmodes/refbib.el:
3247 * textmodes/reftex.el:
3248 * textmodes/reftex-global.el:
3249 * textmodes/reftex-vars.el:
3250 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
3251 compiler pacifying defvars.
3252 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
3253 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
3254 not needed.
3255
3256 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
3257
3258 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
3259 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
3260 (verilog-customize, verilog-font-customize)
3261 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
3262 (verilog-mode): Update documentation strings to match tool tips.
3263 (verilog-auto-search-do, verilog-auto-re-search-do)
3264 (verilog-skip-forward-comment-or-string): Fix verilog-auto
3265 expansion when a .* appears inside a string.
3266 (verilog-re-search-forward, verilog-re-search-backward):
3267 Add comment to recall how this works.
3268 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
3269
3270 2008-03-20 Glenn Morris <rgm@gnu.org>
3271
3272 * calendar/calendar.el (calendar-other-dates): New function.
3273 (calendar-print-other-dates): Use calendar-other-dates.
3274 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
3275 the declarations it replaces.
3276 (calendar-mouse-print-dates): Use calendar-other-dates.
3277
3278 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
3279 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
3280 (calendar-absolute-from-bahai): Fix the leap-year case.
3281 (calendar-bahai-from-absolute): Re-use the Gregorian month.
3282 (calendar-bahai-date-string, calendar-bahai-print-date):
3283 Handle pre-Bahai dates.
3284
3285 * calendar/cal-china.el (chinese-calendar-celestial-stem)
3286 (chinese-calendar-terrestrial-branch): Make defcustoms.
3287
3288 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
3289 (calendar-mouse-view-diary-entries): Use or.
3290 (calendar-mouse-chinese-date): Remove unused command.
3291 (cal-menu-load-hook): Mark as obsolete.
3292
3293 * calendar/solar.el (calendar-location-name, calendar-latitude)
3294 (calendar-longitude, solar-arctan, sunrise-sunset)
3295 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
3296
3297 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
3298
3299 * calc/calc.el: Remove outdated comments.
3300 (defcalcmodevar, calc-mode-var-list-restore-default-values)
3301 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
3302 Add docstrings.
3303
3304 2008-03-19 Jason Rumney <jasonr@gnu.org>
3305
3306 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
3307
3308 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
3309
3310 * net/tls.el (open-tls-stream): Reindent.
3311
3312 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
3313
3314 * net/tramp.el (tramp-let-maybe): Removed.
3315 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
3316 It does not exist under XEmacs.
3317 (tramp-handle-file-truename, tramp-handle-expand-file-name)
3318 (tramp-completion-file-name-handler): Let-bind
3319 `directory-sep-char'.
3320
3321 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
3322 `directory-sep-char'.
3323
3324 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3325
3326 * help-fns.el (describe-function-1): Don't signal "missing arglist"
3327 for autoloaded keymaps.
3328
3329 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
3330 (electric-verilog-terminate-line, verilog-in-struct-region-p)
3331 (verilog-backward-ws&directives, verilog-forward-ws&directives)
3332 (verilog-in-comment-p, verilog-in-star-comment-p)
3333 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
3334 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
3335 (verilog-skip-forward-comment-or-string, verilog-in-paren)
3336 (verilog-skip-forward-comment-p): Use it.
3337
3338 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
3339
3340 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
3341 (org-remember-templates, org-time-stamp-rounding-minutes)
3342 (org-back-over-empty-lines, org-find-base-buffer-visiting)
3343 (org-columns-new): Fix typos in docstrings.
3344
3345 2008-03-19 Glenn Morris <rgm@gnu.org>
3346
3347 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
3348 (tramp-handle-shell-command): Use condition-case rather than
3349 ignore-errors.
3350
3351 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3352
3353 * diff-mode.el (diff-header): Make the color louder.
3354 (diff-refine-change): Tone the color down.
3355
3356 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * descr-text.el (describe-char): When `describe-char-unidata-list'
3359 is set to show all properties, list them in the right order.
3360
3361 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * international/mule.el (load-with-code-conversion): Avoid setting
3364 default-enable-multibyte-characters.
3365
3366 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
3367
3368 * vc.el (vc-annotate-background): Fix custom type.
3369
3370 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3371
3372 * descr-text.el (describe-char-unidata-list): Allow specifying
3373 just all properties.
3374 (describe-char): Handle that new value.
3375
3376 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
3377
3378 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
3379
3380 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
3381 instead of file name extension to make docs with uncommon
3382 extensions work.
3383
3384 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
3385
3386 * doc-view.el (require): Require cl at compile time because
3387 `assert' needs it.
3388
3389 2008-03-18 Glenn Morris <rgm@gnu.org>
3390
3391 * calendar/calendar.el (initial-calendar-window-hook)
3392 (today-visible-calendar-hook): Doc fixes.
3393
3394 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
3395
3396 * net/tramp.el (tramp-root-regexp): Simplify.
3397 (tramp-completion-file-name-regexp-separate): Don't insist on
3398 leading "[". This prevents method or user or host completion.
3399 (tramp-let-maybe): Autoload it.
3400 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
3401 is an alias for `identity'.
3402 (tramp-handle-write-region): Protect `last-coding-system-used'
3403 over the trailing statements.
3404 (tramp-completion-file-name-handler-post-function): Remove.
3405 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
3406 instead of calling `tramp-drop-volume-letter'.
3407
3408 * net/tramp.el:
3409 * net/tramp-uu.el:
3410 * net/trampver.el: Move coding cookie at the end.
3411
3412 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
3415 elements which may be something else than characters.
3416
3417 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
3418
3419 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
3420 New functions to implement vc-status support.
3421
3422 * vc.el (vc-default-extra-status-menu)
3423 (vc-add-to-vc-status-buffer): New functions.
3424
3425 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3426 for eldoc and ielm.
3427
3428 2008-03-17 Glenn Morris <rgm@gnu.org>
3429
3430 * calendar/cal-x.el (diary-frame-parameters)
3431 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3432 Fix custom type; add options.
3433 (calendar-frame, diary-frame): Doc fixes.
3434 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
3435 new functions.
3436 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
3437 Use calendar-frame-1 and calendar-dedicate-diary.
3438 (calendar-one-frame-setup): Also handle only-one-frame case.
3439 (calendar-only-one-frame-setup): Doc fix. Just call
3440 calendar-one-frame-setup.
3441
3442 * calendar/diary-lib.el: Re-order some definitions before their use.
3443 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
3444 (diary-list-entries): Doc fixes.
3445 (make-fancy-diary-display): Remove function.
3446
3447 * calendar/calendar.el (calendar-today-marker)
3448 (initial-calendar-window-hook, today-visible-calendar-hook)
3449 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
3450 (calendar-star-date, calendar-mark-today): Doc fixes.
3451 (today-visible-calendar-hook): Add options.
3452 (calendar-in-read-only-buffer): New macro.
3453 (calendar-basic-setup): Adapt for change in calendar-read-date.
3454 Place holiday let inside if.
3455 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
3456 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
3457 (calendar-print-other-dates): Use one let rather than many.
3458
3459 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
3460 (calendar-print-other-dates):
3461 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3462 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
3463 * calendar/holidays.el (calendar-list-holidays, list-holidays)
3464 (calendar-cursor-holidays):
3465 * calendar/lunar.el (calendar-phases-of-moon): Use
3466 calendar-in-read-only-buffer to replace previous code and disable undo.
3467
3468 2008-03-16 Juri Linkov <juri@jurta.org>
3469
3470 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
3471 and regexp-search-ring-yank-pointer for the HISTPOS argument of
3472 read-from-minibuffer to provide the correct initial minibuffer
3473 history position in isearch-edit-string when it is called from
3474 isearch-ring-adjust.
3475
3476 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
3477 to check if the current buffer is the minibuffer, and in this case
3478 call abort-recursive-edit to kill the minibuffer. Doc fix.
3479 (kill-this-buffer-enabled-p): Allow this function to return non-nil
3480 when the current buffer is the minibuffer.
3481
3482 * simple.el (goto-line): Leave mark at previous position. Doc fix.
3483
3484 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
3485
3486 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3487 Use non-nil PARENTS attribute of make-directory instead of
3488 explicitly checking existence the current cache directory.
3489
3490 2008-03-16 Daiki Ueno <ueno@unixuser.org>
3491
3492 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
3493 M-x epa-file-select-keys.
3494
3495 2008-03-16 Kenichi Handa <handa@m17n.org>
3496
3497 * international/mule.el (auto-coding-alist):
3498 Use no-conversion-multibyte for archive files.
3499
3500 2008-03-16 Glenn Morris <rgm@gnu.org>
3501
3502 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
3503 New functions.
3504 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
3505 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
3506 Use calendar-mark-1.
3507 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
3508 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
3509 Use calendar-mark-complex.
3510 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
3511 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
3512 Use calendar-mark-1.
3513
3514 * calendar/calendar.el (calendar-mod): Remove.
3515 * calendar/cal-china.el (calendar-chinese-from-absolute)
3516 (calendar-chinese-date-string): Expand calendar-mod calls.
3517 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
3518 Expand calendar-mod calls.
3519
3520 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
3521 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3522 (diary-bahai-insert-yearly-entry): Use let rather than let*.
3523 Move obsolete aliases after the functions that replaced them.
3524
3525 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
3526 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
3527 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
3528 Use let rather than let*.
3529 (calendar-hebrew-prompt-for-date): New function.
3530 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
3531 (holiday-tisha-b-av-etc): Use unless, let.
3532
3533 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
3534 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
3535
3536 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
3537
3538 * calendar/calendar.el (calendar-for-loop): Add indent spec.
3539
3540 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
3541 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
3542 than concat.
3543 (diary): Remove un-needed let.
3544 (view-other-diary-entries): Rename argument.
3545 (diary-list-entries-2): New function.
3546 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
3547 (print-diary-entries): Use unless.
3548 (diary-mark-entries-1): Change argument order, make all but
3549 markfunc optional. Handle the standard (Gregorian) case.
3550 Use match-string-no-properties. Handle marks.
3551 (mark-diary-entries): Use diary-mark-entries-1.
3552 (diary-font-lock-keywords-1): New macro.
3553 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
3554
3555 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
3556
3557 * icalendar.el (icalendar-version): Increase to 0.18.
3558 (icalendar-export-hidden-diary-entries): New variable.
3559 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
3560 In case of error, insert full error-val.
3561 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
3562 Use calendar-day-of-week. Return the day number.
3563 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
3564
3565 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
3566
3567 * icalendar.el (icalendar-recurring-start-year): New variable.
3568 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
3569 (icalendar-export-region): Ignore hidden diary entries.
3570 (icalendar--convert-ordinary-to-ical): Fix case where event
3571 spans across midnight boundary.
3572 (icalendar-first-weekday-of-year): New function.
3573 (icalendar--convert-weekly-to-ical): Allow user-selectable start
3574 year for recurring events (Mozilla calendars do not propagate
3575 recurring events forever, so year 2000 start date was not working).
3576 (icalendar--convert-yearly-to-ical): Remove extra spaces in
3577 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
3578
3579 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * net/tramp.el (tramp-root-regexp): New defconst.
3582 (tramp-completion-file-name-regexp-unified)
3583 (tramp-completion-file-name-regexp-separate)
3584 (tramp-completion-file-name-regexp-url): Use it.
3585 (tramp-do-copy-or-rename-file-via-buffer):
3586 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
3587 t for `insert-file-contents-literally'.
3588 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
3589 Autoload it.
3590 (tramp-completion-file-name-handler-post-function): New defconst.
3591 (tramp-completion-file-name-handler): Use it.
3592 (tramp-maybe-open-connection): Update calls to
3593 `tramp-flush-connection-property' for removed 2nd argument.
3594
3595 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
3598 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
3599 New functions.
3600
3601 2008-03-15 Glenn Morris <rgm@gnu.org>
3602
3603 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
3604 New functions.
3605 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
3606 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3607 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3608 (diary-bahai-list-entries): Use diary-list-entries-1.
3609 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
3610 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
3611 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3612 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3613 (list-hebrew-diary-entries): Use diary-list-entries-1.
3614 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
3615 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
3616 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3617 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3618 (list-islamic-diary-entries): Use diary-list-entries-1.
3619 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
3620
3621 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
3622
3623 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
3624
3625 * calendar/cal-china.el (number-chinese-months)
3626 (calendar-chinese-from-absolute): Use nth, caar.
3627
3628 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
3629
3630 * calendar/cal-french.el (french-calendar-accents): Doc fix.
3631
3632 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
3633 (calendar-hebrew-month-name-array-leap-year)
3634 (hebrew-calendar-parashiot-names): Make constants.
3635 (diary-parasha): Move definition after constants it uses.
3636
3637 * calendar/cal-html.el (cal-html-insert-link-yearpage)
3638 (cal-html-htmlify-list): Doc fix.
3639 (cal-html-htmlify-entry): Use nth.
3640
3641 * calendar/cal-islam.el (calendar-islamic-month-name-array)
3642 (calendar-islamic-epoch): Make constants.
3643 (calendar-islamic-epoch): Doc fix.
3644
3645 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
3646
3647 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
3648 (cal-tex-month-name): Doc fix.
3649 (cal-tex-last-blank-p): Use zerop.
3650
3651 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
3652 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
3653 (calendar-cursor-to-date): Doc fix.
3654 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
3655 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
3656 (calendar-day-number): Use when.
3657 (generate-calendar-month): Use dotimes.
3658 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
3659 (calendar-set-mark): Reverse conditional.
3660 (calendar-make-alist): Move definition before use.
3661
3662 * calendar/diary-lib.el (diary-face-attrs)
3663 (diary-glob-file-regexp-prefix, diary-selective-display)
3664 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
3665 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
3666 (diary-anniversary, diary-cyclic)
3667 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
3668 (diary-header-line-format): Change wording.
3669 (diary-list-entries): Set `date-start' in let.
3670 (include-other-diary-files, mark-included-diary-files): Use format.
3671 (simple-diary-display, fancy-diary-display): Use cadr, unless.
3672 (mark-diary-entries): Use 1+.
3673 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
3674 (mark-calendar-month): Use dotimes.
3675
3676 * calendar/holidays.el (displayed-month, displayed-year):
3677 Move declarations where needed.
3678 (calendar-list-holidays): Doc fix.
3679
3680 * calendar/parse-time.el (parse-time-string): Simplify.
3681
3682 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
3683 Make constants.
3684 (solar-sunrise-sunset): Rename some local variables for clarity.
3685 (sunrise-sunset): Use zerop.
3686 (solar-mean-equinoxes/solstices): Doc fix.
3687
3688 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
3689 Use nth.
3690 (timeclock-completing-read, timeclock-generate-report): Use zerop.
3691 (timeclock-mean, timeclock-generate-report): Use dolist.
3692
3693 * calendar/todo-mode.el (todo-add-category): Simplify.
3694 (todo-more-important-p, todo-delete-item, todo-file-item):
3695 Use unless, when.
3696 (todo-top-priorities): Use zerop.
3697
3698 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
3699
3700 * buff-menu.el (list-buffers-noselect): Display buffer name in
3701 tooltip instead of mouse binding when it doesn't fit in the list.
3702
3703 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3704
3705 * faces.el (xw-defined-colors):
3706 * simple.el (widget-convert, shell-mode): Declare as functions
3707 instead of autoloading.
3708
3709 * abbrev.el:
3710 * button.el:
3711 * cus-face.el:
3712 * ediff-hook.el:
3713 * emacs-lisp/backquote.el:
3714 * emacs-lisp/timer.el:
3715 * facemenu.el:
3716 * faces.el:
3717 * menu-bar.el:
3718 * simple.el:
3719 * subr.el:
3720 * textmodes/fill.el:
3721 * textmodes/paragraphs.el: Remove autoloads, redundant when the
3722 files are preloaded.
3723
3724 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3725
3726 * desktop.el (desktop-create-buffer): Don't catch errors if
3727 debug-on-error is set.
3728
3729 2008-03-14 Eli Zaretskii <eliz@gnu.org>
3730
3731 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3732 ($(lisp)/calendar/diary-loaddefs.el)
3733 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3734 (LOADDEFS): New macro.
3735 (autoloads): Depend on $(LOADDEFS).
3736
3737 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3738
3739 * font-lock.el (featurep): Remove test, not useful anymore.
3740 (facemenu-keymap): Move key binding ...
3741 * facemenu.el (facemenu-keymap): ... here.
3742
3743 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
3744 for each file in the list.
3745 (vc-bzr-log-view-mode): Recognize the file marker.
3746
3747 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3748 for checkdoc and profiling.
3749
3750 2008-03-14 Bastien Guerry <bzg@altern.org>
3751
3752 * textmodes/flyspell.el (nxml-mode): Add the right
3753 `flyspell-mode-predicate'.
3754
3755 * wid-edit.el (link): Use 'mouse-face for :follow-link.
3756
3757 2008-03-14 Glenn Morris <rgm@gnu.org>
3758
3759 * calendar/solar.el: Reorder so that functions are defined before use.
3760 (displayed-month, displayed-year): Move declarations where needed.
3761 (solar-get-number): Move definition before use. Use unless.
3762 (solar-equatorial-coordinates): Simplify.
3763 (solar-sunrise-and-sunset): Use let rather than let*.
3764 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
3765
3766 * startup.el (command-line-1): Rename -internal-script back to
3767 -scriptload (reverts previous change).
3768
3769 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3770 (calendar-bahai-leap-base): Add doc strings.
3771 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
3772 Move definition before use.
3773 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
3774 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
3775 variables outside the loop. Use dolist.
3776 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
3777
3778 * calendar/cal-china.el: Re-order so that functions are defined before
3779 use.
3780 (displayed-month, displayed-year): Move declarations where needed.
3781 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
3782 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3783 Add doc strings.
3784 (chinese-year-cache): Recenter on 2010. Doc fix.
3785 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
3786 Doc fix. Simplify.
3787 (chinese-year-cache-init): New function.
3788 (compute-chinese-year, holiday-chinese-new-year)
3789 (calendar-chinese-date-string, calendar-goto-chinese-date)
3790 (make-chinese-month-assoc-list): Use cadr, nth.
3791 (chinese-months): Remove un-needed let.
3792
3793 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
3794 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
3795 (coptic-prompt-for-date): Move definition before use.
3796
3797 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3798 (calendar-dst-find-data, calendar-daylight-time-offset)
3799 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3800 (calendar-daylight-savings-starts-time)
3801 (calendar-daylight-savings-ends-time): Use cadr, nth.
3802
3803 * calendar/cal-french.el (french-calendar-epoch)
3804 (calendar-goto-french-date): Doc fix.
3805 (french-calendar-month-name-array)
3806 (french-calendar-multibyte-month-name-array)
3807 (french-calendar-day-name-array, french-calendar-special-days-array):
3808 Add doc strings.
3809
3810 * calendar/cal-hebrew.el (displayed-month, displayed-year)
3811 (original-date): Move declarations where needed.
3812 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
3813 Doc fix.
3814 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
3815 constant variables outside the loop. Use dolist.
3816
3817 * calendar/cal-islam.el (displayed-month, displayed-year)
3818 (original-date): Move declarations where needed.
3819 (islamic-calendar-day-number): Remove unused local variable `day'.
3820 (calendar-goto-islamic-date): Doc fix.
3821 (holiday-islamic): Use unless.
3822 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
3823 constant variables outside the loop. Use dolist.
3824 (mark-islamic-calendar-date-pattern): Move definition before use.
3825 Use unless.
3826 (mark-islamic-diary-entries): Doc fix.
3827 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3828 (insert-yearly-islamic-diary-entry): Use let rather than let*.
3829
3830 * calendar/cal-julian.el (calendar-absolute-from-julian):
3831 Move definition before use. Remove un-needed local `day'.
3832 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
3833
3834 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
3835 (calendar-mayan-tzolkin-names-array): Add doc strings.
3836 (calendar-mayan-long-count-from-absolute): Use a single let.
3837 (calendar-string-to-mayan-long-count): Simplify.
3838 (calendar-next-haab-date, calendar-previous-haab-date)
3839 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
3840 (calendar-previous-calendar-round-date)
3841 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
3842 Doc fix.
3843 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
3844 (calendar-mayan-date-string, calendar-print-mayan-date)
3845 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3846 (calendar-mayan-long-count-common-era): Move definitions before use.
3847
3848 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
3849 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
3850 Doc fix.
3851 (calendar-mouse-goto-date): Move definition before use.
3852
3853 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
3854 Move definition before use.
3855 (calendar-cursor-to-visible-date): Move definition before use.
3856 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
3857 and place inside the conditional.
3858 (calendar-forward-day): Simplify.
3859 (calendar-end-of-month): Use unless.
3860 (calendar-goto-day-of-year): Doc fix.
3861 Relocate obsolete aliases after their replacements.
3862
3863 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
3864
3865 * calendar/diary-lib.el (mark-diary-entries): Move some constant
3866 variables outside the diary-date-forms loop.
3867
3868 * calendar/calendar.el (diary-file): Doc fix.
3869 (calendar-buffer-list): Return buffers rather than strings (fixes
3870 previous change).
3871 (hebrew-holidays-4): Fix typo.
3872
3873 * calendar/holidays.el (displayed-month, displayed-year):
3874 Move declarations where needed.
3875 (calendar-holiday-list, calendar-list-holidays)
3876 (holiday-filter-visible-calendar): Move definitions before use.
3877 (list-holidays): Use cadr.
3878 Relocate obsolete aliases after their replacements.
3879
3880 * calendar/lunar.el (date, displayed-month, displayed-year):
3881 Move declarations where needed.
3882 (lunar-phase-list): Move definition after functions it uses.
3883 (calendar-phases-of-moon, diary-phases-of-moon)
3884 (lunar-new-moon-on-or-after): Use cadr, nth.
3885 (lunar-new-moon-on-or-after): Doc fix.
3886
3887 * textmodes/org-irc.el (top-level): CL not required when compiling.
3888 (org-irc-visit-erc): Replace runtime CL functions.
3889
3890 * textmodes/org-publish.el (declare-function): Add compatibility stub.
3891 (org-publish-delete-dups): Declare as function.
3892
3893 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3894
3895 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
3896 (vc-bzr-show-log-entry): Make regexp match more cases.
3897 (vc-diff-switches-list): Remove autoload, not needed.
3898
3899 2008-03-14 Juri Linkov <juri@jurta.org>
3900
3901 * isearch.el (isearch-edit-string): Remove one call to
3902 `isearch-push-state' not to push an inconsistent state,
3903 but keep another correct call to `isearch-push-state'.
3904 (isearch-ring-adjust): Call `isearch-push-state' only when
3905 `search-ring-update' is non-nil since `isearch-edit-string'
3906 already pushes its state.
3907 (isearch-message): Improve matching the failed part by checking
3908 if the original message starts with the last successful message.
3909
3910 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
3911 (dired-perm-write): Rename from `dired-warn-writable'.
3912 Change parent face from `font-lock-warning-face' to
3913 `font-lock-comment-delimiter-face'.
3914 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
3915 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
3916 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
3917 with `dired-perm-write-face'.
3918
3919 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
3920
3921 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3922 Create cache dir only if it doesn't already exist.
3923
3924 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
3927 of \ and '.
3928
3929 2008-03-13 Johan Bockgård <bojohan@gnu.org>
3930
3931 * net/browse-url.el (browse-url-text-xterm):
3932 Unquote browse-url-text-browser.
3933
3934 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
3935
3936 * textmodes/org-mouse.el: Version number change.
3937
3938 * textmodes/org-publish.el (org-publish-expand-components):
3939 Remove null projects from the list of components.
3940 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
3941 Remove unused retrieval of the :publishing-directory property.
3942 (org-publish-file): Bugfix: when using a relative directory as the
3943 publishing directory, convert it to a directory filename.
3944 (org-publish-project): New alias.
3945 (org-publish-get-files): Protect against empty p.
3946 (org-publish-file): Send an error when file is not part of any project.
3947 (org-publish-file): Offer to refresh the list of files in known
3948 project when the current file is not part of any project.
3949 (org-publish-before-export-hook)
3950 (org-publish-after-export-hook): New hooks.
3951 (org-publish-org-to): Use new hooks and kill buffers.
3952 (org-publish-file): Remove the code for killing buffers.
3953 (org-publish-initialize-files-alist): Use interactive.
3954 (org-publish-file): If the publishing function creates a new
3955 buffer, kill it after publishing.
3956 (org-publish-timestamp-filename): Protect ":" in file name path
3957 under windows.
3958
3959 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
3960 change that killed the LaTeX buffer.
3961
3962 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
3963 in the decision tree.
3964 (org-select-remember-template): Clean the code.
3965 (org-prepare-dblock): Add the extra :content parameter.
3966 (org-write-agenda): New output type ".ics" files.
3967 (org-write-agenda): Call `org-icalendar-verify-function', both for
3968 time stamps and for TODO entries.
3969 (org-agenda-collect-markers, org-create-marker-find-array)
3970 (org-check-agenda-marker-table): New functions.
3971 (org-agenda-marker-table): New variable.
3972 (org-export-as-html): Revert the change that killed the html
3973 buffer. Side effects first need to be studied carefully.
3974 (org-get-tags-at): Fix the structure of the condition-case statement.
3975 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
3976 (org-timestamp-change): Fix regulear expressions to swallow the
3977 extra character for repeat-shift control.
3978 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
3979 (org-get-legal-level): Alias to `org-get-valid-level'.
3980 (org-dblock-write:clocktable): Add a :link parameter, linking
3981 headlines to their location in the Org agenda files.
3982 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
3983 throwing an error when getting tags before headlines.
3984 (org-timestamp-change, org-modify-ts-extra)
3985 (org-ts-regexp1): Fix timestamp editing.
3986 (org-agenda-custom-commands-local-options): New constant.
3987 (org-agenda-custom-commands):
3988 Use `org-agenda-custom-commands-local-options' to improve customize
3989 type. "htmlize": Removed hack to fix face problem with htmlize,
3990 it no longer seem necessary.
3991 (org-follow-link-hook): New hook.
3992 (org-agenda-custom-commands): Add "Component" as a tag for each
3993 item in a command serie.
3994 (org-open-at-point): Run `org-follow-link-hook'.
3995 (org-agenda-schedule): Bugfix: don't display marker type when it
3996 is nil.
3997 (org-store-link): org-irc required.
3998 (org-set-regexps-and-options): Parse the new logging options.
3999 (org-extract-log-state-settings): New function.
4000 (org-todo): Handle the new ways of recording state change stuff.
4001 (org-local-logging): New function.
4002 (org-columns-open-link): Fix bug with opening link in column view.
4003 (org-local-logging): New function
4004 (org-todo): Make sure that LOGGING properties are honoured.
4005 (org-todo-keywords): Improve docstring.
4006 (org-startup-options): Cleanup startup options.
4007 (org-set-regexps-and-options): Process the "!" markers.
4008 (org-todo): Respect the new logging stuff.
4009 (org-log-note-how): New variable.
4010 (org-add-log-maybe): New parameter HOW that defines how logging
4011 should be done and also overrides PURPOSE. Add a docstring.
4012 (org-add-log-note): Check if we really need to ask for a note.
4013 (org-get-current-options): Digest the new keyword.
4014 (org-agenda-reset-markers): Rename from
4015 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
4016 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
4017 function, without force argument.
4018 (org-buffer-property-keys): Bind local variables s and p.
4019 (org-make-tags-matcher): Allow "" to match an empty or
4020 non-existent property value.
4021 (org-export-as-html): Join unsorted lists when they directly
4022 follow each other. Such lists may be created by headlines that
4023 are converted to lists.
4024 (org-nofm-to-completion): New function.
4025 (org-export-as-html): Use :html-extension instead of
4026 org-export-html-extension.
4027 (org-store-link): Support for links from `rmail-summary-mode'.
4028 (org-columns-new, org-complete, org-set-property): Set the
4029 `include-columns' argument in the call to
4030 `org-buffer-property-keys'.
4031 (org-buffer-property-keys): New argument `include-columns', to
4032 include properties expected by any of the COLUMS formats in the
4033 current buffer.
4034 (org-cleaned-string-for-export): Get rid of drawers first, so that
4035 they will be removed also in the text before the first headline.
4036 (org-clock-report): Show the clocktable when found.
4037 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
4038 (org-version): With prefix argument, insert `org-version' at point.
4039 (org-agenda-goto): Recenter the window after finding the target
4040 location, to make sure the correct position will be displayed.
4041 (org-agenda-get-deadlines): Don't scale priority with the warning
4042 period.
4043 (org-insert-heading): Don't break line in the middle of the line.
4044 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
4045 be 0.
4046 (org-update-checkbox-count): Revamp to deal with hierarchical
4047 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
4048 (org-remove-timestamp-with-keyword): New function.
4049 (org-schedule, org-deadline):
4050 Use `org-remove-timestamp-with-keyword' to make sure all such time
4051 stamps are removed.
4052 (org-mode): Support for `align'.
4053 (org-agenda-get-deadlines): Make sure priorities increase as the
4054 due date approaches and is passed.
4055 (org-remember-apply-template): Fix problem with tags that
4056 contain "_" or "@".
4057 (org-make-link-regexps): Improve the regular expression for plain links.
4058 (org-agenda-get-closed): List each clocking entry.
4059 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
4060 (org-special-ctrl-k): New option.
4061 (org-kill-line): New function.
4062 (org-archive-all-done): Fix incorrect number of stars in regexp.
4063 (org-refile-get-location): New function.
4064 (org-refile-goto-last-stored): New function.
4065 (org-global-tags-completion-table): Add the value of org-tag-alist
4066 in each buffer, to make sure that also unused tags will be
4067 available for completion.
4068 (org-columns-edit-value)
4069 (org-columns-next-allowed-value): Only update if not in agenda.
4070 (org-clocktable-steps): New function.
4071 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
4072 (org-archive-subtree): Add the outline tree context as a property.
4073 (org-closest-date): New optional argument `prefer'.
4074 (org-goto-auto-isearch): New option.
4075 (org-goto-map, org-get-location): Implement auto-isearch.
4076 (org-goto-local-auto-isearch-map): New variable.
4077 (org-goto-local-search-forward-headings)
4078 (org-goto-local-auto-isearch): New functions.
4079
4080 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
4081
4082 * textmodes/org-irc.el: New file.
4083
4084 2008-03-13 John Wiegley <johnw@gnu.org>
4085
4086 * textmodes/org-mac-message.el: New file.
4087
4088 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
4089
4090 * font-lock.el (font-lock-comment-face): Set the foreground for
4091 the light background 8 colors case.
4092
4093 2008-03-13 Glenn Morris <rgm@gnu.org>
4094
4095 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4096 generate-autoload-cookie patterns.
4097
4098 * startup.el (command-line-1): Rename -scriptload to -internal-script.
4099
4100 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
4101 (MH_E_SRC): Remove variable.
4102 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
4103 Simplify file header. Use $@ for generated-autoload-file.
4104
4105 * Makefile.in (LOADDEFS): New variable.
4106 (AUTOGENEL): Use $LOADDEFS.
4107 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
4108 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
4109 ($(lisp)/calendar/hol-loaddefs.el): New targets.
4110 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4111 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
4112 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4113 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4114 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
4115 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
4116 Add calendar-specific autoload cookies, and remove any setting of
4117 generated-autoload-file.
4118 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
4119 * calendar/diary-lib.el: Replace explicit autoloads with reading of
4120 diary-loaddefs.
4121 * calendar/holidays.el: Replace explicit autoloads with reading of
4122 hol-loaddefs.
4123
4124 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
4125 (calendar-buffer-list): Simplify.
4126 (generate-calendar-window): Use calendar-mark-holidays rather than
4127 obsolete alias.
4128
4129 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4130 Use cal-hebrew-yahrzeit-buffer.
4131
4132 * calendar/cal-x.el (calendar-only-one-frame-setup)
4133 (calendar-two-frame-setup): Doc fixes.
4134 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
4135
4136 * calendar/appt.el (appt-mode-string): Mark as risky.
4137 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
4138
4139 * calendar/cal-html.el (diary-list-entries):
4140 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
4141 (calendar-iso-from-absolute): Fix autoloads.
4142
4143 * calendar/cal-iso.el (calendar-absolute-from-iso)
4144 (calendar-iso-read-args): Simplify.
4145 (calendar-iso-date-string, calendar-iso-read-args)
4146 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
4147
4148 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
4149 (displayed-month, displayed-year): Move declarations where needed.
4150 (calendar-print-astro-day-number): Doc fix.
4151
4152 * calendar/cal-persia.el (persian-calendar-month-name-array)
4153 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
4154 (persian-prompt-for-date): Remove local variable `today'.
4155
4156 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
4157
4158 * calendar/solar.el (solar-moment, solar-exact-local-noon)
4159 (solar-sunrise-sunset, solar-sunrise-sunset-string)
4160 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
4161 (diary-sabbath-candles, solar-equinoxes/solstices)
4162 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
4163 (solar-time-equation, solar-date-to-et): Simplify.
4164
4165 * mail/supercite.el: Remove the `function' in `(function (lambda'.
4166 Replace `(car (cdr' with cadr'.
4167
4168 * progmodes/f90.el (f90-font-lock-n): New function.
4169 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
4170 Use f90-font-lock-n.
4171 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
4172
4173 * progmodes/f90.el (f90-mode-abbrev-table):
4174 * progmodes/fortran.el (fortran-mode-abbrev-table):
4175 Use newer form of define-abbrev, where supported. No need to bind
4176 abbrevs-changed for system abbrevs.
4177
4178 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
4181 delete-frame-functions.
4182
4183 * bookmark.el (Info-current-node): Remove.
4184
4185 2008-03-12 Juri Linkov <juri@jurta.org>
4186
4187 * help.el (describe-project): Remove defaliases for view-todo and
4188 describe-project that are now unnecessary after the merge from
4189 emacs--rel--22 that added define-obsolete-function-alias.
4190
4191 * startup.el (inhibit-startup-screen): Revert incomplete
4192 2008-03-10 merge from emacs--rel--22 that partly reverted
4193 2008-02-28 change that added initial message to *scratch* buffer
4194 regardless of the value of `inhibit-startup-screen'.
4195 Now keep this change in the trunk, but not in the 22 branch.
4196
4197 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * international/quail.el (quail-setup-completion-buf, quail-help):
4200 * mail/binhex.el (binhex-decode-region-internal):
4201 * mail/uudecode.el (uudecode-decode-region-internal):
4202 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4203 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4204 setting default-enable-multibyte-characters.
4205
4206 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
4207
4208 * comint.el: Fix up indentation and comment style. Remove `function'.
4209
4210 * international/mule-cmds.el (reset-language-environment)
4211 (set-language-environment-nonascii-translation):
4212 Don't set-unibyte-charset.
4213
4214 * doc-view.el: Remove all cb-args, use closures instead.
4215 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
4216 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
4217 doing an incorrect check). Update all callers to use the new name.
4218 (doc-view-doc->txt): Add missing `txt' argument.
4219
4220 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
4221
4222 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
4223 md5 sum calculation to single-byte.
4224
4225 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * doc-view.el (doc-view-new-window-function): Add assertion.
4228 (doc-view-doc-type): New var.
4229 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
4230 (doc-view-intersection): New fun.
4231 (doc-view-mode): Use it to set the new var.
4232
4233 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
4234
4235 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
4236 (doc-view-already-converted-p): New functions.
4237 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
4238 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
4239 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4240 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4241 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
4242 (doc-view-convert-current-doc): Don't hardwire the functions the
4243 sentinels call. Now they're provided by two args CALLBACK and
4244 CB-ARGS to the functions.
4245 (doc-view-search): Use doc-view-doc->txt.
4246 (doc-view-initiate-display): Use doc-view-already-converted-p.
4247 Mention new binding C-c C-t if doc-view-mode doesn't work.
4248
4249 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4250
4251 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
4252
4253 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4256 Mark " outside of tags as punctuation.
4257
4258 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * menu-bar.el (minibuffer-local-map): Use the same command for the
4261 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
4262 Prefer RET over C-j for exit-minibuffer.
4263
4264 * files.el (display-buffer-other-frame): Eliminate problematic code.
4265
4266 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
4267 (menu-bar-select-buffer): Remove.
4268 (menu-bar-select-frame): Make non-interactive and take a frame arg.
4269 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
4270
4271 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
4272
4273 * icomplete.el (icomplete-completions): Remove obsolete code.
4274
4275 * net/net-utils.el (iwconfig-program-options): Doc fix.
4276 (net-utils-run-program, run-network-program): Define as functions.
4277
4278 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4279
4280 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
4281
4282 2008-03-11 Glenn Morris <rgm@gnu.org>
4283
4284 * faces.el (mode-line-emphasis): New face.
4285 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
4286
4287 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
4288
4289 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
4290
4291 * simple.el (set-mark-command): Doc fix.
4292
4293 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
4296
4297 * emacs-lisp/autoload.el (autoload-find-destination):
4298 Don't force raw-text.
4299
4300 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
4301 * calendar/cal-loaddefs.el: Don't version control.
4302
4303 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4304
4305 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
4306 entries and add :help to the existing ones.
4307
4308 2008-03-10 Glenn Morris <rgm@gnu.org>
4309
4310 * calendar/cal-hebrew.el (date, entry, number): Move declarations
4311 to where they are needed.
4312
4313 * calendar/calendar.el (diary-file, hebrew-holidays-1)
4314 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4315 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
4316 (calendar-version): Doc fixes.
4317 (calendar-absolute-from-gregorian): Use zerop.
4318 (calendar-mode-line-format): Make it a defcustom.
4319
4320 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
4321 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
4322 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
4323 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
4324 (mark-included-diary-files, mark-calendar-days-named)
4325 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
4326 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
4327 (insert-monthly-diary-entry, insert-yearly-diary-entry)
4328 (insert-anniversary-diary-entry, insert-block-diary-entry)
4329 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
4330 (diary-font-lock-sexps): Doc fixes.
4331 (diary-remind-message, mark-calendar-month): Use zerop.
4332 (diary-attrtype-convert, diary-pull-attrs): Simplify.
4333 (diary-list-entries): Revert let to let* (previous change).
4334
4335 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
4336
4337 2008-03-10 Kim F. Storm <storm@cua.dk>
4338
4339 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
4340 function aliases for the old names.
4341
4342 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
4343
4344 * iswitchb.el (iswitchb-use-faces): Doc fix.
4345 (iswitchb-buffer-ignore, iswitchb-read-buffer):
4346 Fix typos in docstrings.
4347
4348 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4349
4350 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
4351 Fix typo.
4352 (verilog-type-font-keywords): Reindent.
4353
4354 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
4355
4356 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
4357 grouping-keyword regular expression.
4358 (verilog-font-lock-keywords): Allow users to toggle special
4359 highlight of grouping-keywords.
4360 (verilog-highlight-grouping-keywords): The toggle for special
4361 highlighting of grouping keywords.
4362
4363 2008-03-10 Juri Linkov <juri@jurta.org>
4364
4365 * startup.el: Revert 2008-02-28 change that adds initial message
4366 to *scratch* buffer regardless of the value of
4367 `inhibit-startup-screen'.
4368
4369 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4370
4371 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
4372 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
4373 * progmodes/verilog-mode.el (verilog-mode):
4374 * net/socks.el (socks):
4375 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
4376
4377 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4378
4379 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
4380 (doc-view-bookmark-make-record): Use them.
4381 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
4382 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
4383
4384 * bookmark.el (bookmark-make-record-function): Change expected return
4385 value to include a suggested bookmark name.
4386 (bookmark-make): Split into bookmark-make-record and bookmark-store.
4387 Fix reversed `overwrite' semantics.
4388 (bookmark-set): Call bookmark-make-record before prompting the user.
4389 Then pass the result to bookmark-store later on.
4390 (bookmark-make-name-function): Remove.
4391 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
4392 * info.el (bookmark-make-name-function): Remove.
4393 (Info-mode): Don't set it.
4394 (Info-bookmark-make-name): Remove.
4395 (Info-bookmark-make-record): Use Info-current-node as suggested default
4396 bookmark name.
4397
4398 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
4399 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
4400 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
4401 (bookmark-annotation-buffer, bookmark-annotation-file)
4402 (bookmark-annotation-point, bookmark-send-annotation)
4403 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
4404 (bookmark-edit-annotation-text-func): Rename from
4405 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
4406 (bookmark-edit-annotation-mode-map): Move initialization into
4407 declaration.
4408
4409 * bookmark.el: Remove spurious * in docstrings.
4410 (bookmark-minibuffer-read-name-map): New var.
4411 (bookmark-set): Use it. Also pass the default value as it should.
4412 (bookmark-send-edited-annotation): Take no chances with text properties.
4413 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
4414 (bookmark-insert-buffer-name): Remove.
4415 (bookmark-buffer-file-name): Signal an error rather than returning nil.
4416
4417 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
4418
4419 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
4420
4421 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
4422
4423 * diff-mode.el (diff-mode-menu): Add :help.
4424
4425 2008-03-09 Glenn Morris <rgm@gnu.org>
4426
4427 * calendar/calendar.el (general-holidays, oriental-holidays)
4428 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
4429 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
4430 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
4431 (calendar-holidays): Restore autoload cookies, because people are
4432 used to using these variables without loading calendar.el.
4433
4434 * calendar/cal-islam.el (diary-islamic-date): Move to end.
4435 (date, number): Declare where needed.
4436
4437 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
4438 (list-sexp-diary-entries): Doc fixes.
4439 (diary-list-entries): Doc fix. Remove free variable `entry'.
4440 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
4441 Simplify setting of `date-holiday-list'.
4442 (mark-diary-entries): Remove free variable `entry'.
4443 (diary-list-entries, include-other-diary-files, fancy-diary-display):
4444 Use let where let* is not needed.
4445
4446 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
4449 make-record function, instead paste it in afterwards.
4450 (bookmark-make-record-for-text-file):
4451 * doc-view.el (doc-view-bookmark-make-record):
4452 * info.el (Info-bookmark-make-record): Don't mess with annotations.
4453
4454 2008-03-08 Glenn Morris <rgm@gnu.org>
4455
4456 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
4457
4458 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * calendar/diary-lib.el (diary-list-entries)
4461 (include-other-diary-files, mark-diary-entries)
4462 (mark-sexp-diary-entries, mark-included-diary-files)
4463 (diary-entry-time, list-sexp-diary-entries): Remove the special
4464 handling of ^M that dates back to the use of selective-display.
4465 (simple-diary-display): Obey setting of pop-up-frames.
4466 (body, entry): Remove unnecessary declarations.
4467
4468 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
4469 (bookmark-get-annotation, bookmark-set-annotation)
4470 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4471 (bookmark-set-position, bookmark-get-front-context-string)
4472 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4473 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
4474 * info.el (Info-bookmark-make-record): Don't bother recording point.
4475 (bookmark-get-filename, bookmark-get-front-context-string)
4476 (bookmark-get-rear-context-string, bookmark-get-position):
4477 Don't declare any more.
4478 (bookmark-get-info-node): Remove.
4479 (bookmark-prop-get): Declare.
4480 (Info-bookmark-jump): Use it.
4481
4482 2008-03-08 Johan Bockgård <bojohan@gnu.org>
4483
4484 * subr.el (while-no-input): Don't splice BODY directly into the
4485 `or' form.
4486
4487 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
4488
4489 * diff-mode.el (diff-ignore-whitespace-hunk):
4490 Bind inhibit-read-only before trying to change the buffer.
4491
4492 2008-03-08 Glenn Morris <rgm@gnu.org>
4493
4494 * calendar/appt.el (appt): Move custom group here from calendar.el.
4495 (appt-disp-window, appt-convert-time): Doc fixes.
4496
4497 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
4498 (calendar-bahai-mark-date-pattern):
4499 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
4500 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
4501 * calendar/cal-julian.el (calendar-absolute-from-julian):
4502 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
4503
4504 * calendar/cal-china.el (chinese-calendar): Move custom group here from
4505 calendar.el.
4506 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4507 Make constants.
4508 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4509 (chinese-calendar-daylight-savings-starts)
4510 (chinese-calendar-daylight-savings-ends)
4511 (chinese-calendar-daylight-savings-starts-time)
4512 (chinese-calendar-daylight-savings-ends-time)
4513 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
4514 Doc fixes.
4515
4516 * calendar/cal-coptic.el (coptic-name): Add doc string.
4517
4518 * calendar/cal-french.el (french-calendar-month-name-array)
4519 (french-calendar-day-name-array, french-calendar-special-days-array):
4520 Add doc strings.
4521
4522 * calendar/cal-bahai.el (diary-bahai-mark-entries)
4523 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4524 (diary-bahai-insert-yearly-entry):
4525 * calendar/cal-dst.el (calendar-next-time-zone-transition)
4526 (calendar-time-zone):
4527 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
4528 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
4529 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
4530 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
4531 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
4532 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
4533 (list-islamic-diary-entries, mark-islamic-diary-entries)
4534 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4535 (insert-yearly-islamic-diary-entry):
4536 * calendar/cal-iso.el (calendar-iso-read-args):
4537 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4538 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
4539 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4540 (calendar-next-calendar-round-date)
4541 (calendar-mayan-long-count-common-era):
4542 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
4543 (cal-menu-x-popup-menu, calendar-mouse-holidays)
4544 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
4545 (calendar-mouse-goto-date):
4546 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4547 * calendar/holidays.el (holidays):
4548 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
4549 * calendar/time-date.el (date-to-time, time-subtract, time-add)
4550 (safe-date-to-time): Doc fixes.
4551
4552 * calendar/cal-persia.el (persian-calendar-month-name-array)
4553 (persian-calendar-epoch): Make constants.
4554
4555 * calendar/cal-tex.el (calendar-tex): Move custom group here from
4556 calendar.el.
4557
4558 * calendar/cal-x.el (diary-frame-parameters)
4559 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
4560 (calendar-after-frame-setup-hooks): Make defcustoms.
4561 (calendar-one-frame-setup, calendar-only-one-frame-setup)
4562 (calendar-two-frame-setup): Doc fix.
4563
4564 * calendar/cal-loaddefs.el: New file.
4565
4566 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4567 * calendar/cal-french.el, calendar/cal-html.el:
4568 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4569 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4570 * calendar/cal-tex.el, calendar/cal-x.el:
4571 Unquote lambda functions. Add autoload cookies to functions formerly
4572 autoloaded in calendar.el. Set `generated-autoload-file' to
4573 "cal-loaddefs.el".
4574
4575 * calendar/calendar.el: Move many autoloads to separate file,
4576 cal-loaddefs.el. Move defcustoms to start and re-order.
4577 (calendar-month-name-array, calendar-starred-day): No need to
4578 declare for compiler.
4579 (cal-loaddefs): Require it.
4580 (appt, chinese-calendar, calendar-tex): Move custom groups to the
4581 appropriate file.
4582 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
4583 Reverse logic.
4584 (diary-face, diary-file-name-prefix-function, diary-include-string)
4585 (diary-glob-file-regexp-prefix, diary-face-attrs)
4586 (diary-file-name-prefix, sexp-diary-entry-symbol)
4587 (print-diary-entries-hook, list-diary-entries-hook)
4588 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4589 (nongregorian-diary-marking-hook, diary-list-include-blanks):
4590 Move to diary-lib.
4591 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4592 (all-bahai-calendar-holidays): Doc fix.
4593 (calendar-insert-indented): Doc fix. Use when rather than if.
4594 (exit-calendar): Use mapc rather than mapcar.
4595 (calendar-cursor-to-date): Use zerop.
4596 (calendar-mark-ring): Add doc-string.
4597 (calendar-starred-day): Defvar it.
4598 (calendar-mode): Make calendar-starred-day local.
4599 (calendar-star-date): No need to make calendar-starred-day local.
4600
4601 * calendar/diary-lib.el: Move defcustoms to start.
4602 (diary-include-string, diary-list-include-blanks)
4603 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
4604 (diary-file-name-prefix, diary-file-name-prefix-function)
4605 (sexp-diary-entry-symbol, list-diary-entries-hook)
4606 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
4607 (nongregorian-diary-marking-hook, print-diary-entries-hook):
4608 Move here from calendar.el.
4609 (diary-file-name-prefix-function): Use 'identity.
4610 (diary-face): Make it a defcustom, and mark as obsolete.
4611 (top-level): No need to require cal-hebrew, cal-islam when compiling.
4612 (calendar-hebrew-month-name-array-leap-year)
4613 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
4614 Define for compiler.
4615 (diary-font-lock-keywords): Use format rather than concat.
4616 Add bahai-diary-entry-symbol.
4617
4618 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
4619 * calendar/solar.el: Unquote lambda functions.
4620
4621 * calendar/solar.el (calendar-location-name, calendar-latitude)
4622 (calendar-longitude, solar-setup, solar-sin-degrees)
4623 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
4624 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
4625 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
4626 (solar-exact-local-noon, solar-julian-ut-centuries)
4627 (solar-ephemeris-time, solar-date-next-longitude)
4628 (solar-horizontal-coordinates, solar-equatorial-coordinates)
4629 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
4630 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
4631 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
4632 Doc fixes.
4633 (solar-horizontal-coordinates, solar-equatorial-coordinates)
4634 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
4635 (solar-ecliptic-coordinates): Use unless.
4636 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
4637 Use or.
4638
4639 * calendar/timeclock.el: Add doc-strings to all functions.
4640 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
4641 (timeclock-entry-list-length, timeclock-entry-list-projects)
4642 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
4643
4644 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
4645
4646 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
4647 (org-get-entries-from-diary): Require diary-lib.
4648
4649 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
4650
4651 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
4652 Pacify byte-compiler.
4653
4654 2008-03-07 Alan Mackenzie <acm@muc.de>
4655
4656 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
4657 paren/bracket pairs parsed, to solve performance problem.
4658
4659 2008-03-07 Bastien Guerry <bzg@altern.org>
4660
4661 * bookmark.el (bookmark-set): Don't check for
4662 `bookmark-make-name-function' since `bookmark-buffer-file-name'
4663 already takes care of this.
4664 (bookmark-buffer-name, bookmark-buffer-file-name):
4665 Remove Info-mode specific code.
4666
4667 * info.el (bookmark-get-info-node): Define this function in
4668 info.el, not in bookmark.el.
4669 (Info-mode): Set `bookmark-make-name-function' to
4670 `Info-bookmark-make-name' locally.
4671 (Info-bookmark-make-name): New function.
4672
4673 * bookmark.el (bookmark-make-name-function): New variable.
4674
4675 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4676
4677 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4678 buffer-local, not `bookmark-make-cell-function' (the old name).
4679
4680 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
4681
4682 * doc-view.el (doc-view-bookmark-make-record):
4683 * image-mode.el (image-bookmark-make-record):
4684 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
4685
4686 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
4687
4688 * vc.el (vc-status-menu-map-filter): Return orig-binding if
4689 boundp 'vc-ignore-menu-filter.
4690 (vc-status-tool-bar-map): Make it defvar.
4691 (vc-status-mode): vc-status-tool-bar-map now variable.
4692 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
4693
4694 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4695
4696 Give a better name to part of the bookmark interface.
4697
4698 This was originally a much larger change, but halfway through I
4699 updated and discovered that Stefan Monnier had done the rest.
4700 It looks like he anticipated the new name too, because he used
4701 `the-record' instead of `the-cell' for some internal variable names.
4702
4703 * bookmark.el (bookmark-make-record-function): Was
4704 `bookmark-make-cell-function'.
4705 (bookmark-make, bookmark-send-annotation): Update for above.
4706 (bookmark-make-record-for-text-file):
4707 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4708
4709 * info.el: Adjust accordingly.
4710 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
4711
4712 * image-mode.el: Adjust accordingly.
4713 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
4714
4715 * doc-view.el: Adjust accordingly.
4716 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
4717
4718 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4719
4720 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4721 Move initialization into declaration.
4722 (bookmark-get-info-node, bookmark-set-info-node): Remove.
4723 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
4724 (bookmark-info-current-node): Remove.
4725 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
4726 Add relocation fallback. Set bookmark-current-bookmark.
4727 (bookmark-default-handler): Rename from bookmark-jump-noselect.
4728 Remove relocation fallback. Don't set bookmark-current-bookmark.
4729 (bookmark-set): Let it be used even if there's no buffer-file-name
4730 as long as there is a bookmark-make-cell-function.
4731 * info.el (Info-bookmark-jump): Remove relocation fallback.
4732 Don't set bookmark-current-bookmark.
4733
4734 2008-03-07 Glenn Morris <rgm@gnu.org>
4735
4736 * calendar/appt.el (appt-issue-message)
4737 (appt-message-warning-time, appt-audible, appt-visible)
4738 (appt-msg-window, appt-display-mode-line, appt-display-duration)
4739 (appt-display-diary): Remove autoload cookies.
4740
4741 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
4742 Remove leading `*' from defcustom doc-strings.
4743
4744 * calendar/cal-dst.el (calendar-dst): New custom group.
4745 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
4746 (calendar-time-zone, calendar-daylight-time-offset)
4747 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4748 (calendar-daylight-savings-starts-time)
4749 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
4750 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
4751 Move to start.
4752
4753 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
4754
4755 * calendar/calendar.el (calendar-version): Use emacs-version and
4756 make it obsolete. Move to end.
4757 (calendar-offset, view-diary-entries-initially)
4758 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
4759 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
4760 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4761 (all-bahai-calendar-holidays, calendar-load-hook)
4762 (initial-calendar-window-hook, today-visible-calendar-hook)
4763 (today-invisible-calendar-hook, calendar-move-hook)
4764 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
4765 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
4766 (diary-include-string, sexp-diary-entry-symbol)
4767 (abbreviated-calendar-year, american-date-diary-pattern)
4768 (european-date-diary-pattern, european-calendar-display-form)
4769 (american-calendar-display-form, print-diary-entries-hook)
4770 (list-diary-entries-hook, diary-hook, diary-display-hook)
4771 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4772 (nongregorian-diary-marking-hook, diary-list-include-blanks)
4773 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
4774 (local-holidays, other-holidays, hebrew-holidays-1)
4775 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4776 (hebrew-holidays, christian-holidays, islamic-holidays)
4777 (bahai-holidays, solar-holidays, calendar-setup)
4778 (calendar-week-start-day): Remove autoload cookies.
4779 (diary-glob-file-regexp-prefix): Doc fix.
4780 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
4781 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
4782 (calendar-week-start-day, calendar-debug-sexp): Move to start.
4783
4784 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
4785 (calendar-time-display-form, calendar-latitude)
4786 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
4787 cookies.
4788 (calendar-latitude, calendar-longitude): Move functions after
4789 variables.
4790 (diary-sabbath-candles-minutes): Move to start.
4791 (solar-setup): Use or rather than if.
4792 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
4793 Remove condition-case.
4794 (solar-atn2): Use zerop.
4795 (solar-equinoxes-solstices): Doc fix.
4796
4797 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
4798 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
4799
4800 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
4801 (calendar-longitude, calendar-latitude, calendar-location-name):
4802 Declare for compiler.
4803
4804 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * arc-mode.el (archive-ar-file-header-re): New const.
4807 (archive-ar-summarize, archive-ar-extract): New funs.
4808 (archive-find-type): Recognize ar archives.
4809
4810 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
4811 New functions.
4812
4813 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
4814
4815 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
4816
4817 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4818 Replace :enable (mark-active) with :enable mark-active.
4819
4820 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * vms-patch.el (make-legal-file-name): New obsolete alias.
4823 (make-valid-file-name): Rename from `make-legal-file-name'.
4824 (make-auto-save-file-name): Use it.
4825
4826 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
4827 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
4828 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
4829
4830 * textmodes/org.el (org-export-html-style): Doc fix.
4831 (org-get-legal-level): New obsolete alias.
4832 (org-get-valid-level): Rename from `org-get-legal-level'.
4833 (org-promote, org-demote, org-archive-subtree)
4834 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
4835
4836 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
4837
4838 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
4839
4840 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
4841 (vc-status-toggle-mark): New functions.
4842 (vc-status-mode): Set tool bar map.
4843
4844 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
4847 Reported by Drew Adams <drew.adams@oracle.com>.
4848
4849 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4850
4851 * subr.el (read-quoted-char): Resolve modifers of the character
4852 event.
4853
4854 * comint.el (comint-exec-1): Don't change the coding-system for
4855 decoding to dos-like EOL.
4856 (comint-carriage-motion): Fully rewrite.
4857
4858 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
4859
4860 * epg.el (epg-context-include-certs): Reflow docstring.
4861 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
4862 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
4863 (epg-context-set-signers, epg-context-set-sig-notations)
4864 (epg-make-import-status, epg-make-import-result)
4865 (epg-start-delete-keys): Fix typos in docstrings.
4866 (epg-start-sign-keys, epg-sign-keys):
4867 Fix typos in obsolescence declarations.
4868
4869 * iswitchb.el: Don't check for `cadr' and `last'.
4870 (iswitchb-define-mode-map, iswitchb-default-keybindings):
4871 Add obsolescence declaration and remove redundant info from docstring.
4872 (iswitchb-set-common-completion, iswitchb-set-matches)
4873 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
4874 (recentf-list, most-len, most-is-exact):
4875 Don't wrap defvars within `eval-when-compile'.
4876
4877 2008-03-05 Glenn Morris <rgm@gnu.org>
4878
4879 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4880 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4881 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
4882 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
4883 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
4884
4885 * ediff-hook.el (ediff-window-setup-function): Don't autoload
4886 declaration for compiler.
4887 (ediff-xemacs-init-menus): Use when rather than if.
4888
4889 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
4890 if+and to just and.
4891 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
4892 (ediff-delete-overlay): Move the XEmacs test inside the definition.
4893
4894 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
4895
4896 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
4897 test inside XEmacs test.
4898 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
4899 since it was doing nothing on Emacs.
4900 (ediff-make-bullet-proof-overlay): Use when rather than if.
4901
4902 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
4903 (ediff-setup-control-frame): Remove
4904 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
4905 a (featurep 'xemacs) test.
4906
4907 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
4908
4909 * calc/calc-ext.el (calc-extended-command-history): New variable.
4910 (calc-exectute-extended-command): Use `calc-extended-command-history'.
4911
4912 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
4913
4914 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
4915 (standard-mode-line-position): Add mouse-face.
4916
4917 * progmodes/compile.el (compilation-menu-map):
4918 (compilation-mode-map):
4919 * progmodes/grep.el (grep-mode-map): Add :help.
4920
4921 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
4922 initialize in one step. Add :help. Use :enable to activate menu
4923 items. Show the key binding for edebug-defun.
4924 (lisp-interaction-mode-map): Add a menu.
4925
4926 * term.el (term-mode-map): Define and initialize in one step.
4927
4928 * ediff-init.el (ediff-color-display-p): Simplify.
4929 (Xor): Remove unused function.
4930 (ediff-with-syntax-table): Simplify for Emacs.
4931
4932 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
4933 menu-bar being loaded, it always is.
4934
4935 2008-03-05 Glenn Morris <rgm@gnu.org>
4936
4937 * textmodes/tex-mode.el (tex-mode): Suppress warning about
4938 multiple definitions when compiling.
4939
4940 2008-03-04 Alan Mackenzie <acm@muc.de>
4941
4942 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
4943
4944 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
4945 doc-string, "c-old-LEN" -> "c-old-END".
4946
4947 2008-03-04 Jason Rumney <jasonr@gnu.org>
4948
4949 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
4950 namespaces.
4951
4952 2008-03-04 Glenn Morris <rgm@gnu.org>
4953
4954 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
4955
4956 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
4957 than mapcar.
4958
4959 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4960
4961 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4962 (byte-compile-nilconstp): Can't use recursion in a defsubst.
4963
4964 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
4965 so that M-q can fill comments.
4966 (tex-executable-exists-p, tex-compile): Extend with special syntax for
4967 commands implemented in elisp.
4968 (tex-compile-commands): Add an entry to use doc-view for pdf files.
4969 (tex-format-cmd): New function.
4970 (tex-compile): Use it to let the user specify default arguments.
4971 (tex-cmd-bibtex-args): New var.
4972 (tex-cmd-doc-view): New function.
4973
4974 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
4975
4976 * faces.el (face-spec-set): Fix typos in docstring.
4977
4978 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4979
4980 * bindings.el (mode-line-column-line-number-mode-map): New variable.
4981 (standard-mode-line-position): Use it to add a menu for toggling
4982 column number and line number display.
4983
4984 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4987 Remove optimization that was working around the form-code-walker bug.
4988
4989 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4990 Walk into the body of lambdas after byte-compile-unfold-lambda.
4991
4992 2008-03-03 Glenn Morris <rgm@gnu.org>
4993
4994 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
4995 value, if set, over frame value.
4996
4997 * simple.el (transient-mark-mode): Don't turn on by default.
4998
4999 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
5000 accidentally removed by the 2007-12-05 merge from Gnus.
5001
5002 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
5003
5004 * progmodes/compile.el (compilation-menu-map): Add menu entries
5005 for useful options.
5006
5007 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
5008 Glenn Morris <rgm@gnu.org>
5009
5010 * emacs-lisp/bytecomp.el (byte-recompile-directory)
5011 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
5012 Give a `bytecomp-' prefix to local variables with common names.
5013
5014 2008-03-01 Glenn Morris <rgm@gnu.org>
5015
5016 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
5017 code commented out 2007-11-10.
5018
5019 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
5020
5021 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5022 Delete macro.
5023 * emulation/viper-cmd.el, emulation/viper-ex.el:
5024 * emulation/viper-init.el, emulation/viper-keym.el:
5025 * emulation/viper-mous.el, emulation/viper-util.el:
5026 * emulation/viper.el:
5027 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
5028 featurep test.
5029
5030 Replace obselete frame-local variables with frame-parameters.
5031 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
5032 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
5033 (viper-vi-state-cursor-color): Only call make-variable-frame-local
5034 on XEmacs.
5035 * emulation/viper-util.el (viper-frame-value): New macro.
5036 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
5037 (viper-R-state-post-command-sentinel)
5038 (viper-replace-state-post-command-sentinel)
5039 (viper-change-state-to-insert, viper-change-state-to-emacs):
5040 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
5041 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
5042 (viper-get-saved-cursor-color-in-insert-mode)
5043 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
5044 Use viper-frame-value for viper-replace-overlay-cursor-color,
5045 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
5046 viper-vi-state-cursor-color values.
5047
5048 * emulation/viper-cmd.el (zmacs-region-stays):
5049 * emulation/viper-util.el (zmacs-region-stays): No need to define
5050 for compiler.
5051
5052 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
5053 mapcar on Emacs.
5054
5055 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
5056 on XEmacs.
5057
5058 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
5059 rather than if.
5060
5061 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5062
5063 * whitespace.el: New version 9.3. As the glyph code generation was
5064 fixed, it is possible now to use character code above ?\x1FFFF in the
5065 display table. Fix `whitespace-indentation-regexp' to not include an
5066 extra ending character. Reported by Michael Welsh Duggan
5067 <mwd@cert.org>. Added hook actions when buffer is written or killed as
5068 the original whitespace package had. Suggested by Eric Cooper
5069 <ecc@cmu.edu>. Doc fix.
5070 (whitespace-action): New option.
5071 (whitespace-display-mappings): Changed default newline visualization to
5072 display downwards arrow, as the glyph code generation was fixed.
5073 (whitespace-unload-function): Assure that all local whitespace mode is
5074 turned off.
5075 (whitespace-global-modes): Fix type customization.
5076 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
5077 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5078 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
5079 Fix code.
5080 (whitespace-buffer): Command removed.
5081 (whitespace-trailing-regexp, whitespace-mark-x)
5082 (whitespace-display-window, whitespace-action-when-on)
5083 (whitespace-add-local-hook, whitespace-remove-local-hook)
5084 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
5085 (whitespace-action): New funs.
5086 (whitespace-report-list, whitespace-report-text)
5087 (whitespace-report-buffer-name): New consts.
5088 (whitespace-report, whitespace-report-region): New commands.
5089
5090 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5091
5092 * disp-table.el (make-glyph-code): Don't test the result of
5093 `face-id', which already signals an error for invalid faces.
5094 (glyph-face): Simplify.
5095
5096 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
5097 running `desktop-not-loaded-hook' to allow modifying it.
5098 Don't show warning message if `desktop-dirname' was modified.
5099
5100 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
5103 we still expect more lines.
5104
5105 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
5106 comment-paragraph filling if the commark doesn't match
5107 comment-start-skip.
5108
5109 2008-03-01 Daiki Ueno <ueno@unixuser.org>
5110
5111 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
5112 the `imap' variant.
5113
5114 2008-03-01 Jason Rumney <jasonr@gnu.org>
5115
5116 * files.el (make-auto-save-file-name): Encode more characters in
5117 non-file buffer names. Use url-encoding.
5118
5119 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5120
5121 * net/net-utils.el (ftp-program): Fix typo in docstring.
5122 (ifconfig-program-options, netstat-program-options)
5123 (arp-program-options, route-program-options, nslookup-program-options)
5124 (ftp-program-options, smbclient-program-options)
5125 (dns-lookup-program-options, arp, route): Doc fixes.
5126
5127 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
5128 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
5129 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
5130 Fix typos in docstrings.
5131 (gdb-pending-triggers): Reflow docstring.
5132 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
5133
5134 2008-03-01 Alan Mackenzie <acm@muc.de>
5135
5136 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
5137 typing "#" at EOB.
5138
5139 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5140
5141 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
5142
5143 2008-02-29 Kim F. Storm <storm@cua.dk>
5144
5145 * emulation/cua-base.el (cua-remap-control-v)
5146 (cua-remap-control-z): New defcustoms.
5147 (cua-mode): Add them to set-after property.
5148 (cua--init-keymaps): Use them.
5149 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
5150
5151 * help.el (view-emacs-todo): Rename from view-todo.
5152 (describe-gnu-project): Rename from describe-project. Users changed.
5153 (view-help-file): New helper function.
5154 (describe-distribution, describe-copying, describe-gnu-project)
5155 (view-todo, view-order-manuals, view-emacs-problems): Use it.
5156 (view-emacs-debugging, view-external-packages): New commands.
5157 (help-map): Move describe-distribution to C-h C-o (ordering).
5158 Move view-emacs-problems to C-h C-p (problems).
5159 Bind view-emacs-debugging to C-h C-d (debugging).
5160 Bind view-external-packages to C-h C-e (extras).
5161 (help-for-help-internal): Cleanup and align descriptions.
5162 Remove command names to reduce clutter.
5163
5164 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5165
5166 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
5167 and quieter face (not a warning).
5168
5169 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
5170
5171 * vc.el (vc-status-crt-marked): New variable.
5172 (vc-status-mode): Make it local.
5173 (vc-status-refresh): Use it to save the marked files.
5174 (vc-update-vc-status-buffer): Use it to restore the marked files.
5175
5176 * vc-svn.el (vc-svn-after-dir-status):
5177 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
5178
5179 2008-02-29 Glenn Morris <rgm@gnu.org>
5180
5181 * allout.el (allout-topic-encryption-bullet)
5182 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5183 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
5184 from 22.0 to 22.1.
5185
5186 * net/imap.el (imap-ping-server):
5187 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
5188 Change defcustom :version from 23.0 to 23.1.
5189
5190 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
5191
5192 * desktop.el (desktop-save): Save the buffer name if the
5193 uniquified base name is empty.
5194
5195 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5196
5197 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
5198 correctly when user has "set print address off".
5199
5200 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
5201
5202 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
5203 version number of the next major Emacs release, not 23.0.
5204
5205 * longlines.el (longlines-unload-function): New function.
5206
5207 2008-02-28 Juri Linkov <juri@jurta.org>
5208
5209 * startup.el (normal-splash-screen): Add argument `concise'.
5210 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
5211 to the created buffer. If `concise' is non-nil, call
5212 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
5213 (display-startup-screen): Add argument `concise' to the call to
5214 `normal-splash-screen'.
5215
5216 2008-02-28 Kim F. Storm <storm@cua.dk>
5217
5218 * startup.el (startup-echo-area-message): Check for about-emacs.
5219
5220 2008-02-28 Juri Linkov <juri@jurta.org>
5221
5222 * startup.el: Always add initial message to *scratch* buffer if
5223 `initial-scratch-message' is non-nil regardless of the value of
5224 `inhibit-startup-screen'.
5225 (inhibit-startup-screen, initial-scratch-message): Doc fix.
5226 (command-line-1): Move code that inserts `initial-scratch-message'
5227 up before the if-form that checks for `inhibit-startup-screen'.
5228 Suggested by Jonathan Rockway <jon@jrock.us>.
5229
5230 2008-02-28 Juri Linkov <juri@jurta.org>
5231
5232 * cus-edit.el (custom-mode-map, custom-mode-link-map):
5233 Rename `custom-mode' to `Custom-mode' in docstrings.
5234 (custom-buffer-create-internal, customize-browse):
5235 Rename `custom-mode' to `Custom-mode'.
5236 (custom-mode-hook): Rename to `Custom-mode-hook'.
5237 (Custom-mode-hook): Renamed from `custom-mode-hook'.
5238 (custom-mode): Rename to `Custom-mode'.
5239 (Custom-mode): Renamed from `custom-mode'. Doc fix.
5240 (custom-mode): Add backward-compatible non-interactive variant of
5241 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
5242 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
5243
5244 * info-look.el: Rename `custom-mode' to `Custom-mode'.
5245
5246 * emulation/viper.el (viper-emacs-state-mode-list):
5247 Rename `custom-mode' to `Custom-mode'.
5248
5249 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
5250 Capitalize "Tagged Files".
5251 (minibuffer-local-map): Add menu items for next/previous
5252 history elements and isearch history forward/backward.
5253
5254 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
5255 `hs-isearch-open' with t instead of `comment' in :selected
5256 for "Code and Comment blocks" menu item.
5257
5258 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * uniquify.el (uniquify-buffer-base-name): Undo last change.
5261 Should be done in desktop.el instead.
5262
5263 2008-02-28 Glenn Morris <rgm@gnu.org>
5264
5265 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
5266
5267 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
5268
5269 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
5270 (Info-menu, Info-goto-node): Remove declarations.
5271 (report-emacs-bug-info): Use info rather than Info-goto-node.
5272
5273 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
5274 (idlwave-convert-xml-system-routine-info): Don't require xml.
5275 (idlwave-show-commentary, idlwave-shell-show-commentary):
5276 Don't require finder.
5277 (idlwave-info): Don't require info. Use info rather than
5278 Info-goto-node.
5279
5280 * textmodes/org.el (Info-goto-node): Remove declaration.
5281 (org-info): Use info rather than Info-goto-node.
5282
5283 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
5284 (reftex-info): Don't require info. Use info rather than Info-goto-node.
5285
5286 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
5287
5288 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
5289 the menu.
5290
5291 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
5292 (vc-finish-logentry): Check for vc-status-mode, not only for
5293 vc-dired-mode.
5294
5295 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
5296
5297 * isearch.el (isearch-printing-char): Don't check
5298 keyboard-coding-system.
5299 Call isearch-process-search-multibyte-characters only when
5300 current-input-method is non-nil.
5301
5302 2008-02-27 Kim F. Storm <storm@cua.dk>
5303
5304 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
5305 (glyph-char, glyph-face): Handle cons encoding.
5306
5307 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
5308
5309 * uniquify.el (uniquify-buffer-base-name): If the base name is an
5310 empty string, return nil to allow the caller to default to the
5311 buffer name. Reported by Martin Fischer <parozusa@web.de>.
5312
5313 * tool-bar.el (tool-bar-setup): Doc fix.
5314
5315 * mail/supercite.el (sc-describe):
5316 Fix typos in obsolescence declaration.
5317
5318 2008-02-27 Glenn Morris <rgm@gnu.org>
5319
5320 * autoinsert.el (auto-insert-alist): Change permission text to
5321 match FSF's GPLv3 form.
5322
5323 * mail/supercite.el (sc-cite-original): Doc fix.
5324 (sc-version): Make obsolete.
5325 (sc-describe): Show the SC info page. Make obsolete.
5326
5327 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
5330 when using transient-mark-mode.
5331 (default-indicate-unused-lines): Remove unused var.
5332
5333 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
5334
5335 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
5336 and previous.
5337
5338 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
5339
5340 2008-02-26 Glenn Morris <rgm@gnu.org>
5341
5342 * net/net-utils.el (top-level): Don't require comint when compiling.
5343 (nslookup-font-lock-keywords): Don't require font-lock.
5344 Use font-lock faces rather than variables.
5345 (nslookup, ftp, smbclient, network-service-connection):
5346 Don't require comint.
5347 (comint-prompt-regexp, comint-input-autoexpand)
5348 (comint-input-ring): Declare for compiler.
5349 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
5350 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
5351
5352 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
5353 doc-string.
5354
5355 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5356
5357 * doc-view.el (doc-view-current-page): Add a `win' argument.
5358
5359 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
5362 Demote it to plain defvar.
5363 (doc-view-conversion-refresh-interval): Reduce interval.
5364 (doc-view-goto-page): Allow moving to pages not yet rendered.
5365 (doc-view-goto-page): Construct a file name rather than extracting it
5366 from doc-view-current-files.
5367 (doc-view-kill-proc): Ignore errors from kill-process.
5368 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
5369 (doc-view-insert-image): Use appropriate text if the page hasn't been
5370 rendered yet. Adjust scrolling so the text is displayed.
5371 (doc-view-display): Detect not just that a page is available, but also
5372 that it wasn't available before, so as to avoid refreshing all pages
5373 repeatedly.
5374 (doc-view-mode): Make doc-view-cache-directory if needed.
5375
5376 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5377
5378 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
5379 toggle-read-only.
5380
5381 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
5382 refering to a missing required field with the OPT prefix.
5383 Make unwindform more robust.
5384
5385 * textmodes/bibtex.el: Remove support for hideshow minor mode as
5386 it duplicates the bibtex support in progmodes/hideshow.el.
5387 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
5388 entries that do not start at the beginning of a line.
5389
5390 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
5391
5392 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
5393
5394 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
5395
5396 * help-fns.el (describe-variable): Add phrases about
5397 initialization file with and without customization;
5398 use new button type help-info-variable.
5399
5400 * help-mode.el (help-info-variable):
5401 New button able to read Info files for help-fns.el.
5402
5403 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
5404
5405 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
5406 (grep-mode): Use grep-mode-tool-bar-map.
5407
5408 * progmodes/compile.el (tool-bar): Require tool-bar.
5409 (compilation-mode-tool-bar-map): New variable.
5410 (compilation-mode): Use compilation-mode-tool-bar-map.
5411
5412 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
5413
5414 2008-02-25 Glenn Morris <rgm@gnu.org>
5415
5416 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
5417
5418 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * diff-mode.el (diff-file-junk-re): New const.
5421 (diff-beginning-of-file-and-junk): Use it.
5422 (diff-file-kill): Make sure we were really inside a file diff.
5423
5424 * diff-mode.el: Make it more robust in the presence of empty context
5425 lines in unified hunks.
5426 (diff-valid-unified-empty-line): New var.
5427 (diff-unified->context, diff-sanity-check-hunk): Obey it.
5428 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
5429 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
5430 (diff-hunk-header-re-unified): New const.
5431 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
5432 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
5433 (diff-sanity-check-hunk): Use it.
5434
5435 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
5436 Index: line, don't search backward for the previous one.
5437
5438 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
5439
5440 * international/fontset.el (setup-default-fontset): Add non-OTF
5441 lao font for lao script.
5442
5443 * language/tibetan.el: Register tibetan-composition-function in
5444 composition-function-table.
5445
5446 * language/tibet-util.el (tibetan-composition-function):
5447 Adjust for the new calling way (argument changed). Try font-shape-text
5448 if possible.
5449
5450 * language/lao.el: Register lao-composition-function in
5451 composition-function-table.
5452
5453 * language/lao-util.el (lao-composition-function): Adjust for the new
5454 calling way (argument changed). Try font-shape-text if possible.
5455
5456 2008-02-25 Jason Rumney <jasonr@gnu.org>
5457
5458 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
5459
5460 2008-02-25 Juri Linkov <juri@jurta.org>
5461
5462 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
5463 background, "red4" for a dark background, "red" for 16 and
5464 8 colors, "grey" for grayscale, and inverse video otherwise.
5465 Add :version tag.
5466 (isearch-message): Keep the original isearch-message intact, and
5467 add text properties to it where necessary. Add `isearch-error' to
5468 the condition that checks if isearch is unsuccessful.
5469
5470 2008-02-24 Juri Linkov <juri@jurta.org>
5471
5472 * progmodes/compile.el (compilation-handle-exit):
5473 Use compilation-error face instead of font-lock-warning-face.
5474 Display the same message in the minibuffer as is inserted
5475 at the end of the compilation buffer.
5476
5477 2008-02-24 Glenn Morris <rgm@gnu.org>
5478
5479 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
5480 multiple file case.
5481
5482 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
5483
5484 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
5485 multiple file case. Use a single `let' rather than two.
5486
5487 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5488
5489 * progmodes/compile.el (compilation-start): Specify a face for
5490 mode-line-process.
5491 (compilation-handle-exit): Specify a face and a tooltip for
5492 mode-line-process.
5493
5494 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * hilit-chg.el: Remove spurious * in defcustom docstrings.
5497 (hilit-chg-make-ov): Simplify.
5498 (hilit-chg-fixup): Use remove-overlays.
5499 (hilit-chg-set-face-on-change): Remove redundant call to
5500 `remove-text-properties'.
5501
5502 * dired.el (dired-mark-prompt): Don't count/display the t element.
5503 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
5504
5505 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5506
5507 * progmodes/verilog-mode.el (eval-when-compile): Don't define
5508 add-submenu.
5509 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
5510 Remove. Move contents to the only use ...
5511 (verilog-menu): ... here.
5512 (verilog-statement-menu): Remove. Move contents to the only use ...
5513 (verilog-stmt-menu): ... here.
5514 (verilog-mark-defun): Simply call mark-defun for emacs.
5515 (occur-pos-list): Declare for byte compiler.
5516 (mode-popup-menu): Don't defvar.
5517 (verilog-add-statement-menu): Remove.
5518 (verilog-mode-hook): Don't add verilog-add-statement-menu.
5519 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
5520
5521 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5522
5523 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
5524 conditional.
5525 (verilog-font-grouping-keywords-face): Make the begin..end
5526 keywords standout more than other verilog keywords.
5527 (verilog-type-font-keywords): Move the begin..end out of this list
5528 to facilitate making them to (potentially) stand out more.
5529 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
5530 function & task blocks.
5531 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
5532 initial, function & task blocks.
5533 (verilog-forward-sexp): Handle the new "disable fork" statement of
5534 IEEE-1800 Verilog.
5535 (verilog-beg-block-re-ordered): Handle the new "disable fork"
5536 statement of IEEE-1800 Verilog.
5537 (verilog-calc-1): Handle the new "disable fork" statement of
5538 IEEE-1800 Verilog.
5539 (verilog-disable-fork-re): Add const to help handle the new
5540 "disable fork" statement of IEEE-1800 Verilog.
5541 (verilog-declaration-core-re): Add port directions by themselves,
5542 with no qualification, as base item of a declaration.
5543 (verilog-pretty-declarations): Add new flag to ask it to refrain
5544 from printing to the message buffer.
5545 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
5546 printing to the message buffer. Improve handling of the many
5547 types of expression line up.
5548 (verilog-just-one-space): Remove printing of an empty message.
5549 (verilog-get-lineup-indent): Rework to support the better handling
5550 of expression lineup for verilog-pretty-expr.
5551 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5552
5553 2008-02-24 Alan Mackenzie <acm@muc.de>
5554
5555 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
5556 yesterday's commit.
5557
5558 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
5559
5560 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
5561 to mouse-set-point in buffers that aren't associated with files.
5562
5563 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
5564
5565 2008-02-24 Alan Mackenzie <acm@muc.de>
5566
5567 Set of changes so that "obtrusive" syntactic elements in a
5568 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
5569 unmatched paren) don't interact syntactically with stuff outside
5570 the CPP line.
5571
5572 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
5573 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
5574 off-by-one bug.
5575 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
5576 a bit of refactoring.
5577 (c-awk-extend-and-syntax-tablify-region): Takes some of the
5578 functionality of c-awk-advise-fl-for-awk-region, which has been
5579 refactored away.
5580
5581 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
5582 (c-clear-char-property-with-value): New function and macro which
5583 remove text-properties `equal' to a supplied value.
5584
5585 * progmodes/cc-engine.el: Comment about text properties amended.
5586
5587 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
5588 parens around "error\\|warning".
5589
5590 * progmodes/cc-langs.el (c-get-state-before-change-function)
5591 (c-before-font-lock-function, c-anchored-cpp-prefix):
5592 New language variables.
5593 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
5594
5595 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
5596 syntax-table text properties.
5597 (c-common-init): Call language specific before/after-change
5598 functions at mode initialisation.
5599 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
5600 (c-extend-region-for-CPP, c-neutralize-CPP-line)
5601 (c-neutralize-syntax-in-CPP): New functions.
5602 (c-before-change, c-after-change): Call the new language specific
5603 change functions defined in cc-langs.el.
5604 (c-advise-fl-for-region): New macro.
5605 (awk-mode): Remove AWK specific stuff which has been refactored
5606 into language independent stuff.
5607
5608 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
5609
5610 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
5611 (gdb): (Re)set gdb-flush-pending-output to nil here...
5612 (gdb-init-1): ...instead of here (before gdb-prompt).
5613
5614 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5617 Recognize ''' just like any other char-constant.
5618
5619 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
5622 careful enough. Detect the uid-change all within the main loop.
5623
5624 2008-02-24 Stefan Monnier <monnier@pastel.home>
5625
5626 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
5627
5628 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 * hilit-chg.el (highlight-save-buffer-state): New macro.
5631 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
5632 (hilit-chg-clear): Use it to preserve the modified-p flag.
5633 (highlight-changes-rotate-faces): Don't mess with the undo-list.
5634
5635 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * font-lock.el (font-lock-set-defaults): Unset previously set variables
5638 when needed.
5639
5640 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
5641
5642 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
5643 from gnus-button-url-regexp.
5644
5645 2008-02-24 Eli Zaretskii <eliz@gnu.org>
5646
5647 * progmodes/compile.el (compilation-next-error): Doc fix.
5648 (compilation-find-file): Doc fix.
5649
5650 2008-02-24 Glenn Morris <rgm@gnu.org>
5651
5652 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
5653 Add obsolete aliases to the old names.
5654
5655 2008-02-24 Richard Stallman <rms@gnu.org>
5656
5657 * net/net-utils.el (ifconfig): Rename from ipconfig.
5658 (ipconfig): Alias to ifconfig.
5659 (ifconfig-program): Rename from ipconfig-program.
5660 (ifconfig-program-options): Rename from ipconfig-program-options.
5661
5662 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5663
5664 * progmodes/verilog-mode.el (verilog-declaration-core-re):
5665 Add port directions by themselves, with no qualification, as base
5666 item of a declaration.
5667 (verilog-pretty-declarations): Add new flag that inhibits printing
5668 to the message buffer.
5669 (verilog-pretty-expr): Add new flag that inhibits printing to the
5670 message buffer. Improve handling of the many types of expression
5671 line up.
5672 (verilog-just-one-space): Don't print an empty message.
5673 (verilog-get-lineup-indent): Rework to support the better handling
5674 of expression lineup for verilog-pretty-expr.
5675 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5676 (verilog-mode-version, verilog-mode-release-date): Update.
5677
5678 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * subr.el (cancel-change-group): Don't move point.
5681
5682 2008-02-23 Markus Triska <markus.triska@gmx.at>
5683
5684 * linum.el (linum-after-config): Update all visible windows.
5685
5686 2008-02-23 Glenn Morris <rgm@gnu.org>
5687
5688 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
5689 Add :help for Solitaire and Tetris.
5690
5691 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
5692
5693 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
5694 (smtpmail-code-conv-from): Doc fix. Fix custom type.
5695 (smtpmail-queue-index-file): Make it a defcustom.
5696 (smtpmail-queue-index): Delete.
5697 (smtpmail-send-it, smtpmail-send-queued-mail):
5698 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5699 smtpmail-queue-index.
5700
5701 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5702 Add :version.
5703
5704 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
5705
5706 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5707 New variables.
5708 (iwconfig): New function.
5709
5710 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
5711
5712 * vc.el (vc-find-revision): Make vc-parent-buffer local before
5713 setting it.
5714 (vc-status-menu-map): Do not define using easy-menu.
5715 (vc-status-menu-map): New defalias.
5716 (vc-status-mode-map): Hook up the menu.
5717 (top-level): Update TODO.
5718
5719 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
5720
5721 * vc-bzr.el (vc-bzr-init-version): Rename to ...
5722 (vc-bzr-init-revision): ... this.
5723
5724 2008-02-23 Jason Rumney <jasonr@gnu.org>
5725
5726 * makefile.w32-in (WINS_ALMOST): Remove term.
5727 (WINS): Add term here.
5728 (custom-deps, finder-data): Use WINS_ALMOST.
5729
5730 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
5731
5732 * faces.el (font-weight-table): Fix value of `semi-light'.
5733
5734 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
5737 Make those tables bijective.
5738
5739 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
5740
5741 Finish pdbtrack integration cleanup, settling missing-functions
5742 byte compiler warnings appropriately.
5743
5744 * progmodes/python.el (python-point): Remove this - beginning-of-line
5745 was all that was necessary for `python-pdbtrack-overlay-arrow'.
5746 (python-end-of-def-or-class, python-beginning-of-def-or-class)
5747 (python-goto-initial-line): Drop these - they were only needed for
5748 python-point.
5749 (python-comint-output-filter-function): Use condition-case and
5750 beginning-of-line directly, instead of python-mode.el functions
5751 which require all sorts of baggage.
5752 (point-safe): Unnecessary - we're using condition-case directly,
5753 instead.
5754 (python-execute-file): Include for python-shell, which I'm leaving
5755 in keeping despite it being unnecessary for pdb tracking.
5756
5757 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
5758
5759 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5760 Add SRFI 11 support.
5761 (let-values, let*-values): Specify scheme-indent-function.
5762
5763 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5764
5765 * vc.el (vc-exec-after): Move setting mode-line-process in the
5766 busy case ...
5767 (vc-set-mode-line-busy-indicator): ... in this new function.
5768 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
5769 (vc-update-vc-status-buffer): Reset mode-line-process.
5770 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
5771 mark/unmark all the files with the same state as the current one.
5772 With a prefix argument mark/unmark all files.
5773 (vc-status-mode-menu): Adjust strings.
5774 (vc-update-vc-status-buffer): Only do something when the argument
5775 is not nil.
5776 (vc-status-kill-dir-status-process): New function.
5777 (vc-status-mode-map): Bind it.
5778 (vc-status-process-buffer): New variable.
5779 (vc-status-mode): Make it local.
5780 (vc-status-refresh): Set it.
5781
5782 * vc-hg.el (vc-hg-dir-status):
5783 * vc-git.el (vc-git-dir-status):
5784 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
5785 command is run.
5786
5787 2008-02-22 Glenn Morris <rgm@gnu.org>
5788
5789 * json.el (top-level): No need to require thingatpt.
5790 (json-read-keyword): Use thing-at-point rather than word-at-point.
5791
5792 * time.el (top-level): No need to require time-date when compiling.
5793
5794 * emacs-lisp/copyright.el (copyright-update-year):
5795 Fix subexpression numbering for the case when years are split over
5796 lines, and for the replace case.
5797
5798 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
5799 (tpu-caar, tpu-cadr): Delete functions.
5800 (zmacs-regions): No need to declare for compiler.
5801 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
5802 (tpu-spell-check): Rewrite, and handle mark after point.
5803 (tpu-special-insert): Use or rather than if.
5804
5805 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
5806 rather than spell-region.
5807
5808 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
5809 warnings about spell-region.
5810
5811 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
5812
5813 * ldefs-boot.el: Regenerated.
5814
5815 * loadup.el: Don't load language/devanagari, language/kannanda,
5816 language/malayalam, and language/tamil. Load language/sinhala.
5817
5818 * language/indian.el (indian-font-foundry)
5819 (indian-script-language-alist, indian-font-char-index-table)
5820 (indian-font-char, indian-font-char-range, indian-script-table)
5821 (indian-default-script, indian-composable-pattern): Delete them.
5822 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
5823 language environments moved to here.
5824 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
5825 New language environments.
5826
5827 * language/devanagari.el, language/devan-util.el,
5828 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
5829 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
5830 Delete them.
5831
5832 * language/sinhala.el: New file.
5833
5834 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
5835
5836 Update Nick Robert's port of pdb tracking from python-mode.el.
5837
5838 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
5839 Clarify docstring.
5840 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
5841 tracking is happening.
5842 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
5843 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
5844 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
5845 Tracking is plugged in to all comint buffers once python.el is loaded.
5846 (python-pdbtrack-overlay-arrow): Toggle activation of
5847 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
5848 (python-pdbtrack-track-stack-file): Use new
5849 `python-pdbtrack-get-source-buffer' for more flexible access to
5850 debugging source files.
5851 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
5852 according to pdb stack trace, optionally using new
5853 `python-pdbtrack-grub-for-buffer' if file is not locally available.
5854 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
5855 named buffer, or having function with indicated name.
5856 (python-shell): Remove comint-output-filter-functions hook
5857 addition, it's being done elsewhere. Wrap long line.
5858
5859 2008-02-21 Michael Olson <mwolson@gnu.org>
5860
5861 * json.el: Replace XEmacs compatibility code to get rid of
5862 compiler warnings.
5863
5864 * time.el: Fix compiler warning.
5865
5866 2008-02-21 Edward O'Connor <ted@oconnor.cx>
5867
5868 * json.el: New file (JavaScript Object Notation parser / generator).
5869
5870 2008-02-21 Dave Love <fx@gnu.org>
5871
5872 * progmodes/sym-comp.el: New file.
5873
5874 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
5875 Require sym-comp. Add Python buffer to same-window-buffer-names.
5876 Fixup whitespaces.
5877 (python-font-lock-keywords): Add highlighting for Python builtins.
5878 (python-font-lock-syntactic-keywords): Rewrite.
5879 (python-quote-syntax): Use syntax-ppss-context instead of parsing
5880 ppss directly.
5881 (python-mode-map): Add binding for python-find-function.
5882 (python-calculate-indentation): Clean up the logic.
5883 (python-beginning-of-defun): Explicitly set return value.
5884 (python-beginning-of-statement): Stop looping if we get stuck
5885 going backwards.
5886 (python-next-statement): Stop looping if we somehow end up inside
5887 a string while advancing.
5888 (python-preoutput-continuation, python-version-checked): New vars.
5889 (python-check-version): New function.
5890 (run-python): Set default command to python-command instead of
5891 python-python-command.
5892 (run-python): Use python-check-version. Give PYTHONPATH
5893 precedence over data-directory in the process environment.
5894 Load function definitions in python process after.
5895 (python-check-comint-prompt): New function.
5896 (python-send-command, python-send-receive): Use it.
5897 (python-complete-symbol, python-try-complete): Functions deleted.
5898 Use symbol-complete instead of python-complete-symbol throughout.
5899 (python-fill-paragraph): Further refine the fenced-string regexp.
5900 (def-python-skeleton): Expand to the original abbrev instead if in
5901 a comment or string. Tweak skeletons for `if', `while', `for',
5902 `try/except', `try/finally', `name'.
5903 (python-pea-hook, python-abbrev-pc-hook): New functions.
5904 (python-abbrev-syntax-table): New var.
5905 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
5906 Use symbol-completion-try-complete for hippie expansion.
5907 Turn on font lock unconditionally.
5908 (python-mode-hook): Defcustom it. No need to use make-local
5909 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
5910 option, since it's buffer-local.
5911
5912 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
5913
5914 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
5915
5916 2008-02-21 Drew Adams <drew.adams@oracle.com>
5917
5918 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
5919 "Turn off" and a "Help" entry when the minor mode has no menu.
5920
5921 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
5922
5923 * vc.el (vc-status-mark, vc-status-unmark): New functions.
5924 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
5925 vc-status-mark-file and vc-status-unmark-file.
5926 (vc-status-mark-unmark): New function.
5927 (vc-status-previous-line, vc-status-next-line): No longer interactive.
5928
5929 2008-02-21 Glenn Morris <rgm@gnu.org>
5930
5931 * composite.el (encode-composition-rule): Fix typo in error message.
5932 (composition-function-table, auto-composition-mode): Doc fixes.
5933
5934 * subr.el (sit-for): Fix obsolete form for nil second argument.
5935
5936 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
5937 (spell-string): Make obsolete, in favor of ispell.
5938
5939 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
5940
5941 * language/devanagari.el: Don't setup composition-function-table
5942 here.
5943 ("Devanagari"): Change charset, coding-system, coding-priority to
5944 Unicode-based ones. Don't require the feature devan-util.
5945
5946 * composite.el (compose-chars-after): Fix arguments for a function
5947 in composition-function-table.
5948 (auto-compose-region): Likewise.
5949
5950 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
5951 for Ethiopic.
5952 (ps-mule-plot-string): Ignore glyph-string based compositions.
5953
5954 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * doc-view.el: Allow different windows to show different pages.
5957 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
5958 (doc-view-current-image, doc-view-current-overlay): Remove variables,
5959 add them back as macros instead, using image-mode-winprops instead.
5960 Update all users of those variables.
5961 (doc-view-new-window-function): New function to create a new overlay
5962 for each new window.
5963 (doc-view-mode): Use it and image-mode-setup-winprops.
5964 (doc-view-clone-buffer-hook): Rewrite accordingly.
5965
5966 * image-mode.el: Extend [hv]scroll support to per-window properties.
5967 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
5968 (image-mode-winprops-alist): New var to replace them.
5969 (image-mode-new-window-functions): New hook.
5970 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
5971 New funs.
5972 (image-set-window-vscroll, image-set-window-hscroll): Use them.
5973 Remove the `window' argument, update callers.
5974 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
5975 Use the new functions.
5976 (image-mode-reapply-winprops): New fun.
5977 (image-mode): Use it.
5978
5979 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
5980
5981 * calc/calc-math.el (math-sin-raw): Add optional argument
5982 to keep track of original argument.
5983 (math-cos-raw): Use optional argument when calling math-sin-raw.
5984 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
5985 with close to original precision.
5986
5987 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5988
5989 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
5990 args in calls of sit-for.
5991
5992 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
5993
5994 * vc-svn.el (vc-svn-program): Fix typo in docstring.
5995 (vc-svn-checkin): Fix typo in error message.
5996
5997 * help-mode.el: Require easymenu when compiling.
5998
5999 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
6000
6001 * help-mode.el (help-mode-menu): New menu.
6002
6003 2008-02-20 Glenn Morris <rgm@gnu.org>
6004
6005 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
6006 on Windows.
6007
6008 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
6009
6010 * ps-mule.el (ps-mule-encode-region): Return a single string.
6011 (ps-mule-plot-string): Adjust for the above change.
6012 (ps-mule-encode-header-string): Likewise.
6013
6014 * international/latin1-disp.el (latin1-display): Don't use
6015 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
6016 standard-display-table.
6017 (latin1-display-identities): Adjust for the change of what is
6018 returned by (get-language-info charset 'charset).
6019
6020 * international/mule-util.el (char-displayable-p): Fix for Latin-1
6021 characters and terminal case.
6022
6023 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
6024
6025 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
6026
6027 * progmodes/python.el: Also require comint when loading.
6028 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
6029 Replace python-shell with run-python on menu bar.
6030 (python-shell-map): New map.
6031 (python-default-interpreter, python-python-command-args)
6032 (python-jython-command-args, python-pdbtrack-do-tracking-p):
6033 New options.
6034 (python-which-shell, python-which-args, python-which-bufname):
6035 New buffer local variables.
6036 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6037
6038 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
6039 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
6040 New constants.
6041
6042 Pdbtrack features:
6043
6044 (python-point, python-end-of-def-or-class)
6045 (python-beginning-of-def-or-class, python-goto-initial-line)
6046 (python-comint-output-filter-function)
6047 (python-pdbtrack-overlay-arrow)
6048 (python-pdbtrack-track-stack-file, python-toggle-shells)
6049 (python-shell, python-pdbtrack-toggle-stack-tracking)
6050 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
6051 New functions.
6052
6053 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
6054
6055 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
6056 when the argument is nil.
6057
6058 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6059
6060 * vc.el (dir-status): Add a brief description.
6061
6062 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
6063
6064 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
6065 If non-nil, reverse the sense of the check.
6066
6067 * vc-rcs.el (vc-rcs-root): New func.
6068 * vc-cvs.el (vc-cvs-root): New func.
6069 * vc-svn.el (vc-svn-root): New func.
6070 * vc-sccs.el (vc-sccs-root): New func.
6071
6072 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
6073
6074 * language/japan-util.el (setup-japanese-environment-internal):
6075 Call use-cjk-char-width-table.
6076
6077 * language/japanese.el ("Japanese"): Set exit-function to
6078 use-default-char-width-table.
6079
6080 * international/characters.el: Delete occurrences of non-Unicode
6081 tibetan and ethiopic characters.
6082 (cjk-char-width-table): New variable.
6083 (use-cjk-char-width-table, use-default-char-width-table):
6084 New functions.
6085
6086 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6087
6088 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
6089 (vc-status-mode-menu): Add a :filter.
6090 (vc-status-printer): Add faces.
6091
6092 * vc-hg.el (vc-hg-extra-status-menu): New function.
6093 (vc-hg-dir-status): Clean up the buffer before using it.
6094
6095 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6096
6097 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
6098 (gdb): Initialize it here instead.
6099
6100 * files.el (locate-dominating-file): Fix thinko in last change.
6101 Reported by Bruce Stephens <bruce.stephens@isode.com>.
6102
6103 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6104
6105 * vc.el (vc-status-mode-menu): New menu for vc-status.
6106
6107 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
6108
6109 * progmodes/verilog-mode.el (customize): Fix typo in error message.
6110 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
6111 (verilog-mode-auto, verilog-indent-level-module)
6112 (verilog-minimum-comment-distance, verilog-library-flags)
6113 (verilog-library-directories, verilog-library-files)
6114 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
6115 (verilog-xemacs-menu, verilog-set-compile-command)
6116 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
6117 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
6118 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
6119 (verilog-batch-inject-auto, verilog-batch-indent)
6120 (verilog-continued-line, verilog-type-keywords)
6121 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
6122 (verilog-read-inst-pins, verilog-read-arg-pins)
6123 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
6124 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
6125 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
6126 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
6127 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
6128 (verilog-mode-version, verilog-mode-release-date)
6129 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
6130 (verilog-simulator, verilog-compiler)
6131 (verilog-auto-sense-defines-constant, verilog-company)
6132 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
6133 Fix typos in docstrings.
6134 (verilog-set-auto-endcomments, verilog-calculate-indent)
6135 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
6136 Reflow docstrings.
6137 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
6138 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
6139 (electric-verilog-forward-sexp, verilog-in-case-region-p)
6140 (verilog-in-struct-region-p, verilog-in-generate-region-p)
6141 (verilog-leap-to-head, verilog-current-indent-level)
6142 (verilog-case-indent-level, verilog-cpp-keywords)
6143 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
6144 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
6145 (verilog-signals-not-in, verilog-symbol-detick-text)
6146 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
6147 (verilog-forward-close-paren, verilog-backward-open-paren)
6148 (verilog-backward-open-bracket): Doc fixes.
6149
6150 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
6151 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
6152 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
6153 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
6154 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
6155 Fix typos in docstrings.
6156
6157 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
6158
6159 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
6160
6161 * info.el (Info-read-node-name): Removed unused `default' arg.
6162
6163 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6164
6165 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
6166
6167 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6168
6169 * image-mode.el (image-get-display-property): New fun.
6170 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6171 (image-mode, image-minor-mode, image-toggle-display-text)
6172 (image-toggle-display): Use it.
6173
6174 2008-02-18 Jason Rumney <jasonr@gnu.org>
6175
6176 * international/mule.el (xml-find-file-coding-system): Don't warn
6177 about utf-16 with BOM.
6178
6179 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
6180
6181 * international/mule.el (sgml-xml-auto-coding-function): Detect and
6182 warn if file encoding is not utf-8 and encoding not specified.
6183 (xml-find-file-coding-system): New function.
6184 * international/mule-conf.el (file-coding-system-alist): Use it.
6185
6186 2008-02-17 Glenn Morris <rgm@gnu.org>
6187
6188 * international/mule-cmds.el (set-locale-environment):
6189 Pass `frame' to getenv for LC_MESSAGES.
6190
6191 2008-02-17 Juri Linkov <juri@jurta.org>
6192
6193 * time.el (emacs-init-time): Use format instead of format-seconds.
6194
6195 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6196
6197 * textmodes/bibtex.el (bibtex-search-entry): Rename from
6198 bibtex-find-entry. Add autoload cookie.
6199 (bibtex-find-entry): Alias for bibtex-search-entry.
6200 (bibtex-search-crossref): Rename from bibtex-find-crossref.
6201 (bibtex-find-crossref): Alias for bibtex-search-crossref.
6202 (bibtex-clean-entry): atomic-change-group removed.
6203 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
6204 to locate buffer location where error occurred.
6205 Make error messages more specific.
6206 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
6207
6208 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
6209
6210 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
6211 top level.
6212
6213 * simple.el (transient-mark-mode): Add an :init-value.
6214
6215 * startup.el (command-line): Use custom-reevaluate-setting for
6216 transient-mark-mode.
6217
6218 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
6219
6220 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
6221
6222 2008-02-16 Juri Linkov <juri@jurta.org>
6223
6224 * startup.el (after-init-time): New variable.
6225 (command-line): Set `after-init-time' to the current time.
6226
6227 * time.el (emacs-init-time): New function.
6228
6229 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * files.el (locate-dominating-file): Remove initial loop because it's
6232 not careful enough. Detect the uid-change all within the main loop.
6233
6234 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
6235
6236 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
6237
6238 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
6239
6240 * vc.el (vc-annotate): Add new argument.
6241 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
6242
6243 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
6244 Move make-variable-buffer-local code after the corresponding defvar.
6245 (hs-minor-mode-map): Define and initialize in one step.
6246 (hs-minor-mode): Change from defun to define-minor-mode.
6247
6248 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
6249
6250 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
6251 (gdb-ready): Move declaration...
6252
6253 * progmodes/gdb-ui.el (gdb-ready): ...to here.
6254 (gdb-early-user-input): New variable.
6255 (gdb): Reset gdb-flush-pending-output to nil and set
6256 comint-input-sender here (before gdb-prompt), instead of...
6257 (gdb-init-1): ...here.
6258 (gdb-send): If Emacs is not ready, defer user input to...
6259 (gdb-prompt): ...here.
6260
6261 2008-02-16 Glenn Morris <rgm@gnu.org>
6262
6263 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
6264
6265 * startup.el (emacs-startup-time): Rename to `before-init-time'.
6266 (before-init-time): New name for `emacs-startup-time'.
6267 (command-line): Use before-init-time rather than emacs-startup-time.
6268 * time.el (emacs-uptime): Use before-init-time rather than
6269 emacs-startup-time.
6270
6271 * composite.el (composition-function-table): Doc fix.
6272
6273 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
6274 in favor of `%z' specifier.
6275 (emacs-uptime): Move to time.el.
6276 * time.el (emacs-uptime): Move here from time-date.el. Add optional
6277 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
6278 argument of format-seconds.
6279
6280 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
6281
6282 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
6283
6284 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
6285
6286 * ielm.el (ielm-is-whitespace): Remove.
6287 (ielm-is-whitespace-or-comment): New function.
6288 (ielm-eval-input): Use it.
6289
6290 2008-02-15 Jason Rumney <jasonr@gnu.org>
6291
6292 * term/mac-win.el: Fix coding tag.
6293
6294 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
6295
6296 * vc-hooks.el (vc-menu-map):
6297 * bindings.el (mode-line-mode-menu): Add tooltips.
6298
6299 * bindings.el (help-echo): Add more tooltips. Use a less
6300 telegraphic style for existing tooltips.
6301
6302 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
6305 from the auto-generated one.
6306
6307 2008-02-14 Glenn Morris <rgm@gnu.org>
6308
6309 * mail/rmail-spam-filter.el (rmail-spam-filter):
6310 Let-bind message-spam-status.
6311
6312 * mail/smtpmail.el (password-cache-add): Declare as function.
6313
6314 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
6315
6316 * mail/smtpmail.el: Use password-cache.
6317
6318 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
6319
6320 * uniquify.el (uniquify-buffer-base-name): New function.
6321 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6322
6323 * desktop.el (uniquify-managed): Don't defvar.
6324 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
6325 `uniquify-managed'. Return also the buffer's base name.
6326 (desktop-save): When saving the buffer info, filter out the base name,
6327 and save it as buffer name if the buffer is managed by uniquify.
6328 (uniquify-item-base): Don't declare; not called anymore.
6329
6330 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
6331
6332 * vc.el (vc-annotate-find-revision-at-line): New function.
6333 (vc-annotate-mode-map): Bind it.
6334 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
6335 some entries.
6336
6337 2008-02-14 Glenn Morris <rgm@gnu.org>
6338
6339 * calendar/time-date.el (format-seconds): New function.
6340 (emacs-uptime): Use format-seconds.
6341
6342 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6343 Remove `LC_ALL=C', since it's included in $(emacs) now.
6344
6345 2008-02-14 Zhang Wei <id.brep@gmail.com>
6346
6347 * textmodes/org-publish.el (org-publish-timestamp-filename):
6348 Replace colon characters in filename too.
6349
6350 2008-02-13 Bastien Guerry <bzg@altern.org>
6351
6352 * mail/rmail.el (rmail-header-name): New face.
6353 (rmail-font-lock-keywords): Use rmail-header-name.
6354
6355 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
6356 against X-Spam-Status header field.
6357 (rmail-spam-filter): Also check X-Spam-Status header field.
6358
6359 2008-02-14 Mark A. Hershberger <mah@everybody.org>
6360
6361 * progmodes/flymake.el (flymake-allowed-file-name-masks):
6362 Add support for .pm files and .php files.
6363 (flymake-err-line-patterns): Add pattern for PHP errors.
6364 (flymake-php-init): New function. PHP support for flymake.
6365
6366 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6367 Add regular expression for PHP errors.
6368
6369 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
6370
6371 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
6372 This DTRT even on w32 machines.
6373 (ange-ftp-cf1): Quote FILENAME.
6374
6375 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
6378 (smerge-auto-combine): New fun.
6379
6380 2008-02-12 Juri Linkov <juri@jurta.org>
6381
6382 * startup.el (fancy-startup-screen, normal-splash-screen):
6383 Set default-directory to command-line-default-directory.
6384
6385 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
6386 after reading the desktop.
6387
6388 * progmodes/compile.el (compilation-auto-jump):
6389 Call compile-goto-error only when compilation-auto-jump-to-first-error
6390 is non-nil.
6391 (compilation-scroll-output): Replace :type 'boolean with a choice
6392 that has three options including a third option `first-error'.
6393 Doc fix.
6394 (compilation-start, compilation-forget-errors): Add an alternate
6395 condition comparing compilation-scroll-output with `first-error'
6396 in addition to compilation-auto-jump-to-first-error (to call
6397 compilation-auto-jump in the proper place).
6398
6399 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * international/mule.el (sgml-html-meta-auto-coding-function):
6402 Make sure the search limit is ahead.
6403
6404 * tar-mode.el: Fix broken indentation.
6405 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
6406 Use with-current-buffer.
6407
6408 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
6409
6410 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
6411 it is already automatically buffer-local.
6412
6413 2008-02-11 Drew Adams <drew.adams@oracle.com>
6414
6415 * help.el (describe-key): Join some split lines to facilitate filling.
6416 * help-fns.el (describe-function-1): Fill text of overlong lines.
6417
6418 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
6419
6420 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
6421 Use unibyte-string instead of string-make-unibyte.
6422
6423 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
6424
6425 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
6428 works also for buffers w/o buffer-file-name. Update callers.
6429 (doc-view-clone-buffer-hook): New fun.
6430 (doc-view-mode): Use it for indirect clones. Mark the overlays with
6431 the `doc-view' property so they can be recognized.
6432
6433 * simple.el (clone-indirect-buffer-hook): New hook.
6434 (clone-indirect-buffer): Run it.
6435
6436 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6437
6438 * epa.el (epa-menu-mode): Merge into epa-mode.
6439 (epa-menu-items): Rename the label "EasyPG Assistant" to
6440 "Encryption/Decryption".
6441
6442 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
6443 (epa-dired-mode-map): Rename from epa-dired-map.
6444 (epa-global-dired-mode): Rename the global minor mode.
6445
6446 2008-02-11 Drew Adams <drew.adams@oracle.com>
6447
6448 * isearch.el (isearch-fail): New face.
6449 (isearch-message): Highlight failure part of input.
6450
6451 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * ibuffer.el (ibuffer-header-line-format): New var.
6454 (ibuffer-mode): Set it instead of header-line-format.
6455 (ibuffer-update): Use it to set header-line-format.
6456
6457 * international/mule-cmds.el (ucs-insert): Inherit surrounding
6458 properties like self-insert-command.
6459
6460 2008-02-11 Drew Adams <drew.adams@oracle.com>
6461
6462 * progmodes/etags.el: Add many doc strings.
6463
6464 2008-02-11 Jason Rumney <jasonr@gnu.org>
6465
6466 * ldefs-boot.el: Regenerated.
6467
6468 2008-02-11 Glenn Morris <rgm@gnu.org>
6469
6470 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6471 Shorten some names.
6472
6473 * ffap.el (ffap-rfc-directories): Add :version.
6474
6475 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
6476
6477 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
6478 files, and backup files of same.
6479
6480 2008-02-11 Kevin Ryde <user42@zip.com.au>
6481
6482 * ffap.el (ffap-rfc-directories): New variable.
6483 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
6484
6485 * info.el (Info-next-reference, Info-prev-reference)
6486 (Info-try-follow-nearest-node): Move to and follow https:// links too.
6487
6488 * simple.el (completion-list-mode): Show full completion-list-mode-map
6489 in the docstring.
6490
6491 2008-02-11 Sam Steingold <sds@gnu.org>
6492
6493 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
6494
6495 2008-02-11 Glenn Morris <rgm@gnu.org>
6496
6497 * startup.el (emacs-startup-time): New variable.
6498 (command-line): Set emacs-startup-time.
6499
6500 * calendar/time-date.el (emacs-uptime): New function.
6501
6502 2008-02-10 Bastien Guerry <bzg@altern.org>
6503
6504 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
6505 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
6506 it is nil.
6507
6508 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6509
6510 * epg-config.el: Expand the contents of epg-package-info.el.
6511 (epg-package-name): New constant.
6512 (epg-version-number): New constant.
6513 (epg-bug-report-address): New constant.
6514
6515 * epa-mail.el (epa-mail-mode): Add autoload cookie.
6516 (epa-global-mail-mode): New global minor mode.
6517
6518 * epa-file.el (epa-file-mode): New global minor mode.
6519
6520 * epa-dired.el (epa-dired-mode): New global minor mode.
6521
6522 * epa.el (epa-menu): New variable.
6523 (epa-menu-items): New variable.
6524 (epa-menu-mode): New global minor mode.
6525 (epa-global-minor-modes): New user option.
6526 (epa-mode): New global minor mode.
6527
6528 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
6529
6530 * net/dbus.el: Remove `no-byte-compile' cookie.
6531 (dbus-call-method, dbus-register-signal, dbus-debug)
6532 (dbus-registered-functions-table): Declare them with
6533 `declare-function' or `defvar', respectively.
6534 (top): Don't assert any longer. Require 'cl when compiling.
6535 Apply `ignore-errors' but `dbus-ignore-errors'.
6536
6537 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
6538
6539 * diff-mode.el (diff-add-change-log-entries-other-window):
6540 Use add-change-log-entry.
6541
6542 2008-02-09 Jason Rumney <jasonr@gnu.org>
6543
6544 * button.el (button-map):
6545 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
6546 * ldefs-boot.el: Regenerate.
6547
6548 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6549
6550 * epa.el (epa-faces, epa):
6551 * epa-file.el (epa-file):
6552 * epg-config.el (epg): Add :version.
6553
6554 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
6555
6556 * vc.el (vc-exec-after): Append CODE to previous fragments.
6557 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
6558 take MESSAGES instead of VERBOSE; use it when non-nil.
6559 (vc-diff-internal): Compute messages once; use them;
6560 update call to vc-diff-finish.
6561
6562 2008-02-09 Michael Olson <mwolson@gnu.org>
6563
6564 * net/tramp.el (tramp-process-sentinel): Avoid error when process
6565 buffer has been killed, such as by
6566 `tramp-cleanup-all-connections'.
6567
6568 2008-02-09 Miles Bader <miles@gnu.org>
6569
6570 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
6571
6572 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
6575 splitter in context hunks.
6576
6577 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
6578
6579 * international/fontset.el (setup-default-fontset): Fix arabic otf
6580 font specification.
6581
6582 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6583
6584 * epa-dired.el:
6585 * epa-file.el:
6586 * epa-mail.el:
6587 * epa-setup.el:
6588 * epa.el:
6589 * epg-config.el:
6590 * epg-package-info.el:
6591 * epg.el: Initial check-in of EasyPG.
6592
6593 2008-02-08 Glenn Morris <rgm@gnu.org>
6594
6595 * woman.el (woman-locale): New defcustom.
6596 (woman-expand-locale, woman-manpath-add-locales): New functions.
6597 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
6598
6599 * international/mule-cmds.el (locale-translate): New function,
6600 with old code extracted from set-locale-environment.
6601 (set-locale-environment): Use locale-translate. Set woman-locale.
6602
6603 * cus-start.el (selection-coding-system): Remove, since it's now
6604 defined in select.el rather than in xselect.c.
6605 * select.el (selection-coding-system): Make it a defcustom, and
6606 add the properties from cus-start.el. Bump :version.
6607
6608 * custom.el (custom-theme-set-variables): Sort symbols that are
6609 dependencies before symbols that depend on them.
6610 (custom-enabled-themes): Set after custom-theme-directory.
6611
6612 * pcmpl-unix.el (top-level): Move provide statement to end.
6613 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
6614 `*' from doc-string. Allow to be nil.
6615 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
6616 Allow to be nil. Add :version.
6617 (pcmpl-ssh-hosts): Move definition before use. Handle lines
6618 without hostnames, and multiple hostnames per line.
6619
6620 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
6621
6622 2008-02-08 Phil Hagelberg <phil@evri.com>
6623
6624 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
6625 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
6626
6627 2008-02-07 Timo Savola <timo.savola@iki.fi>
6628
6629 * startup.el (command-line-x-option-alist): Add --parent-id.
6630
6631 * term/x-win.el (x-handle-parent-id): New function.
6632
6633 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
6634
6635 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
6636 "Font Menu".
6637
6638 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6639
6640 * net/dbus.el (dbus-interface-peer): New defconst.
6641 (dbus-ping): New defun.
6642
6643 2008-02-06 Sam Steingold <sds@gnu.org>
6644
6645 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
6646
6647 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
6650 Just return nil and let the C code provide a fallback.
6651
6652 2008-02-05 Glenn Morris <rgm@gnu.org>
6653
6654 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
6655 tramp-flush-connection-property for removed 2nd argument.
6656
6657 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * diff-mode.el (diff-add-change-log-entries-other-window):
6660 Rename from diff-create-changelog. Change users.
6661 Minor change to hopefully work with plain diffs.
6662 (diff-mode-map): Add binding for it.
6663
6664 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6665
6666 * diff-mode.el: Add new TODO entry.
6667 (diff-create-changelog): New function.
6668 (diff-mode-menu): Bind it.
6669
6670 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
6671
6672 * international/mule-diag.el (print-fontset-element): Handle the
6673 case of inhibiting the fallback fonts.
6674
6675 2008-02-04 Kim F. Storm <storm@cua.dk>
6676
6677 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6678 (ido-magic-delete-char): Use prefix arg.
6679
6680 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
6681
6682 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
6683 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
6684 of today, the most recent libpng is 1.2.24).
6685
6686 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
6689
6690 * net/dbus.el (top): Check (featurep 'dbusbind).
6691
6692 * net/tramp.el (tramp-process-sentinel): New defun.
6693 (tramp-do-copy-or-rename-file-out-of-band)
6694 (tramp-maybe-open-connection): Use it as process sentinel.
6695 (tramp-handle-delete-directory): Don't use the "-f" option; it
6696 isn't portable.
6697 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6698 after the command.
6699 (tramp-handle-shell-command): Set `mode-line-process' in the
6700 asynchronous case.
6701
6702 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6703
6704 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6705 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6706 Use `tramp-process-sentinel' as process sentinel.
6707
6708 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * whitespace.el (global-whitespace-mode): Revert last change.
6711 (whitespace-unload-function): Force `global-whitespace-mode'
6712 to deactivate local modes in a slightly less intrusive way.
6713
6714 2008-02-02 Eli Zaretskii <eliz@gnu.org>
6715
6716 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
6717
6718 2008-02-02 Glenn Morris <rgm@gnu.org>
6719
6720 * international/latin1-disp.el (latin1-display):
6721 * progmodes/fortran.el (fortran-comment-indent-char):
6722 * progmodes/idlw-shell.el (top-level):
6723 * term/mac-win.el (mac-keyboard-translate-char):
6724 * whitespace.el (whitespace-char-valid-p):
6725 * wid-edit.el (widget-key-sequence-read-event):
6726 Use characterp rather than char-valid-p.
6727
6728 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
6729 to capitalized-find-word-boundary. Doc fix. Update callers.
6730 (capitalized-next-word-boundary-function-table): Rename to
6731 capitalized-find-word-boundary-function-table. Doc fix. Update users.
6732
6733 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
6734 string-to-int.
6735
6736 * ps-def.el (declare-function): Add compatibility definition.
6737 (ps-plot-with-face, ps-plot-string): Declare as functions.
6738 (ps-bold-faces, ps-italic-faces): Declare variables.
6739
6740 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
6741 (ps-mule-end-job): Declare as functions.
6742
6743 * wid-edit.el (widget-string-complete): Use assoc-string rather
6744 than assoc-ignore-case.
6745
6746 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * progmodes/etags.el (next-file): Improve revert message.
6749
6750 2008-02-01 Andreas Schwab <schwab@suse.de>
6751
6752 * loadup.el: Load language/burmese instead of language/myanmar.
6753
6754 2008-02-01 Richard Stallman <rms@gnu.org>
6755
6756 * language/burmese.el: Rename from myanmar.el.
6757 ("Burmese"): Rename from "Myanmar".
6758
6759 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6760
6761 * international/fontset.el (script-representative-chars): Add cham
6762 and tai-viet.
6763 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
6764 Add fontconfig spec for cjk-misc. Explicitly specify font font
6765 for U+E000..U+F8FF.
6766
6767 * international/characters.el (script-list): Add cham.
6768
6769 * language/cham.el: New file.
6770
6771 2008-02-01 Mark A. Hershberger <mah@everybody.org>
6772
6773 * xml.el (xml-escape-string): Don't do any encoding changes on the
6774 string.
6775
6776 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6777
6778 * language/ind-util.el (in-is13194-post-read-conversion):
6779 Delete unnecessary call of indian-compose-region.
6780
6781 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6782
6783 * ps-print.el: Some face attributes (like :strike-through) were not
6784 being recognised. Reported by Leo <sdl.web@gmail.com>.
6785 (ps-print-version): New version 7.3.2.
6786 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
6787 ps-face-overline-p and ps-face-box-p functions.
6788
6789 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
6790 New functions.
6791
6792 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6793
6794 * international/fontset.el (font-encoding-alist): Add an entry for
6795 iso8859-16.
6796 (setup-default-fontset): Add iso8859-16 to latin.
6797
6798 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
6799 hexadigit string.
6800 (describe-char): Adjust for the above change.
6801
6802 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6803
6804 * international/fontset.el (font-encoding-alist): Don't set the
6805 repertory of GB18030 fonts.
6806
6807 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6808
6809 * language/indian.el: Set font-shape-text for all Indic characters
6810 in composition-function-table.
6811
6812 * language/khmer.el: New file.
6813
6814 * language/myanmar.el: New file.
6815
6816 * loadup.el: Load "language/khmer" and "language/myanmar".
6817
6818 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6819
6820 * international/fontset.el (setup-default-fontset): Fix lao OTF
6821 script name.
6822
6823 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6824
6825 * composite.el (terminal-composition-modification): Delete it.
6826
6827 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6828
6829 * international/fontset.el (x-complement-fontset-spec):
6830 Complement size too.
6831
6832 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6833
6834 * international/fontset.el (font-encoding-charset-alist):
6835 Initialize it.
6836 (otf-script-alist): Fix typo of canadian-aboriginal.
6837 (setup-default-fontset): Specify font-specs for many more scripts.
6838 (x-complement-fontset-spec): Change the first argument to a
6839 font-spec object.
6840 (create-fontset-from-fontset-spec): Adjust for the above change.
6841
6842 2008-02-01 Kenichi Handa <handa@m17n.org>
6843
6844 * language/devanagari.el: Register font-shape-text in
6845 composition-function-table.
6846
6847 * language/tibetan.el: Register font-shape-text in
6848 composition-function-table.
6849
6850 * language/thai-util.el (thai-composition-function): Fix arguments.
6851
6852 * language/tamil.el: Register font-shape-text in
6853 composition-function-table.
6854
6855 * language/malayalam.el: Register font-shape-text in
6856 composition-function-table.
6857
6858 * language/lao.el: Register font-shape-text in
6859 composition-function-table.
6860
6861 * language/kannada.el: Register font-shape-text in
6862 composition-function-table.
6863
6864 * language/european.el (diacritic-composition-function): Fix arguments.
6865
6866 * language/ethio-util.el (ethio-composition-function): Fix arguments.
6867
6868 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
6869
6870 * composite.el (composition-function-table): Fix docstring.
6871 (terminal-composition-function): Fix arguments.
6872 (auto-compose-current-font): Delete it.
6873 (auto-compose-chars): Adjust for the change of
6874 composition-function-table.
6875
6876 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6877
6878 * international/fontset.el (font-encoding-alist): Add the entry of
6879 "unicode-bmp".
6880
6881 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6882
6883 * composite.el (auto-compose-chars): Be sure to calculate
6884 composition at least at POS.
6885
6886 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6887
6888 * printing.el: Fix pr-interface-map initialization code.
6889 (pr-version): New version 6.9.3.
6890 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
6891 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
6892 (pr-f-read-string): Replace by pr-read-string.
6893 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
6894 New function name.
6895 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
6896
6897 2008-02-01 Kenichi Handa <handa@m17n.org>
6898
6899 * language/tv-util.el (tai-viet-re): Include '-'.
6900 (tai-viet-glyph-info): Handle '-'.
6901
6902 2008-02-01 Kenichi Handa <handa@m17n.org>
6903
6904 * descr-text.el (describe-char): Handle a composition of the new
6905 format. Show font name.
6906
6907 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6908
6909 * language/tibet-util.el (tibetan-composition-function): Use
6910 font-shape-text if auto-compose-current-font is non-nil.
6911
6912 * language/tibetan.el: Fix the range for recording
6913 tibetan-composition-function in composition-function-table.
6914
6915 * language/mlm-util.el (malayalam-composition-function): Use
6916 font-shape-text if auto-compose-current-font is non-nil.
6917
6918 * international/mule-conf.el: Flag many charsets as supplementary.
6919
6920 * international/mule.el (define-charset): Update the docstring for
6921 :supplementary-p.
6922
6923 * international/fontset.el (setup-default-fontset): Add OpenType
6924 fonts for malayalam and tibetan.
6925
6926 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6927
6928 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
6929
6930 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6931
6932 * international/fontset.el (otf-script-alist): Make all otf tags
6933 4-letters.
6934 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
6935
6936 * language/tml-util.el (tamil-composition-function): Use
6937 font-shape-text if auto-compose-current-font is non-nil.
6938
6939 * language/devan-util.el (devanagari-composition-function): Use
6940 font-shape-text if auto-compose-current-font is non-nil.
6941
6942 * composite.el (auto-compose-chars): Change argument font-object
6943 to window.
6944
6945 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6946
6947 * ps-print.el (ps-lpr-switches): Docstring fix.
6948 (ps-string-list): New function.
6949 (ps-do-despool): Code fix.
6950
6951 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6952
6953 * international/utf-7.el (utf-7-imap-post-read-conversion)
6954 (utf-7-imap-pre-write-conversion): New functions.
6955
6956 * international/mule-conf.el (utf-7-imap): New coding system.
6957
6958 2008-02-01 Kenichi Handa <handa@m17n.org>
6959
6960 * term/x-win.el (x-selection-value): If x-select-request-type is
6961 nil, try also STRING at last.
6962 (x-select-request-type): Doc fix for the change of x-selection-value.
6963
6964 * select.el (selection-coding-system, next-selection-coding-system):
6965 Move declarations from xselect.c.
6966 (x-get-selection): Decode by selection-coding-system if it is non-nil.
6967 If it is nil, decode by a proper coding system. Handle C_STRING.
6968 (ccl-check-utf-8, string-utf-8-p): Delete them.
6969 (xselect-convert-to-string): Fix determining data-type in the case
6970 that TEXT is requested. Don't use selection-coding-system if it's
6971 not proper for the data-type.
6972
6973 2008-02-01 Kenichi Handa <handa@m17n.org>
6974
6975 * term/x-win.el (x-selection-value): If x-select-request-type is
6976 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
6977
6978 2008-02-01 Jason Rumney <jasonr@gnu.org>
6979
6980 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
6981 to signify default fontset.
6982
6983 2008-02-01 Kenichi Handa <handa@m17n.org>
6984
6985 * international/mule-cmds.el (describe-language-environment):
6986 Check if the specified input method exists or not.
6987
6988 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6989
6990 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
6991 (ps-face-background-name): Remove this function. It's already defined
6992 in ps-def.el file.
6993
6994 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6995
6996 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
6997 Epoch emacsen.
6998
6999 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7000
7001 * ps-print.el: Now detect if text foreground and background colors are
7002 equals and replace the foreground color by another color, so the text
7003 becomes visible. Doc fix.
7004 (ps-print-version): New version 7.3.
7005 (ps-default-fg, ps-default-bg): Docstring fix.
7006 (ps-fg-list, ps-fg-validate-p): New options.
7007 (ps-foreground-list): New variable.
7008 (ps-generate-header-line): Replace fboundp by functionp.
7009 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
7010
7011 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7012
7013 * printing.el: Pacify byte compiler, that is, no compiler warnings.
7014 Move (again) some variable definitions before use, define some
7015 function aliases, no code change.
7016 (pr-version): New version 6.9.2.
7017 (pr-path-style, pr-auto-region, pr-menu-char-height)
7018 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
7019 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
7020 via (defvar VAR).
7021 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
7022 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
7023 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
7024 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
7025 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
7026 (pr-menu-print-item, pr-ps-printer-menu-modified)
7027 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
7028 (pr-even-or-odd-alist): Move variable definitions.
7029
7030 2008-02-01 Kenichi Handa <handa@m17n.org>
7031
7032 * language/chinese.el (cp936): Delete duplicated alias.
7033
7034 * international/mule-diag.el (list-block-of-chars): Don't insert
7035 non-Unicode characters.
7036
7037 2008-02-01 Jason Rumney <jasonr@gnu.org>
7038
7039 * loadup.el [windows-nt]: Don't load code-pages and ccl.
7040 * term/w32-win.el: Don't require code-pages.
7041
7042 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 Fix up multi-tty merge.
7045
7046 * version.el (emacs-version): Bump to 23.0.60.
7047
7048 * term/x-win.el (x-initialize-window-system): Don't try to create
7049 a fontset from a font-specification anymore. This was removed on the
7050 unicode branch and mistakenly re-added by the multi-tty merge.
7051
7052 * term/w32-win.el: Remove duplicate code that's now in
7053 w32-initialize-window-system.
7054 (w32-initialize-window-system): Don't try to create a fontset from
7055 a font-specification anymore. This was removed on the unicode branch
7056 and mistakenly re-added by the multi-tty merge.
7057
7058 * term/mac-win.el: Remove duplicate top-level code.
7059
7060 * language/ethio-util.el:
7061 * international/characters.el: Use utf-8 rather than utf-8-emacs
7062 since it works as well and has the advantage of working with
7063 non-unicode versions of Emacs.
7064
7065 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
7066 multi-tty code, which includes the previous local change.
7067
7068 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7069
7070 * ps-print.el (ps-print-version): New version 7.2.5.
7071 (ps-background, ps-begin-file, ps-build-reference-face-lists):
7072 Use `mapc' rather than `mapcar'.
7073
7074 2008-02-01 Kenichi Handa <handa@m17n.org>
7075
7076 * skeleton.el (skeleton-internal-1): Use integerp and stringp
7077 instead of char-or-string-p to catch -1.
7078
7079 2008-02-01 Kenichi Handa <handa@m17n.org>
7080
7081 * international/mule-cmds.el (inactivate-input-method):
7082 Set input-method-function to nil before calling
7083 inactivate-current-input-method-function.
7084
7085 2008-02-01 Kenichi Handa <handa@m17n.org>
7086
7087 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
7088 height that doesn't exceed the requested height by rounding off.
7089
7090 2008-02-01 Andreas Schwab <schwab@suse.de>
7091
7092 * international/mule-diag.el (print-fontset-element):
7093 Use fontp only if defined.
7094
7095 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7096
7097 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
7098 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
7099 (ps-mule-prologue-generated): Code fix.
7100
7101 2008-02-01 Kenichi Handa <handa@m17n.org>
7102
7103 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
7104 with FIXEDCASE t.
7105
7106 2008-02-01 Kenichi Handa <handa@m17n.org>
7107
7108 * international/mule-diag.el (print-fontset-element): Fix for the
7109 format change of a fontset element for font-backend feature.
7110
7111 2008-02-01 Kenichi Handa <handa@m17n.org>
7112
7113 * descr-text.el (describe-char): Fix for the case that a component
7114 character is TAB.
7115
7116 2008-02-01 Kenichi Handa <handa@m17n.org>
7117
7118 * international/mule-cmds.el (select-safe-coding-system-interactively):
7119 Fix printing of rejected and unsafe coding-systems.
7120
7121 * international/fontset.el (setup-default-fontset): Add tai-viet.
7122
7123 * international/characters.el: Setup syntax/category table for Tai Viet.
7124 (script-list): Add tai-viet.
7125
7126 * loadup.el: Load "language/tai-viet".
7127
7128 * language/tai-viet.el: New file.
7129
7130 * language/tv-util.el: New file.
7131
7132 2008-02-01 Jason Rumney <jasonr@gnu.org>
7133
7134 * faces.el (font-weight-table): Use defaults on w32 that match
7135 LOGFONT.lfWeight.
7136
7137 * term/w32-win.el: Don't create fontset from command-line font.
7138
7139 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7140
7141 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7142 (sort-coding-systems, search-unencodable-char): Doc fixes.
7143 (default-input-method, input-method-verbose-flag)
7144 (input-method-highlight-flag): Remove * in defcustom's docstrings.
7145 (exit-language-environment-hook, set-default-coding-systems)
7146 (coding-system-change-eol-conversion, prefer-coding-system)
7147 (find-multibyte-characters, leim-list-entry-regexp)
7148 (set-input-method, input-method-exit-on-first-char, princ-list)
7149 (locale-language-names, locale-charset-language-names)
7150 (define-char-code-property): Fix typos in docstrings.
7151
7152 2008-02-01 Kenichi Handa <handa@m17n.org>
7153
7154 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
7155 Fix for a new character code space (22-bit).
7156
7157 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7158
7159 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
7160
7161 2008-02-01 Kenichi Handa <handa@m17n.org>
7162
7163 * international/characters.el: Add more cases/syntaxes from Latin
7164 characters.
7165
7166 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7167
7168 * ps-def.el (installation-directory): Must be initialized when defining
7169 it in XEmacs.
7170 (coding-system-for-read): Eliminate duplicated definition.
7171
7172 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7173
7174 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
7175
7176 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7177
7178 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
7179 (ps-print-emacs-type): Eliminate variable.
7180 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
7181 running ps-print package.
7182
7183 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
7184 (ps-frame-parameter): Replace defun by defalias.
7185 (mark-active): Eliminate defvar.
7186
7187 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
7188 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7189 (ps-jts-ps-setup): Replace macros by vector key definition.
7190
7191 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7192
7193 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7194 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7195 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7196 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7197 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7198 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7199 New command actions for EPS header and EPS footer.
7200
7201 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7202 footer. Fix some problems with one-or-more, zero-or-more and
7203 alternative constructions generation. Some implementation of log
7204 messages. Doc fix.
7205 (ebnf-version): New version 4.4.
7206 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7207 (ebnf-eps-footer, ebnf-log): New options.
7208 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7209 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7210 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7211 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7212 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
7213 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7214 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7215 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7216 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7217 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7218 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7219 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7220 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7221 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7222 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7223 (ebnf-except-dimension, ebnf-alternative-dimension)
7224 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7225 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
7226 Insert log message function.
7227 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7228 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7229 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7230 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7231 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7232 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7233 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7234 compatibility with Emacs 20 & 21.
7235 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7236 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7237 (ebnf-basic-empty-height): New variables.
7238 (ebnf-prologue): Fix PostScript code.
7239 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7240 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7241 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7242 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7243
7244 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7245
7246 * printing.el: Group together all XEmacs/Emacs definitions.
7247 (pr-version): New version 6.9.
7248 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
7249 New functions.
7250 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7251 (pr-menu-bind): Fix code.
7252 (pr-e-frame-char-height, pr-e-frame-char-width)
7253 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7254 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7255 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7256 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7257 (pr-x-event-y-pixel): Eliminate aliases.
7258 (pr-xemacs-global-menubar): Move macro.
7259 (current-menubar, current-mouse-event, zmacs-region-stays)
7260 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7261 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7262 Move variables.
7263 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7264 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7265 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7266 (pr-menu-set-utility-title, pr-even-or-odd-pages)
7267 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7268 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
7269 Move functions.
7270
7271 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7272
7273 * ps-print.el: The ps-print commands without face printing should not
7274 print background color. Reported by Leo <sdl.web@gmail.com>.
7275 (ps-print-version): New version 7.2.2.
7276 (ps-begin-job): New arg. Fix ps-default-background and
7277 ps-default-foreground initialization.
7278 (ps-face-attributes): Fix doc string.
7279 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7280
7281 * printing.el: Fix ps-print link.
7282
7283 2008-02-01 Kenichi Handa <handa@m17n.org>
7284
7285 * international/mule-diag.el (list-character-sets-2): Don't print width.
7286
7287 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7288
7289 * ps-print.ps: Fix background height.
7290 (ps-print-version): New version 7.2.1.
7291
7292 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7293
7294 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
7295 into separate files.
7296 (ps-print-version): New version 7.2.
7297 (ps-postscript-code-directory): Fix XEmacs initialization.
7298 (ps-generate-postscript-with-faces):
7299 Call ps-generate-postscript-with-faces1 (new function).
7300 (ps-color-format, ps-float-format): Move variables to ps-def.el.
7301 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7302 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7303 (ps-face-background-name, ps-frame-parameter, ps-color-device)
7304 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7305 Move functions to ps-def.el.
7306 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7307 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7308 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7309 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7310 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7311 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7312 Move functions to ps-samp.el.
7313
7314 * ps-bdf.el (installation-directory, coding-system-for-read):
7315 Move variables to ps-def.el.
7316
7317 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
7318 (charset-bytes, charset-dimension, charset-id, charset-width)
7319 (find-charset-region, char-width, chars-in-region, forward-point)
7320 (decompose-composite-char, encode-coding-string, coding-system-p)
7321 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7322 (string-make-multibyte, encode-char): Move functions to ps-def.el.
7323
7324 * ps-def.el: New file. XEmacs/Emacs definitions.
7325 (ps-generate-postscript-with-faces1): New function.
7326 (ps-color-format, ps-float-format): Move variables from ps-print.el.
7327 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7328 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7329 (ps-face-background-name, ps-frame-parameter, ps-color-device)
7330 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7331 Move functions from ps-print.el.
7332 (installation-directory, coding-system-for-read):
7333 Move variables from ps-bdf.el.
7334 (leading-code-private-22): Move variable from ps-mule.el.
7335 (charset-bytes, charset-dimension, charset-id, charset-width)
7336 (find-charset-region, char-width, chars-in-region, forward-point)
7337 (decompose-composite-char, encode-coding-string, coding-system-p)
7338 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7339 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
7340
7341 * ps-samp.el: New file. Sample setup code.
7342 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7343 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7344 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7345 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7346 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7347 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7348 Move functions from ps-print.el.
7349
7350 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7351
7352 * ps-print.el: Handle frame parameters (background and/or foreground
7353 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
7354 (ps-print-version): New version 7.1.
7355 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7356 (ps-frame-parameter): New function.
7357 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7358 Fix doc and customization.
7359 (ps-begin-job): Get frame parameters (background and/or foreground
7360 colors).
7361 (ps-do-despool): Ensure ps-printer-name has a valid value.
7362
7363 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7364
7365 * progmodes/ebnf-abn.el:
7366 * progmodes/ebnf-bnf.el:
7367 * progmodes/ebnf-dtd.el:
7368 * progmodes/ebnf-ebx.el:
7369 * progmodes/ebnf-iso.el:
7370 * progmodes/ebnf-otz.el:
7371 * progmodes/ebnf-yac.el:
7372 * progmodes/ebnf2ps.el:
7373 * delim-col.el:
7374 * printing.el:
7375 * ps-bdf.el:
7376 * ps-mule.el:
7377 * ps-print.el: Remove 'Time-stamp' comment mark.
7378
7379 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7380 'easy-menu-add-item' when called in Emacs 21 or higher.
7381
7382 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7383
7384 * ps-print.el : Fix doc.
7385 (ps-print-version): New version 7.0.
7386
7387 2008-02-01 Kenichi Handa <handa@m17n.org>
7388
7389 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
7390 XMODIFIERS.
7391
7392 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7393
7394 * ps-print.el: Fix maintainer email. Eliminate function declaration
7395 that kept compatibility with older Emacs version.
7396 (ps-print-version): New version 6.7.
7397
7398 2008-02-01 Kenichi Handa <handa@m17n.org>
7399
7400 * international/quail.el (quail-get-translations):
7401 Make quail-current-key multibyte if not yet done.
7402
7403 2008-02-01 Zhang Wei <id.brep@gmail.com>
7404
7405 * language/chinese.el ("Chinese-GBK"): Add tutorial.
7406 ("Chinese-GB18030"): Add sample-text and tutorial.
7407
7408 * international/fontset.el (font-encoding-alist)
7409 (setup-default-fontset): Add gb18030.
7410 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7411 (charset-script-alist): Add gbk and gb18030.
7412
7413 * international/characters.el: Put property
7414 preferred-coding-system on gbk and gb18030.
7415
7416 * international/mule-cmds.el (locale-language-names): Add an entry
7417 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
7418
7419 * faces.el (face-font-registry-alternatives): Add gb18030.
7420
7421 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7422
7423 * ps-mule.el: Fix maintainer email.
7424
7425 2008-02-01 Kenichi Handa <handa@m17n.org>
7426
7427 * international/quail.el (quail-insert-kbd-layout): Check the
7428 length of (cdr translation).
7429 (quail-get-current-str): Check the length of (cdr def).
7430
7431 2008-02-01 Kenichi Handa <handa@m17n.org>
7432
7433 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
7434
7435 2008-02-01 Kenichi Handa <handa@m17n.org>
7436
7437 * international/mule-cmds.el (ucs-insert): Re-implement.
7438
7439 2008-02-01 Kenichi Handa <handa@m17n.org>
7440
7441 * composite.el (terminal-composition-modification): New function.
7442 (terminal-composition-function): Create composition with the above
7443 modification function.
7444
7445 2008-02-01 Zhang Wei <id.brep@gmail.com>
7446
7447 * international/characters.el: Add more full-width characters in
7448 char-width-table.
7449
7450 2008-02-01 Kenichi Handa <handa@m17n.org>
7451
7452 * international/fontset.el (create-fontset-from-fontset-spec):
7453 Fix script name handling.
7454
7455 2008-02-01 Kenichi Handa <handa@m17n.org>
7456
7457 * composite.el (terminal-composition-function): New function.
7458 (terminal-composition-function-table): New variable.
7459 (auto-compose-chars): If running on a terminal, use
7460 terminal-composition-function-table.
7461
7462 * loadup.el: Load "composite" after "international/characters".
7463
7464 * international/characters.el: Delete codes for setting up charset
7465 property nospace-between-words. Fix setting up of
7466 char-width-table. Don't make ethiopic and tibetan double column.
7467
7468 * textmodes/fill.el (fill-find-break-point-function-table):
7469 Don't set it up in defvar.
7470 (fill-nospace-between-words-table): New variable.
7471 (fill-delete-newlines): Check fill-nospace-between-words-table
7472 instead of charset property nospcae-between-words.
7473
7474 2008-02-01 Kenichi Handa <handa@m17n.org>
7475
7476 * composite.el (global-auto-composition-mode): Make the initial
7477 value not depend on emacs-basic-display.
7478
7479 * textmodes/fill.el: Don't use charset property
7480 `fill-find-break-point-function'.
7481 (fill-find-break-point-function-table): New variable.
7482 (fill-find-break-point): Lookup fill-find-break-point-function-table.
7483
7484 2008-02-01 Kenichi Handa <handa@m17n.org>
7485
7486 * international/mule.el (coding-system-list): Be sure to exclude
7487 subsidiary coding systems.
7488
7489 2008-02-01 Kenichi Handa <handa@m17n.org>
7490
7491 * composite.el (auto-composition-after-change)
7492 (toggle-auto-composition): Remove `auto-composed' property instead
7493 of setting it to nil.
7494
7495 2008-02-01 Kenichi Handa <handa@m17n.org>
7496
7497 * language/misc-lang.el (iso-8859-6): New coding system.
7498
7499 2008-02-01 Kenichi Handa <handa@m17n.org>
7500
7501 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
7502 replace-regexp-in-string as replacement.
7503
7504 2008-02-01 Kenichi Handa <handa@m17n.org>
7505
7506 * international/fontset.el (otf-script-alist): Add byzm, math,
7507 musc, and nko.
7508
7509 * international/characters.el (script-list): Add nko,
7510 byzantine-musical-symbol, musical-symbol, and mathematical.
7511
7512 2008-02-01 Kenichi Handa <handa@m17n.org>
7513
7514 * composite.el (auto-compose-current-font): New variable.
7515 (auto-compose-chars): New arg FONT-OBJECT.
7516
7517 2008-02-01 Kenichi Handa <handa@m17n.org>
7518
7519 * international/characters.el: Modify category-table and
7520 script-table for new Ethiopic character range.
7521
7522 2008-02-01 Kenichi Handa <handa@m17n.org>
7523
7524 * international/mule-cmds.el (set-language-environment-fontset):
7525 Delete it.
7526
7527 2008-02-01 Kenichi Handa <handa@m17n.org>
7528
7529 * international/fontset.el (otf-script-alist): Set it.
7530
7531 2008-02-01 Kenichi Handa <handa@m17n.org>
7532
7533 * international/fontset.el (font-encoding-alist):
7534 Fix for "ethiopic-unicode".
7535
7536 2008-02-01 Kenichi Handa <handa@m17n.org>
7537
7538 * international/fontset.el (script-representative-chars):
7539 Add an entry for latin script.
7540
7541 2008-02-01 Kenichi Handa <handa@m17n.org>
7542
7543 * faces.el (font-weight-table): Treat regular and normal as the
7544 same as medium.
7545 (font-slant-table): Add (roman . 100).
7546
7547 2008-02-01 Kenichi Handa <handa@m17n.org>
7548
7549 These changes are for the new font handling codes.
7550
7551 * faces.el (font-weight-table, font-slant-table)
7552 (font-swidth-table): New customizable variables.
7553
7554 * international/fontset.el (font-encoding-alist): Add koi8-4.
7555 (script-representative-chars): Set the default value.
7556 (create-fontset-from-x-resource): Delete `message'.
7557
7558 2008-02-01 Kenichi Handa <handa@m17n.org>
7559
7560 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
7561 Call set-buffer-multibyte with arg `to'.
7562
7563 2008-02-01 Kenichi Handa <handa@m17n.org>
7564
7565 * info.el (Info-fontify-node): Check if already fontified or not
7566 by next-single-property-change.
7567
7568 2008-02-01 Kenichi Handa <handa@m17n.org>
7569
7570 * international/mule.el (ctext-pre-write-conversion): Produce
7571 extra designation sequence for ASCII at the end off extended segment.
7572
7573 2008-02-01 Kenichi Handa <handa@m17n.org>
7574
7575 * international/mule.el (ctext-non-standard-encodings-table):
7576 Reverse the returning list.
7577 (ctext-pre-write-conversion): Fix encoding with extended segments.
7578
7579 * international/mule-conf.el (compound-text)
7580 (compound-text-with-extensions): Add long-form in :flags.
7581
7582 2008-02-01 Kenichi Handa <handa@m17n.org>
7583
7584 * international/fontset.el (create-fontset-from-fontset-spec): Fix
7585 regexp for paring FONTSET-SPEC (allow spaces after `:').
7586
7587 2008-02-01 Kenichi Handa <handa@m17n.org>
7588
7589 * international/fontset.el (create-fontset-from-fontset-spec): Fix
7590 for the case that a charset is specified as target.
7591
7592 2008-02-01 Kenichi Handa <handa@m17n.org>
7593
7594 * international/ccl.el (ccl-embed-string): Check string length.
7595 Set special flag for multibyte character sequence.
7596 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
7597 str unibyte.
7598 (ccl-compile-write): If the character code doesn't fit in 22-bit
7599 (ccl-dump-write-const-string): Check special flag for multibyte
7600 character sequence.
7601
7602 2008-02-01 Kenichi Handa <handa@m17n.org>
7603
7604 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
7605 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
7606 ps-mule-eight-bit-char.
7607
7608 2008-02-01 Kenichi Handa <handa@m17n.org>
7609
7610 * language/chinese.el ("Chinese-BIG5"):
7611 Set ctext-non-standard-encodings property to "big5-0".
7612
7613 * international/mule.el (ctext-non-standard-encodings):
7614 Initialize to nil.
7615 (ctext-non-standard-encodings-alist): Set charset `big5' in the
7616 entry for "big5-0".
7617 (ctext-non-standard-encodings-table): Return a list instead of
7618 char-table.
7619 (ctext-pre-write-conversion): Adjust for the above change.
7620
7621 2008-02-01 Zhang Wei <id.brep@gmail.com>
7622
7623 * international/mule.el (ctext-non-standard-encodings-alist):
7624 Add an entry for gbk-0.
7625 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
7626 a row 8-bit.
7627
7628 * language/chinese.el ("Chinese-GBK"):
7629 Set ctext-non-standard-encodings property to "gbk-0".
7630 Add sample-text property.
7631
7632 2008-02-01 Kenichi Handa <handa@m17n.org>
7633
7634 * international/kkc.el (kkc-region): Use
7635 this-single-command-raw-keys on pushing back an unhandled key sequence.
7636
7637 2008-02-01 Kenichi Handa <handa@m17n.org>
7638
7639 * international/encoded-kb.el (encoded-kbd-mode):
7640 Check saved-input-mode on turning off Encoded Kbd mode.
7641
7642 * composite.el (auto-composition-after-change): Use save-buffer-state.
7643 (turn-on-auto-composition-if-enabled): Don't turn on
7644 auto-composition-mode in a unibyte buffer.
7645
7646 2008-02-01 Kenichi Handa <handa@m17n.org>
7647
7648 * startup.el (command-line): Use custom-reevaluate-setting for
7649 global-auto-composition-mode.
7650
7651 * composite.el (auto-composition-function): Make it buffer local.
7652 (auto-composition-mode): New minor mode.
7653 (turn-on-auto-composition-if-enabled): New function.
7654 (global-auto-composition-mode): New global minor mode.
7655
7656 2008-02-01 Kenichi Handa <handa@m17n.org>
7657
7658 * descr-text.el (describe-char): Use insert-text-button instead of
7659 widget-create for "customize what to show" button.
7660
7661 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7662
7663 * language/ethiopic.el: Fix copyright.
7664 (composition-function-table): Support a new character in Unicode 4.1.
7665
7666 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
7667 (ethio-tex-to-fidel-buffer, ethio-composition-function)
7668 ("ethiopic-tex"): Support new characters in Unicode 4.1.
7669
7670 2008-02-01 Kenichi Handa <handa@m17n.org>
7671
7672 * international/characters.el: Register characters in
7673 auto-fill-chars. Put nospace-between-words to more charsets.
7674
7675 2008-02-01 Zhang Wei <id.brep@gmail.com>
7676
7677 * international/mule-cmds.el (locale-language-names): Add entries
7678 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
7679 (locale-preferred-coding-systems): Fix entries for Chinese locales.
7680
7681 2008-02-01 Kenichi Handa <handa@etlken>
7682
7683 * international/utf-7.el: Delete the definition of utf-7.
7684 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
7685 Add autoload cookies.
7686
7687 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7688
7689 * term/mac-win.el: Delete the code to create a fontset from the X
7690 resource "Font".
7691
7692 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7693
7694 * international/robin.el (robin-define-package): Be sure to call
7695 put-char-code-property.
7696
7697 2008-02-01 Kenichi Handa <handa@m17n.org>
7698
7699 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7700 property to 1.
7701
7702 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7703 property to t.
7704
7705 * international/mule.el (coding-system-get):
7706 Check `ascii-incompatible' for backward compatiblity.
7707 (set-file-name-coding-system): Signal an error for a coding system
7708 not suitable for file name.
7709 (set-keyboard-coding-system): Signal an error for a coding system
7710 not suitable for keyboard.
7711
7712 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
7713 Set :suitable-for-keyboard property to 1.
7714
7715 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7716 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
7717
7718 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
7719 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
7720
7721 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7722
7723 * international/robin.el (robin-define-package): Delete redundant code.
7724 (robin-add-rule): Allow N-1 reverse conversion.
7725
7726 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7727
7728 * international/robin.el (robin-define-package): Make the
7729 expanded form shorter.
7730
7731 2008-02-01 Zhang Wei <id.brep@gmail.com>
7732
7733 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
7734 chiense-iso-8bit.
7735
7736 2008-02-01 Kenichi Handa <handa@m17n.org>
7737
7738 * loadup.el: If we are byte-compiling unidata-gen.el or running
7739 unidata-ge-files, set purify-flag to nil.
7740
7741 2008-02-01 Kenichi Handa <handa@m17n.org>
7742
7743 * loadup.el: Load international/charprop.el with NOERROR t.
7744
7745 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
7746
7747 2008-02-01 Kenichi Handa <handa@m17n.org>
7748
7749 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
7750 New charsets and coding systems.
7751 (mac-symbol, mac-dingbats): New charsets.
7752
7753 2008-02-01 Kenichi Handa <handa@m17n.org>
7754
7755 * international/characters.el: Set syntax of NBSP to punctuation.
7756
7757 2008-02-01 Kenichi Handa <handa@m17n.org>
7758
7759 * international/mule-cmds.el: Don't require wid-edit.
7760
7761 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7762
7763 * international/robin.el: New file.
7764
7765 * language/ethiopic.el: Change encoding to utf-8-emacs.
7766 Register ethio-composition-function in composition-function-table.
7767 ("Ethiopic"): Change coding-systems to utf-8-emacs.
7768
7769 * language/ethio-util.el: Change encoding to utf-8-emacs.
7770 Rewrite all transliteration functions to use robin.el.
7771 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
7772 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
7773 (ethio-prefer-ascii-punctuation): Delete variables.
7774 (ethio-char-to-ethiocode, ethio-convert-digit)
7775 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
7776 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
7777 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
7778 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
7779 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
7780 (ethio-adjust-robin, ethio-composition-function)
7781 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
7782 (ethio-sera-to-fidel-region-ethio)
7783 (ethio-sera-to-fidel-region-noethio)
7784 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
7785 New functions.
7786
7787 2008-02-01 Miles Bader <miles@gnu.org>
7788
7789 * international/mule.el (auto-coding-regexp-alist)
7790 (ctext-pre-write-conversion): Replace embedded control characters
7791 with octal escapes; this prevents diff from thinking the file is binary.
7792
7793 2008-02-01 Miles Bader <miles@gnu.org>
7794
7795 * descr-text.el (describe-char-unidata-list):
7796 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
7797 (byte-compile-insert-header):
7798 * international/mule.el (charset-list, set-coding-priority)
7799 (ignore-relative-composition):
7800 * international/mule-util.el (detect-coding-with-priority):
7801 * international/mule-diag.el:
7802 * international/mule-cmds.el (language-info-custom-alist):
7803 * international/codepage.el (codepage-setup):
7804 Replace references to Emacs version "22" with "23".
7805
7806 2008-02-01 Kenichi Handa <handa@m17n.org>
7807
7808 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
7809
7810 * international/fontset.el (font-encoding-alist): Add an entry for
7811 microsoft-cp1251.
7812 (setup-default-fontset): Add entries for microsoft-cp1251 and
7813 koi8-r for cyrillic.
7814
7815 * international/mule-cmds.el (char-code-property-alist): New variable.
7816 (define-char-code-property): New function.
7817 (get-char-code-property, put-char-code-property): Handle a
7818 char-table registerd in char-code-property-alist.
7819 (set-language-environment): Check :ascii-compatible-p property of
7820 nonascii charset instead of its dimension.
7821
7822 * international/uni-bidi.el, international/uni-category.el:
7823 * international/uni-combining.el, international/uni-comment.el:
7824 * international/uni-decimal.el, international/uni-decomposition.el:
7825 * international/uni-digit.el, international/uni-lowercase.el:
7826 * international/uni-mirrored.el, international/uni-name.el:
7827 * international/uni-numeric.el, international/uni-old-name.el:
7828 * international/uni-titlecase.el, international/uni-uppercase.el:
7829 * international/charprop.el: New files automatically generated by
7830 admin/unidata/Makefile.
7831
7832 * loadup.el: Load internationnal/charprop.el.
7833
7834 * descr-text.el (describe-char-unidata-list): New variable.
7835 (describe-char-unicode-data): Use char-code-property-description.
7836 (describe-char): Add lines for describing Unicode-based character
7837 properties.
7838
7839 2008-02-01 Kenichi Handa <handa@m17n.org>
7840
7841 * textmodes/ispell.el: These changes are to fix the code merged
7842 from trunk for the change on 2008-02-01.
7843 (ispell-unified-chars-table): Delete it.
7844 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
7845
7846 2008-02-01 Kenichi Handa <handa@m17n.org>
7847
7848 * international/mule-util.el (char-displayable-p): Check
7849 :charset-list property of CODING.
7850
7851 2008-02-01 Kenichi Handa <handa@m17n.org>
7852
7853 * international/mule-cmds.el (select-safe-coding-system-interactively):
7854 Change 'mime-charset to :mime-charset.
7855 (select-safe-coding-system): Use above.
7856 (set-language-environment): Delete unnecessary code for handling
7857 overriding-fontspec.
7858
7859 2008-02-01 Kenichi Handa <handa@m17n.org>
7860
7861 * international/mule-conf.el: New coding system aliases unix, dos,
7862 and mac.
7863
7864 2008-02-01 Kenichi Handa <handa@m17n.org>
7865
7866 * international/titdic-cnv.el (tit-process-header): Fix embedded
7867 coding tag.
7868 (titdic-convert): Bind coding-system-for-write to the coding
7869 system specfied in the map file. Remove `charset' property after
7870 decoding.
7871 (miscdic-convert): Bind coding-system-for-write to the coding
7872 system specfied for the map file. Fix LANGUAGE arg to
7873 quail-define-package.
7874 (batch-miscdic-convert): Check if a file is directory or not.
7875
7876 2008-02-01 Kenichi Handa <handa@m17n.org>
7877
7878 * international/mule.el (coding-system-equal): Move from mule-util.el.
7879
7880 * international/mule-util.el (coding-system-equal): Move to mule.el.
7881
7882 2008-02-01 Kenichi Handa <handa@m17n.org>
7883
7884 * international/encoded-kb.el (encoded-kbd-decode-code-list):
7885 New function.
7886 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
7887 Support multibyte charsets.
7888
7889 2008-02-01 Kenichi Handa <handa@m17n.org>
7890
7891 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
7892 to eight-bit chars.
7893
7894 * international/mule-conf.el: Don't define coding system
7895 `undecided' here.
7896
7897 2008-02-01 Kenichi Handa <handa@m17n.org>
7898
7899 * international/mule-cmds.el (locale-language-names): Fix for
7900 gb18030 and gdk.
7901
7902 2008-02-01 Kenichi Handa <handa@m17n.org>
7903
7904 * international/fontset.el (font-encoding-alist): Add gbk.
7905 (charset-script-alist): Add chinese-gbk.
7906
7907 2008-02-01 Kenichi Handa <handa@m17n.org>
7908
7909 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
7910
7911 2008-02-01 Kenichi Handa <handa@m17n.org>
7912
7913 * language/japanese.el ("Japanese"): Fix ordering of charsets.
7914
7915 2008-02-01 Kenichi Handa <handa@m17n.org>
7916
7917 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
7918 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
7919 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
7920
7921 2008-02-01 Kenichi Handa <handa@m17n.org>
7922
7923 * descr-text.el (describe-char): Fix for the case CODE is a cons
7924 of integers.
7925
7926 2008-02-01 Steven Tamm <steventamm@mac.com>
7927
7928 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
7929 (mac-standard-fontset-spec): Create.
7930
7931 2008-02-01 Kenichi Handa <handa@m17n.org>
7932
7933 * international/mule-diag.el (unicode-data):
7934 Call find-file-noselect with NOWARN t.
7935
7936 2008-02-01 Kenichi Handa <handa@m17n.org>
7937
7938 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
7939
7940 2008-02-01 Kenichi Handa <handa@m17n.org>
7941
7942 * international/characters.el: Give more CJK characters the
7943 category `|'.
7944
7945 * descr-text.el (describe-char): Make it work on *Help* buffer.
7946 Suppress auto-composition on a region describing about composition.
7947
7948 * language/european.el (diacritic-compose-region)
7949 (diacritic-compose-string, diacritic-composition-function):
7950 Compose diacritical marks only with a character whose syntax is
7951 word constituent.
7952 (diacritic-post-read-conversion): Delete it.
7953
7954 2008-02-01 Kenichi Handa <handa@m17n.org>
7955
7956 * composite.el (auto-compose-chars): Execute the main code in
7957 condition-case.
7958
7959 2008-02-01 Kenichi Handa <handa@m17n.org>
7960
7961 * international/fontset.el (x-complement-fontset-spec):
7962 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
7963
7964 2008-02-01 Kenichi Handa <handa@m17n.org>
7965
7966 * international/characters.el (next-word-boundary-kana):
7967 Handle half-width kana.
7968
7969 2008-02-01 Kenichi Handa <handa@m17n.org>
7970
7971 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
7972
7973 2008-02-01 Kenichi Handa <handa@m17n.org>
7974
7975 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
7976
7977 * mail/rmail.el (rmail-decode-babyl-format):
7978 Use with-coding-priority instead of detect-coding-with-priority.
7979
7980 2008-02-01 Kenichi Handa <handa@m17n.org>
7981
7982 * international/mule.el (make-translation-table)
7983 (make-translation-table-from-vector): Set the second extra slot of
7984 the char table to 1.
7985 (make-translation-table-from-alist): Fix handling of multiple entries.
7986
7987 2008-02-01 Kenichi Handa <handa@m17n.org>
7988
7989 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
7990 New translation tables.
7991
7992 * international/mule.el (make-translation-table-from-alist):
7993 New function.
7994
7995 2008-02-01 Kenichi Handa <handa@m17n.org>
7996
7997 * international/mule.el (translate-region): Re-implement it here.
7998 Make it interactive.
7999
8000 2008-02-01 Kenichi Handa <handa@m17n.org>
8001
8002 * ps-mule.el (ps-mule-font-info-database): Doc fix.
8003
8004 2008-02-01 Kenichi Handa <handa@m17n.org>
8005
8006 * international/mule-conf.el (chinese-cns11643-15): New charset.
8007
8008 2008-02-01 Kenichi Handa <handa@m17n.org>
8009
8010 * international/fontset.el (font-encoding-alist): Add entries for
8011 variations of cns11643 fonts.
8012 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
8013
8014 2008-02-01 Kenichi Handa <handa@m17n.org>
8015
8016 * international/mule-diag.el (list-charset-chars): Put charset
8017 text property.
8018
8019 * international/fontset.el (setup-default-fontset): Delete the
8020 entry for symbol script, add JISX0213 to kana script, specify
8021 fallback fonts.
8022
8023 2008-02-01 Kenichi Handa <handa@m17n.org>
8024
8025 * international/fontset.el (setup-default-fontset)
8026 (font-encoding-alist): Register "JISX0213.2004-1".
8027
8028 * international/mule-diag.el (list-character-sets): Fix the first
8029 line message.
8030 (sort-listed-character-sets): Adjust for the change of
8031 list-characters-sets-1.
8032 (list-character-sets-1): List supplementary character sets in a
8033 different section.
8034 (list-charset-chars): Validate charset at early stage.
8035
8036 * international/characters.el: Fix `han' script range.
8037
8038 * international/mule-conf.el (japanese-jisx0213.2004-1):
8039 Specify :code-space.
8040 (cp932-2-byte): Fix :code-space.
8041 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
8042
8043 2008-02-01 Kenichi Handa <handa@m17n.org>
8044
8045 * international/mule-conf.el (japanese-jisx0213.2004-1):
8046 Specify :dimension 2.
8047
8048 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
8049 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
8050 New coding systems.
8051 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
8052 aliases.
8053 ("Japanese"): Add new charsets and coding systems.
8054
8055 2008-02-01 Kenichi Handa <handa@m17n.org>
8056
8057 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
8058 Rename from japanese-ucs-cp932-map.
8059 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
8060 (japanese-ucs-glibc-map): Delete this translation table.
8061 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
8062 New translation tables.
8063
8064 2008-02-01 Kenichi Handa <handa@m17n.org>
8065
8066 * cus-start.el: Handle charset-map-path, not charset-map-directory.
8067
8068 2008-02-01 Kenichi Handa <handa@m17n.org>
8069
8070 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8071
8072 2008-02-01 Kenichi Handa <handa@m17n.org>
8073
8074 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
8075 tables japanese-ucs-*-map.
8076
8077 2008-02-01 Kenichi Handa <handa@m17n.org>
8078
8079 * international/eucjp-ms.el: New file (automatically generated by
8080 admin/charsets/Makefile).
8081
8082 * international/cp51932.el: New file (automatically generated by
8083 admin/charsets/Makefile).
8084
8085 * language/japanese.el: Load cp51932 and eucjp-ms.
8086 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
8087 (japanese-ucs-glibc-map): New translation tables.
8088 (eucjp-ms): New coding system.
8089
8090 * international/mule.el (coding-system-put): Delete it.
8091 It's implemented in C now.
8092
8093 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
8094 (japanese-jisx0213-a): New supplementary charset.
8095 (japanese-jisx0213.2004-1): New charset.
8096
8097 2008-02-01 Kenichi Handa <handa@m17n.org>
8098
8099 * language/japanese.el (japanese-cp932): New coding system.
8100 (cp932): New alias of it.
8101
8102 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
8103 (cp932): New charsets.
8104
8105 * international/mule.el (define-charset): If :code-space is not
8106 given, generate it from :dimension.
8107
8108 2008-02-01 Kenichi Handa <handa@m17n.org>
8109
8110 * composite.el (reference-point-alist): Doc fix.
8111 (encode-composition-rule, decode-composition-rule):
8112 Handle a rule (GREF NREF XOFF YOFF).
8113
8114 2008-02-01 Kenichi Handa <handa@m17n.org>
8115
8116 * language/european.el (diacritic-composition-function): Fix for
8117 the case that POS is at the head. Allow combining with more characters.
8118
8119 2008-02-01 Kenichi Handa <handa@m17n.org>
8120
8121 * descr-text.el (describe-char): Check `charset' property.
8122 Show the code point in the charset in hexadigits.
8123
8124 * international/mule-diag.el (stretches-for-character-list):
8125 Delete it.
8126 (list-block-of-chars): Use tabs instead of `display' property for
8127 aligning characters.
8128 (print-fontset-element): Fix the printing of XLFD.
8129
8130 2008-02-01 Kenichi Handa <handa@m17n.org>
8131
8132 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8133 New function.
8134 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
8135 handling utf-8.
8136
8137 2008-02-01 Kenichi Handa <handa@m17n.org>
8138
8139 * faces.el (read-face-font): Include fontsets in the completion list.
8140
8141 * international/mule-cmds.el (set-locale-environment):
8142 Insert locale-translation-file-name in a unibyte buffer.
8143
8144 * international/characters.el: Fix setting of category `|'.
8145
8146 2008-02-01 Kenichi Handa <handa@m17n.org>
8147
8148 * language/chinese.el (chinese-gb18030): Fix :charset-list.
8149
8150 2008-02-01 Kenichi Handa <handa@m17n.org>
8151
8152 * international/mule-cmds.el (select-safe-coding-system): Fix for
8153 the case that the first element of default-coding-system is t.
8154 Fix a message when some coding systems are rejected.
8155
8156 2008-02-01 Kenichi Handa <handa@m17n.org>
8157
8158 * international/mule-cmds.el (set-language-environment): Put
8159 higher priority to charsets listed in `charset' property of the
8160 language environment.
8161
8162 2008-02-01 Kenichi Handa <handa@m17n.org>
8163
8164 * composite.el (auto-compose-chars): Don't do unnecessary
8165 save-exclusion and save-restriction.
8166
8167 2008-02-01 Kenichi Handa <handa@m17n.org>
8168
8169 * international/mule-conf.el (ctext-no-compositions):
8170 Remove garbage arguments.
8171
8172 * international/mule.el (make-coding-system): Fix generation of
8173 properties.
8174
8175 * international/fontset.el (setup-default-fontset): Specify fonts
8176 for `symbol' script.
8177
8178 * international/characters.el (script-list): Include `currency'
8179 in `symbol'.
8180
8181 2008-02-01 Alex Schroeder <alex@gnu.org>
8182
8183 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
8184 8601 format (a capital T between the date and the time).
8185
8186 2008-02-01 Kenichi Handa <handa@m17n.org>
8187
8188 * international/mule.el (private-char-area-1-min)
8189 (private-char-area-1-max, private-char-area-2-min)
8190 (private-char-area-2-max, emacs-mule-charset-table): New variables.
8191 (convert-define-charset-argument): New function.
8192 (define-charset): Handle the old calling style.
8193 Update emacs-mule-charset-table.
8194 (make-char-internal): New function.
8195
8196 2008-02-01 Jason Rumney <jasonr@gnu.org>
8197
8198 * w32-charset-info-alist: Define iso10646-1 always.
8199
8200 2008-02-01 Kenichi Handa <handa@m17n.org>
8201
8202 * composite.el (compose-region): Doc fix (delete duplicated line).
8203
8204 2008-02-01 Kenichi Handa <handa@m17n.org>
8205
8206 * international/characters.el: Fix syntax for Ethiopic.
8207
8208 2008-02-01 Jason Rumney <jasonr@gnu.org>
8209
8210 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
8211
8212 * makefile.w32-in (DONTCOMPILE): Remove old languages.
8213 Add international/latin1-disp.el.
8214 (LC_ALL): Define as C.
8215
8216 2008-02-01 Jason Rumney <jasonr@gnu.org>
8217
8218 * term/w32-win.el: Don't set fontsets to use sjis.
8219
8220 2008-02-01 Kenichi Handa <handa@m17n.org>
8221
8222 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8223 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
8224
8225 2008-02-01 Kenichi Handa <handa@m17n.org>
8226
8227 * composite.el (auto-composition-chunk-size): Delete variable.
8228 (auto-compose-chars): Always stop after processing a newline.
8229
8230 2008-02-01 Kenichi Handa <handa@m17n.org>
8231
8232 * international/mule.el (define-coding-system): Fix attribute
8233 name :for-unibyte.
8234
8235 2008-02-01 Kenichi Handa <handa@m17n.org>
8236
8237 * ps-bdf.el: Largely re-write.
8238
8239 * ps-mule.el: Largely re-write.
8240
8241 * ps-print.el (ps-generate-string-list): Delete function.
8242 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
8243 (ps-header-footer-string): Delete function.
8244 (ps-encode-header-string-function): New variable.
8245 (ps-generate-header-line): Call ps-encode-header-string-function.
8246 (ps-basic-plot-string-function): New variable
8247 (ps-begin-job): Set ps-basic-plot-string-function and
8248 ps-encode-header-string-function. For setting up headers and
8249 footers, don't use caches such as ps-rh-cache. Don't call
8250 ps-mule-begin-page.
8251 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
8252 Don't call ps-mule-prepare-ascii-font.
8253 (ps-plot-region): Don't pay attention to composition and
8254 non-ASCII characters.
8255 (ps-generate): Call ps-mule-end-job.
8256 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8257 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
8258 (ps-mule-end-job): Declare autoload.
8259
8260 * composite.el (auto-compose-region): New function.
8261
8262 2008-02-01 Dave Love <fx@gnu.org>
8263
8264 * international/mule-util.el
8265 (detect-coding-with-language-environment): Doc fix.
8266
8267 * composite.el: Doc fixes.
8268 (auto-compose-chars): Use functionp, not fboundp.
8269
8270 * international/mule-diag.el (list-charset-chars): Set buffer file
8271 coding system.
8272
8273 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8274 cookie. Doc fix.
8275
8276 2008-02-01 Dave Love <fx@gnu.org>
8277
8278 * international/mule-diag.el (list-charset-chars): Set buffer file
8279 coding system.
8280
8281 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8282 cookie. Doc fix.
8283
8284 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8285 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
8286 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8287 * eshell/esh-opt.el (eshell-process-option):
8288 * emulation/keypad.el (keypad-setup):
8289 * emacs-lisp/lisp-mode.el (prin1-char):
8290 * emacs-lisp/generic.el (generic-mode-set-comments):
8291 * edmacro.el (edmacro-parse-keys):
8292 * disp-table.el (standard-display-default): Use characterp.
8293
8294 2008-02-01 Kenichi Handa <handa@m17n.org>
8295
8296 * international/mule-conf.el (utf-16-be): Make it an alias of
8297 utf-16be-with-signature.
8298 (utf-16-le): Make it an alias of utf-16le-with-signature.
8299 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
8300 coding system aliases.
8301
8302 * international/utf-7.el (utf-7-decode, utf-7-encode):
8303 Use utf-16be, not utf-16-be.
8304
8305 2008-02-01 Kenichi Handa <handa@m17n.org>
8306
8307 * international/mule.el (coding-system-category): New function.
8308 (set-coding-priority): Re-write.
8309 (make-translation-table): Re-write.
8310
8311 * international/mule-cmds.el (universal-coding-system-argument):
8312 Check the coding system type `undecided', not `t'.
8313 (sort-coding-systems): Fix for iso-2022 coding systems.
8314 (find-multibyte-characters): Fix for eight-bit chars.
8315 (set-language-environment): Set charset priorities according to
8316 the charsets supported by the coding systems of higher priorities.
8317
8318 2008-02-01 Kenichi Handa <handa@m17n.org>
8319
8320 * font-lock.el
8321 (font-lock-match-c-style-declaration-item-and-skip-to-next):
8322 Check (match-end 2) before going there.
8323
8324 2008-02-01 Kenichi Handa <handa@m17n.org>
8325
8326 * international/mule.el (ctext-non-standard-designations-alist):
8327 Exclude entries for iso8859-1[03456]. Fix docstring.
8328 (ctext-pre-write-conversion): Make it work for the case that FROM
8329 is a string. Don't do unnecessary save-restriction and
8330 narrow-to-region.
8331
8332 2008-02-01 Kenichi Handa <handa@m17n.org>
8333
8334 * international/mule.el (ctext-non-standard-encodings-alist):
8335 Rename from non-standard-icccm-encodings-alist.
8336 (ctext-non-standard-encodings-regexp): New variable
8337 (ctext-post-read-conversion): Full rewrite.
8338 (ctext-non-standard-designations-alist): Rename from
8339 non-standard-designations-alist.
8340 (ctext-pre-write-conversion): Full rewrite.
8341 (define-coding-system): Doc fix (escape '"' by '\').
8342
8343 2008-02-01 Dave Love <fx@gnu.org>
8344
8345 * international/mule-conf.el (utf-16le, utf-16be-16be)
8346 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
8347 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
8348 `-16-{b,l}e-' and define aliases for the old names.
8349
8350 * international/mule.el (define-coding-system): Doc fix.
8351
8352 2008-02-01 Dave Love <fx@gnu.org>
8353
8354 * international/utf-7.el: New file.
8355
8356 * international/mule-conf.el (utf-7): New.
8357
8358 2008-02-01 Kenichi Handa <handa@m17n.org>
8359
8360 * international/mule-conf.el (utf-16): Add :endian 'big.
8361
8362 * international/mule.el (define-coding-system): Fix docstring
8363 about :bom and :endian.
8364
8365 2008-02-01 Dave Love <fx@gnu.org>
8366
8367 * international/mule-diag.el (describe-character-set):
8368 Fix printing dimensions. Use `×', not `x'.
8369
8370 2008-02-01 Kenichi Handa <handa@m17n.org>
8371
8372 * international/fontset.el: Register CDAC fonts in
8373 face-font-rescale-alist instead of face-resizing-fonts.
8374
8375 2008-02-01 Kenichi Handa <handa@m17n.org>
8376
8377 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
8378 (utf-16-be): Rename from utf-16-be-nosig.
8379 (utf-16-le-with-signature): Rename from utf-16-le.
8380 (utf-16-be-with-signature): Rename from utf-16-be.
8381 (utf-16): Set :bom to (utf-16-le-with-signature .
8382 utf-16-be-with-signature).
8383
8384 2008-02-01 Dave Love <fx@gnu.org>
8385
8386 * language/georgian.el (georgian-ps, georgian-academy): New coding
8387 system.
8388
8389 * language/chinese.el (chinese-big5-hkscs): New coding system.
8390 (big5-hkscs, cn-big5-hkscs): New aliases.
8391
8392 * international/mule-conf.el (big5-hkscs, georgian-academy):
8393 New charset.
8394 (ibm1047): Doc fix.
8395 (pt154): Add mime-charset.
8396 (ptcp154, cp154): New aliases.
8397
8398 2008-02-01 Dave Love <fx@gnu.org>
8399
8400 * international/mule.el (charset-iso-final-char, define-coding-system):
8401 Doc fix.
8402
8403 2008-02-01 Kenichi Handa <handa@m17n.org>
8404
8405 * international/ccl.el (define-ccl-program): Fset charset-id
8406 to charset-id-internal temporarily.
8407
8408 2008-02-01 Kenichi Handa <handa@m17n.org>
8409
8410 * international/mule-diag.el (list-block-of-chars):
8411 Use decode-char instead of make-char.
8412
8413 2008-02-01 Kenichi Handa <handa@m17n.org>
8414
8415 * international/fontset.el: Enable the default fontset to use
8416 unicode fonts for ASCII characters.
8417 (x-decompose-font-name): Don't try to resolve PATTERN by
8418 x-resolve-font-name.
8419 (x-complement-fontset-spec): Never prepend an ASCII font.
8420 (create-fontset-from-fontset-spec): If a fontset of the same name
8421 already exists, override it instead of signalling an error. Don't
8422 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
8423
8424 * international/mule-conf.el (unicode-bmp): Delete duplicated
8425 definition. Give it :code-offset 0.
8426
8427 * international/mule-diag.el (print-fontset-element): New function.
8428 (print-fontset): Use print-fontset-element to print the elements
8429 of a fontset. Use it also to print fonts fallen back to the
8430 default fontsets.
8431
8432 * term/x-win.el: Delete the code to create a fontset from the X
8433 resource "Font".
8434
8435 2008-02-01 Kenichi Handa <handa@m17n.org>
8436
8437 * international/mule-diag.el (print-fontset): Insert proper
8438 newline and indentation spaces.
8439
8440 2008-02-01 Dave Love <fx@gnu.org>
8441
8442 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
8443 multibyte-char-to-unibyte.
8444
8445 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
8446
8447 * international/mule-cmds.el (find-coding-systems-for-charsets):
8448 Use coding-system-type, coding-system-charset-list.
8449 (standard-keyboard-coding-systems): Delete.
8450 (set-locale-environment): Maybe set keyboard coding system.
8451 Avoid typical warning about codeset in C locale.
8452
8453 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8454
8455 * international/fontset.el (x-complement-fontset-spec): If a
8456 fontname doesn't conform to XLFD format, try to get XLFD name by
8457 x-list-fonts.
8458
8459 2008-02-01 Dave Love <fx@gnu.org>
8460
8461 * international/mule-conf.el (mik, pt154): New charsets.
8462
8463 * language/cyrillic.el (mik, pt154): New coding systems.
8464
8465 2008-02-01 Dave Love <fx@gnu.org>
8466
8467 * international/characters.el: Move parts around so that syntax
8468 definitions aren't overwritten wrongly.
8469
8470 * international/mule-diag.el (unicode-data): Fix treatment of
8471 numeric-value fields.
8472
8473 2008-02-01 Dave Love <fx@gnu.org>
8474
8475 * progmodes/cap-words.el: New file.
8476
8477 2008-02-01 Kenichi Handa <handa@m17n.org>
8478
8479 The following changes are to make character composition happen
8480 automatically on displaying.
8481
8482 * composite.el: Remove all autoload cookies.
8483 (composition-function-table): Move variable declaration from
8484 composite.c. Change format.
8485 (save-buffer-state): Copy from font-lock.el.
8486 (auto-composition-chunk-size): New variable.
8487 (auto-compose-chars): New function. Set
8488 auto-composition-function to it.
8489 (toggle-auto-composition): New function.
8490
8491 * international/characters.el: Make all chararacters in the
8492 charset tibetan to tibetan script.
8493
8494 * international/mule-conf.el (tibetan): Fix :code-space property.
8495 (tibetan-1-column): Delete :superset property, add :code-offset
8496 property.
8497
8498 * international/quail.el (quail-input-string-to-events): Don't
8499 generate compose-chars-after events.
8500
8501 * language/devanagari.el: Register devanagari-composable-function
8502 in composition-function-table for Devanagari characters.
8503
8504 * language/devan-util.el: Register devanagari-composable-pattern
8505 in indian-composable-pattern.
8506 (devanagari-composition-function): Add autoload cookie. Change
8507 arguments to conform to composition-function-table.
8508
8509 * language/european.el: Register combining characters in
8510 composition-function-table.
8511 (diacritic-composition-function): Change arguments to conform to
8512 composition-function-table.
8513
8514 * language/indian.el (indian-composable-pattern): New variable.
8515
8516 * language/ind-util.el (indian-compose-region): Don't call
8517 compose-chars-after, instead call a function registered in
8518 composition-function-table.
8519
8520 * language/lao.el: Register lao-composition-function in
8521 composition-function-table for Lao vowels and tones.
8522 (lao): Don't use lao-post-read-conversion.
8523
8524 * language/lao-util.el (lao-post-read-conversion): Delete this function.
8525 (lao-composition-function): Change arguments to conform to
8526 composition-function-table.
8527
8528 * language/thai.el: Register thai-composition-function in
8529 composition-function-table for Thai vowels and tones.
8530 (thai-tis620): Don't use thai-post-read-conversion.
8531
8532 * language/thai-util.el (thai-post-read-conversion): Delete function.
8533 (thai-composition-function): Change arguments to conform to
8534 composition-function-table.
8535
8536 * language/tibetan.el: Register tibetan-composition-function in
8537 composition-function-table for Tibetan characters.
8538
8539 * language/tibet-util.el (tibetan-composition-function):
8540 Change arguments to conform to composition-function-table.
8541
8542 * loadup.el: Load composite.
8543
8544 2008-02-01 Dave Love <fx@gnu.org>
8545
8546 * international/mule-diag.el (unicode-data): Find unicodedata-file
8547 literally.
8548
8549 2008-02-01 Dave Love <fx@gnu.org>
8550
8551 * international/fontset.el: Doc fixes.
8552 ("fontset-default"): Add iso8859-15.
8553
8554 2008-02-01 Kenichi Handa <handa@m17n.org>
8555
8556 * international/fontset.el ("fontset-default"): Add an entry for
8557 `indian-is13194' charset.
8558
8559 * international/mule-conf.el (indian-is13194): Delete :unify-map
8560 property. Don't unify this charset.
8561 (indian-2-column): Delete :superset property, add :code-offset property.
8562
8563 * language/devan-util.el: Delete the superfluous autoload cookie
8564 near the head of the file.
8565 (devanagari-compose-region): Add autoload cookie.
8566
8567 * language/ind-util.el (indian-2-column-to-ucs-region):
8568 Add autoload cookie.
8569
8570 2008-02-01 Kenichi Handa <handa@m17n.org>
8571
8572 * international/fontset.el ("fontset-default"): Add an entry for
8573 `devanagari' script and `malayalam-glyph' charset.
8574 (face-resizing-fonts): Register CDAC fonts.
8575
8576 * international/mule-conf.el (malayalam-glyph): New charset.
8577
8578 2008-02-01 Dave Love <fx@gnu.org>
8579
8580 * term/x-win.el: Fix typo in loop setting x-keysym-table.
8581
8582 2008-02-01 Dave Love <fx@gnu.org>
8583
8584 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
8585
8586 * term/x-win.el: Remove some ancient compatibility code. Populate
8587 x-keysym-table.
8588
8589 * international/mule-cmds.el (wid-edit): Require when compiling.
8590 (set-locale-environment): Check locale against coding system
8591 aliases too.
8592
8593 2008-02-01 Kenichi Handa <handa@m17n.org>
8594
8595 * language/indian.el (in-is13194-devanagari):
8596 Fix :post-read-conversion and :pre-write-conversion.
8597
8598 2008-02-01 Dave Love <fx@gnu.org>
8599
8600 * international/mule-cmds.el (charset): Supply doc, :tag.
8601
8602 2008-02-01 Kenichi Handa <handa@m17n.org>
8603
8604 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
8605 return a unibyte string.
8606
8607 2008-02-01 Kenichi Handa <handa@m17n.org>
8608
8609 * international/mule-cmds.el (set-locale-environment):
8610 Delete superfluous ')'s at the tail.
8611
8612 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8613
8614 * international/mule.el (define-coding-system): Fix typo;
8615 "docode" -> "decode".
8616
8617 2008-02-01 Dave Love <fx@gnu.org>
8618
8619 * emacs-lisp/byte-opt.el (side-effect-free-fns):
8620 Add string-make-unibyte string-make-multibyte string-to-multibyte
8621 string-as-multibyte string-as-unibyte.
8622
8623 2008-02-01 Dave Love <fx@gnu.org>
8624
8625 * language/english.el (ibm1047, cp1047): New.
8626
8627 * international/mule-conf.el (alternativnyj): Use new table.
8628 (cp866): Define standalone, not as alias.
8629 (ibm866): Change alias.
8630 (ibm1047): New.
8631
8632 * language/cyrillic.el (cyrillic-alternativnyj):
8633 Remove mime-charset. Use alternativnj charset.
8634 (cp866): Remove alias. Define standalone.
8635
8636 2008-02-01 Dave Love <fx@gnu.org>
8637
8638 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
8639
8640 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
8641 ("Tajik", "Belarusian"): Fix charset.
8642
8643 * international/mule-cmds.el (describe-language-environment):
8644 Be case-insensitive when looking for input methods.
8645 (locale-name-match): Doc fix.
8646 (locale-charset-match-p): New.
8647 (set-locale-environment): Warn if coding system doesn't agree
8648 with system locale.
8649
8650 2008-02-01 Kenichi Handa <handa@m17n.org>
8651
8652 * international/mule-cmds.el (select-safe-coding-system): If
8653 :mime-charset property of a coding system is not equal to that
8654 coding system, don't show that :mime-charset name.
8655
8656 2008-02-01 Dave Love <fx@gnu.org>
8657
8658 * international/quail.el (quail-help): Fix underlining.
8659
8660 * language/chinese.el (chinese-gb18030, gb18030)
8661 ("Chinese-GB18030"): New.
8662
8663 * international/mule-cmds.el (locale-language-names): Add GB18030.
8664
8665 * international/swedish.el: Don't require latin-1.
8666
8667 2008-02-01 Dave Love <fx@gnu.org>
8668
8669 * language/czech.el ("Czech"):
8670 * language/slovak.el ("Slovak"):
8671 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
8672
8673 * language/greek.el ("Greek"): Remove unibyte-syntax property.
8674 (cp737): New coding system.
8675
8676 * language/european.el: Remove unibyte-syntax properties.
8677 Augment some coding-system properties.
8678
8679 * international/mule-cmds.el (set-language-environment):
8680 Check for charset property of environment.
8681 (language-info-alist): Doc fix.
8682
8683 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
8684
8685 * international/characters.el: Add Latin-1.
8686
8687 * international/latin-1.el, international/latin-2.el,
8688 * international/latin-3.el, international/latin-4.el,
8689 * international/latin-5.el, international/latin-8.el,
8690 * international/latin-9.el: Delete.
8691
8692 * loadup.el: Remove international/latin-N.el.
8693
8694 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
8695 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8696 Undo last changes.
8697
8698 * international/mule-diag.el (unicode-data): Check that
8699 `unicodedata-file' exists.
8700
8701 2008-02-01 Kenichi Handa <handa@m17n.org>
8702
8703 * international/fontset.el (charset-script-alist): Fix script names.
8704
8705 2008-02-01 Kenichi Handa <handa@m17n.org>
8706
8707 * international/latin-1.el: Bind set-case-syntax-charset to
8708 iso-8859-1. Never provide latin-1.
8709
8710 * international/latin-2.el: Bind set-case-syntax-charset to
8711 iso-8859-2. Never provide latin-2.
8712
8713 * international/latin-3.el: Bind set-case-syntax-charset to
8714 iso-8859-3. Never provide latin-3.
8715
8716 * international/latin-4.el: Bind set-case-syntax-charset to
8717 iso-8859-4. Never provide latin-4.
8718
8719 * international/latin-5.el: Bind set-case-syntax-charset to
8720 iso-8859-9. Never provide latin-5.
8721
8722 * international/latin-8.el: Bind set-case-syntax-charset to
8723 iso-8859-14. Never provide latin-8.
8724
8725 * international/latin-9.el: Bind set-case-syntax-charset to
8726 iso-8859-15. Never provide latin-9.
8727
8728 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
8729 (set-case-syntax-charset): New variable.
8730 (set-case-syntax-1): New function.
8731 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8732 Call set-case-syntax-1 on arguments.
8733
8734 * international/mule-cmds.el (set-language-environment): Delete
8735 unnecessary setup of syntax/case for unibyte case.
8736
8737 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8738
8739 * international/fontset.el (generate-fontset-menu): Exclude the
8740 default fontset.
8741
8742 * faces.el (describe-face): Describe :fontset property too.
8743
8744 2008-02-01 Dave Love <fx@gnu.org>
8745
8746 * international/characters.el: Don't set char width of CJK
8747 charsets generally. Add some non-word syntax cases.
8748 (korean-ksc5601): Fix ranges with symbol syntax.
8749
8750 2008-02-01 Dave Love <fx@gnu.org>
8751
8752 * Makefile.in (DONTCOMPILE): Add indian.el.
8753
8754 * language/ind-util.el:
8755 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
8756 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
8757 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
8758 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
8759 Remove declarations and let-bind them in re-written top-level loop
8760 over scripts, including ucs-devanagari-to-is13194-alist.
8761
8762 2008-02-01 Dave Love <fx@gnu.org>
8763
8764 * international/mule-cmds.el (charset): Move.
8765 (language-info-custom-alist): Move. Alter :set.
8766 (find-coding-systems-for-charsets): Check charset type before
8767 getting :charset-list.
8768
8769 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
8770
8771 2008-02-01 Dave Love <fx@gnu.org>
8772
8773 * wid-edit.el (widget-string-complete): New.
8774 (widget-coding-system-prompt-value-history): Delete.
8775 (coding-system): Use coding-system-value-history.
8776
8777 * international/mule-cmds.el (charset): New widget.
8778 (language-info-custom-alist): Use it.
8779 (default-input-method): Modify :type.
8780
8781 2008-02-01 Dave Love <fx@gnu.org>
8782
8783 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
8784 (indian-glyph-char, indian-char-glyph): Delete.
8785 (is13194-default-repertory): Rename from is13194-default-repartory.
8786 (iscii-to-ucs-region): Hoist evals from loop.
8787
8788 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
8789
8790 * language/indian.el (indian-script-table)
8791 (ccl-encode-indian-glyph-font): Delete.
8792
8793 * international/mule-cmds.el (language-info-custom-alist): New.
8794 (input-method-activate-hook, input-method-inactivate-hook)
8795 (input-method-after-insert-chunk-hook)
8796 (input-method-use-echo-area, set-language-environment-hook)
8797 (exit-language-environment-hook): Customize.
8798 (find-coding-systems-for-charsets): Rewrite.
8799 (default-input-method): Add :link.
8800
8801 2008-02-01 Dave Love <fx@gnu.org>
8802
8803 * international/mule-conf.el (eight-bit): Add :docstring,
8804 :short-name properties.
8805 (cp851): Doc fix.
8806 (unicode-bmp): New.
8807
8808 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
8809
8810 * language/european.el (cp858): New.
8811 ("Turkish"): Add special case rules.
8812
8813 2008-02-01 Dave Love <fx@gnu.org>
8814
8815 * international/characters.el: Make Ÿ and ÿ a case pair.
8816
8817 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8818
8819 * international/mule-conf.el: Don't define the charset iso-8859-1
8820 here, just setup its properties.
8821
8822 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8823
8824 * international/mule-conf.el (utf-8): Give :mime-charset property.
8825
8826 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8827
8828 * international/characters.el: Remove duplicated case setting for
8829 Cyrillic and Greek letters. Don't setup printable-chars here.
8830
8831 * case-table.el (describe-buffer-case-table): Handle the case
8832 that KEY is a cons within map-char-table.
8833
8834 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8835
8836 * international/characters.el: Fix categories ?A and ?C.
8837 Treat ASCII characters as `latin' script.
8838
8839 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8840
8841 * international/fontset.el (fontset-plain-name): If the fontset
8842 name doesn't ends with "-fontset-*", use family name as the first
8843 part of the plain name.
8844 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
8845 created, use that name for the fontset. Fix arguments to
8846 subst-char-in-string.
8847
8848 2008-02-01 Dave Love <fx@gnu.org>
8849
8850 * term.el (term-char-mode): Remove generic-character-list code.
8851
8852 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
8853
8854 * wid-edit.el (character): Use characterp.
8855
8856 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
8857
8858 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
8859
8860 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8861 Add charset.
8862 ("Ukrainian"): New.
8863
8864 * language/georgian.el (georgian-ps): New coding system.
8865
8866 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8867
8868 * international/mule-cmds.el (reset-language-environment):
8869 Don't set nonascii-translation-table and nonascii-insert-offset.
8870 Call set-unibyte-charset, not set-primary-charset.
8871 (nonascii-translation-table, nonascii-insert-offset):
8872 Declare these variable as obsolete ones.
8873 (set-language-environment): Call set-unibyte-charset, not
8874 set-primary-charset. Call set-charset-priority with `charset'
8875 info of the language environment.
8876
8877 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8878
8879 * international/characters.el (next-word-boundary-han):
8880 Don't treat katakana following han characters as a part of a word.
8881
8882 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8883
8884 * international/characters.el: Call map-charset-chars on big5 (not
8885 chinese-big5-1/2) to set categories `c', `C', and `|'.
8886 (next-word-boundary-han, next-word-boundary-kana): New function.
8887 Register it in next-word-boundary-function-table.
8888
8889 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8890
8891 * arc-mode.el (archive-file-name-coding-system): New variable.
8892 Make it permanent-local.
8893 (byte-after, bref, insert-unibyte): New function. Change most of
8894 char-after, aref, insert to them respectively.
8895 (archive-mode): Set archive-file-name-coding-system.
8896 (archive-summarize): Don't change the buffer's multibyteness.
8897 (archive-extract): Inherit archive-file-name-coding-system from
8898 archive-superior-buffer. Bind coding-system-for-write to
8899 archive-file-name-coding-system.
8900 (archive-*-write-file-member): Encode ENAME by
8901 archive-file-name-coding-system. Bind coding-system-for-write to
8902 no-conversion.
8903 (archive-rename-entry): Encode the filename by
8904 archive-file-name-coding-system.
8905 (archive-mode-revert): Don't change the buffer's multibyteness.
8906 (archive-arc-summarize, archive-lzh-summarize)
8907 (archive-zoo-summarize): Don't change the buffer's multibyteness.
8908 Decode filenames by archive-file-name-coding-system.
8909 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
8910 the buffer's multibyteness.
8911
8912 * tar-mode.el (tar-file-name-coding-system): New variable.
8913 Make it permanent-local.
8914 (tar-header-block-tokenize): Decode filename and linkname by
8915 tar-file-name-coding-system.
8916 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
8917 the byte value of eight-bit chars.
8918 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
8919 `to'. Delete unnecessary call of position-bytes.
8920 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
8921 call of position-bytes.
8922 (tar-extract): Simplify by calling decode-coding-region with
8923 DESTINATION argument. Don't toggle multibyteness of tar buffer.
8924 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
8925 (tar-clear-modification-flags): Delete unnecessary call of
8926 position-bytes.
8927 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
8928 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
8929 Convert new-data-string by string-to-multibyte before inserting it.
8930 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
8931 buffer. Simplify by calling encoding-coding-region with
8932 DESTINATION argument.
8933 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
8934
8935 2008-02-01 Dave Love <fx@gnu.org>
8936
8937 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
8938
8939 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
8940
8941 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8942
8943 * international/characters.el: Setup char-script-table.
8944
8945 * international/fontset.el: Setup the default fontset by the new
8946 script-based way.
8947 (x-complement-fontset-spec): Change the format of arg FONTLIST to
8948 an alist of charsets vs font name lists.
8949 (charset-script-alist): New variable.
8950 (create-fontset-from-fontset-spec): Allow script name in
8951 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
8952 to the corresponding script name.
8953 (create-fontset-from-ascii-font): Slight tuning.
8954
8955 * international/mule-conf.el (devanagari-glyph): New charset.
8956 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
8957 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
8958 japanese-jisx0213-2.
8959
8960 * international/mule-diag.el (print-fontset): Use describe-vector
8961 to handle a char table returned by fontset-info.
8962
8963 * language/indian.el: Don't register ccl-encode-indian-glyph-font
8964 and ccl-encode-unicode-font in font-ccl-encoder-alist.
8965
8966 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8967
8968 * international/mule-util.el (detect-coding-with-priority):
8969 Fix the place of using `,' marker in backquote form.
8970
8971 2008-02-01 Dave Love <fx@gnu.org>
8972
8973 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
8974
8975 * international/mule-util.el (with-coding-priority): Fix.
8976
8977 * international/mule.el (set-coding-priority): Fix obsolete spec.
8978
8979 2008-02-01 Dave Love <fx@gnu.org>
8980
8981 * international/mule-cmds.el (leim-list-header): Add coding tag.
8982
8983 2008-02-01 Dave Love <fx@gnu.org>
8984
8985 * international/mule-cmds.el (find-coding-systems-region)
8986 (language-info-alist, reset-language-environment, princ-list): Doc fix.
8987 (input-method-verbose-flag): Fix :type.
8988
8989 2008-02-01 Dave Love <fx@gnu.org>
8990
8991 * international/mule.el (set-char-table-default): Make obsolete.
8992
8993 2008-02-01 Dave Love <fx@gnu.org>
8994
8995 * language/devanagari.el ("Devanagari"): Fix coding-system,
8996 coding-priority.
8997
8998 * international/mule-diag.el (describe-char-after): Modify display
8999 list processing.
9000 (unicodedata-file, unicodedata-find): New.
9001
9002 2008-02-01 Dave Love <fx@gnu.org>
9003
9004 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
9005 autoload cookie.
9006
9007 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
9008
9009 2008-02-01 Dave Love <fx@gnu.org>
9010
9011 * international/mule-util.el (detect-coding-with-priority): Rewrite.
9012
9013 2008-02-01 Dave Love <fx@gnu.org>
9014
9015 * composite.el (compose-string): Doc fix.
9016
9017 * language/georgian.el ("Georgian"): Delete code-pages feature,
9018 add nonascii-translation.
9019
9020 * language/european.el ("German", "French", "Spanish"):
9021 Add latin-9 as alternative coding system.
9022 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
9023 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
9024 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
9025 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
9026 system.
9027
9028 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
9029 encode-coding-char.
9030 (side-effect-and-error-free-fns): Add charsetp, max-char,
9031 primary-charset.
9032
9033 * simple.el: Don't require cl when compiling.
9034
9035 * Makefile.in (DONTCOMPILE): Fix duplicates.
9036
9037 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
9038
9039 * international/mule.el: Doc fixes.
9040 (load-with-code-conversion): Fix coding-system-type test.
9041
9042 * international/mule-cmds.el (sort-coding-systems): Comment out
9043 iso-2022 case.
9044 (encoded-string-description): Fix coding-system-type test.
9045
9046 2008-02-01 Dave Love <fx@gnu.org>
9047
9048 * international/characters.el: Make korean-ksc5601 double-width.
9049
9050 * international/mule.el (auto-coding-regexp-alist):
9051 Recognize Emacs 20/1 byte-compiled files.
9052
9053 * international/mule-conf.el (file-coding-system-alist):
9054 Change .elc to utf-8-emacs.
9055
9056 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
9057 of utf-8-emacs.
9058 (byte-compile-insert-header): Update magic number. Add ballast.
9059 (map-char-table): Use byte-compile-funarg-2.
9060
9061 2008-02-01 Dave Love <fx@gnu.org>
9062
9063 * language/cyrillic.el ("Belarusian"): Doc fix.
9064 (cp1125, koi8-t): Doc fix.
9065
9066 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9067 (find-multibyte-characters): Don't test for charset `unknown'.
9068 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
9069 ru, sr_YU, tg, wa, zh.gbk.
9070 (locale-language-names): Change sp to Cyrillic.
9071 (locale-charset-language-names): Match @euro after utf-8.
9072
9073 2008-02-01 Dave Love <fx@gnu.org>
9074
9075 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
9076 New coding systems.
9077 ("Chinese-GBK"): New environment.
9078
9079 * language/thai-util.el: Remove redundant unicodes in category-setting.
9080
9081 * language/lao-util.el: Remove redundant unicodes in category-setting.
9082
9083 * international/mule-conf.el (japanese-jisx0213-1)
9084 (japanese-jisx0213-2): Add unify-map.
9085
9086 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9087
9088 * international/quail.el (quail-update-leim-list-file):
9089 Force writing the file by iso-2022-7bit.
9090
9091 * international/titdic-cnv.el (miscdic-convert): Force writing the
9092 file by iso-2022-7bit.
9093
9094 * international/mule.el (define-charset): Change the attribute
9095 :parents to :subset or :superset.
9096
9097 * international/mule-conf.el: Adjust for the change of
9098 define-charset (:parent -> :subset or :superset).
9099
9100 * international/characters.el: Fix the last change.
9101
9102 2008-02-01 Dave Love <fx@gnu.org>
9103
9104 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
9105 (cyrillic-encode-alternativnyj-char): Fix.
9106 (standard-display-cyrillic-translit): Remove redundant unicodes.
9107
9108 2008-02-01 Dave Love <fx@gnu.org>
9109
9110 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9111 New environments.
9112
9113 * international/mule-conf.el (control-1): New charset.
9114 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
9115 (korean-ksc5601): Redefine to use code-offset and unify-map.
9116
9117 2008-02-01 Dave Love <fx@gnu.org>
9118
9119 * international/mule-conf.el (tcvn-5712): New charset.
9120
9121 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
9122 ("Vietnamese"): Doc fix.
9123
9124 2008-02-01 Dave Love <fx@gnu.org>
9125
9126 * international/mule-conf.el (windows-936): New alias.
9127
9128 * cus-start.el: Add scalable-fonts-allowed.
9129
9130 * international/characters.el: Reinstate various CJK syntax and
9131 category setup. Remove obsolete syntax setting in Greek section.
9132 Optimize the char tables.
9133
9134 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
9135
9136 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
9137
9138 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
9139 coding systems.
9140
9141 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
9142
9143 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9144
9145 * international/characters.el (printable-chars): Setup correctly.
9146
9147 2008-02-01 Dave Love <fx@gnu.org>
9148
9149 * cus-start.el: Add selection-coding-system.
9150
9151 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
9152
9153 * language/china-util.el (post-read-decode-hz)
9154 (pre-write-encode-hz): Move from chinese.el.
9155 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
9156 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
9157
9158 * language/chinese.el (post-read-decode-hz)
9159 (pre-write-encode-hz): Move to china-util.el.
9160
9161 * case-table.el (set-case-syntax-pair): Test again for equal byte
9162 lengths of the pair.
9163
9164 * international/characters.el: Add Vietnamese category to
9165 equivalent unicodes.
9166
9167 2008-02-01 Dave Love <fx@gnu.org>
9168
9169 * international/mule-conf.el (chinese-sisheng, ipa)
9170 (indian-is13194, tibetan, ethiopic): Add :unify-map.
9171
9172 * international/mule-diag.el (describe-character-set): Account for
9173 more than two dimensions of possibly different size.
9174 (describe-current-coding-system): Add selection-coding-system.
9175
9176 * international/mule-cmds.el (unify-8859-on-encoding-mode)
9177 (unify-8859-on-decoding-mode): Move from mule.el.
9178
9179 * international/mule.el (unify-8859-on-encoding-mode)
9180 (unify-8859-on-decoding-mode): Remove :init-value.
9181 (charset-chars): Add optional dimension arg.
9182 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
9183 Move to mule-cmds.el.
9184
9185 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9186
9187 * international/fontset.el: Change registry for japanese-jisx0208
9188 to "JISX0208*" in the default fontset.
9189 (font-encoding-alist): Add an entry for "JISX0208.1983" and
9190 "ISO10646.indian-1".
9191
9192 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9193
9194 * language/japanese.el (japanese-iso-7bit-1978-irv):
9195 Add `designation' to :flags, `ascii' to :charset-list.
9196
9197 * international/mule.el (define-charset): New args :min-code and
9198 :max-code.
9199 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
9200
9201 * international/mule-conf.el (chinese-gbk): Change :code-offset to
9202 #x160000.
9203 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
9204 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
9205
9206 2008-02-01 Dave Love <fx@gnu.org>
9207
9208 * language/thai.el (iso-8859-11): New coding system.
9209
9210 * international/mule-conf.el: Doc fixes.
9211 (iso-8859-11): New.
9212
9213 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
9214
9215 * cus-start.el (scalable-fonts-allowed): Add.
9216
9217 2008-02-01 Dave Love <fx@gnu.org>
9218
9219 * international/mule.el (unify-8859-on-encoding-mode)
9220 (unify-8859-on-decoding-mode): Dummy versions.
9221
9222 * international/ucs-tables.el: Remove.
9223
9224 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
9225 language/japanese.el.
9226
9227 * international/mule-conf.el: Doc fixes.
9228 (cp936): New alias.
9229 (cp720, cp858): New charsets.
9230
9231 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
9232 coding system, not emacs-mule.
9233
9234 * files.el (revert-buffer, recover-file): Likewise.
9235
9236 * desktop.el (desktop-save): Likewise.
9237
9238 2008-02-01 Dave Love <fx@gnu.org>
9239
9240 * international/mule.el (with-category-table): Use make-symbol.
9241 (coding-system-list): Use coding-system-aliases.
9242 (make-translation-table): Don't deal with generic characters.
9243
9244 * international/mule-util.el (coding-system-post-read-conversion)
9245 (coding-system-pre-write-conversion)
9246 (coding-system-translation-table-for-decode)
9247 (coding-system-translation-table-for-encode): Get the right properties.
9248 (with-coding-priority): New macro.
9249 (detect-coding-with-language-environment): Use it.
9250 (coding-system-equal): Use coding-system-plist.
9251
9252 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
9253 Use :valid property.
9254
9255 * international/mule-cmds.el (encode-coding-char):
9256 Use find-coding-systems-string. Don't use make-char.
9257 (describe-language-environment): Use coding-system-aliases.
9258 (prefer-coding-system): Doc fix.
9259
9260 * international/mule-diag.el (describe-current-coding-system):
9261 Fix aliases listing.
9262 (print-iso-2022-flags): Delete.
9263 (print-designation): Partial re-write.
9264 (describe-coding-system): Deal with iso-2022 designations, flags.
9265 Fix shift_jis case.
9266 (describe-char-after): Use characterp. Print explicit unicode.
9267 Remove some obsolete code.
9268 (print-coding-system-briefly): Fix printing aliases.
9269 (print-coding-system): Use coding-system-aliases.
9270 (mule-diag): Don't list coding categories.
9271
9272 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
9273 Re-order charset priorities.
9274 (binary): New alias.
9275 (iso-8859-16): Fix nickname.
9276 (define-iso-single-byte-charset): Un-define after use.
9277
9278 2008-02-01 Dave Love <fx@gnu.org>
9279
9280 * international/characters.el: Additional double width specifications.
9281
9282 * international/mule-diag.el (print-coding-system): Incomplete updates.
9283 (describe-character-set): List more properties.
9284 (print-fontset): Fix case of vector font-spec.
9285 (describe-current-coding-system): Fix iso-7, iso-7-else.
9286
9287 * international/mule-conf.el (ibm866): Fix alias.
9288 (iso-8859-16): Fix nickname.
9289
9290 2008-02-01 Dave Love <fx@gnu.org>
9291
9292 * language/ind-util.el: Avoid decode-char.
9293 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
9294 Use characterp, not char-valid-p.
9295
9296 * language/devan-util.el: Add coding tag, avoid decode-char.
9297
9298 * international/titdic-cnv.el: Add coding tag.
9299 (tit-process-header): Add coding tag to output.
9300
9301 * language/thai.el (cp874, ibm874): New coding systems.
9302
9303 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
9304 Add character-p.
9305
9306 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
9307 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
9308 New coding systems.
9309 <set-language-info-alist>: Avoid decode-char.
9310
9311 * language/hebrew.el (cp862, ibm862): New coding systems.
9312
9313 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
9314
9315 * language/cyrillic.el (cp855, ibm855): New coding systems.
9316
9317 * international/mule-conf.el: Avoid decode-char in top-level code
9318 for self-inserting multibyte chars.
9319 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
9320 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
9321 New charsets.
9322
9323 * international/characters.el: Various simplifications and additions.
9324
9325 2008-02-01 Dave Love <fx@gnu.org>
9326
9327 * international/mule-conf.el (code-pages): Provide, for compatibility.
9328
9329 * international/code-pages.el: Remove.
9330
9331 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9332
9333 * Makefile.in: Cancel the 2008-02-01 change of mine.
9334
9335 * international/fontset.el: Add setting for unicode font at the
9336 end of the default fontset.
9337
9338 2008-02-01 Dave Love <fx@gnu.org>
9339
9340 * international/mule-conf.el (adobe-standard-encoding, symbol):
9341 Adjust :code-space.
9342 (ibm850): Add :ascii-compatible-p.
9343
9344 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9345
9346 * international/mule-conf.el (vietnamese-viscii-lower)
9347 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
9348 mapping table.
9349
9350 2008-02-01 Dave Love <fx@gnu.org>
9351
9352 * cus-start.el: Add charset-map-directory.
9353
9354 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
9355
9356 * format.el (format-alist): Remove ibm, mac, hp entries (available
9357 natively).
9358
9359 * language/romanian.el (iso-latin-10): Add :mime-charset.
9360 ("Romanian"): Add doc.
9361
9362 * international/mule-conf.el (iso-8859-10, symbol)
9363 (adobe-standard-encoding, ibm850): New charsets.
9364 (iso-8859-13): Fix IR number, final char.
9365 (file-coding-system-alist): Add .xml.
9366
9367 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
9368 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
9369 (adobe-standard-encoding, cp850, ibm850): New coding systems.
9370 ("Latin-6", "Latin-7"): New language environments.
9371
9372 2008-02-01 Dave Love <fx@gnu.org>
9373
9374 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
9375 utf-8-subst; add vietnamese, cyrillic, czech.
9376
9377 * language/romanian.el (iso-latin-10): New coding system.
9378
9379 * international/mule-conf.el (emacs-mule): Set :charset-list,
9380 consistent with coding-system-charset-list doc.
9381 (iso-8859-16): New charset.
9382
9383 * international/mule-diag.el (describe-coding-system): Avoid error
9384 for iso-2022, emacs-mule.
9385
9386 2008-02-01 Dave Love <fx@gnu.org>
9387
9388 * international/codepage.el: Remove or comment out most of code.
9389 (codepage-setup): Re-write as trivial, obsolete function.
9390
9391 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
9392 Remove setup function.
9393
9394 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
9395
9396 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
9397 language/cyrillic.el, language/czech.el.
9398
9399 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
9400 (font-ccl-encoder-alist): Remove viscii, vscii.
9401
9402 * language/hebrew.el (windows-1255, cp1255): New coding systems.
9403
9404 * language/european.el (windows-1254, cp1254, windows-1257)
9405 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
9406 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
9407
9408 * language/greek.el (windows-1253, cp1253): New coding systems.
9409
9410 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
9411 file name.
9412 (windows-1253, windows-1254, windows-1255, windows-1256)
9413 (windows-1257, windows-1258, next): New charsets.
9414
9415 * international/utf-8.el, international/utf-8-subst.el: Remove.
9416
9417 * international/mule.el: Doc fixes.
9418 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
9419 (coding-system-get): Try to convert old-style symbol to keyword.
9420 (define-charset): Purecopy strings in property list.
9421 (define-coding-system): Purecopy docstring.
9422
9423 * international/mule-diag.el (list-character-sets-2): Avoid
9424 charset-bytes.
9425 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
9426 (list-block-of-chars): Re-write.
9427 (describe-character-set): Show more properties.
9428 (describe-char-after): Correct codepoint display.
9429 (print-coding-system): Use symbolic types.
9430
9431 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9432
9433 * Makefile.in: Be sure also to run emacs with LANG=C.
9434
9435 2008-02-01 Dave Love <fx@gnu.org>
9436
9437 * international/mule-diag.el: Doc fixes.
9438 (sort-charset-list, charset-multibyte-form-string): Remove.
9439 (list-character-sets, list-character-sets-1)
9440 (list-character-sets-2): Re-write.
9441 (non-iso-charset-alist): Set to nil and made obsolete.
9442 (decode-codepage-char): Re-write and made obsolete.
9443 (read-charset): Don't use non-iso-charset-alist.
9444 (describe-coding-system): Use keyword properties.
9445 (describe-character-set): Re-write.
9446
9447 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
9448 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
9449 (ebcdic-uk): New charsets.
9450
9451 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
9452 New coding systems.
9453
9454 * language/european.el (windows-1252): New coding system.
9455
9456 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9457
9458 * Makefile.in: By sure to run emacs with LC_ALL=C.
9459
9460 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
9461 encoded-kbd-self-insert-iso2022-8bit with argument 1.
9462 (encoded-kbd-self-insert-charset): New function.
9463 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
9464 coding-system of type charset.
9465
9466 2008-02-01 Dave Love <fx@gnu.org>
9467
9468 * international/mule-cmds.el (set-locale-environment): Comment out
9469 set-keyboard-coding-system stuff.
9470
9471 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9472
9473 * international/mule.el (define-coding-system): Doc fix;
9474 sjis->shift-jis.
9475
9476 * international/mule-conf.el: Use decode-char instead of make-char.
9477
9478 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
9479 New arg ARG. Directly call self-insert-command. This is a
9480 temporary workaround to make it work with latin-1.
9481 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
9482
9483 * international/characters.el: Setup char-width-table for CJK
9484 characters.
9485
9486 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9487
9488 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9489 Fix the initial value to specify character range of
9490 japanese-jisx0208, not unicode.
9491
9492 * international/characters.el: Set syntax/category for
9493 japanese-jisx0208.
9494
9495 2008-02-01 Dave Love <fx@gnu.org>
9496
9497 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
9498 mime-charset.
9499
9500 * language/vietnamese.el, language/korean.el, language/japanese.el:
9501 * language/hebrew.el, language/greek.el, language/chinese.el:
9502 Fix :mime-charset properties.
9503
9504 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
9505 (cyrillic-alternativnyj): Fix :mime-charset.
9506 (cp878, cp866): New alias.
9507
9508 * language/european.el: Fix mime-charset properties.
9509
9510 * international/mule-cmds.el (sort-coding-systems)
9511 (select-safe-coding-system, select-message-coding-system): Use
9512 :mime-charset, not 'mime-charset.
9513
9514 * international/mule-conf.el: Add various :mime-charset properties.
9515
9516 2008-02-01 Dave Love <fx@gnu.org>
9517
9518 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
9519 getting decoder.
9520 (encoded-kbd-mode): Fix code for coding system type and designations.
9521
9522 * international/mule-conf.el: Spelling fixes.
9523
9524 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9525
9526 * international/fontset.el (fontset-plain-name): Handle the case
9527 that size, weight, slant are not specified in the fontset name.
9528
9529 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
9530
9531 * language/greek.el (greek-iso-8bit): Fix typo.
9532
9533 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9534
9535 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
9536
9537 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9538
9539 * international/characters.el: Change encoding to utf-8-emacs.
9540 Remove apparent duplicate codes.
9541
9542 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9543
9544 * international/fontset.el: Change the registry for
9545 chinese-gb2312 and add the registry for chinese-gbk.
9546
9547 * international/mule.el (charset-chars): Fix typo.
9548
9549 * international/mule-conf.el (chinese-gbk): New charset.
9550
9551 * international/titdic-cnv.el (titdic-convert): Read into a
9552 unibyte buffer then make the buffer multibyte.
9553
9554 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9555
9556 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
9557 instead of :signature.
9558
9559 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9560
9561 * language/czech.el ("Czech"): Set `iso-8859-2' for
9562 `nonascii-translation'.
9563
9564 * language/romanian.el ("Romanian"): Likewise.
9565
9566 * language/slovak.el ("Slovak"): Likewise.
9567
9568 * international/characters.el: Optimize calls of modify-category-entry.
9569
9570 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9571
9572 * bindings.el: Don't bind multibyte characters to
9573 self-insert-command here. It's done in mule-conf.el.
9574
9575 * case-table.el (set-case-syntax-offset): Delete variable.
9576 (set-case-syntax-1): Delete function. Change callers.
9577 (set-case-syntax-delims): Don't check byte length of characters.
9578
9579 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
9580 characters to isearch-printing-char.
9581
9582 * loadup.el: Don't load "international/utf-8". Don't call
9583 update-coding-systems-internal. Bind coding-system-for-write to
9584 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
9585 dumping.
9586
9587 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
9588 change of map-char-table.
9589
9590 * eshell/esh-mode.el: Adjust for the change of map-char-table.
9591
9592 * international/characters.el: Adjust for the deletion of
9593 generic characters.
9594
9595 * international/code-pages.el (cp-make-translation-table)
9596 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
9597 (cp-make-coding-system): Call define-coding-system.
9598
9599 * international/fontset.el: Rewrite most code.
9600
9601 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
9602 Call encode-char instead of split-char.
9603
9604 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9605 Change value.
9606 (skkdic-lookup-key): Call encode-char instead of split-char.
9607
9608 * international/titdic-cnv.el (titdic-convert): Bind
9609 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
9610 buffer.
9611
9612 * international/latin-1.el: Don't bind set-case-syntax-offset.
9613
9614 * international/latin-2.el: Don't bind set-case-syntax-offset.
9615
9616 * international/latin-3.el: Don't bind set-case-syntax-offset.
9617
9618 * international/latin-4.el: Don't bind set-case-syntax-offset.
9619
9620 * international/latin-5.el: Don't bind set-case-syntax-offset.
9621
9622 * international/latin-8.el: Don't bind set-case-syntax-offset.
9623
9624 * international/latin-9.el: Don't bind set-case-syntax-offset.
9625
9626 * international/mule-cmds.el: Don't use coding category.
9627 Call set-coding-system-priority instead of set-coding-priority.
9628 (sort-coding-systems, select-safe-coding-system):
9629 Call coding-system-priority-list to get the most preferred one.
9630 (reset-language-environment): Order of coding system priority
9631 changed. Set primary charset to iso-8859-1.
9632 (set-language-environment-coding-systems):
9633 Call set-coding-system-priority instead of set-coding-priority.
9634 (get-charset-property, put-charset-property): Move to mule.el.
9635
9636 * international/mule-conf.el: Ful re-write.
9637
9638 * international/mule-diag.el (print-designation): Change arguments.
9639 (print-iso-2022-flags): New function.
9640 (describe-coding-system, describe-current-coding-system):
9641 Adjust for the new structure of coding system.
9642
9643 * international/mule.el (char-valid-p): Make it an alias of characterp.
9644 (define-charset): Full re-design.
9645 (charset-quoted-standard-p): Delete.
9646 (charsetp): Move to charset.c.
9647 (charset-info, charset-id, charset-bytes, charset-width)
9648 (charset-directioin, charset-iso-graphic-plane)
9649 (charset-reverse-charset): Delete.
9650 (charset-dimension, charset-chars, charset-iso-final-char)
9651 (charset-description, charset-short-name, charset-long-name):
9652 Call charset-plist instead of charset-info.
9653 (charset-plist, set-charset-plist): Move to charset.c.
9654 (get-charset-property, put-charset-property): Move from
9655 mule-cmds.el. Call charset-plist and set-charset-plist.
9656 (make-char): Delete.
9657 (generic-char-p): Make it always return nil.
9658 (decode-char, encode-char): Move to charset.c.
9659 (coding-spec-XXX-idx): Delete variables.
9660 (coding-system-iso-2022-flags): New variable.
9661 (define-coding-system): New function.
9662 (transform-make-coding-system-args, make-coding-system): Delete.
9663 (set-coding-priority): Make it obsolete.
9664 (after-insert-file-set-buffer-file-coding-system)
9665 (find-new-buffer-file-coding-system): Adjust for the new coding
9666 system structure.
9667
9668 * language/chinese.el, language/cyrillic.el, language/european.el:
9669 * language/greek.el, language/hebrew.el, language/indian.el:
9670 * language/japanese.el, language/korean.el, language/lao.el:
9671 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9672 Call define-coding-system instead of make-coding-system.
9673 Delete all CCL program.
9674
9675 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
9676 of make-char.
9677 (sgml-char-names-table): Fix iteration limit.
9678
9679 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
9680 (ccl-encode-mac-roman-font): Delete.
9681
9682 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
9683 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
9684 currently. This is just a temporary workaround.
9685
9686 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9687
9688 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
9689 of `find-file-hooks'.
9690 (global-whitespace-toggle-options): Doc fix.
9691
9692 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9693
9694 * whitespace.el (whitespace): Set :version tag to 23.1.
9695 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
9696 (whitespace-style, whitespace-chars, whitespace-space)
9697 (whitespace-hspace, whitespace-tab, whitespace-newline)
9698 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9699 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9700 (whitespace-hspace-regexp, whitespace-space-regexp)
9701 (whitespace-tab-regexp, whitespace-trailing-regexp)
9702 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9703 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9704 (whitespace-space-after-tab-regexp, whitespace-line-column)
9705 (whitespace-display-mappings, global-whitespace-toggle-options)
9706 (whitespace-cleanup, whitespace-cleanup-region)
9707 (whitespace-interactive-char): Doc fixes.
9708
9709 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9710
9711 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
9712 When turning off the global mode, turn off the local modes too
9713 if whitespace is being unloaded.
9714 (whitespace-unload-function): New function.
9715
9716 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
9717
9718 * vc.el (vc-update): Fix bug: Specify branch tip as
9719 vc-checkout REVISION. Reported by Dan Nicolaescu.
9720
9721 2008-02-01 Glenn Morris <rgm@gnu.org>
9722
9723 * info.el (bookmark-make-cell-function, bookmark-search-size)
9724 (bookmark-current-bookmark): Declare variables for compiler.
9725 (bookmark-buffer-file-name, bookmark-get-filename)
9726 (bookmark-get-front-context-string)
9727 (bookmark-get-rear-context-string, bookmark-get-position)
9728 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
9729 (bookmark-jump-noselect): Declare functions for compiler.
9730 (Info-bookmark-make-cell): Fix argument list to match example of
9731 `bookmark-make-cell-for-text-file'.
9732 (Info-bookmark-jump): Don't require info inside info.el.
9733
9734 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
9735
9736 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
9737 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
9738 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
9739 (verilog-sk-state-machine): Quote all calls to
9740 "auxiliary skeleton"s to prevent infloops.
9741
9742 2008-02-01 Jason Rumney <jasonr@gnu.org>
9743
9744 * w32-fns.el: Partially revert 2007-11-10 change.
9745
9746 2008-02-01 Martin Rudalics <rudalics@gmx.at>
9747
9748 * mail/rmail.el (rmail-highlight): Fix specification.
9749 Reported by pod <pod@herald.ox.ac.uk>.
9750
9751 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * image-mode.el (image-mode-current-vscroll)
9754 (image-mode-current-hscroll): Make buffer-local.
9755 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
9756 (image-reset-current-vhscroll): Use the latest setting when displaying
9757 for the first time in a window. Apply to all windows in the frame.
9758 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
9759
9760 * progmodes/grep.el (grep-compute-defaults):
9761 Don't mix up defaults for different connections to the same host.
9762
9763 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9764
9765 * blank-mode.el: Rename to whitespace.el.
9766
9767 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
9768
9769 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * net/rcompile.el (remote-compile): Remove broken code.
9772
9773 2008-01-31 Jason Rumney <jasonr@gnu.org>
9774
9775 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
9776
9777 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
9778
9779 * linum.el (linum-unload-function): New function.
9780
9781 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
9782
9783 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
9784 (gdb-var-set-format-handler): New function.
9785 (gdb-var-set-format): Use it.
9786
9787 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
9788
9789 * emacs-lisp/check-declare.el (check-declare-directory):
9790 * emacs-lisp/authors.el (authors): Use `find-program' and
9791 `grep-program' instead of hardcoded program names.
9792
9793 * emacs-lisp/cl-loaddefs.el: Update.
9794
9795 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
9796
9797 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
9798 Implement bookmark support the new make-cell/handler way.
9799 (Info-mode): Bind bookmark-make-cell-function to
9800 Info-bookmark-make-cell buffer locally.
9801
9802 2008-01-30 Richard Stallman <rms@gnu.org>
9803
9804 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
9805 Doc fix.
9806
9807 * files.el (hack-local-variables): Don't query about fake variables.
9808
9809 2008-01-30 Markus Triska <markus.triska@gmx.at>
9810
9811 * linum.el: New file.
9812
9813 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
9814
9815 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
9816 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
9817 a single element in "plinkx".
9818 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
9819 "*Shell Command Output*" buffers. Check, whether there is already
9820 an asynchronous process running. Display always the buffer of the
9821 asynchronous process.
9822 (tramp-compute-multi-hops): Adapt error message.
9823
9824 2008-01-29 Alan Mackenzie <acm@muc.de>
9825
9826 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
9827 from this regexp; part of same fix as next change to cc-engine.el.
9828
9829 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
9830 Anchor the "{" of a template function correctly on "template", not the
9831 following "<".
9832
9833 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
9834
9835 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9836
9837 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
9838 and image-mode-current-hscroll being alists now.
9839
9840 * image-mode.el (image-mode-current-vscroll)
9841 (image-mode-current-hscroll): Add doc strings.
9842 (image-set-window-vscroll, image-set-window-hscroll)
9843 (image-reset-current-vhscroll, image-mode): Adapt to
9844 image-mode-current-vscroll and image-mode-current-hscroll being
9845 alists now.
9846
9847 2008-01-29 Martin Rudalics <rudalics@gmx.at>
9848
9849 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9850 Strip extension from .emacs.el to make sure symbol is searched
9851 in .emacs too.
9852
9853 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9854
9855 * doc-view.el (doc-view-mode): Use facilities below to
9856 restore [vh]scroll when switching buffers.
9857
9858 * image-mode.el (image-mode-current-vscroll)
9859 (image-mode-current-hscroll): New variables.
9860 (image-set-window-hscroll, image-set-window-vscroll): New functions.
9861 (image-forward-hscroll, image-next-line, image-bol, image-eol)
9862 (image-bob, image-eob): Use them.
9863 (image-reset-current-vhscroll): New function.
9864 (image-mode): Make new variables buffer-local and reset [vh]scroll
9865 on window configuration changes.
9866
9867 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
9868
9869 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
9870 gdb-cpp-define-alist-program if file is nil (currently only
9871 " *partial-output-...").
9872
9873 2008-01-27 Richard Stallman <rms@gnu.org>
9874
9875 * allout.el: Many doc fixes.
9876 (allout-encrypt-string): Fix error message.
9877
9878 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9879
9880 * progmodes/etags.el (tags-query-replace): Doc fix.
9881
9882 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9883
9884 * allout.el (allout-unload-function): New function.
9885
9886 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9887
9888 * allout.el (allout-prefix-data): Doc fix.
9889 (allout-show-current-subtree): Reflow docstring.
9890 (allout-use-mode-specific-leader, allout-use-hanging-indents)
9891 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
9892 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
9893 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
9894 (allout-copy-topic-as-kill, allout-listify-exposed)
9895 (allout-process-exposed, allout-encrypted-key-info)
9896 (allout-update-passphrase-mnemonic-aids)
9897 (allout-next-topic-pending-encryption)
9898 (allout-tests-globally-true): Fix typos in docstrings.
9899
9900 2008-01-23 Jason Rumney <jasonr@gnu.org>
9901
9902 * lpr.el (printer-name): Do not set on MS Windows.
9903
9904 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
9905
9906 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
9907 the command.
9908
9909 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9910
9911 * whitespace.el: Moved to obsolete dir.
9912
9913 * blank-mode.el: New version 9.2. Replace whitespace functions by
9914 aliases in blank-mode.
9915 (whitespace-buffer): New fun.
9916 (whitespace-region): Alias for whitespace-buffer, because there is no
9917 blank-region fun.
9918 (whitespace-cleanup): Alias for blank-cleanup.
9919 (whitespace-cleanup-region): Alias for blank-cleanup-region.
9920
9921 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
9922
9923 * server.el (server-log-time-function): Doc fix.
9924 (server-buffer): Fix typo in docstring.
9925
9926 2008-01-27 Martin Rudalics <rudalics@gmx.at>
9927
9928 * view.el (view-buffer): Explain in doc-string why exit-action
9929 should not be set to kill-buffer.
9930
9931 * arc-mode.el (archive-extract):
9932 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
9933 exit-action when viewing the buffer.
9934
9935 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9936
9937 * add-log.el (change-log-search-file-name): Work harder to find
9938 the correct file name.
9939 (change-log-find-file): Fix typo.
9940 (change-log-start-entry-re): Move definition earlier.
9941
9942 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
9943
9944 * add-log.el (change-log-search-file-name, change-log-find-file):
9945 New function.
9946 (change-log-font-lock-keywords): Move file name matching ...
9947 (change-log-file-names-re): ... here. New defconst.
9948 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
9949
9950 2008-01-27 Alan Mackenzie <acm@muc.de>
9951
9952 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
9953 enhance comments.
9954
9955 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
9956
9957 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
9958 methods, the host name must be a local host.
9959
9960 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9961
9962 * vc.el: Add TODO item about not defaulting to RCS.
9963
9964 * server.el (server-process-filter): Check for non-nil before
9965 calling file-directory-p.
9966
9967 2008-01-27 Alan Mackenzie <acm@muc.de>
9968
9969 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
9970 arglist-cont-nonempty.
9971
9972 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
9973 for a brace with syntax arglist-cont-nonempty.
9974
9975 * progmodes/cc-styles.el (c-style-alist): Add elements for
9976 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
9977
9978 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9979
9980 * button.el (define-button-type): Clarify type of NAME in docstring.
9981
9982 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * server.el (server-buffer): New const.
9985 (server-log): New var.
9986 (server-log): Use them.
9987 (server-process-filter): (Try to) run the continuation in the same cwd
9988 as the client's.
9989
9990 2008-01-26 Alan Mackenzie <acm@muc.de>
9991
9992 * progmodes/cc-defs.el (c-save-buffer-state):
9993 Bind buffer-file-name and buffer-file-truename to nil, to prevent
9994 primitives generating "buffer is read only" messages.
9995
9996 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
9997
9998 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
9999 (icalendar-import-format): Doc fix. Allow function type.
10000 (icalendar--read-element): Doc fix.
10001 (icalendar--parse-summary-and-rest): Doc fix. Handle function
10002 type icalendar-import-format. Make regexps non-greedy.
10003 (icalendar--format-ical-event): Handle function type
10004 icalendar-import-format.
10005 (icalendar-import-format-sample): New function.
10006
10007 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
10008
10009 * vc.el (vc-exec-after): For mode-line-process highlighting, if
10010 `compile' is not available, fall back to font-lock-warning-face.
10011
10012 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
10013
10014 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
10015 that the filename end is found even when the filename is empty.
10016 Fixes error and spurious newlines when marking files for deletion.
10017
10018 2008-01-26 Martin Rudalics <rudalics@gmx.at>
10019
10020 * subr.el (find-tag-default): Simplify using exclusively
10021 skip-syntax-backward/-forward.
10022
10023 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
10024
10025 * vc.el (vc-directory, vc-update-change-log): Remove check for
10026 Tramp. Both functions work for it, though pretty slow
10027 (`vc-directory'). Maybe the implementation can be optimized.
10028
10029 * net/tramp.el (tramp-dissect-file-name): Raise an error when
10030 Tramp 2.0 syntax is used.
10031 Suggested by Trent W. Buck <trentbuck@gmail.com>.
10032
10033 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10034
10035 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
10036 invoke directory-files-and-attributes with last argument `integer'
10037 instead of `string'.
10038 (insert-directory): Add -n to the list of supported switches
10039 mentioned in the doc string.
10040
10041 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10042
10043 * blank-mode.el: New version 9.1. Handle "long" line tail
10044 visualization. Doc fix.
10045 (blank-line-length): Rename to blank-line-column.
10046 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
10047 Initialization fix.
10048 (blank-replace-spaces-by-tabs): New fun.
10049 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
10050
10051 2008-01-25 Richard Stallman <rms@gnu.org>
10052
10053 * subr.el (add-hook): Implement `permanent-local-hook' property.
10054
10055 * loadhist.el (file-provides, file-requires): Push the filename right.
10056
10057 2008-01-25 Martin Rudalics <rudalics@gmx.at>
10058
10059 * emacs-lisp/find-func.el (find-library): Wrap search for
10060 library name in condition-case to avoid reporting a scan-error.
10061
10062 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10063
10064 * server.el (server-process-filter): Don't force
10065 the authentication string to be followed by "\n".
10066
10067 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10068
10069 * blank-mode.el: New version 9.0. New commands to clean up some blank
10070 problems like trailing blanks. New faces and regexp for visualizing
10071 the blank problems. Doc fix.
10072 (blank-chars, blank-global-modes, blank-chars-value-list)
10073 (blank-toggle-option-alist, blank-help-text): Initialization fix.
10074 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
10075 (blank-indentation, blank-empty, blank-space-after-tab)
10076 (blank-indentation-regexp, blank-empty-at-bob-regexp)
10077 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
10078 (blank-cleanup, blank-cleanup-region): New commands.
10079 (blank-color-on): Code fix.
10080
10081 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
10082
10083 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
10084 file name.
10085 (ibuffer-mode-map): Add binding to sort by file name.
10086 (ibuffer-filename/process-header-map): New variable.
10087 (filename-and-process): Add a header that sorts by file name.
10088 (ibuffer-mode): Mention sorting by file name.
10089
10090 * ibuf-ext.el (filename/process): New sorter.
10091
10092 2008-01-25 Sven Joachim <svenjoac@gmx.de>
10093
10094 * view.el (kill-buffer-if-not-modified): Don't pass t to
10095 buffer-modified-p.
10096
10097 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
10098
10099 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
10100 the source file in case of `rename'.
10101 Reported by Pete Forman <pete.forman@westerngeco.com>.
10102
10103 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
10104
10105 * allout.el (allout-keybindings-list): In initial setting, express
10106 meta-prefixed allout keys as vectors instead of strings, since the
10107 string form is interpreted in some cases as composed key
10108 modifiers, eg, accented keys.
10109
10110 (allout-line-boundary-regexp): Clarify description.
10111
10112 (set-allout-regexp): Repair the expressions so that the formfeed
10113 part is identified as one of the top-level groups, and is
10114 included in all the forms, not just the -line-boundary-regexp one.
10115
10116 (allout-prefix-data): Incorporate information from the various
10117 allout regexp's formfeed alternative group, when present.
10118
10119 (allout-write-file-hook-handler): Rectify mangling of the error
10120 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
10121 condition-case handler was apparently reformatted as if it was a
10122 call to the error function. An apparent repair attempt in version
10123 1.101 situated the original body of the error handling code as
10124 bogus condition-case handlers. I've returned to just about the
10125 working code that was originally there, removing an unnecessary -
10126 but benign - enclosing 'progn'. (Automated or cursory code fixes
10127 often aren't.)
10128
10129 (allout-region-active-p): Fallback to value of mark-active if
10130 neither use-region-p nor region-active-p are present, for
10131 compatability with current and recent emacs major releases.
10132
10133 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10134
10135 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
10136 (reftex-toc-restore-region):
10137 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
10138 (reftex-index-phrases-apply-to-region):
10139 * textmodes/ispell.el (ispell-word):
10140 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
10141 * progmodes/pascal.el (pascal-mark-defun):
10142 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
10143 (f90-fill-region):
10144 * emulation/tpu-edt.el (tpu-set-mark):
10145 * emulation/crisp.el (crisp-region-active):
10146 * winner.el (winner-active-region):
10147 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
10148 of bound tests in order to resolve conditionals at compile time.
10149
10150 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
10151
10152 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
10153 not autoloaded, and we wouldn't want to load CL just to unload
10154 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
10155
10156 2008-01-24 Martin Rudalics <rudalics@gmx.at>
10157
10158 * delsel.el (delete-selection-pre-hook): Avoid clearing out
10159 pre-command-hook when text is read-only.
10160
10161 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10162
10163 * vc.el (vc-process-filter): Do nothing if buffer not live.
10164 (vc-diff-finish): Rename from vc-diff-sentinel.
10165 No longer take REV1-NAME and REV2-NAME.
10166 Instead, take BUFFER-NAME. Do nothing if buffer not live.
10167 Don't do window resize if no window displays buffer.
10168 (vc-diff-internal): Use vc-diff-finish.
10169
10170 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
10171 In both cases, convert single call to one wrapped in dolist.
10172
10173 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10174
10175 * vc.el: Add a TODO item about missing files.
10176 (vc-exec-after): Add a tooltip to the new mode-line item.
10177
10178 2008-01-24 Glenn Morris <rgm@gnu.org>
10179
10180 * t-mouse.el (gpm-mouse-start): Declare as a function.
10181
10182 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
10183
10184 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
10185 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
10186 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10187 Don't send `tramp-rsh-end-of-line' additionally, when setting the
10188 prompt.
10189 (tramp-wait-for-output): Distinguish different prompt formats.
10190 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
10191 (tramp-local-host-p): Check whether temp directory is writable.
10192
10193 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10194
10195 * vc.el: Add TODO items.
10196
10197 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
10198
10199 * replace.el (occur-mode-find-occurrence-hook): New hook that can
10200 be used to reveal or highlight the location of a match.
10201 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
10202 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
10203
10204 2008-01-23 Martin Rudalics <rudalics@gmx.at>
10205
10206 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
10207 for defcustom.
10208 (hide-ifdef-shadow): Add version number for defface.
10209
10210 2008-01-23 Glenn Morris <rgm@gnu.org>
10211
10212 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
10213
10214 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10215
10216 * progmodes/sh-script.el (sh-basic-offset):
10217 * progmodes/cc-vars.el (c-syntactic-indentation)
10218 (c-syntactic-indentation-in-macros): Mark as safe.
10219
10220 2008-01-23 Richard Stallman <rms@gnu.org>
10221
10222 * icomplete.el (icomplete-get-keys):
10223 Look up KEYS using all maps in proper buffer.
10224
10225 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
10226
10227 * frame.el (display-mm-height, display-mm-width):
10228 * whitespace.el (whitespace-check-leading-whitespace)
10229 (whitespace-check-trailing-whitespace)
10230 (whitespace-check-spacetab-whitespace)
10231 (whitespace-check-indent-whitespace)
10232 (whitespace-check-ateol-whitespace):
10233 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
10234
10235 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10236
10237 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
10238 after-save-hook so that it is not called multiple times.
10239
10240 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
10241
10242 2008-01-23 Eli Zaretskii <eliz@gnu.org>
10243
10244 * view.el (view-file-other-window, view-file-other-frame):
10245 Don't kill the buffer if it is modified. Doc fixes.
10246 (kill-buffer-if-not-modified): New function.
10247 (view-file): Don't kill the buffer if it is modified.
10248
10249 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
10250 (ebrowse-view/find-file-and-search-pattern):
10251 Call view-file-other-window instead of ebrowse-view-file-other-window.
10252 (ebrowse-view-file-other-frame): Don't call
10253 current-window-configuration. Fix second argument in the call to
10254 view-mode-enter. Doc fix.
10255
10256 2008-01-23 Richard Stallman <rms@gnu.org>
10257
10258 * subr.el (atomic-change-group): Prevent undo list truncation.
10259
10260 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10261
10262 * files.el (safe-local-eval-forms):
10263 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
10264
10265 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
10266
10267 * comint.el (comint-insert-input): Set point first.
10268
10269 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
10270 session doesn't hang because gdb-pending-triggers is non-nil.
10271 (gdb-frame-handler): Use buffer-file-name instead of
10272 buffer-name in case of duplicate file names.
10273
10274 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10275
10276 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
10277 C-M-e and C-M-h for emacs, they work by default.
10278 (verilog-emacs-features): Remove.
10279 (verilog-setup-dual-comments, verilog-populate-syntax-table):
10280 Remove. Move syntax table initialization ...
10281 (verilog-mode-syntax-table): ... here.
10282 (verilog-mode): Don't initialize the syntax table here.
10283 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
10284 does not need it.
10285
10286 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
10287
10288 * progmodes/verilog-mode.el (verilog-booleanp): New function for
10289 backward compatibility. Replace all uses of booleanp with
10290 verilog-booleanp.
10291
10292 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10293
10294 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
10295
10296 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
10297
10298 * progmodes/verilog-mode.el (top-level): Fix spacing.
10299 (verilog-mode-version, verilog-mode-release-date):
10300 Update version number.
10301 (verilog-mode-release-emacs): New variable.
10302 (compile-command, reporter-prompt-for-summary-p):
10303 Define for byte compiler.
10304 (verilog-startup-message-lines, verilog-startup-message-displayed)
10305 (verilog-display-startup-message): Remove.
10306 (verilog-highlight-p1800-keywords): Improve docstring.
10307 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
10308 (vector-skip-list): Only defvar at compile time.
10309 (verilog-highlight-translate-off, verilog-indent-level)
10310 (verilog-indent-level-module, verilog-indent-level-declaration)
10311 (verilog-indent-declaration-macros, verilog-indent-lists)
10312 (verilog-indent-level-behavioral, verilog-indent-level-directive)
10313 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
10314 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
10315 (verilog-tab-to-comment, verilog-indent-begin-after-if)
10316 (verilog-align-ifelse, verilog-minimum-comment-distance)
10317 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
10318 (verilog-auto-endcomments, verilog-auto-read-includes)
10319 (verilog-auto-star-expand, verilog-auto-star-save)
10320 (verilog-library-flags, verilog-library-directories)
10321 (verilog-library-files, verilog-library-extensions)
10322 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
10323 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
10324 (verilog-assignment-delay, verilog-auto-inst-vector)
10325 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
10326 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
10327 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10328 Add safe-local-variable properties.
10329 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
10330 (verilog-re-search-backward, verilog-error-regexp-add)
10331 (verilog-end-block-re, verilog-emacs-features)
10332 (verilog-populate-syntax-table, verilog-setup-dual-comments)
10333 (verilog-type-font-keywords, verilog-inside-comment-p)
10334 (electric-verilog-backward-sexp, verilog-backward-sexp)
10335 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
10336 (electric-verilog-terminate-line, electric-verilog-semi)
10337 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
10338 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
10339 (verilog-beg-of-statement, verilog-in-case-region-p)
10340 (verilog-in-struct-region-p, verilog-in-generate-region-p)
10341 (verilog-in-fork-region-p, verilog-backward-case-item)
10342 (verilog-set-auto-endcomments, verilog-get-expr)
10343 (verilog-expand-vector-internal, verilog-surelint-off)
10344 (verilog-batch-execute-func, verilog-calculate-indent)
10345 (verilog-calc-1, verilog-calculate-indent-directive)
10346 (verilog-leap-to-head, verilog-continued-line)
10347 (verilog-backward-token, verilog-backward-syntactic-ws)
10348 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
10349 (verilog-forward-ws&directives, verilog-at-constraint-p)
10350 (verilog-skip-backward-comments, verilog-indent-line-relative)
10351 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
10352 (verilog-pretty-declarations, verilog-pretty-expr)
10353 (verilog-just-one-space, verilog-indent-declaration)
10354 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
10355 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
10356 (verilog-read-always-signals-recurse, verilog-read-instants)
10357 (verilog-read-auto-template, verilog-set-define)
10358 (verilog-read-defines, verilog-read-signals, verilog-getopt)
10359 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
10360 (verilog-modi-cache-results, verilog-insert-one-definition)
10361 (verilog-make-width-expression, verilog-delete-autos-lined)
10362 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
10363 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
10364 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10365 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
10366 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
10367 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
10368 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
10369 (verilog-load-file-at-mouse, verilog-load-file-at-point)
10370 (verilog-library-files): Cleanup spacing of )'s they should not be
10371 on unique lines. Fix checkdoc warnings.
10372
10373 2008-01-22 Glenn Morris <rgm@gnu.org>
10374
10375 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
10376 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
10377 from defcustoms.
10378 (hide-ifdef-shadow): Remove autoload cookie from defface.
10379
10380 * vc.el (vc-diff-sentinel): Do not write a footer if there were
10381 differences.
10382
10383 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
10384
10385 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
10386 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
10387 manual entry.
10388
10389 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
10390
10391 * net/dbus.el (dbus-ignore-errors): New macro.
10392 (dbus-unregister-object): New defun. Moved from dbusbind.c.
10393 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
10394 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
10395 (dbus-get-signatures): Apply `dbus-ignore-errors'.
10396
10397 2008-01-21 Martin Rudalics <rudalics@gmx.at>
10398
10399 * outline.el (outline-up-heading): Fix check for top level to
10400 avoid infinite looping in hide-other.
10401
10402 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10403
10404 * vc.el (vc-process-sentinel): After calling the previous
10405 sentinel, do nothing if the process' buffer is not live.
10406
10407 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10408
10409 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
10410 blank-mode in some buffers (like *info* buffers). Reported by Juanma
10411 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
10412 blank-mode faces. Doc fix. New version 8.1.
10413 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
10414 CONDITION BODY).
10415 (blank-space-face): Face/option name replaced by blank-space.
10416 (blank-hspace-face): Face/option name replaced by blank-hspace.
10417 (blank-tab-face): Face/option name replaced by blank-tab.
10418 (blank-newline-face): Face/option name replaced by blank-newline.
10419 (blank-trailing-face): Face/option name replaced by blank-trailing.
10420 (blank-line-face): Face/option name replaced by blank-line.
10421 (blank-space-before-tab-face): Face/option name replaced by
10422 blank-space-before-tab.
10423 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
10424
10425 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10426
10427 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
10428 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
10429 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
10430 (global-blank-mode): Doc fixes.
10431 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
10432 (blank-newline-face, blank-trailing-face, blank-line-face)
10433 (blank-space-before-tab-face, blank-display-mappings)
10434 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
10435 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
10436 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
10437 Fix typos in docstrings.
10438
10439 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10440
10441 * server.el (server-log-time-function): New variable.
10442 (server-log): Use it.
10443
10444 2008-01-21 Glenn Morris <rgm@gnu.org>
10445
10446 * progmodes/hideif.el: Move defcustoms and defface to start of file.
10447
10448 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
10449
10450 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10451
10452 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
10453 (org-descriptive-links, org-link-file-path-type)
10454 (org-remember-use-refile-when-interactive)
10455 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
10456 (org-export-ascii-bullets, org-agenda-deadline-faces)
10457 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
10458 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
10459 (org-kill-note-or-show-branches): Fix typos in docstrings.
10460
10461 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
10462
10463 * vc.el (vc-process-sentinel): Set mode-line-process.
10464 (vc-exec-after): Likewise, for the `run' process status.
10465
10466 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * ibuffer.el (ibuffer-mode): Fix last change.
10469
10470 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
10471
10472 * vc-hg.el (vc-hg-registered):
10473 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
10474
10475 2008-01-20 Martin Rudalics <rudalics@gmx.at>
10476
10477 * repeat.el (repeat-undo-count): New variable.
10478 (repeat): For self-insertions make undo boundary only after 20
10479 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
10480
10481 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10482
10483 * net/imap.el (imap-ping-server): New variable.
10484 (imap-opened): On add extra ping if imap-ping-server is non-nil.
10485 (imap-ping-server): Minor doc string fixes.
10486
10487 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10488
10489 * net/imap.el (imap-ping-server): New function.
10490 (imap-opened): Call imap-ping-server.
10491
10492 2008-01-20 Glenn Morris <rgm@gnu.org>
10493
10494 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
10495 prevent infloops.
10496
10497 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
10498
10499 * progmodes/python.el (python-imports): Default to "None".
10500
10501 2008-01-19 Tom Tromey <tromey@redhat.com>
10502
10503 * vc-svn.el (vc-svn-after-dir-status): New function.
10504 (vc-svn-dir-status): Run svn asynchronously.
10505
10506 2008-01-19 Martin Rudalics <rudalics@gmx.at>
10507
10508 * progmodes/hideif.el (hide-ifdef-shadow): New option.
10509 (hide-ifdef-shadow): New face.
10510 (hide-ifdef-toggle-shadowing): New function to toggle between
10511 shadowing and making code invisible.
10512 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
10513 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
10514 (hide-ifdef-region-internal): Give new overlay hide-ifdef
10515 property. Shadow text when hide-ifdef-shadow is non-nil.
10516 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
10517 (hif-hide-line): Use when instead of if.
10518 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
10519 Remove unneeded * from doc-strings.
10520
10521 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10522
10523 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
10524 the hscroll behavior was fixed.
10525 (doc-view-mode): Disable auto-hscroll-mode.
10526
10527 2008-01-18 Tom Tromey <tromey@redhat.com>
10528
10529 * vc-svn.el (vc-svn-dir-status): New function.
10530
10531 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10532
10533 * vc.el: Make vc-status asynchronous.
10534 (vc-update-vc-status-buffer): New function broken out of ...
10535 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
10536 the dir-status backend function.
10537
10538 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
10539 Move the output processing to ...
10540 (vc-hg-after-dir-status): ... here. Call the function passed as
10541 an argument with the results.
10542
10543 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
10546 (doc-view-insert-image): Do something if the image is missing.
10547 (doc-view-mode): Don't use file-remote-p.
10548
10549 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10550
10551 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
10552 (org-export-latex-special-chars): Convert "..." in \ldots
10553 and skip tables.
10554 (org-export-latex-fontify-headline): Change parameter name.
10555 (org-export-as-latex): Handle export of subtrees.
10556 (org-export-latex-make-header): New argument TITLE.
10557 (org-export-latex-content): New argument EXCLUDE-LIST.
10558 (org-list-parse-list): New name for org-export-latex-parse-list.
10559 (org-export-latex-make-header): New name for
10560 org-export-latex-make-preamble.
10561 (org-list-to-generic): New name of org-export-list-to-generic.
10562 (org-list-to-latex): New name of org-export-list-to-latex.
10563 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
10564 (org-list-send-list, org-list-to-texinfo)
10565 (org-list-to-html): New functions.
10566 (org-export-latex-tables-column-borders)
10567 (org-export-latex-default-class, org-export-latex-classes)
10568 (org-export-latex-classes-sectioning)
10569 (org-list-radio-list-templates): New options.
10570 (org-export-latex-header): New variable.
10571 (org-latex-entities): New constant.
10572 (org-export-latex-default-sectioning, org-export-latex-preamble)
10573 (org-export-latex-prepare-text-option)
10574 (org-export-latex-get-sectioning): Remove.
10575
10576 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
10577
10578 * textmodes/org-publish.el (org-publish-current-project):
10579 Fix bug with forcing publication.
10580
10581 * textmodes/org.el (org-export-with-special-strings): New option.
10582 (org-export-html-convert-special-strings): New function.
10583 (org-html-do-expand): `org-export-html-convert-special-strings'
10584 added to the list of conversion.
10585 (org-infile-export-plist, org-get-current-options): Add support
10586 for "-" in the #+OPTION line to let user switch on/off special
10587 strings conversion.
10588 (org-export-plist-vars): New :html-table-tag property.
10589 (org-export-as-html, org-format-org-table-html)
10590 (org-format-table-table-html) Use the :html-table-tag property
10591 instead of the `org-export-html-table-tag' global value.
10592 (org-additional-option-like-keywords): Add "TBLFM".
10593 (org-entry-properties): Include the CLOCKSUM special property.
10594 (org-columns-edit-value): Do not allow to edit the special
10595 CLOCKSUM property.
10596 (org-flag-drawer): Use the original value of `outline-regexp'.
10597 (org-remember-handler): Add invisible-ok flag to call to
10598 `org-end-of-subtree'.
10599 (org-agenda-highlight-todo): Respect
10600 `org-agenda-todo-keyword-format'.
10601 (org-agenda-todo-keyword-format): New option.
10602 (org-infile-export-plist): No restriction while searching for options.
10603 (org-remember-handler): Remove comments at the end of the buffer.
10604 (org-remember-use-refile-when-interactive): New option.
10605 (org-table-sort-lines): Make sure sorting works on link
10606 descritions only, and ignores the link.
10607 (org-sort-entries-or-items): Make sure the end of the subtree is
10608 included.
10609 (org-refile-use-outline-path): New allowed values `file' and
10610 `full-file-path'.
10611 (org-get-refile-targets): Respect new values for
10612 `org-refile-use-outline-path'.
10613 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
10614 (org-export-as-xoxo): Restore point when done.
10615 (org-open-file): Allow multiple %s in command.
10616 (org-clock-in-switch-to-state): New option.
10617 (org-first-list-item-p): New function.
10618 (org-last-remember-storage-locations): New variable.
10619 (org-get-refile-targets): Interpret the new maxlevel setting.
10620 (org-refile-targets): New option `:maxlevel'.
10621 (org-copy-subtree): Include empty lines before but not after subtree.
10622 (org-back-over-empty-lines, org-skip-whitespace): New functions.
10623 (org-move-item-down, org-move-item-up): Include empty lines before
10624 but not after item.
10625 (org-first-sibling-p): New function.
10626 (org-remember-apply-template): Defaults, completions and history
10627 for template prompts. Also, interpret new `%!' escape.
10628 (org-context-choices): New constant.
10629 (org-bound-and-true-p): New macro.
10630 (org-imenu-depth): New option.
10631 (org-imenu-markers): New variable.
10632 (org-imenu-new-marker, org-imenu-get-tree)
10633 (org-speedbar-set-agenda-restriction): New functions.
10634 (org-agenda-set-restriction-lock)
10635 (org-agenda-remove-restriction-lock)
10636 (org-agenda-maybe-redo): New functions.
10637 (org-agenda-restriction-lock): New face.
10638 (org-agenda-restriction-lock-overlay)
10639 (org-speedbar-restriction-lock-overlay): New variables.
10640 (org-open-at-point): Remove obsolete way to do redirection in
10641 shell links.
10642 (org-imenu-and-speedbar): New customization group.
10643 (org-entry-properties): Return keyword-less time strings.
10644 (org-clock-heading-function): New option.
10645 (org-clock-in): Use `org-clock-heading-function'.
10646 (org-calendar-holiday): Try to use `calendar-check-holidays'
10647 instead of the obsolete `check-calendar-holidays'.
10648 (org-export-html-special-string-regexps): New constant.
10649 (org-massive-special-regexp): New variable.
10650 (org-compute-latex-and-specials-regexp)
10651 (org-do-latex-and-special-faces): New functions.
10652 (org-latex-and-export-specials): New face.
10653 (org-highlight-latex-fragments-and-specials): New option.
10654 (org-link-escape-chars): Use characters instead of strings.
10655 (org-link-escape-chars-browser, org-link-escape)
10656 (org-link-unescape): Use characters instead of strings.
10657 (org-export-html-convert-sub-super, org-html-do-expand): Check for
10658 protected text.
10659 (org-emphasis-alist): Additional `verbatim' flag.
10660 (org-set-emph-re): Handle the verbatim flag and compute
10661 `org-verbatim-re'.
10662 (org-cleaned-string-for-export): Protect verbatim elements.
10663 (org-verbatim-re): New variable.
10664 (org-hide-emphasis-markers): New option.
10665 (org-additional-option-like-keywords): Add new keywords.
10666 (org-get-entry): Rename from `org-get-cleaned-entry'.
10667 (org-icalendar-cleanup-string): New function for quoting icalendar text.
10668 (org-agenda-skip-scheduled-if-done): New option.
10669 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
10670 `org-agenda-skip-scheduled-if-done'.
10671 (org-prepare-agenda-buffers): Allow buffers as arguments.
10672 (org-entry-properties): Add CATEGORY as a special property.
10673 (org-use-property-inheritance): Allow a list of properties as a value.
10674 (org-eval-in-calendar): No longer update the prompt.
10675 (org-read-date-popup-calendar): Rename from
10676 `org-popup-calendar-for-date-prompt'.
10677 (org-read-date-display-live): New variable.
10678 (org-read-date-display): New function.
10679 (org-read-date-analyze): New function.
10680 (org-remember-apply-template): Define `remember-finalize' if it is
10681 not yet defined.
10682 (org-remember-insinuate): New function.
10683 (org-read-date-prefer-future): New option.
10684 (org-read-date): Respect the setting of
10685 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
10686 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
10687 hardcoded string.
10688 (org-remember-apply-template): Use `remember-finalize' instead of
10689 `remember-buffer'.
10690 (org-columns-compute, org-column-number-to-string)
10691 (org-columns-uncompile-format, org-columns-compile-format)
10692 (org-columns-compile-format): Handle printf format specifier.
10693 (org-columns-new, org-column-number-to-string)
10694 (org-columns-uncompile-format, org-columns-compile-format):
10695 Support for new currency summary type.
10696 (org-tree-to-indirect-buffer): Do not kill old buffer when
10697 `org-indirect-buffer-display' is `new-frame'.
10698 (org-indirect-buffer-display): Document that `new-frame' leads to
10699 indiret buffer proliferation.
10700 (org-agenda-list): Use `org-extend-today-until'.
10701 (org-extend-today-until): New option.
10702 (org-format-org-table-html): Use lower-case for <col> tag.
10703 (org-agenda-execute): New command.
10704 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10705 (org-select-remember-template): New function.
10706 (org-remember-apply-template): Use `org-select-remember-template'.
10707 (org-go-to-remember-target): New function.
10708
10709 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10710
10711 * vc.el: Add a TODO note about vc-state.
10712 (vc-next-action): Register 'unregistered and 'ignored files.
10713 Use when and unless instead of if where appropriate.
10714 (vc-start-entry): Fix typo.
10715 (vc-status): Autoload it.
10716
10717 2008-01-18 Glenn Morris <rgm@gnu.org>
10718
10719 * ffap.el (ffap-alist): Remove space from RFC regexp.
10720
10721 2008-01-18 Richard Stallman <rms@gnu.org>
10722
10723 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
10724 than face-spec-recalc.
10725
10726 2008-01-18 Glenn Morris <rgm@gnu.org>
10727
10728 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
10729
10730 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10731 Miles Bader <miles@gnu.org>
10732
10733 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
10734 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
10735 for handling display table (via visws.el package), his code was
10736 modified, but the main idea was kept.
10737
10738 2008-01-17 Glenn Morris <rgm@gnu.org>
10739
10740 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
10741 (ibuffer-save-filters): Remove calls to deleted
10742 ibuffer-update-mode-name.
10743
10744 2008-01-16 Martin Rudalics <rudalics@gmx.at>
10745
10746 * longlines.el (longlines-mode, longlines-show-region)
10747 (longlines-unshow-hard-newlines): Bind buffer-file-name and
10748 buffer-file-truename to nil while modifying buffer.
10749
10750 * cus-edit.el (custom-reset-standard-variables-list)
10751 (custom-reset-standard-faces-list): New variables.
10752 (custom-reset-standard-save-and-update): New function.
10753 (Custom-save): Apply custom-mark-to-save before and
10754 custom-state-set-and-redraw after saving options.
10755 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
10756 options and call custom-reset-standard-save-and-update.
10757 (custom-variable, custom-face, custom-group): Provide new
10758 entries for custom-mark-to-save, custom-mark-to-reset-standard,
10759 and custom-state-set-and-redraw.
10760 (custom-variable-mark-to-save)
10761 (custom-variable-state-set-and-redraw)
10762 (custom-variable-mark-to-reset-standard)
10763 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
10764 (custom-face-mark-to-reset-standard)
10765 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
10766 (custom-group-mark-to-reset-standard): New functions.
10767 (custom-variable-save): Move save, state-set, and redraw
10768 functionality to custom-variable-mark-to-save.
10769 (custom-face-save): Move save, state-set, and redraw
10770 functionality to custom-face-mark-to-save.
10771 (custom-group-save): Move save, state-set, and redraw
10772 functionality to custom-group-mark-to-save.
10773 (custom-variable-reset-standard, custom-face-reset-standard)
10774 (custom-group-reset-standard): Move save, state-set, and redraw
10775 functionality to custom-reset-standard-save-and-update.
10776
10777 (custom-buffer-create-internal): Fix text in verbose help.
10778 (custom-face-value-create): Indent doc-strings of faces like
10779 those of variables.
10780
10781 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * server.el (server-process-filter): Replace lineno and columnnno
10784 which defaulted to 1&0 with filepos which defaults to nil.
10785 (server-goto-line-column): Only receive the filepos.
10786 Only move if filepos is non-nil.
10787 (server-visit-files): Slight restructure to consolidate two calls to
10788 server-goto-line-column into just one.
10789
10790 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
10791 the use of degraded mode.
10792 (nxml-degrade): Don't change mode-name.
10793
10794 * nxml/rng-nxml.el (rng-nxml-mode-init):
10795 Don't overwrite mode-line-process.
10796
10797 * ibuffer.el (mode): Pass the buffer to format-mode-line.
10798 (ibuffer-update-mode-name): Remove.
10799 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
10800 (ibuffer-mode): Use mode-line-process instead.
10801
10802 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
10803 Use derived-mode-p.
10804 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
10805
10806 * help.el (describe-mode): Pass the right buffer to format-mode-line.
10807
10808 2008-01-16 Glenn Morris <rgm@gnu.org>
10809
10810 * comint.el (comint-regexp-arg): Fix no-input case.
10811
10812 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
10813
10814 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
10815 * pcvs.el (cvs-revert-if-needed):
10816 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
10817
10818 * vc-svn.el (vc-svn-find-file-hook):
10819 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
10820
10821 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
10822
10823 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
10824 (icalendar-export-file, icalendar-import-file):
10825 Restore significant trailing whitespace in `interactive' prompts.
10826
10827 2008-01-16 Tom Tromey <tromey@redhat.com>
10828
10829 * calendar/icalendar.el (icalendar--convert-tz-offset)
10830 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
10831 (icalendar--find-time-zone): New functions.
10832 (icalendar--decode-isodatetime): Add `zone' argument, passed to
10833 `decode-time'. Doc fix.
10834 (icalendar--convert-ical-to-diary): Compute zone-map.
10835 Pass timezone to icalendar--decode-isodatetime.
10836
10837 2008-01-16 Alan Mackenzie <acm@muc.de>
10838
10839 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
10840 an eval-and-compile, so as to permit byte-compiling (e.g. in
10841 bootstrap).
10842
10843 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
10846 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
10847 using the same key for different menu entries.
10848
10849 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
10850 (smerge-makeup-conflict): New command.
10851
10852 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
10853
10854 * log-edit.el (log-edit): Doc fix.
10855
10856 2008-01-15 Glenn Morris <rgm@gnu.org>
10857
10858 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
10859
10860 2008-01-14 Alan Mackenzie <acm@muc.de>
10861
10862 * progmodes/cc-vars.el (c-constant-symbol): New function which
10863 supersedes c-const-symbol. During a customize-.. call it enables
10864 an element of (e.g.) c-hanging-braces alist to have its name
10865 displayed, even when the default value of c-h-b etc. doesn't
10866 include the elemnt. Replace uses of the old function by the new.
10867
10868 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10869 obscure non-working fragment ":value c-".
10870
10871 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10872
10873 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
10874
10875 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
10876
10877 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
10878 instead of `tramp-file-name-real-host'.
10879
10880 * net/trampver.el: Update release number.
10881
10882 2008-01-14 Alan Mackenzie <acm@muc.de>
10883
10884 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
10885 call inside a struct being recognised as a K&R argument.
10886
10887 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10890 Accept "fatal error" from MSFT.
10891 Reported by Jared Finder <jfinder@crypticstudios.com>.
10892
10893 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
10894
10895 * smerge-mode.el (smerge-auto): New function.
10896 * vc-svn.el (vc-svn-find-file-hook):
10897 * vc-arch.el (vc-arch-find-file-hook):
10898 * pcvs.el (cvs-revert-if-needed):
10899 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
10900 (top-level): Add a Todo list.
10901
10902 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10903
10904 * vc.el (vc-update): Resolve conflicts if necessary instead of
10905 just updating the buffer.
10906
10907 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
10908 update command so that we can parse the output.
10909
10910 2008-01-13 Martin Rudalics <rudalics@gmx.at>
10911
10912 * mail/rmail.el (rmail-convert-to-babyl-format):
10913 Remove save-excursion to avoid infinite looping.
10914 Reported by dnz <dnz@bk.ru>.
10915
10916 2008-01-12 Glenn Morris <rgm@gnu.org>
10917
10918 * woman.el (woman-parse-numeric-arg): Change handling of `==':
10919 can be interned without a function definition.
10920
10921 2008-01-12 Jason Rumney <jasonr@gnu.org>
10922
10923 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
10924 (rng-nxml-mode-init): Declare.
10925
10926 2008-01-11 Jason Rumney <jasonr@gnu.org>
10927
10928 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
10929 (rng-preferred-prefix-alist-default): Remove.
10930
10931 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
10932 Rename from nxml-enable-unicode-char-name-sets-flag.
10933 (nxml-enable-unicode-char-name-sets-1): Merge into
10934 nxml-enable-unicode-char-name-sets.
10935 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
10936 nxml-char-name-ignore-case here.
10937
10938 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
10939 Update doc string and commentary.
10940 (nxml-char-name-ignore-case): Change default value.
10941 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
10942
10943 2008-01-11 Martin Rudalics <rudalics@gmx.at>
10944
10945 * cus-start.el (all): Add missing version entries.
10946
10947 2008-01-11 Glenn Morris <rgm@gnu.org>
10948
10949 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
10950 (euc-to-flat-code, flat-code-to-euc):
10951 * textmodes/org.el (elmo-msgdb-overview-get-entity)
10952 (wl-summary-buffer-msgdb): Declare as funtions.
10953
10954 2008-01-10 Martin Rudalics <rudalics@gmx.at>
10955
10956 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
10957 Bind buffer-file-name and buffer-file-truename.
10958
10959 * fringe.el (fringe-mode-explicit): New variable.
10960 (set-fringe-mode): Don't alter default-frame-alist when just
10961 loading this file.
10962
10963 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10964
10965 * doc-view.el (doc-view-buffer-file-name): New variable.
10966 (doc-view-convert-current-doc, doc-view-search)
10967 (doc-view-current-cache-dir, doc-view-initiate-display)
10968 (doc-view-mode): Use it.
10969 (doc-view-bookmark-make-cell): Use variable buffer-file-name
10970 instead of function.
10971
10972 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10973
10974 * vc-svn.el (vc-svn-registered): Return the correct value for
10975 ignored and unregistered files.
10976
10977 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10978
10979 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
10980
10981 2008-01-10 Tom Tromey <tromey@redhat.com>
10982
10983 * vc.el (vc-status-unmark-all-files): New function.
10984 (vc-status-unmark-all-files): Likewise.
10985 (vc-status-mode-map): Add bindings.
10986
10987 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
10988
10989 * ediff*.el: Uncomment declare-function.
10990
10991 * emulation/viper*.el: Uncomment declare-function.
10992
10993 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10994
10995 * doc-view.el (doc-view-mode): Support tramp, compressed files and
10996 files inside archives uniformly.
10997
10998 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
10999
11000 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
11001 constant with a computation on sgml-specials rather than a literal
11002 list. Without this change the syntax table is generated
11003 incorrectly, and the mode will think it's in a comment following
11004 any instance of the string "--".
11005
11006 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11007
11008 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
11009 (doc-view-mode): Support document files inside archives.
11010
11011 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
11012
11013 * vc.el (vc-deduce-fileset): Return the currently selected file if
11014 no files are selected when using vc-status.
11015
11016 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
11017
11018 * ediff*.el: Comment out declare-function. "make bootstrap"
11019 stops with an error and Emacs does not compile with those things in.
11020 Besides, declare-function is not defined in XEmacs.
11021
11022 * ediff-util (eqiff-quit): Autoraise minibuffer.
11023
11024 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
11025
11026 * emulation/viper*.el: Comment out declare-function -- not defined
11027 in XEmacs.
11028
11029 * emulation/viper-ex.el (viper-info-on-file):
11030 Take care of indirect buffers.
11031
11032 * emulation/viper.el (viper-set-hooks, set-cursor-color):
11033 Set viper-vi-state-cursor-color.
11034
11035 2008-01-09 Tom Tromey <tromey@redhat.com>
11036
11037 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
11038 Just return header.
11039 (vc-status-move-to-goal-column): New function.
11040 (vc-status-mode-map): Define more keys.
11041 (vc-status-mode): Use vc-status-refresh. Now 'special.
11042 (vc-status-refresh): New function.
11043 (vc-status-next-line): Likewise.
11044 (vc-status-previous-line): Likewise.
11045 (vc-status-mark-file): Use vc-status-next-line.
11046 (vc-status-unmark-file): Use vc-status-previous-line.
11047 (vc-status-unmark-file-up): New function.
11048 (vc-status-register): Likewise.
11049 (vc-status-find-file): Likewise.
11050 (vc-status-find-file-other-window): Likewise.
11051 (vc-status-current-file): Likewise.
11052 (vc-ensure-vc-buffer): Understand vc-status mode.
11053
11054 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
11055
11056 2008-01-09 Glenn Morris <rgm@gnu.org>
11057
11058 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
11059 entry, for Windows.
11060
11061 2008-01-09 Tom Tromey <tromey@redhat.com>
11062
11063 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
11064
11065 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11066
11067 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
11068 add a file-name handler.
11069
11070 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11071
11072 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
11073 Rename from function bibtex-files-expand. New optional arg select.
11074 (bibtex-flash-head): Allow blink-matching-delay being zero.
11075 (bibtex-clean-entry): Use atomic-change-group.
11076 (bibtex-format-entry): Check presence of required fields only
11077 after formatting of fields. Use member-ignore-case. Do not use
11078 bibtex-parse-entry. Do not use booktitle field to set a missing title.
11079 (bibtex-autofill-entry): Do not call undo-boundary.
11080 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
11081 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
11082 Parse keys if necessary.
11083
11084 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11085
11086 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
11087 quotes in case of spaces, e.g. STL containers (not pretty).
11088
11089 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11090
11091 * progmodes/gdb-ui.el (gud-gdb-command-name):
11092 Explain "--annotate=3" option is necessary for the Graphical Interface.
11093
11094 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11095
11096 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
11097 on menu bar.
11098
11099 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11100
11101 * ffap.el (ffap-read-file-or-url): Let-bind
11102 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
11103
11104 2008-01-08 Sven Joachim <svenjoac@gmx.de>
11105
11106 * vc-bzr.el: Fix typo in header.
11107
11108 2008-01-08 Eli Zaretskii <eliz@gnu.org>
11109
11110 * Makefile.in (custom-deps, finder-data): Depend on autoloads
11111 instead of loaddefs.el.
11112
11113 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
11114
11115 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
11116 gets inserted out-of-order.
11117
11118 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
11119
11120 * vc-bzr.el: Copyright and version headers update.
11121 Remove some outdated comments through the whole file.
11122 (vc-bzr-program-args): Remove because unused.
11123 (vc-bzr-log-switches): New customization option.
11124 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
11125 use `vc-bzr-program-args'.
11126 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
11127 `vc-find-root' (patch by Andreas Hoenen).
11128 (vc-bzr-status): Update regex to match latest Bzr output.
11129 Remove redundant test.
11130 (vc-bzr-init-version): New function.
11131 (vc-bzr-unregister): Must not delete file.
11132 (vc-bzr-find-version): New function.
11133 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
11134 a non-empty string, otherwise take head revision.
11135 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
11136 (vc-bzr-diff): Simpler build of the revision spec string.
11137 (vc-annotate-convert-time, vc-bzr-annotate-difference):
11138 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
11139 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
11140 (vc-bzr-dired-state-info): Only provide custom strings for
11141 overloaded VC state 'edited; otherwise fallback to
11142 `vc-default-dired-state-info'.
11143
11144 2008-01-08 Richard Stallman <rms@gnu.org>
11145
11146 * delsel.el (delete-selection-mode): Doc fix.
11147
11148 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11149
11150 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
11151 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
11152
11153 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
11154 of watch expressions (only works fully with GDB 6.7 or later).
11155
11156 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
11157
11158 * time-stamp.el (time-stamp-time-zone):
11159 * whitespace.el (whitespace-check-buffer-leading)
11160 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
11161 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
11162 * progmodes/sh-script.el (sh-indentation):
11163 * textmodes/ispell.el (ispell-local-pdict):
11164 Add safe-local-variable properties.
11165
11166 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11167
11168 * vc-git.el (vc-git--call): Apply `process-file' instead of
11169 `call-process'.
11170
11171 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
11172 Reported by Pete Forman <pete.forman@westerngeco.com>.
11173 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
11174 (tramp-handle-process-file): Handle the case where DESTINATION is
11175 a consp with t as car.
11176 (tramp-wait-for-output): We shall remove exactly what has been
11177 find by the search.
11178
11179 2008-01-08 Kevin Ryde <user42@zip.com.au>
11180
11181 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11182 For perl, allow "during global destruction" at end. Add entry for
11183 two-arg form of the Test module ok() func.
11184
11185 2008-01-08 Glenn Morris <rgm@gnu.org>
11186
11187 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
11188 unified format.
11189
11190 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
11191
11192 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
11193
11194 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11195 Simplify selection of frame focusing function.
11196
11197 2008-01-08 Michael Olson <mwolson@gnu.org>
11198
11199 * textmodes/remember.el (remember-region): Fix typo in docstring.
11200
11201 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
11202
11203 * textmodes/remember.el (remember): If there is a visible region
11204 [that is, the mark is active and transient mark mode is enabled]
11205 then use this region for the initial contents of the *Remember*
11206 buffer. Use `region-beginning' and `region-end' instead of
11207 `point' and `mark'.
11208
11209 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
11210
11211 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
11212 argument to vc-hg-command.
11213 (vc-hg-log-view-mode): Handle the user field better.
11214
11215 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
11216
11217 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
11218
11219 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11220
11221 * vc.el (vc-status-fileinfo): New defstruct.
11222 (vc-status): New defvar.
11223 (vc-status-insert-headers, vc-status-printer, vc-status)
11224 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
11225 (vc-status-unmark-file, vc-status-marked-files): New functions.
11226
11227 * vc-hg.el (vc-hg-dir-status): New function.
11228
11229 2008-01-06 Martin Rudalics <rudalics@gmx.at>
11230
11231 * cus-edit.el (custom-tool-bar-map): Move initialization of this
11232 keymap from here ...
11233 (custom-mode): ... to here. Reported by Reiner Steib.
11234
11235 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11236
11237 * obsolete/x-apollo.el: Remove file for unsupported system.
11238
11239 * term/x-win.el (vendor-specific-keysyms): Remove reference to
11240 Apollo.
11241
11242 * progmodes/gud.el (gud-dgux-p): Remove.
11243 (dbx): Remove reference to dgux.
11244
11245 * progmodes/ps-mode.el (ps-mode-print-function):
11246 * ps-print.el (ps-lp-system):
11247 * paths.el (rmail-spool-directory):
11248 * ls-lisp.el (ls-lisp-emulation):
11249 * lpr.el (lpr-lp-system):
11250 * dired.el (dired-chown-program): Remove references to dgux.
11251
11252 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * vc.el (vc-process-sentinel): Fix apparent typo.
11255 (vc-do-command): Forcefully kill any left over process.
11256 Use start-file-process.
11257 (vc-annotate-get-time-set-line-props): Check we don't move backward.
11258
11259 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
11260
11261 * net/dbus.el (dbus-list-hash-table)
11262 (dbus-name-owner-changed-handler): Replace "signal" by "member".
11263 (dbus-check-event): Add serial number to event.
11264 (dbus-handle-event): Apply return message if needed.
11265 (dbus-event-serial-number): New defun.
11266 (dbus-event-service-name, dbus-event-path-name)
11267 (dbus-event-interface-name, dbus-event-member-name):
11268 Adapt implementation to serial number.
11269
11270 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
11271
11272 * bs.el (bs--get-mode-name): Fix typo in previous change.
11273
11274 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11275
11276 * mouse.el (mouse-popup-menubar): Fix typo.
11277
11278 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
11279 form inside with-current-buffer.
11280
11281 * progmodes/antlr-mode.el (provide): Move to the end of file.
11282 (require): Don't require font-lock and compile.
11283 (outline-level, imenu-use-markers, imenu-create-index-function):
11284 Move declarations to top level.
11285 (cond-emacs-xemacs-macfn): Declare for compiler.
11286
11287 * vc-bzr.el (vc-bzr-root):
11288 * vc-arch.el (vc-arch-root): Only set a property if the file is
11289 managed by this backend.
11290
11291 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
11292
11293 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
11294
11295 * doc-view.el (doc-view-scroll-up-or-next-page)
11296 (doc-view-scroll-down-or-previous-page): Don't scroll to the
11297 top/bottom again when on the first/last page.
11298
11299 * doc-view.el (doc-view-scroll-up-or-next-page)
11300 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
11301 image-scroll-down instead of the non-image equivalents.
11302 Don't rely on a signalled condition but switch pages when scrolling
11303 doesn't change the vertical position anymore.
11304 (doc-view-mode-map): Remap scroll-{up,down} to
11305 image-scroll-{up,down}.
11306
11307 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
11308
11309 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
11310 tpu-mapper command rather than load the tpu-mapper package.
11311
11312 * emulation/tpu-mapper.el (tpu-mapper): New command.
11313 Contains all the code previously at top-level.
11314
11315 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * bs.el (bs--sort-by-mode, bs--get-mode-name):
11318 * imenu.el (imenu-add-to-menubar):
11319 * makesum.el (make-command-summary):
11320 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11321 (mouse-buffer-menu):
11322 * msb.el (msb--mode-menu-cond):
11323 * calc/calc-embed.el (calc-do-embedded):
11324 * emacs-lisp/helper.el (Helper-describe-mode):
11325 * mail/emacsbug.el (report-emacs-bug):
11326 * progmodes/hideshow.el (hs-grok-mode-type):
11327 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11328 * textmodes/table.el (*table--cell-describe-mode):
11329 Pass mode-name through format-mode-line.
11330
11331 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * progmodes/ada-xref.el (ada-prj-find-prj-file):
11334 * progmodes/ada-mode.el (comment-region):
11335 * calendar/todo-mode.el (todo-insert-item):
11336 * bookmark.el (bookmark-buffer-name):
11337 Test major-mode rather than mode-name.
11338
11339 2008-01-04 Richard Stallman <rms@gnu.org>
11340
11341 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
11342 Call byte-compile-warn-about-unresolved-functions outside
11343 the with-current-buffer.
11344 (byte-compile-insert-header): Use with-current-buffer.
11345
11346 2008-01-04 Glenn Morris <rgm@gnu.org>
11347
11348 * startup.el (fancy-about-screen): Remove reference to deleted
11349 `fancy-splash-help-echo' variable.
11350
11351 * version.el (emacs-copyright): Update to 2008.
11352
11353 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
11354 rather than mapcar.
11355
11356 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
11357 change (merge mistake).
11358
11359 * doc-view.el (doc-view-search-internal): Don't use `incf'.
11360
11361 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
11362 (bookmark-get-bookmark-record):
11363 * image-mode.el (bookmark-make-cell-function)
11364 (bookmark-get-filename, bookmark-get-bookmark-record)
11365 (bookmark-get-position):
11366 * log-view.el (vc-modify-change-comment):
11367 * progmodes/grep.el (find-name-arg): Declare for compiler.
11368
11369 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
11370
11371 * savehist.el (savehist-coding-system): Default to a variant coding
11372 system with explicit unix end-of-line conversion, which is safer.
11373
11374 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
11377 * ibuffer.el (mode column): Use format-mode-line.
11378
11379 * server.el (server-create-window-system-frame): Remove workaround for
11380 a bug that has been fixed.
11381
11382 2008-01-03 Magnus Henoch <magnus@zemdatav>
11383
11384 * net/dbus.el (dbus-name-owner-changed-handler):
11385 Use dbus-unregister-object instead of dbus-unregister-signal.
11386
11387 2008-01-03 Drew Adams <drew.adams@oracle.com>
11388
11389 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
11390
11391 2008-01-03 Richard Stallman <rms@gnu.org>
11392
11393 * replace.el (occur-context-lines): New subroutine,
11394 broken out of occur-engine.
11395 (occur-engine): Call it.
11396
11397 2008-01-03 Alexandre Julliard <julliard@winehq.org>
11398
11399 * vc-git.el (vc-git--ls-files-state): New function.
11400 (vc-git-dir-state): Use it instead of processing the status
11401 results here.
11402
11403 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
11404
11405 * progmodes/grep.el (grep-find-ignored-directories):
11406 Initialize from the value of vc-directory-exclusion-list.
11407
11408 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
11409 even though we don't have a back end for darcs yet.
11410
11411 2008-01-02 Karl Fogel <kfogel@red-bean.com>
11412
11413 Change a return type, for greater extensibility.
11414 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
11415 and its thread for discussion leading to this change.
11416
11417 * bookmark.el (bookmark-jump-noselect):
11418 Return an alist instead of a dotted pair.
11419 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11420 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
11421 (bookmark-bmenu-switch-other-window): Adjust accordingly.
11422 (bookmark-make-cell-function): Adjust documentation accordingly.
11423
11424 * image-mode.el (image-bookmark-jump):
11425 Adjust return type accordingly; document.
11426
11427 * doc-view.el (doc-view-bookmark-jump):
11428 Adjust return type accordingly; document.
11429
11430 2008-01-02 Miles Bader <miles@gnu.org>
11431
11432 * net/rcirc.el (rcirc-log-filename-function): New variable.
11433 (rcirc-log): Use `rcirc-log-filename-function' to generate the
11434 log-file name. Don't log anything if it returns nil.
11435 (rcirc-log-write): Use `expand-file-name' when merging the
11436 log-file name from the alist with rcirc-log-directory; this does
11437 the right thing if the name in the alist already an absolute
11438 filename. Make the log-file directory if necessary.
11439
11440 2007-12-29 Richard Stallman <rms@gnu.org>
11441
11442 * font-lock.el (font-lock-prepend-text-property)
11443 (font-lock-append-text-property): Canonicalize the face and
11444 font-lock-face properties.
11445
11446 * faces.el (facep): Doc fix.
11447
11448 * startup.el (fancy-startup-tail, fancy-about-text)
11449 (fancy-startup-text): Regularize format of face property.
11450
11451 * facemenu.el (list-colors-print): Use :background and :foreground
11452 instead of background-color and foreground-color.
11453
11454 2007-12-29 Drew Adams <drew.adams@oracle.com>
11455
11456 * cus-edit.el (custom-add-parent-links):
11457 Fill the "Parent documentation" text.
11458
11459 2007-12-29 Eli Zaretskii <eliz@gnu.org>
11460
11461 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
11462 MS-Windows and MS-DOS.
11463 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
11464
11465 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
11466
11467 * vc-svn.el (vc-svn-modify-change comment): New function.
11468
11469 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
11470
11471 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
11472 Do not disable undo, with-temp-buffer does it by default.
11473
11474 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
11475
11476 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
11477 correctly.
11478
11479 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
11480 with vc-state.
11481 (vc-next-action): Fix vc-transfer-file call.
11482
11483 2007-12-31 Tom Tromey <tromey@redhat.com>
11484
11485 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
11486 Move point to the start of the buffer.
11487
11488 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
11489
11490 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
11491
11492 * vc.el: State that dir-state is required to set the vc-state and
11493 vc-backend properties.
11494
11495 2007-12-31 Martin Rudalics <rudalics@gmx.at>
11496
11497 * man.el (Man-default-man-entry): Make this a defun.
11498 Improve guessing mechanism and handling of section numbers.
11499
11500 2007-12-31 Richard Stallman <rms@gnu.org>
11501
11502 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
11503
11504 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
11505
11506 * calc/calc-units.el (calc-convert-temperature): Ensure that units
11507 are on the result even when the result is zero.
11508
11509 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
11510
11511 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
11512 resistent towards wrong parameters.
11513 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
11514
11515 2007-12-30 Richard Stallman <rms@gnu.org>
11516
11517 * faces.el (face-all-attributes): New function.
11518
11519 * faces.el (face-differs-from-default-p): Compute list of attr names
11520 from face-attribute-name-alist.
11521
11522 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
11523 (custom-face-save): Likewise.
11524 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
11525
11526 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
11527 (custom-theme-set-faces): Clear `face-override-spec' property.
11528 Call `face-spec-set' with FOR-DEFFACE.
11529
11530 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
11531
11532 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
11533 Use of frame as third arg is deprecated.
11534 Handle `face-override-spec' property.
11535 (face-spec-recalc): New function.
11536 (face-spec-set-2): New function.
11537 (frame-set-background-mode): Handle `face-override-spec' property.
11538 Use `face-spec-recalc'.
11539 (face-set-after-frame-default): Use `face-spec-recalc'.
11540
11541 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
11542
11543 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
11544
11545 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11546
11547 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
11548
11549 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
11550
11551 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
11552 'added, 'removed.
11553
11554 * vc.el (header coment): Better description of dir-state.
11555 (vc-compatible-state): New function. Checks whether two states
11556 can be in the same changeset; used with 'edited it can test whether
11557 the next action for a state should be commit.
11558 (vc-default-dired-state-info): Display 'removed state.
11559 (vc-dired-hook): Turn off undo, this is a speed tweak.
11560
11561 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
11562
11563 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
11564 Cope with the possibility that the 'C' status flag might change
11565 in 0.9,6.
11566
11567 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
11568
11569 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11570
11571 * files.el (cd-absolute): Fix omission bug:
11572 Make `list-buffers-directory' buffer-local.
11573
11574 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11575
11576 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
11577
11578 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
11579
11580 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
11581
11582 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
11583 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
11584 (math-yacas-compose-deriv, math-yacas-compose-taylor)
11585 (math-maxima-parse-subst, math-maxima-parse-taylor)
11586 (math-maxima-compose-taylor, math-maxima-compose-subst)
11587 (math-maxima-compose-if, math-lang-switch-args)
11588 (math-lang-compose-switch-args, math-read-giac-subscr):
11589 New functions.
11590 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
11591 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
11592 Add languages.
11593 (math-vector-brackets, math-complex-format, math-variable-table)
11594 (math-parse-table, math-oper-table, math-function-table)
11595 (math-special-function-table, math-compose-subscr):
11596 Add values for new languages.
11597
11598 * calc/calccomp.el (math-compose-expr): Add new languages.
11599
11600 * calc/calc.el (calc-language): Add languages to docstring.
11601
11602 * calc/calc-ext.el (calc-init-extensions): Add keybindings
11603 for new languages. Autoload commands to change languages.
11604
11605 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
11606
11607 * calc/calc-menu.el (calc-modes-menu): Add new languages.
11608 (calc-arithmetic-menu, calc-scientific-function-menu)
11609 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
11610 (calc-units-menu, calc-variables-menu, calc-stack-menu):
11611 Add :active keywords.
11612
11613 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11614
11615 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
11616 returns 'ignored or 'unregistered.
11617 (vc-hg-state): Pass "-A" to the status command and deal with the
11618 output.
11619 (vc-hg-dir-state): Pass "-A" to the status command.
11620
11621 2007-12-29 Richard Stallman <rms@gnu.org>
11622
11623 * progmodes/compile.el (compilation-start): Set initial visible
11624 point properly even when compilation buffer already current.
11625
11626 2007-12-29 Richard Stallman <rms@gnu.org>
11627
11628 * files.el (conf-mode-maybe): New function.
11629 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
11630
11631 2007-12-29 Martin Rudalics <rudalics@gmx.at>
11632
11633 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
11634
11635 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11636
11637 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
11638
11639 2007-12-29 Richard Stallman <rms@gnu.org>
11640
11641 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
11642 so they never do EOF.
11643
11644 2007-12-29 Richard Stallman <rms@gnu.org>
11645
11646 * faces.el (copy-face): Create the new face explicitly if it
11647 does not exist already.
11648
11649 2007-12-29 Eli Zaretskii <eliz@gnu.org>
11650
11651 * simple.el (minibuffer-history, shell-command-history)
11652 (set-variable-value-history):
11653 * replace.el (regexp-history):
11654 * international/mule-cmds.el (input-method-history):
11655 * files.el (file-name-history): Add reference to history-length in
11656 the doc string.
11657
11658 2007-12-29 Richard Stallman <rms@gnu.org>
11659
11660 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
11661
11662 2007-12-29 Jason Rumney <jasonr@gnu.org>
11663
11664 * find-dired.el (find-name-arg): New custom variable.
11665 (find-name-dired): Use it.
11666 (find-dired-find-program): Remove.
11667 (find-dired): Use find-program.
11668 (find-grep-dired): Use grep-program.
11669
11670 * progmodes/grep.el (rgrep): Use find-name-arg.
11671
11672 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11673
11674 * progmodes/cc-vars.el (defcustom-c-stylevar):
11675 Revert to pre-2007-12-12 version.
11676
11677 2007-12-29 Richard Stallman <rms@gnu.org>
11678
11679 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
11680
11681 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
11682 Use changed.
11683
11684 * startup.el (fancy-splash-help-echo): Var deleted.
11685 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
11686 (fancy-about-screen): Don't display fancy-splash-help-echo.
11687
11688 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
11689
11690 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
11691
11692 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
11693 to vc-hooks.el so it will be available to other modes, such as
11694 speedbar.el. Also, teach it to recognize monotone state directories.
11695
11696 * speedbar.el: Remove this mode's fragile assumptions about
11697 version-control systems. Instead, make it use logic from
11698 vc-hooks.el so it will become smarter whenever VC mode does.
11699
11700 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11701 Fix the documentation.
11702
11703 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11704 Modify all instances of the dir-state back-end method to suppress
11705 keeping undo lists on the buffers holding status output, which
11706 can get extremely large.
11707
11708 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11709 so they don't do work that the default one can do instead.
11710
11711 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
11712 states, and the new return-value convention. These are not
11713 actually used yet, just set.
11714
11715 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
11716 states when appropriate.
11717
11718 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
11719 'unregistered when appropriate.
11720
11721 * vc-git.el: Document that we don't set the new states yet.
11722
11723 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
11724 'ignored states.
11725
11726 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
11727 appropriate.
11728
11729 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
11730 when appropriate.
11731
11732 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
11733
11734 * thumbs.el (thumbs-call-convert): Use call-process directly
11735 with thumbs-conversion-program instead of through shell-file-name
11736 for better error reporting.
11737
11738 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
11739
11740 * calc/calc-aent.el (math-remove-percentsigns):
11741 * calc/calccomp.el (math-to-percentsigns): Change placeholder
11742 for percent signs.
11743
11744 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11745
11746 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
11747 use completion-ignored-extensions to detect files that should be
11748 ignorted in VC-Dired listings, heading off lots of expensive calls
11749 to (vc-state).
11750
11751 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
11752 non-terse mode.
11753 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
11754 Makefile.in or Makefile.am.
11755
11756 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11757
11758 * ps-print.el (ps-mark-active-p): Fun returned back.
11759 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
11760 `region-active-p' for error checking.
11761
11762 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11763
11764 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
11765 Put new machinery in place to support editing of change comments
11766 with 'e' in a log-view buffer. Not documented yet as this
11767 only works for SCCS, RCS, and maybe CVS if you have admin
11768 privileges. When we have backend support for Subversion and
11769 more modern systems it will be time to write this up.
11770
11771 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
11772
11773 * international/mule-cmds.el (select-safe-coding-system):
11774 When a buffer is modified, cancel the writing.
11775
11776 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
11777
11778 * log-view.el: Add Subversion and Mercurial log format samples.
11779
11780 * vc.el (vc-dired-hook): Significantly speed up by arranging for
11781 it to call the backend dir-state hook (if it exists)
11782 exactly *once*, rather than once per each subdirectory (with
11783 dired-state-info calls on all toplevel files slowing it down even
11784 further). For this to work, backend dir-state methods have to
11785 recurse to subdirectories. Most of them already did anyway; a few
11786 needed *non*-recursion switches removed. This change mostly
11787 removed code that was perversely bad and should have been shot
11788 through the head years ago.
11789
11790 * vc-bzr.el (vc-bzr-dir-state):
11791 * vc-cvs.el (vc-cvs-dir-state):
11792 * vc-mcvs.el (vc-mcvs-dir-state):
11793 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
11794
11795 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
11796 multiple arguments, so generate logs sequentially when we get them.
11797 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
11798 headers so the various log bindings can do the right thing.
11799 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
11800
11801 2007-12-26 Andreas Schwab <schwab@suse.de>
11802
11803 * font-lock.el (save-buffer-state): Make sure the state of the
11804 buffer is always restored.
11805
11806 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
11807
11808 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
11809
11810 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
11811 a variable.
11812
11813 * calc/calccomp.el (math-to-percentsigns): New function.
11814 (math-compose-var): Handle variables with percent signs.
11815 (math-compose-expr): Handle function names with percent signs.
11816
11817 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
11818 (math-read-exprs): Handle percent signs in languages that
11819 allow them.
11820 (math-restore-underscores): Remove function.
11821 (math-remove-percentsigns, math-restore-placeholders):
11822 New functions.
11823
11824 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11825
11826 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
11827 of `mark' for error checking.
11828
11829 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
11830
11831 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
11832 New functions.
11833 (image-mode): Set bookmark-make-cell-function appropriately.
11834
11835 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
11836
11837 * bookmark.el (bookmark-make-cell-function): New variable.
11838 (bookmark-make): Call bookmark-make-cell-function's function
11839 instead of bookmark-make-cell.
11840 (bookmark-get-handler, bookmark-jump-internal): New functions.
11841 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11842 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
11843 Use bookmark-jump-internal.
11844 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
11845
11846 * doc-view.el (doc-view-bookmark-make-cell)
11847 (doc-view-bookmark-jump): New functions.
11848 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
11849
11850 2007-12-25 Miles Bader <miles@gnu.org>
11851
11852 * indent.el (indent-for-tab-command): Rigidly indent the following
11853 sexp along with the current line when a prefix arg is given in the
11854 non-active-region case. Specify raw prefix in interactive spec.
11855 Simplify main indentation logic to get rid of the conditional call
11856 to `indent-according-to-mode' (it just ended up calling
11857 `indent-line-function' in all cases anyway, which can be done more
11858 simply here). Remove unnecessary test of ARG in active region case.
11859
11860 2007-12-25 Richard Stallman <rms@gnu.org>
11861
11862 * allout.el (allout-region-active-p): Rename from my-region-active-p.
11863 Use `use-region-p'.
11864 (allout-write-file-hook-handler): Simplify code.
11865
11866 * ps-print.el (ps-mark-active-p): Function deleted.
11867 (ps-print-preprint-region): Use (mark) for the error check.
11868
11869 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
11870
11871 * winner.el (winner-active-region): Use `mark-active' if it's defined.
11872
11873 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
11874
11875 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
11876
11877 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
11878
11879 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
11880
11881 * progmodes/cc-defs.el (c-region-is-active-p):
11882 Use `mark-active' if it's defined.
11883
11884 * progmodes/cc-cmds.el (c-indent-line-or-region):
11885 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
11886
11887 * simple.el (select-active-regions): New option.
11888 (set-mark): Obey it.
11889 (yank-pop-change-selection): New option.
11890 (current-kill): Obey it.
11891
11892 * simple.el (use-region-p): Rename from `region-active-p'.
11893 (region-active-p): New function.
11894
11895 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
11896
11897 * term/x-win.el (x-select-enable-primary): New option.
11898 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
11899
11900 * mouse.el (mouse-yank-primary): New function (almost same
11901 as mouse-yank-secondary).
11902
11903 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
11904
11905 * calculator.el:
11906 * dframe.el:
11907 * iswitchb.el:
11908 * whitespace.el:
11909 * winner.el:
11910 * emacs-lisp/checkdoc.el:
11911 * mail/feedmail.el:
11912 * net/quickurl.el:
11913 * obsolete/fast-lock.el:
11914 * play/5x5.el:
11915 * progmodes/delphi.el:
11916 * progmodes/idlw-shell.el:
11917 * progmodes/idlwave.el:
11918 * textmodes/artist.el:
11919 * textmodes/ispell.el:
11920 * textmodes/texinfmt.el:
11921 * textmodes/texinfo.el: Remove obsolete definitions of backward
11922 compatibility macros for defcustom, defgroup, defface, when,
11923 unless, with-current-buffer and with-temp-message.
11924
11925 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
11926
11927 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
11928
11929 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
11930
11931 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
11932 indeed a process.
11933
11934 2007-12-23 Richard Stallman <rms@gnu.org>
11935
11936 * simple.el (region-active-p): New function.
11937 (use-empty-active-region): New variable.
11938
11939 * dired-aux.el (dired): Load dired.el at run time too.
11940
11941 2007-12-23 Juri Linkov <juri@jurta.org>
11942
11943 * man.el (Man-follow-manual-reference): Fill the minibuffer's
11944 default list with a full list of references.
11945
11946 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
11947
11948 2007-12-23 Andreas Schwab <schwab@suse.de>
11949
11950 * files.el (switch-to-buffer-other-frame): Return the buffer
11951 switched to.
11952
11953 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
11954
11955 Sync with Tramp 2.1.12.
11956
11957 * net/tramp.el: New todo item.
11958
11959 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
11960 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
11961
11962 * net/trampver.el: Update release number.
11963
11964 2007-12-22 Richard Stallman <rms@gnu.org>
11965
11966 * newcomment.el (comment-region-default): Don't triple the
11967 comment starter if the first region line isn't indented enough.
11968
11969 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11970
11971 * net/imap.el (imap-authenticate): Use current-buffer instead of
11972 buffer, for the cases where imap-authenticate is called with a nil
11973 buffer parameter.
11974
11975 2007-12-21 Martin Rudalics <rudalics@gmx.at>
11976
11977 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
11978 specifier from format-string. Reported by Ye Wenbin.
11979
11980 2007-12-20 Jason Rumney <jasonr@gnu.org>
11981
11982 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
11983 Parent group is font-lock-faces.
11984 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
11985 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11986 (nxml-version): Remove.
11987 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11988 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11989 (nxml-processing-instruction-delimiter)
11990 (nxml-processing-instruction-target)
11991 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
11992 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
11993 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
11994 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
11995 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
11996 (nxml-attribute-prefix, nxml-attribute-colon)
11997 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
11998 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
11999 (nxml-attribute-value, nxml-attribute-value-delimiter)
12000 (nxml-namespace-attibute-value)
12001 (nxml-namespace-attribure-value-delimiter)
12002 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
12003 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
12004 (nxml-glyph): Rename, removing -face suffix.
12005 Inherit from existing font-lock faces.
12006 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
12007 Use new face names.
12008
12009 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12010 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12011 Rename, removing -face suffix.
12012 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
12013 (nxml-highlighted-colon, nxml-highlighted-slash)
12014 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
12015 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
12016 (nxml-highlighted-qname, nxml-outline-display-heading):
12017 Use new face names.
12018
12019 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
12020
12021 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
12022
12023 2007-12-19 Martin Rudalics <rudalics@gmx.at>
12024
12025 * cus-start.el (all): Use correct group name for members of
12026 mode-line group.
12027
12028 * man.el (Man-default-man-entry): When looking for default man
12029 entry title search text preceding point. Use when instead of if.
12030
12031 * indent.el (indent-for-tab-command): Fix doc-string typo.
12032
12033 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
12034 vc-parent-buffer is the current buffer.
12035
12036 * info-look.el (info-lookup, info-lookup-setup-mode)
12037 (info-lookup-make-completions): Avoid clobbering Info-history and
12038 Info-history-list.
12039
12040 2007-12-19 Glenn Morris <rgm@gnu.org>
12041
12042 * progmodes/verilog-mode.el (top-level): Don't require compile.
12043 (compilation-error-regexp-alist, compilation-last-buffer):
12044 Define for compiler.
12045 (verilog-insert-1): New function.
12046 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
12047 Use verilog-insert-1.
12048 (verilog-surelint-off): Use next-error-last-buffer if bound.
12049 Check compile buffer is live.
12050
12051 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
12052
12053 * progmodes/compile.el (compilation-start): Don't pass a FRAME
12054 argument to display-buffer.
12055
12056 2007-12-19 Jason Rumney <jasonr@gnu.org>
12057
12058 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
12059 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
12060 (rng-byte-compile-load, rng-write-version): Remove.
12061
12062 * nxml/rng-loc.el (rng-schema-locating-files-default)
12063 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
12064 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
12065
12066 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
12067
12068 * files.el (cd-absolute): Set `list-buffers-directory' in order to
12069 show correct path in buffer list.
12070
12071 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
12072 (tramp-find-shell): Send only single prompt setting commands, in
12073 order to avoid double-prompt.
12074
12075 * net/tramp-compat.el (top): Require cl only when compiling.
12076 Reported by Glenn Morris <rgm@gnu.org>.
12077
12078 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12079
12080 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
12081 (c-comment-continuation-stars): No longer declare with
12082 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
12083 (c-block-comment-prefix): Use symbol-value to
12084 access c-comment-continuation-stars.
12085 * progmodes/cc-mode.el (c-initialize-cc-mode):
12086 Use symbol-value to access c-comment-continuation-stars.
12087
12088 2007-12-18 Mark A. Hershberger <mah@everybody.org>
12089
12090 * xml.el (xml-escape-string): New function. Escape string using
12091 xml-entity-alist.
12092 (xml-debug-print-internal): Use xml-escape-string to escape
12093 characters in attributes and in text children of elements.
12094
12095 2007-12-18 Glenn Morris <rgm@gnu.org>
12096
12097 * progmodes/cc-subword.el (c-subword-mode): Drop support for
12098 systems without define-minor-mode.
12099
12100 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
12101
12102 * progmodes/verilog-mode.el: Replace all instances of
12103 string-to-int with string-to-number, insert-string with insert,
12104 and read-input with read-string.
12105 (top-level): No need to require imenu, reporter, dinotrace, vc,
12106 font-lock when compiling. Always require compile. Relegate remaining
12107 compatibility cruft to XEmacs. Don't require font-lock.
12108 (verilog-version): Remove superfluous concat.
12109 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
12110 No need to define.
12111 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
12112 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
12113 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
12114 (verilog-startup-message-displayed): These are variables, not constants.
12115 (verilog-batch-execute-func, verilog-auto-inst)
12116 (verilog-auto-inst-param): Use mapc rather than mapcar.
12117 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
12118 actually defining.
12119 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
12120 (verilog-modi-get-outputs, verilog-modi-get-inouts)
12121 (verilog-modi-get-inputs, verilog-modi-get-wires)
12122 (verilog-modi-get-regs, verilog-modi-get-assigns)
12123 (verilog-modi-get-consts, verilog-modi-get-gparams)
12124 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
12125 (verilog-modi-get-sub-inputs): Move inline functions earlier in
12126 the file.
12127 (sigs-in, sigs-out): Don't declare multiple times.
12128 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
12129 `defvar'.
12130 (verilog-auto): Call dinotrace-unannotate-all only if bound.
12131 (verilog-module-inside-filename-p): No need to wrap fboundp test
12132 in condition-case.
12133 (reporter-submit-bug-report): Autoload it.
12134 (verilog-mark-defun): Call zmacs-activate-region only if bound.
12135 (verilog-font-customize): Call customize-apropos only if bound.
12136 (verilog-getopt-flags, verilog-auto-reeval-locals):
12137 Use make-local-variable rather than make-variable-buffer-local.
12138 (verilog-company, verilog-project, verilog-modi-cache-list):
12139 Move make-variable-buffer-local calls to top-level.
12140 (font-lock-defaults-alist): Don't define it.
12141 (verilog-need-fld): Remove.
12142 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
12143 (verilog-mode): Only call make-local-hook on XEmacs.
12144 Set font-lock-defaults rather than using verilog-font-lock-init.
12145
12146 2007-12-17 Andreas Schwab <schwab@suse.de>
12147
12148 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
12149 Fix comment typo.
12150
12151 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
12152
12153 * net/dbus.el (dbus-name-owner-changed-handler):
12154 Use `dbus-unregister-signal' for removing old rules.
12155 Obey new structure of `dbus-registered-functions-table'.
12156
12157 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
12158
12159 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
12160
12161 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
12162
12163 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
12164 function.
12165 (add-submenu): Only define for XEmacs.
12166 (verilog-regexp-words): Revert previous change, keep the other
12167 definition.
12168
12169 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12170
12171 * progmodes/perl-mode.el (perl-continued-statement-offset)
12172 (perl-continued-brace-offset, perl-brace-offset)
12173 (perl-brace-imaginary-offset, perl-label-offset):
12174 * progmodes/cperl-mode.el (cperl-brace-offset)
12175 (cperl-continued-brace-offset, cperl-label-offset)
12176 (cperl-continued-statement-offset)
12177 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
12178 Add safe-local-variable properties.
12179
12180 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12181
12182 * progmodes/verilog-mode.el (verilog-mode-map)
12183 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
12184 (verilog-colorize-include-files): Use only overlay functions so
12185 that it can work on both emacs and XEmacs.
12186 (set-extent-keymap): Remove unused defun.
12187 (verilog-kill-existing-comment, verilog-insert-date)
12188 (verilog-insert-year): Rename in order not to pollute the global
12189 namespace from kill-existing-comment, insert-date and
12190 insert-year, respectively.
12191 (verilog-set-auto-endcomments, verilog-header): Update callers.
12192
12193 * files.el (auto-mode-alist): Recognize verilog files.
12194
12195 * progmodes/verilog-mode.el (verilog-string-replace-matches)
12196 (verilog-string-remove-spaces, verilog-re-search-forward)
12197 (verilog-re-search-backward, verilog-re-search-forward-quick)
12198 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
12199 (verilog-get-end-of-line, verilog-within-string): Move definitions
12200 before first use. No code changes.
12201
12202 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12203
12204 * progmodes/verilog-mode.el (verilog-mode-version)
12205 (verilog-mode-release-date): Don't use expanding keywords.
12206 (provide): Move to the end of file.
12207 (fboundp): Don't check if eval-when-compile is bound, it is used
12208 later in the file without checking.
12209 (when, unless): Copy definitions from subr.el.
12210 (char-before, defcustom, defface, customize-group)
12211 (verilog-batch-error-wrapper): Don't use old style backquotes.
12212 (verilog-regexp-opt): Avoid using the cl function case.
12213 (verilog-regexp-words): Remove duplicated definition.
12214 (verilog-mode-abbrev-table): Remove, duplicate.
12215 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
12216 Declare and initialize in one step.
12217 (verilog-declaration-prefix-re, verilog-declaration-re)
12218 (verilog-end-of-statement, verilog-indent-declaration)
12219 (verilog-get-lineup-indent): Remove trailing whitespace.
12220 (verilog-mode): Fix autoload cookie.
12221 Set beginning-of-defun-function and end-of-defun-function. Use when
12222 instead of if.
12223 (verilog-emacs-features, verilog-auto-ascii-enum)
12224 (verilog-insert-indices): Escape braces in doc strings.
12225
12226 2007-12-08 Michael McNamara <mac@verilog.com>
12227 Wilson Snyder <wsnyder@wsnyder.org>
12228
12229 * progmodes/verilog-mode.el: New file.
12230
12231 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
12232
12233 * international/latexenc.el (latexenc-find-file-coding-system):
12234 If both coding-system-for-write and buffer-file-coding-system of
12235 latex-main-file are nil, use `undecided'.
12236
12237 2007-12-06 Jason Rumney <jasonr@gnu.org>
12238
12239 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
12240
12241 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
12242
12243 * files.el (revert-buffer): Docstring fix.
12244
12245 2007-12-11 Glenn Morris <rgm@gnu.org>
12246
12247 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
12248
12249 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
12250
12251 * calc/calc-aent.el (math-restore-underscores)
12252 (math-string-restore-underscores): New functions.
12253 (math-read-factor): Properly check variable names with underscores
12254 for entries in `math-expr-variable-mapping'.
12255
12256 * calc/calc-lang.el (math-lang-name): New property name.
12257
12258 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
12259 to set language name.
12260
12261 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12262
12263 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12264
12265 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12266
12267 * server.el (server-select-display): Fix important typo.
12268 (server-process-filter): Turn a "" display into nil.
12269
12270 2007-12-09 Juri Linkov <juri@jurta.org>
12271
12272 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
12273 Check search-upper-case before calling isearch-no-upper-case-p
12274 to set case-fold-search.
12275 (occur): Doc fix.
12276 (occur-1, perform-replace): Check search-upper-case before calling
12277 isearch-no-upper-case-p to set case-fold-search.
12278
12279 * isearch.el (search-upper-case): Doc fix.
12280 (isearch-mode-map): Bind `M-s o' to isearch-occur.
12281 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
12282 (isearch-query-replace-regexp): Doc fix.
12283 (isearch-occur): New function.
12284
12285 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12286
12287 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
12288 backward compatibility.
12289
12290 * net/imap.el (imap-string-to-integer): New function.
12291
12292 2007-12-09 David Kastrup <dak@gnu.org>
12293
12294 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
12295 directories. Not sure anybody uses this anymore, though.
12296
12297 2007-12-09 Glenn Morris <rgm@gnu.org>
12298
12299 * emulation/viper-init.el (top-level): Use dolist rather than mapc
12300 in make-variable-frame-local call.
12301
12302 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12303
12304 * mail/hashcash.el (declare-function):
12305 * net/imap.el (declare-function): New no-op macro for backward
12306 compatibility.
12307
12308 2007-12-08 Eli Zaretskii <eliz@gnu.org>
12309
12310 Sync makefile.w32-in with Makefile.in.
12311
12312 * makefile.w32-in (check-declare): New target.
12313 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12314 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
12315 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
12316 ($(lisp)/progmodes/cc-mode.elc): Use it.
12317 ($(lisp)/progmodes/cc-mode.elc): New rule.
12318
12319 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12320
12321 * indent.el (tab-stop-list): Mark as safe-local-variable.
12322
12323 * generic-x.el (etc-sudoers-generic-mode): New mode.
12324 (generic-unix-modes): Add it.
12325
12326 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
12327
12328 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
12329 apply wildcards in a hash table key; there is no usable hash code then.
12330 (dbus-registered-functions-table): Use `equal' as test function.
12331 (dbus-name-owner-changed-handler): Rewrite due to new hash table
12332 structure.
12333
12334 2007-12-08 Martin Rudalics <rudalics@gmx.at>
12335
12336 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
12337 bound error in block comment branch.
12338
12339 2007-12-08 David Kastrup <dak@gnu.org>
12340
12341 * textmodes/reftex.el (reftex-select-with-char):
12342 * textmodes/reftex-toc.el (reftex-toc-do-promote)
12343 (reftex-toc-visit-location, reftex-toc-find-section):
12344 * textmodes/reftex-index.el (reftex-index-show-entry):
12345 * textmodes/org.el (org-cycle-hide-archived-subtrees)
12346 (org-table-rotate-recalc-marks, org-mark-ring-push)
12347 (org-follow-info-link, org-mhe-get-message-folder-from-index)
12348 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
12349 (org-evaluate-time-range, org-edit-agenda-file-list):
12350 * textmodes/artist.el (artist-select-next-op-in-list)
12351 (artist-select-prev-op-in-list):
12352 * term/mac-win.el (mac-service-insert-text):
12353 * startup.el (fancy-about-screen):
12354 * progmodes/vhdl-mode.el (vhdl-decision-query):
12355 * progmodes/idlwave.el (idlwave-template)
12356 (idlwave-scroll-completions, idlwave-display-completion-list):
12357 * progmodes/ebrowse.el (ebrowse-show-progress):
12358 * progmodes/cperl-mode.el (cperl-find-pods-heres):
12359 * progmodes/antlr-mode.el (antlr-insert-option-do):
12360 * play/mpuz.el (mpuz-close-game):
12361 * net/rcirc.el (rcirc-next-active-buffer):
12362 * mail/reporter.el (reporter-update-status):
12363 * kmacro.el (kmacro-display):
12364 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12365 * emulation/viper-util.el (viper-save-setting):
12366 * emacs-lisp/lisp-mnt.el (lm-verify):
12367 * emacs-lisp/edebug.el (edebug-set-mode):
12368 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
12369 * calendar/calendar.el (calendar-print-day-of-year):
12370 * calc/calcalg3.el (calc-curve-fit):
12371 * calc/calcalg2.el (math-integral):
12372 * calc/calc.el (calc-read-key-sequence, calc-version):
12373 * calc/calc-mode.el (calc-set-simplify-mode):
12374 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
12375
12376 2007-12-07 D. Goel <deego3@gmail.com>
12377
12378 * progmodes/idlw-shell.el (idlwave-shell-display-line)
12379 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12380 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
12381 * mail/uce.el (uce-reply-to-uce)
12382 * progmodes/vhdl-mode.el (vhdl-template-modify)
12383 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
12384 to `error' (as suggested by RMS.)
12385
12386 2007-12-07 Glenn Morris <rgm@gnu.org>
12387
12388 * allout.el (allout-write-file-hook-handler):
12389 * textmodes/reftex.el (reftex-TeX-master-file):
12390 * textmodes/reftex-parse.el (reftex-short-context):
12391 Revert previous change.
12392
12393 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
12394
12395 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
12396 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
12397 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12398 (dbus-event-service-name, dbus-event-path-name)
12399 (dbus-event-interface-name, dbus-event-member-name): Fix for new
12400 event structure.
12401 (dbus-list-activatable-names, dbus-list-names)
12402 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
12403 Reorder `dbus-call-method' arguments.
12404
12405 2007-12-06 D. Goel <deego3@gmail.com>
12406
12407 * allout.el (allout-write-file-hook-handler):
12408 * textmodes/reftex.el (reftex-TeX-master-file):
12409 * textmodes/org.el (org-paste-subtree):
12410 * progmodes/vhdl-mode.el (vhdl-template-modify):
12411 * progmodes/idlw-shell.el (idlwave-shell-send-command)
12412 (idlwave-shell-display-line):
12413 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12414 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12415 * net/trampver.el (x):
12416 * mail/uce.el (uce-reply-to-uce):
12417 * mail/rmailout.el (rmail-output):
12418 * mail/feedmail.el (feedmail-dump-message-to-queue):
12419 * whitespace.el (whitespace-write-file-hook):
12420 * wdired.el (wdired-check-kill-buffer):
12421 * vc.el (vc-update):
12422 * vc-mcvs.el (vc-mcvs-checkin):
12423 * vc-cvs.el (vc-cvs-checkin):
12424 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
12425 * ibuffer.el (ibuffer-current-buffer):
12426 * dired.el (dired-move-to-end-of-filename):
12427 * bindings.el (complete-symbol):
12428 * textmodes/org-publish.el (org-publish-file):
12429 (org-publish-current-project):
12430 * textmodes/reftex-parse.el (reftex-short-context):
12431 * textmodes/texinfmt.el: Fix buggy calls to `error'.
12432
12433 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * doc-view.el (doc-view-dvi->pdf-sentinel)
12436 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
12437 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
12438 within a sentinel or timer.
12439 (doc-view-display): Don't try to display before the requested page
12440 is available, unless told to do so explicitly.
12441 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
12442 Force display even if the requested page is not available.
12443
12444 2007-12-06 Richard Stallman <rms@gnu.org>
12445
12446 * help-fns.el (describe-function-1): Call ad-get-advice-info
12447 only on symbols.
12448
12449 2007-12-06 Glenn Morris <rgm@gnu.org>
12450
12451 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
12452 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
12453 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
12454 faces in non-light-background case.
12455
12456 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
12457 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
12458 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
12459 * emulation/vi.el, emulation/viper-cmd.el:
12460 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
12461 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
12462 * textmodes/fill.el: Remove directory part from filenames in
12463 function declarations.
12464
12465 * dired-aux.el (mailcap-mime-info): Update declaration.
12466
12467 2007-12-05 Richard Stallman <rms@gnu.org>
12468
12469 * wid-edit.el (widget-type): Doc fix.
12470
12471 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12474 Don't match "sub { (...) ... }".
12475
12476 2007-12-05 Richard Stallman <rms@gnu.org>
12477
12478 * international/mule-cmds.el (toggle-input-method-active): New var.
12479 (toggle-input-method): Bind toggle-input-method-active to t.
12480 Error if it was already non-nil.
12481
12482 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
12483
12484 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12485
12486 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
12487
12488 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
12489 see if certs should be verified and what is to be done in the
12490 event of a verification failure.
12491
12492 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
12493
12494 * net/tls.el (tls-program): Provide more custom choices from
12495 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
12496 (tls-process-connection-type, tls-success): Remove "*" in doc string.
12497 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12498 version. Minor improvement to doc strings.
12499 (tls-program): Add comment.
12500
12501 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
12502
12503 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12504 (tls-checktrust): New variable. Check if GNU TLS complained about a
12505 mismatch between the hostname provided in the certificate and the name
12506 of the host connnecting to.
12507 (open-tls-stream): Use them. Check certificates against trusted root
12508 certificates.
12509
12510 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
12511
12512 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12513 (imap-parse-status): Upcase status-att for broken servers that sends
12514 them lower-case (e.g., MS Exchange 2007).
12515
12516 2007-12-05 D. Goel <deego3@gmail.com>
12517
12518 * simple.el (undo):
12519 * image-dired.el (image-dired-display-thumb-properties):
12520 (image-dired-modify-mark-on-thumb-original-file):
12521 (image-dired-dired-display-properties):
12522 * help.el (help-window-display-message):
12523 * files.el (hack-local-variables-confirm):
12524 * ediff.el (ediff-version):
12525 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
12526 `message' and `error': Ensure that first arg is a format string.
12527
12528 * emacs-lisp/find-func.el (find-library-name): Prefer files with
12529 ".el" suffix over "".
12530
12531 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
12532
12533 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
12534 interface and member fields.
12535
12536 2007-12-05 Glenn Morris <rgm@gnu.org>
12537
12538 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
12539 (pcomplete-here): Autoload it.
12540
12541 * eshell/em-basic.el (print-func): No need to define for compiler.
12542
12543 * eshell/esh-cmd.el (eshell-debug-command):
12544 * eshell/esh-io.el (eshell-print): Move definitions before use.
12545
12546 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
12547
12548 * eshell/esh-util.el (top-level): Don't require pp.
12549 Use condition-case rather than ignore-errors.
12550
12551 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
12552
12553 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
12554 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12555 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
12556 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
12557 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
12558 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
12559 * eshell/esh-util.el, eshell/eshell.el: Require individual files
12560 if needed when compiling, rather than esh-maint. Collect any
12561 require statements. Move provide statement to end. Move any
12562 commentary to start.
12563
12564 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
12565 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
12566 * eshell/esh-proc.el, eshell/esh-var.el:
12567 Require individual files if needed when compiling, rather than
12568 esh-maint. Collect any require statements. Leave provide at start.
12569 Move any commentary to start.
12570
12571 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12572 Remove declared function from byte-compile-noruntime-functions.
12573
12574 * ediff-util.el (ediff-version):
12575 * progmodes/python.el (compilation-shell-minor-mode):
12576 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
12577 (calendar-bahai-date-string, calendar-check-holidays)
12578 (calendar-chinese-date-string, calendar-coptic-date-string)
12579 (calendar-ethiopic-date-string, calendar-forward-day)
12580 (calendar-french-date-string, calendar-goto-date)
12581 (calendar-goto-today, calendar-hebrew-date-string)
12582 (calendar-islamic-date-string, calendar-iso-date-string)
12583 (calendar-julian-date-string, calendar-mayan-date-string)
12584 (calendar-persian-date-string, gnus-summary-last-subject)
12585 (parse-time-string, rmail-show-message): Declare as functions.
12586
12587 2007-12-05 Michael Olson <mwolson@gnu.org>
12588
12589 * textmodes/remember.el: Merge contents of remember-diary.el here,
12590 updating header. Add autoload cookie so that byte-compilation
12591 works without warning.
12592 (remember-diary-file): Default to nil, since diary might not yet
12593 be loaded at this point, which would deny us access to diary-file.
12594 (remember-diary-extract-entries): If remember-diary-file is nil,
12595 then use diary-file instead.
12596
12597 * textmodes/remember-diary.el: Remove, due to the issue of needing
12598 the first 8 characters of a filename to be unique.
12599
12600 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
12601
12602 * net/dbus.el (dbus-hash-table=): New defun.
12603 (dbus-hash-table-test): New hash table test function, used in
12604 `dbus-registered-functions-table'.
12605 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12606 (dbus-event-service-name, dbus-event-path-name)
12607 (dbus-event-interface-name, dbus-event-member-name):
12608 Rewrite, due to new structure of `dbus-event'.
12609
12610 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
12611
12612 * ido.el (ido-save-history): Set the `coding' local
12613 variable in the first line of the file.
12614
12615 2007-12-04 Glenn Morris <rgm@gnu.org>
12616
12617 * password-cache.el: Move here from gnus/password.el.
12618 (top-level): Don't require cl when compiling.
12619 (password-read-and-add): Doc fix. Make obsolete.
12620
12621 * net/tramp.el: Require password-cache or password.
12622
12623 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
12624 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
12625 compiling.
12626 (cua-set-rectangle-mark): Add doc string to autoload.
12627 (cua--rectangle, cua--last-killed-rectangle)
12628 (cua--global-mark-active): Always define for compiler.
12629 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
12630 (cua--delete-rectangle, cua--insert-rectangle)
12631 (cua--rectangle-corner, cua--rectangle-assert)
12632 (cua--insert-at-global-mark, cua--global-mark-post-command):
12633 Declare as functions.
12634
12635 * emulation/cua-gmrk.el (top-level): Move provide to end.
12636
12637 * emulation/cua-rect.el (top-level): Move provide to end.
12638 Don't require cua-gmrk when compiling.
12639 (cua--cut-rectangle-to-global-mark)
12640 (cua--copy-rectangle-to-global-mark): Declare as functions.
12641
12642 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12643 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12644 (viper-vi-state-cursor-color):
12645 Consolidate make-variable-frame-local calls.
12646
12647 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
12648 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
12649 than bbdb-address-street1,2,3.
12650
12651 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12652 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
12653
12654 2007-12-03 Karl Fogel <kfogel@red-bean.com>
12655
12656 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
12657 (save-place-alist-to-file, load-save-place-alist-from-file):
12658 Don't print non-error messages at all, there's really no need.
12659 Do print if there's a problem, and clarify message in that case.
12660
12661 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12662
12663 * ediff-diff.el (ediff-prepare-error-list):
12664 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
12665
12666 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
12667
12668 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
12669 (doc-view-current-overlay, doc-view-pending-cache-flush):
12670 Add doc string.
12671
12672 2007-12-03 Richard Stallman <rms@gnu.org>
12673
12674 * subr.el (declare-function): Move from byte-run.el.
12675
12676 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
12677
12678 * window.el (recenter-top-bottom): Don't use `ecase'.
12679
12680 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12681
12682 * saveplace.el (save-place-alist-to-file):
12683 Set coding-system-for-write once and refer to it throughout.
12684 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12685
12686 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12687
12688 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
12689 system when writing, and set it in the first-line file variables.
12690 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
12691 Juanma Barranquero.
12692
12693 2007-12-02 Glenn Morris <rgm@gnu.org>
12694
12695 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12696 Reverse branches of if statement.
12697
12698 * emulation/viper-cmd.el (top-level): Don't require advice.
12699 Don't load viper-util, viper-keym, viper-mous, viper-macs,
12700 viper-ex when compiling.
12701
12702 * emulation/viper-ex.el (top-level): Don't load viper-util,
12703 viper-keym when compiling.
12704
12705 * emulation/viper-init.el (top-level): Move provide statement to end.
12706
12707 * emulation/viper-keym.el (top-level): Don't load viper-util when
12708 compiling. Move provide statement to end.
12709
12710 * emulation/viper-macs.el (top-level): Don't load viper-util,
12711 viper-keym, viper-mous when compiling.
12712
12713 * emulation/viper-mous.el (top-level): Don't load viper-util when
12714 compiling.
12715
12716 * emulation/viper-util.el (top-level): Don't load viper-init when
12717 compiling.
12718
12719 * emulation/viper.el (top-level): Don't require ring.
12720 Don't load viper-init, viper-cmd when compiling.
12721
12722 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
12723 Move here from gnus/.
12724
12725 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12726
12727 Offer option for saveplace to be quiet about loading and saving.
12728 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12729
12730 * saveplace.el (save-place-quiet): New customizable boolean.
12731 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
12732 to determine whether to print loading/saving messages.
12733
12734 2007-12-02 Glenn Morris <rgm@gnu.org>
12735
12736 * mail/binhex.el: Move here from gnus/.
12737 (binhex): New custom group.
12738 (binhex-decoder-program, binhex-decoder-switches)
12739 (binhex-use-external): Move to the binhex custom group.
12740
12741 * mail/uudecode.el: Move here from gnus/.
12742 (uudecode): New custom group.
12743 (uudecode-decoder-program, uudecode-decoder-switches)
12744 (uudecode-use-external): Move to the uudecode custom group.
12745
12746 * net/netrc.el (top-level): Don't load `encrypt' features.
12747 (netrc-parse): Don't use encrypt.
12748 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12749
12750 * progmodes/python.el (top-level): Don't require cl when compiling.
12751
12752 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
12753
12754 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
12755 encoding for aspell process and for communication with it.
12756 Only add "-d" option if not already present.
12757 Use ispell-current-dictionary and ispell-current-personal-dictionary.
12758 General reorganization.
12759
12760 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
12761 encoding here.
12762 (ispell-start-process): Explicitly set encoding here if using aspell.
12763
12764 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
12765
12766 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
12767 function to log-edit.
12768
12769 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
12770
12771 * net/dbus.el: New file.
12772
12773 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
12774
12775 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
12776 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
12777 (calc-lang-parens-are-subscripts): New variables.
12778 (math-expr-special-function-mapping): Remove variable.
12779 (math-eqn-ignore-words, math-tex-ignore-words)
12780 (math-latex-ignore-words): Move to calc-lang.el.
12781
12782 * calc/calc-lang.el (math-compose-vector, math-compose-var)
12783 (math-tex-expr-is-flat): Declare as functions.
12784 (calc-lang-slash-idiv, calc-lang-allow-underscores)
12785 (math-comp-left-bracket, math-comp-right-bracket)
12786 (math-comp-comma, math-comp-vector-prec): Declare as variables.
12787 (math-var-formatter, math-matrix-formatter)
12788 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
12789 (math-punc-table, math-compose-subscr, math-dots)
12790 (math-func-formatter): New property names to store language
12791 specific information.
12792 (math-compose-tex-var, math-compose-tex-intv)
12793 (math-compose-maple-intv, math-compose-eqn-intv)
12794 (math-compose-tex-sum, math-compose-tex-func)
12795 (math-compose-tex-intv): New functions.
12796 (math-eqn-ignore-words, math-tex-ignore-words)
12797 (math-latex-ignore-words): Move from calc.el.
12798 (math-special-function-table): Add entries for tex.
12799 (calc-lang-slash-idiv, calc-lang-allows-underscores):
12800 New variables.
12801 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
12802 (math-compose-tex-matrix, math-compose-eqn-matrix)
12803 (math-eqn-special-functions): Move from calccomp.el.
12804
12805 * calc/calccomp.el (math-compose-var): New function.
12806 (math-compose-expr): Allow more special functions to be used.
12807 Change test for formatting fractions. Use variables and property
12808 names to help with language specific formatting.
12809 (math-compose-tex-matrix, math-compose-eqn-matrix)
12810 (math-eqn-special-functions): Move to calc-lang.el.
12811 (math-compose-rows): Use property names to help with language
12812 specific formatting.
12813
12814 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
12815 into nested subscripts.
12816 (math-read-token): Use variables and property names to help with
12817 language specific parsing.
12818 (math-read-expression-level): Use variables to help with language
12819 specific parsing.
12820
12821 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
12824 (archive-rar-summarize): Allow the file name to be passed as argument.
12825 Remove unused vars `header' and `footer'.
12826 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
12827
12828 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12829
12830 * log-edit.el (log-edit-show-diff): New function.
12831 (log-edit-mode-map, log-edit-menu): Bind it.
12832 (log-edit-diff-function): New variable.
12833 (log-edit): Change the 3rd param to be an alist and accept a
12834 function that computes a diff for the files involved.
12835
12836 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
12837
12838 2007-12-01 Martin Rudalics <rudalics@gmx.at>
12839
12840 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
12841 wrap next-/previous-line in with-no-warnings.
12842
12843 2007-12-01 Glenn Morris <rgm@gnu.org>
12844
12845 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
12846
12847 * net/dig.el: Move here from gnus/.
12848 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
12849
12850 * net/dns.el: Move here from gnus/.
12851 (top-level): Don't require mm-util, or cl when compiling.
12852 (dns-write-name, dns-read, dns-read-type, query-dns):
12853 Replace mm-with-unibyte-buffer with its expansion.
12854 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
12855
12856 * progmodes/gdb-ui.el (gud-remove, gud-break):
12857 * progmodes/gud.el (gdb-create-define-alist)
12858 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
12859 (hl-line-highlight, gdb-display-source-buffer)
12860 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
12861 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
12862
12863 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12864
12865 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
12866 Move args on defun line.
12867
12868 * textmodes/org.el (org-calendar-holiday):
12869 Use calendar-check-holidays instead of the obsolete
12870 check-calendar-holidays.
12871 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
12872 (bbdb-company, bbdb-current-record, bbdb-name)
12873 (bbdb-record-getprop, bbdb-record-name)
12874 (bibtex-beginning-of-entry, bibtex-generate-autokey)
12875 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
12876 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
12877 (mh-find-path, mh-get-header-field, mh-get-msg-num)
12878 (mh-header-display, mh-index-previous-folder)
12879 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
12880 (mh-show-buffer-message-number, mh-show-header-display)
12881 (mh-show-msg, mh-show-show, mh-visit-folder)
12882 (org-export-latex-cleaned-string, remember)
12883 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
12884 (rmail-what-message, elmo-folder-exists-p)
12885 (elmo-message-entity-field, elmo-message-field)
12886 (vm-beginning-of-message, vm-follow-summary-cursor)
12887 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
12888 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
12889 (vm-summarize, wl-folder-get-elmo-folder)
12890 (wl-summary-goto-folder-subr)
12891 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
12892 (wl-summary-line-subject, wl-summary-message-number)
12893 (wl-summary-redisplay): Declare as functions.
12894
12895 2007-11-30 Martin Rudalics <rudalics@gmx.at>
12896
12897 * longlines.el (longlines-show-hard-newlines): Remove handling of
12898 buffer-undo-list and buffer-modified status.
12899 (longlines-show-region, longlines-unshow-hard-newlines):
12900 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
12901 inhibit-modification-hooks here to avoid that a buffer appears
12902 modified when toggling visibility of hard newlines.
12903
12904 2007-11-30 Glenn Morris <rgm@gnu.org>
12905
12906 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
12907
12908 * progmodes/idlw-complete-structtag.el
12909 (idlwave-sintern-structtag):
12910 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
12911 (idlwave-sintern-sysvartag):
12912 * progmodes/idlwave.el (idlwave-sintern-class-tag)
12913 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
12914 functions.
12915
12916 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12917
12918 * textmodes/reftex-index.el (texmathp):
12919 * textmodes/reftex-auc.el (TeX-argument-insert)
12920 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
12921 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
12922 (LaTeX-label-list):
12923 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
12924 (rng-clear-conditional-region, rng-do-some-validation): Declare as
12925 functions.
12926 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
12927
12928 2007-11-30 Glenn Morris <rgm@gnu.org>
12929
12930 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
12931 argument and document it.
12932
12933 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12934 Third argument to declare-function must be a list to specify arglist.
12935
12936 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
12937 Handle declare-function third argument `t' and fourth argument.
12938 (check-declare-verify): Doc fix. Handle `fileonly' case.
12939 Use progn rather than prog1.
12940
12941 * desktop.el (uniquify-item-base):
12942 * term/mac-win.el (url-type): Declare as functions.
12943
12944 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
12945 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
12946 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
12947 fourth arg to declare-function.
12948
12949 * play/dunnet.el: Don't require cl when compiling.
12950 (byte-compile-warnings): Set via file local variables.
12951 (dun-parse): Let-bind `beg' and `line'.
12952
12953 2007-11-29 Alexandre Julliard <julliard@winehq.org>
12954
12955 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
12956
12957 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
12958
12959 * calendar/time-date.el (encode-time-value): Doc fix.
12960
12961 2007-11-29 Glenn Morris <rgm@gnu.org>
12962
12963 * calendar/time-date.el (with-decoded-time-value): Doc fix.
12964
12965 * textmodes/css-mode.el (prog-mode): Remove.
12966 (css-mode): Derive from fundamental-mode rather than prog-mode.
12967
12968 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12969
12970 * emacs-lisp/check-declare.el (check-declare-locate)
12971 (check-declare-verify): Handle `external' files.
12972 (check-declare-errmsg): New function.
12973 (check-declare-verify, check-declare-file, check-declare-directory):
12974 Use check-declare-errmsg to report the number of problems.
12975
12976 * ffap.el (w3-view-this-url)
12977 * mail/mspools.el (vm-visit-folder)
12978 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
12979 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
12980 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
12981 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
12982 (bbdb-records)
12983 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
12984 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
12985 (sasl-make-client, sasl-next-step, sasl-step-data)
12986 (sasl-step-set-data)
12987 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12988 (htmlr-step): Declare as functions.
12989
12990 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
12991 Use bbdb-address-zip rather than bbdb-address-zip-string.
12992
12993 2007-11-28 Richard Stallman <rms@gnu.org>
12994
12995 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
12996 Move here from gnus/.
12997
12998 2007-11-28 Martin Rudalics <rudalics@gmx.at>
12999
13000 * newcomment.el (comment-region-internal): Fix newline insertion
13001 in `block' case.
13002
13003 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13004
13005 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
13006
13007 2007-11-28 Glenn Morris <rgm@gnu.org>
13008
13009 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13010 delete .elc files.
13011
13012 * nxml/char-name/unicode: Move to etc/nxml/.
13013 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
13014
13015 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
13016 Declare as a function.
13017
13018 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
13019 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
13020 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
13021
13022 * nxml/nxml-outln.el (nxml-token-start-tag-p)
13023 (nxml-token-end-tag-p): Move definitions before use.
13024
13025 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
13026
13027 * nxml/nxml-uchnm.el (top-level)
13028 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
13029 (nxml-enabled-unicode-blocks): Add custom group.
13030
13031 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
13032 Use string-to-number rather than string-to-int.
13033
13034 * dired-x.el (dired-omit-old-add-entry): Declare as function.
13035 Move definition before use.
13036 (dired-old-find-buffer-nocreate): Declare as function.
13037
13038 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
13039 (check-declare-verify): Handle fset.
13040
13041 * emulation/edt.el (edt-user-emulation-setup):
13042 Test edt-setup-user-bindings is bound before calling.
13043
13044 * emulation/tpu-edt.el: Don't require cl when compiling.
13045 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
13046 (tpu-edt-off): Use condition-case rather than ignore-errors.
13047 Use with-no-warnings.
13048
13049 * eshell/esh-util.el (top-level): Use require rather than load for
13050 ange-ftp.
13051
13052 * mail/supercite.el (sc-version): Redefine as an alias for
13053 emacs-version.
13054 (sc-help-address): Remove.
13055 (sc-version): Use emacs-version rather than sc-version.
13056 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
13057
13058 * net/socks.el (socks-original-open-network-stream): Declare as
13059 function. Move definition before use.
13060
13061 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
13062
13063 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
13064 (math-make-frac): Declare as functions.
13065
13066 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
13067
13068 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
13069 Pacify byte compiler.
13070 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
13071
13072 * progmodes/idlwave.el (idlwave-shell-get-path-info)
13073 (idlwave-shell-temp-file, idlwave-shell-is-running)
13074 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
13075 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
13076 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
13077 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
13078 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
13079 (idlwave-completing-read, idlwave-current-routine)
13080 (idlwave-downcase-safe, idlwave-entry-find-keyword)
13081 (idlwave-expand-keyword, idlwave-find-class-definition)
13082 (idlwave-find-inherited-class, idlwave-find-struct-tag)
13083 (idlwave-get-buffer-visiting, idlwave-in-quote)
13084 (idlwave-make-full-name, idlwave-members-only)
13085 (idlwave-popup-select, idlwave-routine-source-file)
13086 (idlwave-routines, idlwave-sintern-class)
13087 (idlwave-sintern-keyword, idlwave-sintern-method)
13088 (idlwave-sintern-routine-or-method)
13089 (idlwave-substitute-link-target, idlwave-sys-dir)
13090 (idlwave-this-word, idlwave-what-module-find-class)
13091 (idlwave-where):
13092 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
13093 * mail/uce.el (rmail-msg-is-pruned)
13094 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
13095 (rmail-toggle-header):
13096 * mail/sendmail.el (dired-view-file, dired-get-filename):
13097 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
13098 (rmail-display-labels, rmail-msgbeg)
13099 (rmail-set-message-deleted-p, rmail-message-labels-p)
13100 (rmail-show-message, mail-comma-list-regexp)
13101 (mail-parse-comma-list):
13102 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
13103 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
13104 (rfc822-addresses, mail-abbrev-make-syntax-table)
13105 (mail-sendmail-delimit-header, mail-header-end):
13106 * mail/hashcash.el (message-narrow-to-headers-or-head)
13107 (message-fetch-field, message-goto-eoh)
13108 (message-narrow-to-headers):
13109 * vc.el (view-mode-exit): Declare as functions.
13110
13111 * mail/vms-pmail.el:
13112 * vmsproc.el:
13113 * vms-patch.el: Don't byte compile these files, they don't work.
13114
13115 2007-11-27 Glenn Morris <rgm@gnu.org>
13116
13117 * calc/calc-ext.el (math-read-big-rec):
13118 * calc/calc-nlfit.el (math-map-binop):
13119 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
13120
13121 * eshell/eshell.el (eshell-report-bug): Add version number of
13122 obsolescence.
13123
13124 * emulation/viper.el, emulation/viper-util.el,
13125 emulation/viper-macs.el, emulation/viper-keym.el,
13126 emulation/viper-ex.el, emulation/viper-cmd.el:
13127 Load viper-*.el files silently.
13128
13129 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
13130 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
13131 Load ediff-*.el files silently.
13132
13133 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
13134 compiling.
13135 (Info-goto-node): Declare as a function.
13136
13137 * ediff-init.el: Don't load ange-ftp when compiling.
13138 * ediff-util.el: Don't load reporter when compiling.
13139
13140 * ediff-wind.el (ediff-display-pixel-width)
13141 (ediff-display-pixel-height):
13142 * generic-x.el (ini-generic-mode):
13143 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
13144 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
13145 (ps-mule-initialize, ps-mule-begin-job):
13146 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
13147 (mark-calendar-days-named):
13148 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
13149 (add-to-diary-list, diary-name-pattern)
13150 (mark-calendar-days-named):
13151 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
13152 (mark-calendar-days-named):
13153 * calendar/cal-x.el (make-fancy-diary-buffer):
13154 * calendar/holidays.el (calendar-absolute-from-julian):
13155 * calendar/todo-mode.el (calendar-current-date):
13156 * calendar/cal-menu.el (calendar-increment-month)
13157 (calendar-month-name, extract-calendar-year)
13158 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
13159 (calendar-current-date, calendar-cursor-holidays)
13160 (calendar-date-string, insert-diary-entry, calendar-set-mark)
13161 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13162 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13163 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
13164 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
13165 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
13166 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
13167 (calendar-day-of-year-string, calendar-iso-date-string)
13168 (calendar-julian-date-string, calendar-astro-date-string)
13169 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
13170 (calendar-persian-date-string, calendar-bahai-date-string)
13171 (calendar-islamic-date-string, calendar-chinese-date-string)
13172 (calendar-coptic-date-string, calendar-ethiopic-date-string)
13173 (calendar-french-date-string, calendar-mayan-date-string)
13174 (calendar-print-chinese-date, calendar-goto-date):
13175 Declare as functions.
13176
13177 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
13178 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
13179
13180 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
13181 aliases for report-emacs-bug.
13182 (gnus-summary-select-article, gnus-configure-windows): Declare as
13183 functions.
13184
13185 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
13186 compiler.
13187
13188 * pgg.el (pgg-clear-string): Declare as a function.
13189 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
13190 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
13191
13192 * emacs-lisp/check-declare.el (check-declare-locate):
13193 Handle compressed files.
13194 (check-declare-verify): Handle define-generic-mode,
13195 define-global(ized)-minor-mode, define-obsolete-function-alias.
13196
13197 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
13198
13199 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
13200 algebraic modes.
13201
13202 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
13203 (math-is-true, calc-explain-why, calc-alg-edit)
13204 (math-composite-inequalities, math-flatten-lands)
13205 (math-multi-subst, calcFunc-vmatches, math-simplify)
13206 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
13207 (math-read-string, math-read-brackets, math-read-angle-brackets):
13208 Declare as functions.
13209
13210 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
13211 (calc-fit-bell-shaped-logistic-curve)
13212 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
13213 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
13214 (math-max-list): Declare as functions.
13215 (math-map-binop): New function.
13216 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
13217
13218 * calc/calc.el (calc-set-language, calc-edit-finish)
13219 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
13220 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
13221 (math-lessp, calc-embedded-finish-command)
13222 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
13223 (calc-push-list-in-macro, calc-replace-selections)
13224 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
13225 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
13226 (calc-embedded-stack-change, calc-refresh-evaltos)
13227 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
13228 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
13229 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
13230 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
13231 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
13232 (math-dimension-error, calc-incomplete-error, math-float-fancy)
13233 (math-neg-fancy, math-zerop, calc-add-fractions)
13234 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
13235 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
13236 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
13237 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
13238 (math-compose-expr, math-comp-width, math-composition-to-string)
13239 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
13240 (math-adjust-fraction, math-format-binary, math-format-radix)
13241 (math-group-float, math-mod, math-format-number-fancy)
13242 (math-format-bignum-fancy, math-read-number-fancy)
13243 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
13244 (calc-do-embedded-activate, math-do-defmath)
13245 (calc-load-everything): Declare as functions.
13246
13247 * calc/calc-ext.el (math-clip, math-round, math-simplify)
13248 (math-simplify-extended, math-simplify-units, calc-set-language)
13249 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
13250 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
13251 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
13252 (math-normalize-hms, math-normalize-mod, math-make-sdev)
13253 (math-make-intv, math-normalize-logical-op, math-possible-signs)
13254 (math-infinite-dir, math-calcFunc-to-var)
13255 (calc-embedded-evaluate-expr, math-known-nonzerop)
13256 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
13257 (math-format-date, math-vector-is-string, math-vector-to-string)
13258 (math-format-radix-float, math-compose-expr, math-abs)
13259 (math-format-bignum-binary, math-format-bignum-octal)
13260 (math-format-bignum-hex, math-format-bignum-radix)
13261 (math-compute-max-digits): Declare as functions.
13262 (math-provably-realp): Fix typo.
13263
13264 * calc/calc-forms.el (calendar-current-time-zone)
13265 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
13266 functions.
13267
13268 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
13269
13270 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
13271 Declare as functions.
13272
13273 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
13274 (math-posp, math-compare, math-bignum, math-compare-bignum):
13275 Declare as functions.
13276
13277 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
13278 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
13279 (calc-explain-why, calc-clear-command-flag)
13280 (calc-roll-down-with-selections, calc-roll-up-with-selections)
13281 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
13282 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
13283 (math-trunc-special, math-trunc-fancy, math-floor-special)
13284 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
13285 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
13286 (math-pow-zero, math-pow-fancy): Declare as functions.
13287
13288 * calc/calc-mode.el (calc-embedded-save-original-modes):
13289 Declare as a function.
13290
13291 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
13292 Declare as functions.
13293 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
13294 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
13295 Replace `mapcar*' by `math-map-binop'.
13296 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
13297
13298 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
13299 (math-read-expr-level): Declare as functions.
13300
13301 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
13302
13303 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13304
13305 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
13306 end-of-defun-function is called consistently, even for negative
13307 arguments.
13308 (end-of-defun-function): Default to forward-sexp.
13309
13310 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
13311
13312 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13313
13314 2007-11-26 Glenn Morris <rgm@gnu.org>
13315
13316 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
13317 than :suffix.
13318
13319 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13320
13321 2007-11-26 Simon Josefsson <simon@josefsson.org>
13322
13323 * net/imap.el: Move from ../gnus.
13324
13325 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13326
13327 * doc-view.el (doc-view-mode-p): New function.
13328
13329 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
13330
13331 * mail/mspools.el (rmail-get-new-mail):
13332 * mail/reporter.el (mail-position-on-field, mail-text):
13333 * mail/rmail.el (mail-position-on-field, mail-text-start)
13334 (rmail-update-summary):
13335 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
13336 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
13337 * mail/rmailout.el (rmail-update-summary):
13338 * mail/rmailsort.el (rmail-update-summary):
13339 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
13340 (dired-view-file):
13341 * mail/uce.el (mail-strip-quoted-names):
13342 * mail/undigest.el (rmail-update-summary):
13343 * mail/unrmail.el (mail-strip-quoted-names):
13344 * ediff.el (diff-latest-backup-file): Declare as functions.
13345
13346 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
13347 (kill-to-end-of-line):
13348 * obsolete/rnews.el (news-set-minor-modes):
13349 Remove non working functions.
13350
13351 2007-11-25 Glenn Morris <rgm@gnu.org>
13352
13353 * eshell/esh-maint.el (top-level): Use require with NOERROR for
13354 pcomplete. Don't mess with load-path.
13355
13356 * eshell/eshell.el (eshell-report-bug-address): Remove.
13357 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
13358
13359 2007-11-24 Glenn Morris <rgm@gnu.org>
13360
13361 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
13362 (appt-disp-window): Don't require electric.
13363 Simplify minibuffer-avoidance code.
13364 (appt-select-lowest-window): Avoid minibuffer.
13365
13366 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
13367 (esh-mode): Require it.
13368 (esh-util): Use require rather than featurep and load.
13369 (eshell): No need to test if eshell-mode is bound; remove obsolete
13370 reference to eshell-auto.
13371 (eshell-command, eshell-command-result): Don't require esh-mode
13372 now that the file does.
13373 (top-level): Move provide statement to the end of the file.
13374 Re-order and update commentary.
13375
13376 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
13377
13378 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
13379 (vc-annotate-toggle-annotation-visibility): New command.
13380 (vc-annotate-mode-map): Bind "V" to it.
13381 (vc-annotate-mode-menu): Add entry for it.
13382 (vc-annotate-get-time-set-line-props): New func.
13383 (vc-annotate-display-autoscale)
13384 (vc-annotate-display-difference): Use it.
13385
13386 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
13387 Also, match one space at end of annotation text, after last paren.
13388
13389 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
13390
13391 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
13392 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
13393 `tramp-completion-mode'.
13394
13395 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
13396
13397 * vc-git.el (vc-git-show-log-entry): New func.
13398
13399 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
13400 (vc-git-state): Use vc-git--call.
13401 (vc-git-registered, vc-git-working-revision)
13402 (vc-git-previous-revision, vc-git-next-revision)
13403 (vc-git--run-command-string, vc-git-symbolic-commit):
13404 Use vc-git--out-ok.
13405
13406 2007-11-24 Glenn Morris <rgm@gnu.org>
13407
13408 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13409
13410 2007-11-24 Kenichi Handa <handa@m17n.org>
13411
13412 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
13413
13414 2007-11-23 David Kastrup <dak@gnu.org>
13415
13416 * server.el (server-process-filter): Use `command-line-args-left'.
13417
13418 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
13421
13422 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
13423
13424 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
13425 buffer if the parent buffer is in vc-dired-mode.
13426
13427 2007-11-23 Mark A. Hershberger <mah@everybody.org>
13428
13429 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
13430
13431 2007-11-23 Juri Linkov <juri@jurta.org>
13432
13433 * dired.el (dired-read-dir-and-switches): For C-x d, set the
13434 value for M-n to the visited file name of the current buffer.
13435 Use minibuffer-with-setup-hook to set minibuffer-default to
13436 buffer-file-name inside read-file-name.
13437
13438 * man.el (Man-getpage-in-background): Don't disregard user option
13439 `Man-width' on non-window systems. Remove test for `window-system'
13440 around setting envvar "COLUMNS" depending on the value of `Man-width'.
13441
13442 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
13443 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
13444 of "--color=always".
13445
13446 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13447
13448 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
13449 beginning-of-defun-function.
13450
13451 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13452
13453 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
13454
13455 2007-11-22 Glenn Morris <rgm@gnu.org>
13456
13457 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
13458
13459 * emacs-lisp/check-declare.el (check-declare-locate): New function.
13460 (check-declare-scan): Use check-declare-locate.
13461 (check-declare-verify): No longer adjust fnfile, now
13462 check-declare-locate does it.
13463
13464 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13465
13466 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * subr.el (posn-col-row): Make the `default-value' use explicit.
13469
13470 * window.el (balance-windows): Remove unused var `counter'.
13471 (bw-balance-sub): Remove unused var `lastchild'.
13472 (split-window-vertically): Remove unused var `switch'.
13473 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
13474
13475 * emacs-lisp/bytecomp.el
13476 (byte-compile-file-form-custom-declare-variable): Simplify.
13477
13478 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13479
13480 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
13481 Set `show-trailing-whitespace' to nil.
13482
13483 * dired.el (make-symbolic-link):
13484 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
13485 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
13486 * dired-x.el (make-symbolic-link):
13487 * frame.el (x-initialize-window-system):
13488 * menu-bar.el (x-menu-bar-open):
13489 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
13490 (x-store-cut-buffer-internal):
13491 * wdired.el (make-symbolic-link):
13492 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
13493 (x-send-client-message):
13494 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
13495
13496 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
13497
13498 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
13499
13500 2007-11-22 Glenn Morris <rgm@gnu.org>
13501
13502 * dos-fns.el (int86):
13503 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
13504
13505 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
13506
13507 * calendar/holidays.el (holiday-list): Add autoload cookie.
13508
13509 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
13510 files relative to src/ directory.
13511 (check-declare-verify): Handle .c files. Warn if could not find
13512 an arglist to check.
13513
13514 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13515
13516 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
13517
13518 * replace.el (occur-mode-map): Add a major mode menu with entries
13519 for all occur operations.
13520
13521 * international/titdic-cnv.el (dos-8+3-filename):
13522 * obsolete/fast-lock.el (msdos-long-file-names):
13523 * frame.el (msdos-mouse-p):
13524 * files.el (msdos-long-file-names, w32-long-file-name):
13525 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13526 (mac-resume-apple-event, mac-font-panel-mode)
13527 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13528 (mac-clear-font-name-table):
13529 * term/pc-win.el (msdos-remember-default-colors)
13530 (w16-set-clipboard-data, w16-get-clipboard-data):
13531 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13532 (set-message-beep):
13533 * net/browse-url.el (w32-shell-execute):
13534 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13535 (w32-get-locale-info, w32-get-valid-locale-ids)
13536 (w32-set-clipboard-data):
13537 * dos-fns.el (int86, msdos-long-file-names):
13538 * dos-w32.el (default-printer-name): Declare as functions.
13539
13540 2007-11-21 Jason Rumney <jasonr@gnu.org>
13541
13542 * emacs-lisp/byte-run.el (declare-function): Return nil.
13543
13544 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13545
13546 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
13547
13548 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13549
13550 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
13551
13552 2007-11-21 Glenn Morris <rgm@gnu.org>
13553
13554 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
13555 for now. Handle define-minor-mode, and defalias (with no argument
13556 checking).
13557
13558 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
13559
13560 * frame.el (msdos-mouse-p):
13561 * files.el (msdos-long-file-names, w32-long-file-name):
13562 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13563 (mac-resume-apple-event, mac-font-panel-mode)
13564 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13565 (mac-clear-font-name-table):
13566 * term/pc-win.el (msdos-remember-default-colors)
13567 (w16-set-clipboard-data, w16-get-clipboard-data):
13568 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13569 (set-message-beep):
13570 * net/browse-url.el (w32-shell-execute):
13571 * dos-fns.el (int86, msdos-long-file-names):
13572 * dos-w32.el (default-printer-name): Undo previous change.
13573
13574 2007-11-21 Eli Zaretskii <eliz@gnu.org>
13575
13576 * international/mule-cmds.el (set-locale-environment):
13577 Set default-file-name-coding-system _after_ keyboard and terminal
13578 coding systems. This fixes last change.
13579
13580 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
13581 one space after "Subject:".
13582
13583 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13584
13585 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
13586 in order to determine if there's a conflict.
13587
13588 2007-11-21 Richard Stallman <rms@gnu.org>
13589
13590 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
13591
13592 * reposition.el (reposition-window):
13593 Binding C-M-l moved to bindings.el.
13594
13595 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
13596
13597 * add-log.el (add-change-log-entry-other-window):
13598 Key binding C-x 4 a moved to bindings.el.
13599
13600 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
13601 from filecache.el.
13602
13603 * filecache.el: Minibuffer map bindings moved to bindings.el.
13604
13605 2007-11-21 Jason Rumney <jasonr@gnu.org>
13606
13607 * international/mule-cmds.el (set-locale-environment):
13608 Set default-file-name-coding-system from system defaults on Windows.
13609
13610 2007-11-21 Jason Rumney <jasonr@gnu.org>
13611
13612 * term/w32console.el: New term init file for w32 console.
13613
13614 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
13615 (x-setup-function-keys): Likewise, replacing top-level key definitions.
13616 (w32-tty-standard-colors): Move to term/w32console.el.
13617
13618 * term/w32-win.el (x-setup-function-keys): Remove.
13619
13620 * term/tty-colors.el (tty-register-default-colors): Remove special
13621 case for w32.
13622
13623 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
13624
13625 * frame.el (msdos-mouse-p):
13626 * generic-x.el (w32-shell-name):
13627 * files.el (msdos-long-file-names, w32-long-file-name)
13628 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
13629 (dos-8+3-filename, vms-read-directory, view-mode-disable):
13630 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13631 (mac-resume-apple-event, mac-font-panel-mode)
13632 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13633 (mac-clear-font-name-table):
13634 * term/pc-win.el (msdos-remember-default-colors)
13635 (w16-set-clipboard-data, w16-get-clipboard-data):
13636 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13637 (set-message-beep):
13638 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13639 (w32-get-locale-info, w32-get-valid-locale-ids)
13640 (w32-set-clipboard-data):
13641 * help-fns.el (ad-get-advice-info):
13642 * font-lock.el (fast-lock-after-fontify-buffer)
13643 (fast-lock-after-unfontify-buffer, fast-lock-mode)
13644 (lazy-lock-after-fontify-buffer)
13645 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
13646 * net/browse-url.el (w32-shell-execute):
13647 * dos-fns.el (int86, msdos-long-file-names):
13648 * dos-w32.el (default-printer-name): Declare as functions.
13649
13650 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13651
13652 * textmodes/paragraphs.el (forward-sentence): Doc fix.
13653 Reported by Drew Adams <drew.adams@oracle.com>.
13654
13655 2007-11-20 Jason Rumney <jasonr@gnu.org>
13656
13657 * term/w32-win.el (x-setup-function-keys): Protect against
13658 multiple calls on the same terminal.
13659
13660 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13661
13662 * term/mac-win.el (x-setup-function-keys): Only setup
13663 local-function-key-map if it has not been setup already for the
13664 current frame. Move the suspend-emacs processing here.
13665
13666 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
13667
13668 * progmodes/grep.el (xargs-program): New variable.
13669 (grep-compute-defaults): Use it.
13670 (grep-default-command): Doc fix.
13671 (grep, lgrep, rgrep): Reflow docstrings.
13672
13673 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13674
13675 * vc.el (vc-find-revision): Set the parent buffer.
13676 Use when instead of if.
13677
13678 * progmodes/python.el (info-lookup-maybe-add-help):
13679 * progmodes/ps-mode.el (doc-view-minor-mode):
13680 * mail/emacsbug.el (Info-menu, Info-goto-node):
13681 * emulation/viper-keym.el (viper-ex)
13682 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
13683 * emulation/viper-cmd.el (widget-type, widget-button-press)
13684 (viper-set-hooks):
13685 * emacs-lisp/tcover-unsafep.el (unsafep-function):
13686 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
13687 (ses-load, ses-vector-delete, ses-create-header-string)
13688 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
13689 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
13690
13691 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13692
13693 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
13694
13695 2007-11-20 Glenn Morris <rgm@gnu.org>
13696
13697 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13698 for end of function-name. Handle define-derived-mode.
13699
13700 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13701
13702 * progmodes/idlw-help.el: Require browse-url unconditionally, it
13703 is available by default.
13704 (idlwave-help-browse-url-available): Change default to t.
13705
13706 * emulation/edt.el (defgroup, defcustom): Remove definition.
13707 (eval-when-compile): Remove.
13708 (c-mark-function):
13709 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
13710 * textmodes/fill.el (comment-search-forward)
13711 (comment-string-strip):
13712 * progmodes/prolog.el (comint-mode, comint-send-string)
13713 (comint-send-region, comint-send-eof):
13714 * progmodes/dcl-mode.el (imenu-default-create-index-function):
13715 * emulation/viper-util.el (viper-forward-Word):
13716 * emulation/vi.el (c-mark-function):
13717 * emulation/edt-vt100.el (vt100-wide-mode):
13718 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
13719
13720 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
13721
13722 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13723 Still some tuning in case of an echoing shell.
13724 (tramp-send-command): Connection property "remote-echo" is not
13725 persistent; cache key is the process therefore.
13726
13727 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
13728
13729 * replace.el (map-query-replace-regexp): Doc fix (revert part of
13730 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
13731
13732 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
13733
13734 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
13735 * play/yow.el (doctor-ret-or-read):
13736 * vc-hooks.el (vc-dired-resynch-file):
13737 * vc-hg.el (log-view-get-marked):
13738 * smerge-mode.el (ediff-cleanup-mess):
13739 * pcvs.el (vc-editable-p, vc-checkout):
13740 * pcomplete.el (comint-bol):
13741 * informat.el (texinfo-format-refill):
13742 * ido.el (tramp-tramp-file-p):
13743 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
13744 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
13745 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
13746 functions.
13747
13748 * textmodes/ispell.el (ispell-int-char): Make it a defalias
13749 instead of fset.
13750 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
13751
13752 * ido.el (ido-file-internal): Move with-no-warnings to include the
13753 ffap-string-at-point call.
13754
13755 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
13756
13757 * vc-hg.el (vc-hg-revision-table): Fix last change.
13758
13759 2007-11-19 Martin Rudalics <rudalics@gmx.at>
13760
13761 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
13762 clipboard-yank when the buffer is read-only.
13763
13764 * cus-edit.el (custom-field-keymap): Move to other Custom mode
13765 keymaps such that it's before the definition of Custom-mode-menu.
13766 (Custom-mode-menu): Show it for custom-field-keymap too.
13767
13768 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
13769
13770 * progmodes/gdb-ui.el: Update commentary.
13771
13772 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
13773
13774 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
13775
13776 2007-11-19 Glenn Morris <rgm@gnu.org>
13777
13778 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
13779 does not exist, try adding `.el' extension. Also search for defsubsts.
13780
13781 * cus-edit.el (recentf-expand-file-name):
13782 * dired.el (dired-relist-entry):
13783 * subr.el (w32-shell-dos-semantics):
13784 * emacs-lisp/bytecomp.el (compilation-forget-errors):
13785 Declare as functions.
13786
13787 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
13790 (prepare-abbrev-list-buffer): Use dolist.
13791 (clear-abbrev-table): Preserve properties.
13792
13793 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
13794
13795 * textmodes/texinfmt.el (texinfo-format-printindex):
13796 Collect combined indexes using texinfo-short-index-format-cmds-alist.
13797 Reported on <bug-texinfo@gnu.org>.
13798
13799 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
13800
13801 * net/tramp.el (tramp-completion-reread-directory-timeout):
13802 New defcustom.
13803 (tramp-handle-file-name-all-completions): Flush directory contents
13804 from cache regularly.
13805 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
13806 (tramp-open-connection-setup-interactive-shell):
13807 Call `tramp-cleanup-connection' via funcall.
13808
13809 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
13810 created when copying.
13811
13812 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
13813
13814 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
13815 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
13816 * eshell/esh-ext.el (eshell-external-command):
13817 * eshell/esh-cmd.el (require):
13818 * eshell/em-unix.el (eshell-plain-locate-behavior):
13819 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13820 Replace eshell-under-xemacs-p with (featurep 'xemacs).
13821 * eshell/esh-mode.el (characterp, char-int): Remove unused
13822 conditional defaliases.
13823
13824 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
13825 Rename from event-matches-key-specifier-p, define unconditionally.
13826 (event-basic-type): Remove unused defalias.
13827 (pcomplete-show-completions):
13828 Use pcomplete-event-matches-key-specifier-p.
13829
13830 2007-11-17 Eli Zaretskii <eliz@gnu.org>
13831
13832 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
13833 when saving esh-groups.el.
13834
13835 2007-11-17 Martin Rudalics <rudalics@gmx.at>
13836
13837 * wid-edit.el (widget-default-complete):
13838 * progmodes/flymake.el (flymake-goto-file-and-line):
13839 Fix typo in (doc-)string.
13840
13841 2007-11-17 Glenn Morris <rgm@gnu.org>
13842
13843 * emacs-lisp/byte-run.el (declare-function): New macro.
13844 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13845 New function, byte-hunk-handler for declare-function.
13846 (byte-compile-callargs-warn): Handle declared functions.
13847
13848 * emacs-lisp/check-declare.el: New file.
13849 * Makefile.in (check-declare): New target.
13850
13851 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
13852
13853 * subr.el (process-lines): Move here from ../admin/admin.el.
13854 * emacs-lisp/authors.el (authors-process-lines): Remove.
13855 (authors): Use process-lines rather than authors-process-lines.
13856
13857 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
13858 Remove these files.
13859
13860 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
13861
13862 * emacs-lisp/backquote.el (backquote):
13863 Improve argument/docstring consistency.
13864
13865 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
13866 (ring-length, ring-empty-p): Use c[ad]dr.
13867 (ring-plus1): Use `1+'.
13868 (ring-minus1): Use `zerop'.
13869 (ring-remove): Use c[ad]dr. Use `when'.
13870 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
13871 (ring-ref): Use `let', not `let*'.
13872 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
13873 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
13874 (ring-member): Simplify. Doc fix.
13875 (ring-convert-sequence-to-ring): Simplify.
13876
13877 2007-11-17 Juri Linkov <juri@jurta.org>
13878
13879 * dired-aux.el (dired-create-directory): Allow creating
13880 a directory of an arbitrary depth. Add a loop to find the topmost
13881 nonexistent parent dir `new', and call `dired-add-file' on it.
13882 Set the `PARENTS' arg of `make-directory' to t.
13883
13884 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13885
13886 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
13887 (math-build-parse-table): Get parse information from math-parse-table.
13888
13889 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13890
13891 * window.el (recenter-last-op): New var.
13892 (recenter-top-bottom): New command.
13893 (global-map): Bind it to C-l.
13894
13895 * abbrev.el (abbrev--write): Fix error in transcription from C.
13896
13897 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
13898 (pc-select-ensure-mark): Set mark-active to a special value instead.
13899 Rename from ensure-mark. Update call callers.
13900 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
13901 Rewrite. Update all callers.
13902 (pc-selection-mode): Remove redundant var declaration.
13903
13904 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
13905
13906 * doc-view.el (doc-view-search-backward, doc-view-search):
13907 Fix assignment to free variable bug.
13908
13909 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
13910
13911 * emulation/pc-select.el (pc-select-shifted-mark): New var.
13912 (ensure-mark): Set it.
13913 (maybe-deactivate-mark): New fun.
13914 Use it everywhere instead of (setq mark-active nil).
13915
13916 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13917
13918 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
13919 Add check for XEmacs.
13920
13921 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
13922
13923 * doc-view.el (doc-view-resolution): Add missing :group.
13924
13925 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
13926
13927 * subr.el (make-variable-frame-local):
13928 Fix typo in obsolescence declaration.
13929
13930 2007-11-16 Werner Lemberg <wl@gnu.org>
13931
13932 * files.el (set-auto-mode-1): Check second line for -*- if file
13933 starts with '\" (which is used by man pages to identify needed
13934 troff preprocessors).
13935
13936 2007-11-16 Glenn Morris <rgm@gnu.org>
13937
13938 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
13939
13940 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13941
13942 * calc/calc-lang.el (math-oper-table): Fix typo.
13943 Reduce precedence of "/" for TeX.
13944
13945 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
13946
13947 2007-11-16 Juri Linkov <juri@jurta.org>
13948
13949 * dired-aux.el (dired-read-shell-command-default): New function.
13950 (dired-read-shell-command): Use its return value for DEFAULT arg.
13951
13952 * replace.el (keep-lines-read-args, occur-read-primary-args):
13953 Use a list of default values for DEFAULT arg of read-from-minibuffer.
13954
13955 * man.el (Man-heading-regexp): Add 0-9.
13956 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
13957
13958 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13959
13960 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
13961 (doc-view-resolution): New custom var.
13962 (doc-view-pdf/ps->png): Use it.
13963 (doc-view-shrink-factor): New var.
13964 (doc-view-enlarge, doc-view-shrink): New commands.
13965 (doc-view-mode-map): Use them.
13966
13967 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13968
13969 * ediff-wind.el (ediff-window-setup-function):
13970 * simple.el (normal-erase-is-backspace):
13971 * eshell/em-unix.el (eshell/info):
13972 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13973 Fix typos in docstrings.
13974
13975 * emulation/cua-base.el (cua--keymaps-initialized):
13976 Rename from `cua--keymaps-initalized'. Callers changed.
13977 (cua-highlight-region-shift-only): Doc fix.
13978 (cua-paste-pop): Fix typo in docstring.
13979
13980 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * emulation/cua-base.el (cua--pre-command-handler-1):
13983 Use input-decode-map instead of function-key-map.
13984 Use event-modifiers now that it works reliably.
13985
13986 * vc.el (vc-diff-internal): Pop-to-buffer later.
13987
13988 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13989
13990 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
13991 did not touch them.
13992
13993 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
13994
13995 * calc/calc-menu.el: New file.
13996 * calc/calc.el (calc-mode): Require calc-menu.
13997
13998 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
13999
14000 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
14001
14002 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
14003
14004 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
14005 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
14006 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
14007 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
14008 locations.
14009 (gdb-info-breakpoints-custom, gdb-assembler-custom)
14010 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
14011 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
14012
14013 2007-11-13 Noah Friedman <friedman@splode.com>
14014
14015 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
14016 bindings to remap when `calc-scan-for-dels' is non-nil.
14017
14018 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14019
14020 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
14021 constant forms.
14022 (byte-compile-nilconstp): New function.
14023 (byte-optimize-cond): Kill subsequent branches when a branch is
14024 know to be taken or not taken.
14025 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
14026
14027 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14028
14029 * vc.el (vc-register): Allow registering a file passed as a
14030 parameter instead of just the current buffer.
14031
14032 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
14033
14034 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14035 Check whether the output of "uname -sr" has been changed.
14036
14037 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14038
14039 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
14040 patterns from compilation-perl.el and compilation-weblint.el files.
14041
14042 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14043
14044 * progmodes/compilation-perl.el:
14045 * progmodes/compilation-weblint.el: Disable autoloads, they cause
14046 a bootstrap failure.
14047
14048 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
14049 instead of doing "cvs diff" in order to avoid accessing the repository.
14050
14051 2007-11-12 Kevin Ryde <user42@zip.com.au>
14052
14053 * progmodes/compilation-perl.el:
14054 * progmodes/compilation-weblint.el: New files.
14055
14056 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
14057
14058 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
14059 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
14060 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
14061 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
14062 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
14063 Rewrite in active voice.
14064
14065 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
14066
14067 * doc-view.el: Add comments about isearch support.
14068
14069 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14070
14071 * vc.el (vc-start-entry): Fix setting the in the case the function
14072 is called from vc-dired. Use when instead of if where appropriate.
14073
14074 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14075
14076 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
14077 to be a list.
14078 (ps-begin-job): Error if ps-lpr-switches is not a list.
14079
14080 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14081
14082 * faces.el (face-normalize-spec): Remove function.
14083 (frame-set-background-mode): Undo last change.
14084
14085 2007-11-10 Jason Rumney <jasonr@gnu.org>
14086
14087 * w32-fns.el: Sync charset names with setup-default-fontset.
14088 Append "-1" where second part missing.
14089
14090 2007-11-10 Juri Linkov <juri@jurta.org>
14091
14092 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
14093 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
14094
14095 * custom.el (custom-note-var-changed): Remove the `interactive'
14096 spec from this new non-interactive function.
14097
14098 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
14099
14100 * doc-view.el (doc-view-mode-map, doc-view-menu)
14101 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
14102 (doc-view-search-backward): New function.
14103 (doc-view-search): Query new regexp if prefix arg is given, else
14104 jump to next/previous match.
14105 (doc-view-mode): Handle compressed files.
14106 (jka-compr): Required for compressed files.
14107
14108 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
14109
14110 * replace.el (query-replace-show-replacement): New defcustom.
14111 (perform-replace): Use `match-substitute-replacement' if
14112 `query-replace-show-replacement' is non-nil.
14113
14114 2007-11-10 David Kastrup <dak@gnu.org>
14115
14116 * subr.el (match-substitute-replacement): New function.
14117
14118 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
14119
14120 * files.el (auto-mode-alist): Select org-mode for files with the
14121 extension ".org".
14122
14123 2007-11-10 Martin Rudalics <rudalics@gmx.at>
14124
14125 * help.el (help-window, help-window-point-marker): New variables.
14126 (help-window-select): New option.
14127 (with-help-window): New macro for displaying help windows.
14128 (help-window-display-message, help-window-setup-finish)
14129 (help-window-setup): New functions used for setting up help windows.
14130 (print-help-return-message): Reset help-window to nil.
14131 (view-lossage): Use with-help-window instead of
14132 with-output-to-temp-buffer and move help-window-point-marker after
14133 inserted text.
14134 (describe-bindings, describe-key, describe-mode): Use
14135 with-help-window instead of with-output-to-temp-buffer.
14136
14137 * help-mode.el (help-mode): Set view-exit-action to bury the
14138 buffer instead of fiddling with windows. Simplify code.
14139 (help-mode-finish): When help-window eqs t set it to the selected
14140 window and have with-help-window set up view-return-to-alist.
14141 (help-buffer): Add autoload cookie.
14142
14143 * view.el (view-remove-frame-by-deleting): Change default value to t.
14144 Add autoload cookie.
14145 (view-exit-action, view-file, view-file-other-window)
14146 (view-file-other-frame, view-buffer, view-buffer-other-window)
14147 (view-buffer-other-frame): Rewrite doc strings.
14148 (view-return-to-alist-update): New function to remove stale entries
14149 from view-return-to-alist.
14150 (view-mode-enter): Rewrite doc string and simplify code.
14151 (view-mode-exit): Handle new case 'keep-frame. Don't reset
14152 view-exit-action to nil. Simplify code and rewrite doc string.
14153
14154 * apropos.el (apropos-describe-plist):
14155 * descr-text.el (describe-char):
14156 * disp-table.el (describe-display-table):
14157 * faces.el (list-faces-display, describe-face):
14158 * facemenu.el (list-colors-display):
14159 * help-fns.el (describe-function, describe-variable)
14160 (describe-syntax, describe-categories):
14161 Use with-help-window instead of with-output-to-temp-buffer.
14162
14163 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
14164
14165 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
14166 Optimize (featurep 'emacs) to t.
14167
14168 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
14169 New function.
14170 (byte-compile-maybe-guarded): Use it to also look for bound
14171 symbols inside `and' forms. Comment out non-working code that was
14172 trying to avoid warnings for XEmacs code.
14173
14174 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
14175
14176 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
14177 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
14178 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
14179 (vc-cvs-annotate-command):
14180 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
14181 is bound, it always is.
14182
14183 2007-11-10 Jason Rumney <jasonr@gnu.org>
14184
14185 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
14186 setup here from global scope.
14187
14188 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
14189
14190 * ido.el (ido-save-history): Save the history file in UTF-8, not
14191 the current filename coding system.
14192
14193 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14194
14195 * simple.el (interprogram-cut-function, interprogram-paste-function):
14196 Don't make them frame-local any more.
14197
14198 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
14199 Don't set interprogram-(cut|paste)-function on each frame.
14200
14201 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
14202 Make them work in tty frames.
14203 (interprogram-cut-function, interprogram-paste-function):
14204 Set them globally.
14205
14206 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14207
14208 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
14209 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
14210 (iso-iso2duden-trans-tab): Add docstring.
14211
14212 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 * abbrev.el (define-abbrev-table): Record the variable definition.
14215
14216 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
14217 New function.
14218
14219 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14220
14221 * ps-print.el: Clean the code for checking suitable Emacs version.
14222 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
14223 (ps-print-version): New version 6.8.1.
14224
14225 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14226
14227 * files.el (enable-local-variables): Doc fix.
14228
14229 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
14230
14231 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
14232
14233 2007-11-09 Sven Joachim <svenjoac@gmx.de>
14234
14235 * dired-aux.el (dired-copy-file-recursive):
14236 Preserve directory permissions.
14237
14238 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14239
14240 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
14241 (whitespace-unload-function): New-style unload function. When run,
14242 unintern `whitespace-unload-hook' and call `unload-feature' recursively
14243 to stop the old hook from messing with the unloading.
14244
14245 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14246
14247 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
14248 (elp-unset-master, elp-results): Fix typos.
14249 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
14250 Doc fixes.
14251
14252 * msb.el (msb--many-menus): Remove variable.
14253 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
14254 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
14255 (msb--toggle-menu-type): Fix typos in docstrings.
14256
14257 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
14258 (shadow-insert-var): Doc fixes.
14259 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
14260 Reflow docstrings.
14261 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
14262
14263 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14264
14265 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
14266 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
14267 Fix typos in autoload docstrings.
14268
14269 2007-11-09 Richard Stallman <rms@gnu.org>
14270
14271 * savehist.el (savehist-save): Obey savehist-ignored-variables.
14272
14273 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
14274
14275 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
14276 (gdb-var-update-handler-1): Use it.
14277
14278 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14279
14280 * loadhist.el (unload-feature): Remove erroneous check for the
14281 FEATURE-unload-function variable; check the existence of the
14282 function (that's what the docstring says, and it makes more sense).
14283
14284 * follow.el (follow-unload-function): Add docstring.
14285 (follow-unload-function): Remove variable.
14286
14287 * server.el (server-unload-function): Remove variable.
14288 (server-unload-function): Unbind `server-edit' from `C-x #'.
14289
14290 * ses.el (ses-unload-function): New function.
14291
14292 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14293
14294 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
14295 (unsafep-progn, unsafep-let): Fix typos in docstrings.
14296
14297 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
14298 before use to avoid a warning in packages that require uniquify.
14299 (uniquify-unload-function): New function and var.
14300
14301 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
14302
14303 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
14304 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
14305 (ediff-current-diff-A, ediff-current-diff-B)
14306 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
14307 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
14308 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
14309 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
14310 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
14311 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
14312 (ediff-setup-windows-plain-merge)
14313 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
14314 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
14315 * ediff-util.el (ediff-setup-keymap, )
14316 (ediff-toggle-wide-display, ediff-toggle-multiframe)
14317 (ediff-toggle-use-toolbar, ediff-really-quit)
14318 (ediff-good-frame-under-mouse)
14319 (ediff-highlight-diff-in-one-buffer)
14320 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
14321 (ediff-make-bullet-proof-overlay):
14322 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
14323 (ediff-set-meta-overlay):
14324 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
14325 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
14326 ediff-emacs-p with their former definitions.
14327
14328 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
14329 (viper-has-face-support-p, viper-inactivate-input-method)
14330 (viper-activate-input-method)
14331 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
14332 * emulation/viper-mous.el (viper-multiclick-timeout)
14333 (viper-surrounding-word, viper-mouse-click-insert-word)
14334 (viper-mouse-click-search-word, viper-parse-mouse-key):
14335 * emulation/viper-macs.el (viper-char-array-to-macro):
14336 * emulation/viper.el (viper-go-away, viper-set-hooks)
14337 (viper-non-hook-settings):
14338 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
14339 (viper-get-saved-cursor-color-in-insert-mode)
14340 (viper-get-saved-cursor-color-in-emacs-mode)
14341 (viper-check-version, viper-get-visible-buffer-window)
14342 (viper-file-checked-in-p, viper-set-replace-overlay)
14343 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
14344 (viper-check-minibuffer-overlay, viper-read-key-sequence)
14345 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
14346 with their former definitions.
14347 (viper-eventify-list-xemacs): Only do work for XEmacs.
14348 (viper-set-unread-command-events): Only do work for Emacs.
14349 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
14350 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
14351 (viper-overlay-get, viper-overlay-put, viper-read-event)
14352 (viper-characterp, viper-int-to-char, viper-get-face)
14353 (viper-color-defined-p, viper-iconify): New defaliases replacing
14354 the old fsets.
14355
14356 * progmodes/fortran.el (comment-region-function)
14357 (uncomment-region-function): Pacify byte compiler.
14358
14359 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
14360
14361 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
14362
14363 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
14364 `process-environment'.
14365
14366 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
14367
14368 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
14369 match dir like "a...b".
14370
14371 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
14374
14375 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
14376
14377 * net/tramp.el (tramp-handle-substitute-in-file-name):
14378 Don't expand the remote connection identification.
14379 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14380 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
14381 before calling stty.
14382
14383 * net/tramp-cache.el (tramp-cache-print)
14384 (tramp-dump-connection-properties): Fix docstring.
14385 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
14386
14387 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
14388
14389 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
14390 remote connection identification when setting connection property.
14391
14392 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
14393 "//" substitutes only in the local filename part.
14394
14395 2007-11-07 David Hansen <david.hansen@gmx.net>
14396
14397 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
14398
14399 2007-11-07 Glenn Morris <rgm@gnu.org>
14400
14401 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
14402 Remove superfluous concats. Move final set-buffer to
14403 non-emacs-specific code.
14404
14405 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
14406
14407 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
14408
14409 2007-11-07 Johan Bockgård <bojohan@gnu.org>
14410
14411 * eshell/esh-mode.el (eshell-output-filter):
14412 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
14413 Use `with-current-buffer'.
14414
14415 2007-11-07 Andreas Schwab <schwab@suse.de>
14416
14417 * server.el (server-start): Only register cleanup after server was
14418 started.
14419
14420 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
14421
14422 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
14423
14424 * net/tramp-cache.el (tramp-cache-print): Move down.
14425 (tramp-cache-list-connections): New defun.
14426
14427 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
14428
14429 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
14430
14431 * ido.el (ido-save-history): Write the history file in the current
14432 filename coding system, and add `coding' file-local variable.
14433
14434 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
14435
14436 * textmodes/org.el (org-table-formula-substitute-names):
14437 Remove forgotten temporary debugging code.
14438
14439 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
14440
14441 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
14442 the prompt.
14443
14444 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
14445
14446 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
14447
14448 2007-11-05 Simon Josefsson <simon@josefsson.org>
14449
14450 * net/tls.el (tls-end-of-info): Doc fix.
14451
14452 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
14453
14454 * international/utf-7.el (utf-7-imap): New coding system.
14455 (utf-7-imap-post-read-conversion): New function.
14456 (utf-7-imap-pre-write-conversion): New function.
14457
14458 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14459
14460 * abbrev.el (abbrev--write): Fix up typo.
14461
14462 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
14463
14464 * abbrev.el (define-abbrev-table): Doc fix.
14465
14466 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
14467
14468 * info.el (Info-revert-buffer-function): New func.
14469 (Info-mode): Arrange to use it for reverting.
14470 (Info-copy-current-node-name): Add space between filename and nodename.
14471
14472 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * abbrev.el (expand-abbrev): Move point back to expansion's end.
14475
14476 2007-11-04 Glenn Morris <rgm@gnu.org>
14477
14478 * net/tls.el: Don't require rx when compiling.
14479 (tls-end-of-info): Rewrite without using rx.
14480 (open-tls-stream): Use with-current-buffer.
14481
14482 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
14483
14484 * net/tls.el: Require rx when compiling.
14485 (tls-end-of-info): New variable.
14486 (open-tls-stream): Keep reading input until `tls-end-of-info' is
14487 matched.
14488
14489 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
14490
14491 * register.el (append-to-register, prepend-to-register):
14492 Don't signal error on empty register; use the text, instead.
14493
14494 2007-11-03 Michael Olson <mwolson@gnu.org>
14495
14496 * textmodes/remember.el (remember-buffer):
14497 Use define-obsolete-function-alias rather than defalias.
14498
14499 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
14500
14501 * simple.el (bad-packages-alist): Anchor semantic regexp.
14502
14503 2007-11-03 Glenn Morris <rgm@gnu.org>
14504
14505 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
14506 if defined, for blank lines. Doc fix.
14507
14508 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
14509 (fortran-mode): Set values for comment-region-function,
14510 uncomment-region-function and comment-insert-comment-function.
14511 (fortran-uncomment-region): New function.
14512
14513 * textmodes/nroff-mode.el (nroff-mode):
14514 Set comment-insert-comment-function rather than indent-line-function.
14515 (nroff-indent-line-function): Remove.
14516 (nroff-insert-comment-function): New function.
14517
14518 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
14519
14520 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
14521
14522 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
14523
14524 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
14525
14526 * emulation/viper-cmd.el (viper-prev-destructive-command)
14527 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
14528 copy-sequence.
14529
14530 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
14531 Got rid of ediff-copy-list.
14532
14533 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
14534 use face-name.
14535 (ediff-test-utility, ediff-diff-mandatory-option)
14536 (ediff-reset-diff-options): Remove to simplify the mandatory option
14537 handling on Windows.
14538 (ediff-set-diff-options): Add.
14539 (ediff-diff-options): Set "--binary" option as default in some cases.
14540
14541 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
14542 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
14543 ediff-vc-working-revision. Require vc-hooks.
14544
14545 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
14546
14547 * files.el (hack-local-variables): Fix membership tests to avoid
14548 treating all variables as safe if `enable-local-variables' is
14549 set to :safe (CVE-2007-5795).
14550
14551 2007-11-02 Glenn Morris <rgm@gnu.org>
14552
14553 * newcomment.el (comment-indent): Let comment-insert-comment-function,
14554 if defined, do all the work of inserting a new comment.
14555
14556 * progmodes/etags.el (tags-table-mode): Disable undo.
14557
14558 * simple.el (bad-packages-alist): Revert previous change.
14559
14560 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
14561
14562 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
14563
14564 * obsolete/lselect.el: Do not warn about unknown functions.
14565
14566 2007-11-02 Michael Olson <mwolson@gnu.org>
14567
14568 * textmodes/remember.el (remember-buffer): Make this an alias of
14569 remember-finalize, because Org uses it.
14570
14571 2007-11-01 Michael Olson <mwolson@gnu.org>
14572
14573 * textmodes/remember.el: Improve documentation in heading.
14574 (remember-before-remember-hook): Turn into a customizable option.
14575 (remember): Document INITIAL argument.
14576 (remember-region): Remove autoload cookie. Improve docstring to
14577 mention that it is called from the *Remember* buffer, and does not
14578 have any functional overlap with the `remember' function.
14579 (remember-finalize): Remove autoload cookie. Rename from
14580 remember-buffer to emphasize that this does not have any
14581 functional overlap with the `remember' function.
14582 (remember-destroy): Remove autoload cookie.
14583 (remember-mode-map): Define and initialize in one step.
14584 (remember-mode): Improve docstring.
14585 (remember-annotation-functions): Default to just '(buffer-file-name),
14586 and don't try to take the default value from Planner.
14587
14588 2007-11-01 Glenn Morris <rgm@gnu.org>
14589
14590 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
14591
14592 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
14593
14594 * emacs-lisp/authors.el (authors-scan-change-log)
14595 (authors-scan-el): Don't enable local eval; enable only safe local
14596 variables, without querying.
14597
14598 * mail/footnote.el (footnote-numeric-regexp)
14599 (footnote-english-upper-regexp, footnote-english-lower-regexp)
14600 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
14601 Match multi-character footnotes.
14602
14603 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
14604 (nroff-indent-line-function): New function.
14605 (nroff-count-text-lines): Use nroff-forward-text-line rather than
14606 obsolete alias.
14607
14608 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
14609
14610 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
14611 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
14612 (rcirc-print): Only update the line count when not marking the
14613 line as omittable.
14614 (rcirc-log-write): Specify coding system when writing logfile.
14615 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
14616
14617 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
14618
14619 * printing.el (printing): Fix :version, printing.el was included
14620 for in emacs-22.1.
14621 (pr-path-style, pr-path-alist, pr-txt-name)
14622 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
14623 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
14624 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
14625 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
14626 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
14627 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
14628 (pr-setting-database, pr-visible-entry-list)
14629 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
14630 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
14631
14632 * ediff-util.el (ediff-nuke-selective-display): Move definition to
14633 top level, make it dependent on the emacs flavor.
14634
14635 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
14636 Test for XEmacs not for itimer.
14637
14638 * term/sun-mouse.el:
14639 * obsolete/sun-fns.el:
14640 * obsolete/sun-curs.el: Remove files.
14641
14642 * term/sun.el (select-previous-complex-command): Remove obsolete code.
14643
14644 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
14645
14646 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
14647 was given to concat.
14648
14649 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14650
14651 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
14652 used normally for goto-line. Change `g' to revert the buffer.
14653 Add redundant `r' binding for buffer-revert.
14654
14655 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
14656 (mail-abbrevs-setup): Use abbrev-expand-functions.
14657 (build-mail-abbrevs): Use with-temp-buffer.
14658 (define-mail-abbrev): Simplify.
14659 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
14660 Change it for use on abbrev-expand-functions.
14661 (mail-abbrev-complete-alias): Use with-syntax-table.
14662
14663 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
14664
14665 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
14666 directly. Fix bug in deleting temp file.
14667
14668 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14669
14670 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
14671 Merge defvar and define-abbrev-table.
14672 (def-python-skeleton): Use :case-fixed and :enable-function.
14673 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14674 Remove.
14675 (python-mode): Don't modify pre-abbrev-expand-hook.
14676
14677 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14678
14679 * ediff-util.el (ediff-file-checked-out-p)
14680 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
14681
14682 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14683
14684 * abbrev.el (abbrev-symbol): Correct let->let*.
14685 (abbrev--before-point): Only use abbrev-start-location if before point.
14686
14687 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14688
14689 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
14690 (strokes-unload-hook): Remove function and variable.
14691 (strokes-unload-function): New-style unload function, adapted
14692 from `strokes-unload-hook'.
14693
14694 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
14695 (cl-unload-hook): Remove variable.
14696 (cl-unload-function): New-style unload function, adapted
14697 from `cl-cannot-unload'.
14698
14699 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14700 (elp-unload-function): New-style unload function, adapted
14701 from `elp-unload-hook'.
14702
14703 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
14704
14705 * emacs-lisp/find-func.el (find-library): Use library at
14706 point as default interactive argument.
14707
14708 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14709
14710 * shadowfile.el (shadow-join): Remove.
14711 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
14712 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
14713 (shadowfile-unload-hook): Remove function and variable.
14714 (shadowfile-unload-function): New-style unload function, adapted
14715 from `shadowfile-unload-hook'.
14716
14717 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14718
14719 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
14720 only if it is bound.
14721
14722 * textmodes/reftex.el: Move autoloads for before all uses.
14723 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
14724 (reftex-delete-overlay): Move to the top level with the condition
14725 in the body.
14726
14727 * progmodes/simula.el: Use when instead of if.
14728
14729 * iimage.el (iimage-locate-file): Define unconditionally.
14730
14731 * mail/mailabbrev.el (mail-abbrev-next-line):
14732 * emulation/vip.el (vip-enlarge-region, vip-line)
14733 (vip-next-line-at-bol, vip-previous-line)
14734 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
14735 Wrap with-no-warnings around uses of next-line and previous-line.
14736
14737 * ediff.el (run-ediff-from-cvs-buffer):
14738 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
14739 Remove function not used by pcl-cvs anymore.
14740 (noninteractive, generic-sc-get-latest-rev)
14741 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
14742 Delete support for long obsolete generic-sc.el.
14743
14744 2007-10-31 Glenn Morris <rgm@gnu.org>
14745
14746 * cvs-status.el: No longer require pcvs when compiling.
14747
14748 * doc-view.el (doc-view-conversion-refresh-interval)
14749 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14750 (doc-view-reset-slice): Doc fixes.
14751 (doc-view-menu): Remove deleted function doc-view-edit-doc.
14752
14753 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14754
14755 * help-at-pt.el (help-at-pt-unload-hook): Remove.
14756 Timers are automatically canceled by `unload-feature'.
14757
14758 * delsel.el (delsel-unload-hook): Remove function and variable.
14759 (delsel-unload-function): New-style unload function, adapted
14760 from `delsel-unload-hook'.
14761
14762 * msb.el (msb-unload-hook): Remove function and variable.
14763 (msb-unload-function): New-style unload function, adapted from
14764 `msb-unload-hook'.
14765
14766 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
14767
14768 * desktop.el (uniquify-managed): Pacify byte compiler.
14769 (desktop-buffer-info): If the buffer name is managed by uniquify,
14770 save the base name, not the uniquified one.
14771 (desktop-create-buffer): Allow `rename-buffer' to generate a new
14772 name in case of conflict.
14773
14774 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14775
14776 * doc-view.el: Use expand-file-name rather than concat.
14777 (doc-view-cache-directory): Add the UID so multiple users won't clash.
14778 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
14779 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
14780 (doc-view-toggle-display): Use an overlay over the whole buffer so as
14781 not to have to touch the buffer's content.
14782 (doc-view-initiate-display): New function, extracted from doc-view-mode.
14783 (doc-view-mode): Use it. Don't mark as a special mode.
14784 Put the page numbers in the modeline.
14785 Set up the overlay. Hide the cursor. Run the mode hook.
14786 Use after-revert-hook rather than revert-buffer-function.
14787 (doc-view-search-internal): Fix typo.
14788 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
14789 image-cache flush.
14790 (doc-view-reconvert-doc): Don't reset the whole mode.
14791 (doc-view-make-safe-dir): New function.
14792 (doc-view-current-cache-dir): Use it.
14793
14794 2007-10-30 Jason Rumney <jasonr@gnu.org>
14795
14796 * time.el (display-time-world-list): Test for zoneinfo support.
14797
14798 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
14799
14800 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
14801
14802 * net/tramp-cache.el (tramp-flush-file-function): Check also
14803 `default-directory' if `buffer-file-name' does not return a
14804 string. Added to `eshell-pre-command-hook'.
14805
14806 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14807
14808 * doc-view.el (doc-view-current-doc): Remove.
14809 Replace all uses by buffer-file-name.
14810 (doc-view-menu): New menu.
14811 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
14812 unused var `doc'.
14813 (doc-view-sort): Simplify.
14814 (doc-view-buffer-message): Don't change buffer-modified-p.
14815 (doc-view-mode): Change it here instead.
14816 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
14817 Don't modify the global value of revert-buffer-function.
14818
14819 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
14820 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
14821 (image-toggle-display): Take overlays into account and don't assume
14822 point-min==1.
14823
14824 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
14825
14826 * vc.el (vc-annotate): Fix omission bug:
14827 Specify value for vc-sentinel-movepoint.
14828
14829 2007-10-30 Michael Olson <mwolson@gnu.org>
14830
14831 * textmodes/remember.el (remember-mode-hook)
14832 (remember-handler-functions, remember-annotation-functions):
14833 Add additional items as options, including some Org functions.
14834
14835 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
14836
14837 * doc-view.el: Remove cl-dependency.
14838 (doc-view-buffer-message): Mention new binding K.
14839 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
14840 instead of variable.
14841 (doc-view-current-cache-dir): Better cache dir naming.
14842 (doc-view-current-display): Remove variable.
14843 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
14844 (doc-view-kill-proc): Set converter process to nil.
14845 (doc-view-minor-mode): New minor mode.
14846 (doc-view-minor-mode-map): New keymap.
14847 (doc-view-mode): Remove text/image switching code. Use plain defun.
14848 (doc-view-mode-map): New binding K kills converter process.
14849 Remove C-c C-e binding.
14850 (doc-view-mode-text-map): Remove keymap.
14851 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
14852 d-v-display-maybe.
14853 (doc-view-previous-major-mode): New variable.
14854 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
14855 (doc-view-remove-if): New function.
14856 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
14857 (doc-view-toggle-display): Toggle modes instead of display styles.
14858 (doc-view-reconvert-doc): Adapt to new way of doing things.
14859
14860 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
14861
14862 2007-10-30 Glenn Morris <rgm@gnu.org>
14863
14864 * dirtrack.el (dirtrack-mode): Doc fix.
14865
14866 * shell.el (shell-dirtrack-verbose, shell-mode)
14867 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
14868
14869 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
14870 (byte-compile-enable-warning): Doc fix.
14871
14872 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
14873 suppress byte-opt warning.
14874
14875 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14876
14877 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
14878 (edt-gnu-emacs19-p): Remove.
14879 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
14880 (edt-xserver, edt-page-backward, edt-beginning-of-line)
14881 (edt-end-of-line-forward, edt-end-of-line-backward)
14882 (edt-one-word-forward, edt-one-word-backward, edt-character)
14883 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
14884 (edt-find-forward, edt-find-backward, edt-find-next-forward)
14885 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
14886 (edt-define-key, edt-bottom-check, edt-sentence-forward)
14887 (edt-sentence-backward, edt-paragraph-forward)
14888 (edt-paragraph-backward, edt-restore-key, edt-window-top)
14889 (edt-window-bottom, edt-scroll-window-forward-line)
14890 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14891 (edt-line-to-top-of-window, edt-paragraph-backward)
14892 (edt-restore-key, edt-window-top, edt-window-bottom)
14893 (edt-scroll-window-forward-line)
14894 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14895 (edt-line-to-middle-of-window, edt-goto-percentage)
14896 (edt-display-the-time, edt-remember, edt-split-window)
14897 (edt-emulation-on, edt-emulation-off)
14898 (edt-default-emulation-setup, edt-user-emulation-setup)
14899 (edt-select-default-global-map, edt-select-user-global-map):
14900 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
14901 tests.
14902
14903 * textmodes/reftex-index.el (reftex-index-selection-or-word):
14904 Use feature test instead of boundp test so it can be resolved at
14905 compile time.
14906
14907 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
14908
14909 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14910
14911 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
14912 Update all users.
14913 (abbrev-get, abbrev-put): Simplify.
14914 (define-abbrev): Don't store the `force' value in the :system property.
14915 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
14916
14917 2007-10-30 Michael Olson <mwolson@gnu.org>
14918
14919 * desktop.el (desktop-minor-mode-table): Add line for ERC.
14920
14921 * textmodes/remember.el: New file that implements a mode for
14922 quickly jotting down things to remember.
14923
14924 * textmodes/remember-diary.el: A backend for remember.el that
14925 implements saving notes to a Diary file.
14926
14927 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14928
14929 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
14930 Relocate in file.
14931 (allout-doublecheck-at-and-shallower): Increase to include
14932 slightly greater depths, since yank interaction is now ok.
14933 Also, elaborate the docstring to explain the situation.
14934 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
14935 instead of concat, so we accommodate key sequences expressed as
14936 vectors as well as strings and lists.
14937 (allout-flag-region, allout-hide-by-annotation): Make the
14938 hidden-text overlays 'front-advance.
14939 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
14940 (allout-aberrant-container-p, allout-on-current-heading-p)
14941 (allout-e-o-prefix-p, allout-next-heading)
14942 (allout-previous-heading, allout-goto-prefix)
14943 (allout-end-of-prefix, allout-next-sibling-leap)
14944 (allout-next-visible-heading, allout-auto-fill)
14945 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
14946 (allout-yank-processing, allout-resolve-xref)
14947 (allout-current-topic-collapsed-p, allout-hide-region-body)
14948 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
14949 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
14950 (count-trailing-whitespace-region): Preserve match data, so allout
14951 outline navigation doesn't disrupt other Emacs operations.
14952 (allout-beginning-of-line): Retreat to the beginning of the hidden
14953 text, so fields are respected (for submodes that care).
14954 (allout-end-of-line): Preserve mark activation status when jumping.
14955 (allout-open-topic): Account for opening after a child that
14956 contains a hidden trailing newline. Preserve match data.
14957 Run allout-structure-added-hook
14958 (allout-encrypt-decrypted): Preserve match data.
14959 (allout-toggle-current-subtree-exposure): Add new interactive
14960 function for toggle subtree exposure - suggested by tassilo.
14961 (move-beginning-of-line, move-end-of-line): Don't use
14962 line-move-invisible-p, it's obsolete - substitute the code, instead.
14963
14964 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
14965
14966 * textmodes/flyspell.el (message-signature-separator):
14967 * longlines.el (message-indent-citation-function): Pacify byte
14968 compiler.
14969
14970 * emacs-lisp/cl-loaddefs.el:
14971 * ldefs-boot.el: Regenerate.
14972
14973 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14974 (.el.elc, compile, compile-always, compile-calc)
14975 ($(lisp)/progmodes/cc-mode.elc): Use it.
14976
14977 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
14978 Only do work for XEmacs.
14979 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
14980 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
14981 on XEmacs.
14982 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14983 (ps-x-color-name, ps-x-color-specifier-p)
14984 (ps-x-copy-coding-system, ps-x-device-class)
14985 (ps-x-extent-end-position, ps-x-extent-face)
14986 (ps-x-extent-priority, ps-x-extent-start-position)
14987 (ps-x-face-font-instance, ps-x-find-coding-system)
14988 (ps-x-font-instance-properties, ps-x-make-color-instance)
14989 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
14990 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
14991 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
14992 (ps-generate-postscript-with-faces): Delete defaliases.
14993 (ps-face-foreground-name, ps-face-background-name)
14994 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
14995 Move definitions to top level, make the body conditional on the Emacs
14996 flavor. Replace uses of deleted aliases and renamed functions.
14997 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
14998 of deleted aliases and renamed functions.
14999
15000 * calc/calc.el (calc-emacs-type-lucid): Remove.
15001 (calc-digit-map, calcDigit-start, calc-read-key)
15002 (calc-clear-unread-commands):
15003 * calc/calc-ext.el (calc-user-key-map): Replace uses of
15004 calc-emacs-type-lucid with (featurep 'xemacs)
15005
15006 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
15007 (featurep 'xemacs).
15008 (tpu-lucid-emacs19-p): Remove.
15009 (tpu-map-key): Make it a function instead of using fset. Inline
15010 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
15011 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15012
15013 * ielm.el: Use featurep 'xemacs.
15014
15015 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
15016 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
15017 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
15018 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
15019 cperl-xemacs-p with (featurep 'xemacs).
15020 (font-lock-cache-position): Pacify byte compiler.
15021
15022 2007-10-29 Drew Adams <drew.adams@oracle.com>
15023
15024 * faces.el (read-color): New function.
15025 (face-at-point, foreground-color-at-point)
15026 (background-color-at-point): New functions.
15027
15028 2007-10-28 Richard Stallman <rms@gnu.org>
15029
15030 * net/browse-url.el (browse-url-text-xterm): Rename from
15031 browse-url-lynx-xterm and made generic.
15032 (browse-url-text-emacs): Likewise.
15033 (browse-url-text-browser): New variable.
15034 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
15035 (browse-url-text-input-field, browse-url-text-input-attempts)
15036 (browse-url-kde-program): Likewise.
15037
15038 2007-10-29 Glenn Morris <rgm@gnu.org>
15039
15040 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15041 Use mapc rather than mapcar (reinstall change deleted without log
15042 entry 2007-10-22).
15043
15044 2007-10-29 Martin Rudalics <rudalics@gmx.at>
15045
15046 * wdired.el (wdired-next-line, wdired-previous-line):
15047 Use next-line and previous-line wrapped in with-no-warnings.
15048
15049 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
15050
15051 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
15052 (rcirc-recent-quit-alist): New function.
15053 (rcirc): Print a better message when there is only one connected server.
15054 (rcirc-complete-nick): Do not update the nick table here.
15055 (rcirc-mode-map): Add M-o.
15056 (rcirc-current-line): Add variable.
15057 (rcirc-mode): Setup variables for line based omit.
15058 (rcirc-edit-multiline): Strip text properties.
15059 (rcirc-omit-responses): Add NICK.
15060 (rcirc-omit-threshold): Add variable.
15061 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
15062 Add functions.
15063 (rcirc-print): Keep track of current line. Do not fill text if
15064 `rcirc-fill-flag' is null. Only omit text if the last activity
15065 from the sender is more than `rcirc-omit-threshold' lines ago.
15066 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
15067 numbers instead of time.
15068 (rcirc-channel-nicks): Sort by line numbers instead of time.
15069 (rcirc-omit-mode): Add `...' when omitting text and recenter.
15070 (rcirc-handler-JOIN): Restore the joiners linestamp.
15071 (rcirc-maybe-remember-nick-quit): Add function.
15072 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
15073
15074 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
15075
15076 * loadhist.el (unload-feature-special-hooks):
15077 Add `delete-frame-functions' and `suspend-tty-functions'.
15078
15079 * server.el (server-unload-function): Rename from `server-unload-hook'
15080 and adapt to new `unload-feature' functionality. Remove hook from
15081 `kill-buffer-hook' buffer-locally.
15082 (server-unload-hook): Remove.
15083 (server-unload-function): New var; replaces `server-unload-hook'.
15084
15085 2007-10-29 Glenn Morris <rgm@gnu.org>
15086
15087 * dirtrack.el (dirtrack-debug): Doc fix.
15088 (dirtrack-mode, dirtrack-debug-mode): New names for
15089 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
15090 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
15091 Make obsolete.
15092 (dirtrack-debug-message): Only print message if
15093 dirtrack-debug-mode is non-nil. Use with-current-buffer.
15094 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
15095 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
15096
15097 2007-10-28 Glenn Morris <rgm@gnu.org>
15098
15099 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
15100 (byte-compile-warnings-safe-p): Handle `not'.
15101 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
15102 (byte-compile-enable-warning): New functions.
15103 (byte-compile-eval-before-compile)
15104 (byte-compile-file-form-require): Use byte-compile-disable-warning.
15105 (byte-compile-close-variables): Locally bind byte-compile-warnings,
15106 but do not modify it.
15107 (byte-compile-eval, byte-compile-obsolete)
15108 (byte-compile-warn-about-unresolved-functions)
15109 (byte-compile-file-form-defvar)
15110 (byte-compile-file-form-custom-declare-variable)
15111 (byte-compile-file-form-require)
15112 (byte-compile-file-form-defmumble, byte-compile-lambda)
15113 (byte-compile-form, byte-compile-normal-call)
15114 (byte-compile-variable-ref, byte-compile-defvar)
15115 (byte-compile-make-variable-buffer-local):
15116 Use byte-compile-warning-enabled-p.
15117 * emacs-lisp/advice.el (ad-compile-function):
15118 Use byte-compile-disable-warning.
15119 * emacs-lisp/cl.el: Move local variables to end of file, and set
15120 byte-compile-warnings to `(not cl-functions)'.
15121 * emacs-lisp/cl-compat.el: Add a local variables section, and set
15122 byte-compile-warnings to `(not cl-functions)'.
15123 * emacs-lisp/cl-macs.el: Unify local variable section, and set
15124 byte-compile-warnings to `(not cl-functions)'.
15125 (cl-do-proclaim): Use byte-compile-disable-warning and
15126 byte-compile-enable-warning.
15127 * emacs-lisp/cl-seq.el: Unify local variable section, and set
15128 byte-compile-warnings to `(not cl-functions)'.
15129 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
15130 Use byte-compile-disable-warning.
15131
15132 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
15133
15134 * cus-edit.el (custom-browse-insert-prefix):
15135 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
15136
15137 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
15138
15139 * server.el (server-process-filter): Fix typo in docstring.
15140 (server-log): Reflow docstrings.
15141 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
15142 (server-goto-line-column): Use `when'.
15143
15144 2007-10-28 Juri Linkov <juri@jurta.org>
15145
15146 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
15147 when mouse is clicked on the isearch message.
15148 (isearch-resume): Call `isearch-update' at the end.
15149 Rename argument `search' to `string' to conform to the
15150 isearch terminology.
15151
15152 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15153
15154 Rewrite abbrev.c in Elisp.
15155 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
15156 (abbrev-table-get, abbrev-table-put, abbrev-get)
15157 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
15158 (define-abbrev, abbrev--check-chars, define-global-abbrev)
15159 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
15160 (abbrev-expansion, abbrev--before-point, expand-abbrev)
15161 (unexpand-abbrev, abbrev--write, abbrev--describe)
15162 (insert-abbrev-table-description, define-abbrev-table):
15163 New funs, largely transcribed from abbrev.c.
15164 (abbrev-with-wrapper-hook): New macro.
15165 (abbrev-table-name-list, global-abbrev-table)
15166 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
15167 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
15168 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
15169 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
15170 New vars, largely transcribed from abbrev.c.
15171 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
15172 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
15173 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
15174
15175 2007-10-27 Glenn Morris <rgm@gnu.org>
15176
15177 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
15178 (shell-dirtrack-toggle): Mark as obsolete.
15179 (dirtrack-toggle, dirtrack-mode): No longer alias to
15180 shell-dirtrack-mode.
15181
15182 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
15183
15184 * calc/calc.el (math-standard-opers): Lower the precedence
15185 of negation.
15186 * calc/calc-lang.el (math-oper-table): Lower precedence of
15187 negation for C, TeX, and eqn.
15188
15189 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
15190
15191 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
15192
15193 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
15194
15195 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
15196 (desktop-not-loaded-hook): Fix :version tags.
15197
15198 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
15199
15200 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
15201 (tramp-get-remote-tmpdir): New defun.
15202 (tramp-make-tramp-temp-file): Use it.
15203 (tramp-local-call-process): New defun. Replace all calls of
15204 `call-process' by this when appropriate.
15205 (tramp-handle-write-region): Replace calls of `file-attributes' by
15206 `tramp-compat-file-attributes'.
15207 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15208 Make the first command a `tramp-send-command' call, with let-bind
15209 of `tramp-end-of-output'.
15210 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
15211 (tramp-load-report-modules, tramp-append-tramp-buffers):
15212 Move to tramp-cmds.el.
15213
15214 * net/tramp-fish.el (tramp-fish-handle-copy-file)
15215 (tramp-fish-do-copy-or-rename-file)
15216 (tramp-fish-do-copy-or-rename-file-directly):
15217 * net/tramp-smb.el (tramp-smb-handle-copy-file):
15218 Add parameter PRESERVE-UID-GID.
15219
15220 2007-10-27 Eli Zaretskii <eliz@gnu.org>
15221
15222 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
15223 New defcustoms.
15224 (display-time-world-list): Use them as appropriate for the current
15225 value of `system-type'.
15226
15227 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15228
15229 * emulation/pc-select.el (next-line-mark, next-line-nomark)
15230 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
15231 around uses of previous-line and next-line.
15232
15233 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
15234 New defvars.
15235
15236 * textmodes/css-mode.el (comment-continue):
15237 * net/browse-url.el (url-handler-regexp):
15238 * progmodes/idlw-help.el (idlwave-system-routines):
15239 Pacify byte-compiler.
15240
15241 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
15242 line-move-invisible-p with its former definition: invisible-p.
15243 line-move-invisible-p was removed on 2007-08-29.
15244
15245 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15246
15247 * files.el (kill-emacs-query-functions): Doc fix;
15248 `save-buffers-kill-emacs' is no longer bound to a key.
15249
15250 2007-10-26 Richard Stallman <rms@gnu.org>
15251
15252 * isearch-multi.el (isearch-buffers-multi): New option.
15253 (isearch-buffers-search-fun): Test it.
15254
15255 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
15256 Put ps-run-clear on C-c C-l.
15257
15258 * newcomment.el (comment-styles): New style indent-or-triple.
15259 (comment-style): Make that the default.
15260 (comment-add defvar): Doc fix.
15261 (comment-add): Delete arg EXTRA.
15262 (comment-region-default): Open code call to comment-add.
15263 Handle indent-or-triple style which uses `multi-char' for INDENT.
15264
15265 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15266
15267 * eshell/em-unix.el (nil-blank-string): Doc fix.
15268
15269 2007-10-26 John Wiegley <johnw@newartisans.com>
15270
15271 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
15272 function, ensure that the third argument is turned into a nil if
15273 the string is otherwise completely empty (either no characters, or
15274 all tabs/spaces). This fixes a bug from a user who found himself
15275 unable to customize `diff-switches' and still use Eshell's diff
15276 command.
15277
15278 2007-10-26 Glenn Morris <rgm@gnu.org>
15279
15280 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
15281 safe-local-variable property.
15282
15283 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
15284
15285 * net/browse-url.el (browse-url-browser-function): Delete grail.
15286 (browse-url-grail): Function and variable deleted.
15287 (browse-url-browser-function): Delete IXI Mosaic.
15288 (browse-url-default-browser): Don't try IXI Mosaic.
15289 (browse-url-iximosaic): Function deleted.
15290 (browse-url-browser-function): Delete MMM.
15291 (browse-url-default-browser): Don't try MMM.
15292 (browse-url-mmm): Function deleted.
15293
15294 2007-10-26 Drew Adams <drew.adams@oracle.com>
15295
15296 * custom.el (custom-note-var-changed): New function.
15297
15298 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
15299
15300 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
15301 use with the definition. Remove.
15302
15303 * add-log.el (change-log-start-entry-re): New defconst.
15304 (change-log-sortable-date-at): Use it.
15305 (change-log-beginning-of-defun, change-log-end-of-defun):
15306 New functions.
15307 (change-log-mode): Use them for beginning-of-defun-function and
15308 end-of-defun-function.
15309
15310 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
15311
15312 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
15313 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
15314 (ses-recalculate-cell): Deal with point being just beyond end of
15315 data area (why does this happen?)
15316 (ses-set-curcell): Ditto.
15317 (ses-column-letter): Handle columns beyond 702. Code written by
15318 Gareth Rees.
15319
15320 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
15321
15322 * textmodes/org.el (org-agenda-get-restriction-and-command):
15323 Use `mapc' instead of `mapcar'.
15324 (org-agenda-list): Numeric prefix argument can specify the number
15325 of days.
15326 (remember-register, remember-buffer): Prevent byte compiler from
15327 complaining.
15328 (org-todo): Save and restore match data.
15329 (org-no-warnings): New macro.
15330 (org-columns-eval): Use `org-no-warnings'.
15331
15332 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
15333
15334 * comint.el (comint-password-prompt-regexp):
15335 Handle `[sudo] password'-style prompt.
15336
15337 2007-10-25 Glenn Morris <rgm@gnu.org>
15338
15339 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
15340 (defcustom): Doc fix.
15341
15342 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
15343 Add `non_intrinsic'.
15344 (f90-constants-re): Add ieee modules.
15345 (f90-typedef-matcher, f90-typedec-matcher)
15346 (f90-imenu-type-matcher): New functions.
15347 (f90-font-lock-keywords-1): Give module procedures function-name face.
15348 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
15349 Add `use, intrinsic'.
15350 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
15351 Move start of `enum' blocks to separate entry.
15352 (f90-start-block-re): Fix `type', `abstract interface'.
15353 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
15354 derived types.
15355 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
15356 `elemental', change `enumerator'.
15357 (f90-no-block-limit): Fix `abstract interface'.
15358
15359 * progmodes/f90.el (f90-indented-comment-re)
15360 (f90-directive-comment-re, f90-break-delimiters):
15361 * progmodes/fortran.el (fortran-comment-line-start-skip)
15362 (fortran-directive-re):
15363 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
15364 as safe if they are strings.
15365
15366 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15367
15368 * startup.el (window-system): Remove. Don't make it frame-local.
15369
15370 2007-10-24 Richard Stallman <rms@gnu.org>
15371
15372 * savehist.el (savehist-save): Omit unreadable elements.
15373
15374 * loadhist.el (unload-function-defs-list): Rename from
15375 unload-function-features-list.
15376 (unload-feature-special-hooks, unload-feature): Doc fixes.
15377
15378 * indent.el (indent-to-left-margin): If point's in the indentation,
15379 move to the end of the indentation.
15380
15381 * cus-edit.el (customize-changed-options): Make arg optional.
15382
15383 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
15384
15385 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
15386
15387 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
15388
15389 * textmodes/org-publish.el (org-publish-attachment): Re-install
15390 accidentally deleted change.
15391
15392 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15393
15394 * term/iris-ansi.el (iris-function-map): Move init into declaration.
15395
15396 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
15397
15398 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
15399 (Buffer-menu-mode-map): Initialize in the declaration.
15400 (Buffer-menu-mode): Define with `define-derived-mode'.
15401
15402 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
15403
15404 * textmodes/org.el (org-version): Change to 5.13e.
15405 (org-agenda-file-regexp): Fix typo in docstring.
15406 (org-add-planning-info): Fix bug in parenthesis settings.
15407 (org-scan-tags): Catch the case of indirect buffers with no filename.
15408 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
15409 Re-install switch to mapc, had been removed by accident.
15410 (org-columns-map): New binding `C-c C-o'.
15411 (org-columns-menu): Change menu text and added new entry.
15412 (org-columns-eval): Document the use of `next-line'.
15413 (org-columns-open-link): New function.
15414 (org-columns-follow-link): Remove function.
15415 (org-open-link-from-string): New function.
15416 (org-read-date-get-relative): Fix typo in docstring.
15417 (org-read-date-get-relative): Leading +/- is not optional.
15418 (org-agenda-get-restriction-and-command): Always resize window on
15419 first loop cycle.
15420 (org-agenda-open-link): Make sure the link abbreviations are
15421 present in the agenda buffer.
15422 (org-agenda-copy-local-variable): New function.
15423
15424 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15425
15426 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
15427
15428 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15429
15430 * simple.el (reindent-then-newline-and-indent): Use a `move after
15431 insert' kind of marker in the save-excursion.
15432
15433 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15434
15435 * textmodes/css-mode.el: Require CL.
15436 (comment-continue): Declare.
15437
15438 * subr.el (make-variable-frame-localizable): Remove.
15439 (make-variable-frame-local): Mark obsolete.
15440
15441 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15442
15443 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
15444 of the subdirs is unreadable.
15445
15446 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
15447
15448 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
15449 when we are local.
15450
15451 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * progmodes/python.el (python-current-defun): Remove left-over
15454 assignment to `start'.
15455
15456 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
15457
15458 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
15459 than `mapcar'; return value is not used.
15460
15461 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15462
15463 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
15464 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
15465
15466 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
15467
15468 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
15469 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
15470
15471 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15472
15473 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
15474
15475 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
15476
15477 * emacs-lisp/advice.el (ad-make-advised-docstring):
15478 Add ad-advice-info text property to doc string.
15479
15480 2007-10-23 Glenn Morris <rgm@gnu.org>
15481
15482 * progmodes/f90.el (f90-do-indent, f90-if-indent)
15483 (f90-type-indent, f90-program-indent, f90-associate-indent)
15484 (f90-continuation-indent, f90-comment-region)
15485 (f90-beginning-ampersand, f90-smart-end)
15486 (f90-break-before-delimiters, f90-auto-keyword-case)
15487 (f90-leave-line-no, f90-mode-hook):
15488 Give an appropriate safe-local-variable property.
15489
15490 * progmodes/fortran.el (fortran-tab-mode-default)
15491 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
15492 (fortran-structure-indent, fortran-continuation-indent)
15493 (fortran-comment-indent, fortran-comment-line-extra-indent)
15494 (fortran-comment-line-start)
15495 (fortran-minimum-statement-indent-fixed)
15496 (fortran-minimum-statement-indent-tab)
15497 (fortran-comment-indent-char, fortran-line-number-indent)
15498 (fortran-check-all-num-for-matching-do)
15499 (fortran-blink-matching-if, fortran-continuation-string)
15500 (fortran-comment-region, fortran-electric-line-number)
15501 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
15502 (fortran-analyze-depth, fortran-break-before-delimiters):
15503 Give an appropriate safe-local-variable property.
15504
15505 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15506
15507 * printing.el: Move variable definitions before use.
15508 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
15509
15510 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
15513 (tpu-edt-off): Use it.
15514 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
15515 the global-map before adding it to global-map.
15516
15517 * menu-bar.el (global-buffers-menu-map): New var.
15518 (global-map, menu-bar-update-buffers): Use it.
15519 * msb.el (msb-menu-bar-update-buffers): Use it.
15520 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
15521 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
15522 Use with-current-buffer.
15523
15524 2007-10-22 Juri Linkov <juri@jurta.org>
15525
15526 * isearch-multi.el: New file.
15527
15528 * isearch.el (isearch-search-string): After finding the next
15529 occurrence switch to buffer isearch-buffers-current-buffer when
15530 isearch-buffers-next-buffer-function is non-nil and
15531 isearch-buffers-current-buffer is live.
15532
15533 * add-log.el (change-log-mode): Make and set buffer-local variable
15534 isearch-buffers-next-buffer-function to change-log-next-buffer.
15535 Call isearch-buffers-minor-mode.
15536 (change-log-next-buffer): New function.
15537
15538 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
15539
15540 * textmodes/org-export-latex.el (org-export-latex-protect-string):
15541 Renaming of `org-latex-protect'.
15542 (org-export-latex-emphasis-alist): By default, don't protect
15543 any emphasis formatter from further conversion.
15544 (org-export-latex-tables): Honor column grouping for tables.
15545 (org-export-latex-title-command): New option.
15546 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
15547 export backslash character.
15548
15549 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
15550
15551 * textmodes/org.el (org-read-date-get-relative): New function.
15552 (org-agenda-file-regexp): New variable.
15553 (org-agenda-files): Allow directories in the variable.
15554 (org-agenda-get-restriction-and-command): New function.
15555 (org-agenda): Use `org-agenda-get-restriction-and-command'.
15556 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
15557 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
15558 New functions.
15559 (org-entry-add-to-multivalued-property)
15560 (org-entry-remove-from-multivalued-property)
15561 (org-entry-member-in-multivalued-property): New functions.
15562 (org-remember-apply-template): Catch C-g and make sure window
15563 configuration is restored.
15564 (org-agenda-open-link): Make it work with several links in the line.
15565 (org-drawers, org-set-regexps-and-options)
15566 (org-get-current-options): Add support for a DRAWERS in-buffer option.
15567 (org-agenda-window-frame-fractions): New option.
15568 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
15569 (org-columns-cleanup-item, org-find-entry-with-id)
15570 (org-insert-columns-dblock, org-listtable-to-string)
15571 (org-dblock-write:columnview, org-columns-capture-view)
15572 (org-edit-headline): New functions.
15573 (org-agenda-to-appt): Require calendar.
15574 (org-entry-get-with-inheritance): Widen for search.
15575 (org-columns-display-here): Don't mark buffer as modified when
15576 adding space characters to accomodate column overlays.
15577 (org-export-as-html): Better formatting of tags in the toc.
15578 (org-columns-display-here): Make the ITEM column as compact as possible.
15579 (org-remember-templates): Customization interface improved.
15580 (org-export-with-property-drawer): Variable removed.
15581 (org-export-with-drawers): New option.
15582 (org-complex-heading-regexp): New variable.
15583 (org-sort-entries): Rewrite using `sort-subr'.
15584 (org-set-property): More appropriate completion during interactive use.
15585 (org-sort-entries): Allow sorting by property.
15586 (org-additional-option-like-keywords): Add more values.
15587 (org-sort-entries-or-items): Rename from `org-sort-entries'.
15588
15589 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
15590
15591 * textmodes/org.el (org-get-date-from-calendar): New function.
15592 (org-at-timestamp-p, org-timestamp-change)
15593 (org-remember-templates): First element of each entry is now a
15594 name for the template.
15595 (org-store-log-note): Check for `org-note-abort'.
15596 (org-kill-note-or-show-branches): New command.
15597 (org-fontify-priorities): New option.
15598 (org-fontify-priorities): New function.
15599 (org-cut-subtree, org-copy-subtree): New argument N to
15600 act on N sequential subtrees.
15601 (org-paste-subtree): Fix the level at which a tree is pasted.
15602 (org-fit-agenda-window): Limitations on window size removed.
15603 (org-agenda-find-same-or-today-or-agenda): Rename from
15604 `org-agenda-find-today-or-agenda'.
15605 (org-scheduled-past-days): New option.
15606 (org-agenda-scheduled-leaders)
15607 (org-agenda-deadline-leaders): New options.
15608 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
15609 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
15610 (org-export-with-tags, org-export-plist-vars)
15611 (org-infile-export-plist): New "tags" option.
15612 (org-use-property-inheritance): New option.
15613 (org-cached-entry-get): Use `org-use-property-inheritance'.
15614 (org-remember-apply-template): Fix typo.
15615
15616 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
15617
15618 * net/tramp.el (tramp-find-shell)
15619 (tramp-open-connection-setup-interactive-shell): Improve sending
15620 initial commands.
15621 (tramp-action-terminal): Send debug message.
15622 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
15623 (tramp-barf-if-no-shell-prompt): Insert code of
15624 `tramp-wait-for-shell-prompt'.
15625
15626 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
15629
15630 * term/vt200.el (terminal-init-vt200):
15631 * term/vt201.el (terminal-init-vt201):
15632 * term/vt220.el (terminal-init-vt220):
15633 * term/vt240.el (terminal-init-vt240):
15634 * term/vt300.el (terminal-init-vt300):
15635 * term/vt320.el (terminal-init-vt320):
15636 * term/vt400.el (terminal-init-vt400):
15637 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
15638
15639 * term/wyse50.el (wyse50-terminal-map): New var.
15640 (terminal-init-wyse50): Use it and input-decode-map.
15641 (enable-arrow-keys): Emasculate.
15642
15643 * term/tvi970.el (tvi970-terminal-map): New var.
15644 (terminal-init-tvi970): Use it and input-decode-map.
15645 (tvi970-keypad-numeric): Remove.
15646 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
15647
15648 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
15649 (terminal-init-sun): Use it and input-decode-map.
15650
15651 * term/news.el (terminal-init-news):
15652 * term/lk201.el (terminal-init-lk201):
15653 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
15654
15655 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
15656
15657 * complete.el (PC-expand-many-files): Remove.
15658 (PC-do-completion): Call file-expand-wildcards instead of
15659 PC-expand-many-files.
15660
15661 * net/tramp.el (tramp-handle-expand-many-files): Remove.
15662 (PC-expand-many-files): Remove advice.
15663
15664 2007-10-22 Glenn Morris <rgm@gnu.org>
15665
15666 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
15667 Add some support for Fortran 2003 syntax:
15668 (f90-type-indent): Now also applies to `enum'.
15669 (f90-associate-indent): New user option.
15670 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
15671 Add some F2003 keywords.
15672 (f90-constants-re): New constant.
15673 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
15674 Interface'.
15675 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
15676 `class'. Arguments for `type'/`class' may have spaces. Add a new
15677 element for functions with specified types. Add `end enum' and
15678 `select type'. Add `implicit enumerator' and `procedure'.
15679 Add `class default' and `type is', `class is'. Fix `go to' regexp.
15680 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
15681 (f90-font-lock-keywords-4): Add `f90-constants-re'.
15682 (f90-blocks-re): Add `enum' and `associate'.
15683 (f90-else-like-re): Add `class is', `type is', and `class default'.
15684 (f90-end-type-re): Add `enum'.
15685 (f90-end-associate-re, f90-typeis-re): New constants.
15686 (f90-end-block-re): Add `enum' and `associate'. Change from
15687 optional whitespace to end-of-word, to avoid `enumerator'.
15688 (f90-start-block-re): Add `select type', `abstract interface', and
15689 `enum'. Avoid `type is', and `type (sometype)'.
15690 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
15691 (f90-mode): Doc fix.
15692 (f90-looking-at-select-case): Doc fix. Add `select type'.
15693 (f90-looking-at-associate): New function.
15694 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
15695 Add `enum' and `abstract interface'.
15696 (f90-no-block-limit): Add `select type' and `abstract interface'.
15697 (f90-get-correct-indent, f90-calculate-indent)
15698 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15699 (f90-indent-region, f90-match-end): Handle `associate' blocks.
15700
15701 2007-10-22 Martin Rudalics <rudalics@gmx.at>
15702
15703 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15704 Use window-full-width-p.
15705
15706 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
15707
15708 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15709
15710 * tooltip.el: Use featurep 'xemacs.
15711
15712 * printing.el: Move variable definitions before use, no code change.
15713
15714 2007-10-22 Juri Linkov <juri@jurta.org>
15715
15716 * simple.el (goto-history-element): Allow minibuffer-default to be
15717 a list of default values accessible by typing M-n in the minibuffer.
15718
15719 * dired-x.el (dired-guess-shell-command): Put all guesses to the
15720 minibuffer default value list instead of pushing them temporarily
15721 to the history list.
15722
15723 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15724
15725 * hexl.el (hexl-menu): New major mode menu.
15726
15727 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
15730
15731 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15732
15733 * w32-fns.el (w32-quote-process-args):
15734 * dos-w32.el (print-region-function, lpr-headers-switches)
15735 (ps-print-region-function): Pacify byte-compiler.
15736
15737 * emulation/edt-mapper.el (function-key-map):
15738 (edt-map-key): Make it a function instead of using fset.
15739 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
15740 (edt-gnu-map-key, edt-lucid-map-key): Remove.
15741 (edt-x-emacs-p): Remove.
15742 (edt-emacs-variant, edt-window-system, edt-xserver):
15743 Use featurep 'xemacs.
15744
15745 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
15746 Replace eudc-xemacs-p with its definition.
15747 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
15748 (eudc-emacs-mule-p): Remove.
15749 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
15750 eudc-xemacs-p with feature tests.
15751
15752 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
15753 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
15754 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
15755 (eudc-bob-toggle-inline-display):
15756 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
15757 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
15758
15759 * net/eudcb-ph.el (eudc-ph-open-session):
15760 Replace eudc-xemacs-mule-p with its former definition.
15761
15762 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
15763 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
15764
15765 * progmodes/vera-mode.el (vera-xemacs): Remove.
15766 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
15767
15768 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
15769 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
15770 (vhdl-speedbar-initialize, vhdl-ps-print-init)
15771 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
15772 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
15773 with (featurep 'xemacs).
15774
15775 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
15776 (save-buffer-state-x):
15777 * obsolete/fast-lock.el (fast-lock-verbose):
15778 * emulation/viper-init.el (viper-xemacs-p)
15779 (viper-cond-compile-for-xemacs-or-emacs):
15780 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
15781 * ps-print.el (case-fold-search):
15782 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
15783 * calculator.el (calculator-help): Use featurep 'xemacs.
15784
15785 * progmodes/prolog.el: Undo previous change.
15786 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
15787
15788 * progmodes/dcl-mode.el:
15789 * play/yow.el:
15790 * calendar/todo-mode.el:
15791 * calendar/cal-hebrew.el:
15792 * vc-hg.el: Undo previous change.
15793
15794 * vms-patch.el: Likewise.
15795 (print-region-function): Pacify byte-compiler.
15796
15797 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
15798
15799 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
15800 preserve-uid-gid.
15801
15802 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
15803 compatibility. It is not used, though.
15804
15805 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
15806 Require tramp-cmds.el.
15807 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
15808 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
15809 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
15810 (tramp-do-copy-or-rename-file-out-of-band)
15811 (tramp-maybe-open-connection): Use `make-temp-name'. This is
15812 possible, because we don't need to create the temporary file, but
15813 we need a prefix for ssh, which has its own temporary file handling.
15814 (tramp-handle-delete-directory): Add "-f" to rmdir.
15815 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
15816 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
15817 a signal, in order to give the callee a chance to suppress.
15818 (tramp-handle-write-region): Set owner also in case of short
15819 track. Don't use compatibility calls for `write-region' anymore.
15820 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
15821 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
15822
15823 * net/tramp-cmds.el: New file.
15824
15825 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
15826 `tramp-clear-passwd'.
15827
15828 * net/trampver.el: Update release number.
15829
15830 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15831
15832 * progmodes/gud.el (gud-target-name): Move definition before use.
15833
15834 * progmodes/dcl-mode.el: Require imenu at compile time.
15835
15836 * progmodes/cc-engine.el (c-maybe-stale-found-type):
15837 Pacify byte-compiler.
15838
15839 * obsolete/fast-lock.el: Use featurep test instead of string-match.
15840
15841 * eshell/esh-mode.el (eshell-handle-ansi-color):
15842 Require ansi-color at compile time too.
15843
15844 * eshell/em-unix.el (eshell/info): Require info at compile time too.
15845
15846 * w32-fns.el: Require w32-vars.
15847
15848 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
15849 time too.
15850
15851 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15852
15853 * double.el ([ignore]): Use `ignore'.
15854 (double-setup): Inline into double-mode.
15855 (double-mode): Use define-minor-mode.
15856
15857 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15858
15859 * textmodes/reftex.el: Move require easymenu before first use.
15860 (reftex-info): Require info at compile too.
15861
15862 * textmodes/org-publish.el (org-publish-org-to-html)
15863 (org-publish-org-to): Require org at compile time too.
15864 (org-publish-attachment): Require at compile time too.
15865
15866 * term/tty-colors.el (w32-tty-standard-colors):
15867 Pacify byte-compiler.
15868
15869 * term/pc-win.el (frame-creation-function-alist): Add to this
15870 instead of setting frame-creation-function.
15871
15872 * play/blackbox.el (bb-up, bb-down): Use forward-line.
15873
15874 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
15875
15876 * calendar/todo-mode.el: Require calendar at compile time.
15877
15878 * calendar/cal-hebrew.el: Require holidays at compile time.
15879
15880 * w32-vars.el: Provide w32-vars.
15881
15882 * term/w32-win.el: Require w32-vars.
15883 (w32-color-map): Pacify byte-compiler.
15884
15885 * loadup.el: Load w32-vars before term/w32-win.
15886
15887 2007-10-20 Juri Linkov <juri@jurta.org>
15888
15889 * textmodes/fill.el (fill-paragraph): When the region is active,
15890 don't try other `or' branches regardless of the value returned by
15891 fill-region; just return t.
15892
15893 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15894
15895 * vc.el (vc-do-command): Condition out a misleading message when
15896 running asynchronously.
15897 (vc-deduce-fileset): New argument enables using an unregistered
15898 visited file as a singleton fileset if nothing else is available.
15899 (vc-next-action): Restore file-registering behavior.
15900
15901 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
15902
15903 * calc/README: Add recent news.
15904
15905 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
15906
15907 * term/x-win.el (x-gtk-stock-map, icon-map-list)
15908 (x-gtk-map-stock): Delete duplicated definitions from merge.
15909
15910 * progmodes/compile.el (compilation-skip-to-next-location)
15911 (compilation-skip-threshold, compilation-skip-visited):
15912 Move definitions earlier.
15913
15914 * play/decipher.el (decipher-keypress):
15915 * play/zone.el (zone-fall-through-ws):
15916 * play/landmark.el (lm-move-down, lm-move-up):
15917 * play/handwrite.el (handwrite):
15918 * mail/mspools.el (mspools-visit-spool):
15919 * wdired.el (wdired-next-line, wdired-previous-line):
15920 * tar-mode.el (tar-subfile-save-buffer):
15921 * scroll-lock.el (scroll-lock-next-line)
15922 (scroll-lock-previous-line):
15923 * image-dired.el (image-dired-next-line)
15924 (image-dired-previous-line):
15925 * ediff-help.el (ediff-help-message-line-length):
15926 Use forward-line.
15927
15928 * smerge-mode.el (smerge-auto-refine):
15929 * diff-mode.el (diff-auto-refine): Add :group.
15930
15931 * play/yow.el: Require doctor at compile time.
15932
15933 * vmsproc.el: Provide vmsproc.
15934 (command-send-input): Use forward-line.
15935
15936 * vms-patch.el: Require ps-print and vmsproc at compile time.
15937
15938 * vc-mtn.el (log-view-message-re, log-view-file-re)
15939 (log-view-font-lock-keywords): Pacify byte-compiler.
15940
15941 * vc-hg.el: Require log-view at compile time.
15942
15943 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15944
15945 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
15946
15947 2007-10-20 Glenn Morris <rgm@gnu.org>
15948
15949 * progmodes/f90.el (f90-font-lock-keywords-2)
15950 (f90-looking-at-type-like): Fix regexp typos.
15951
15952 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15953
15954 * bs.el (bs--track-window-changes): Don't refresh the whole list.
15955 (bs-mode): Set mode-class property to special.
15956
15957 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15958
15959 * diff-mode.el (diff-auto-refine): New var.
15960 (diff-hunk): Use it.
15961 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
15962 (diff-refine-change): Rename from diff-fine-change. Change it.
15963 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
15964 (diff-refine-hunk): Rename from diff-fine-highlight.
15965
15966 2007-10-20 John Paul Wallington <jpw@pobox.com>
15967
15968 * help-fns.el (describe-variable-custom-version-info): New function
15969 to return variable's version or package version note.
15970 (describe-variable): Use it, display result.
15971
15972 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15973
15974 * smerge-mode.el (smerge-auto-refine): New var.
15975 (smerge-next, smerge-prev): Use it.
15976 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
15977
15978 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15979 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
15980
15981 * vc-bzr.el (vc-bzr-diff-tree):
15982 * vc-git.el (vc-git-diff-tree):
15983 * vc-hg.el (vc-hg-diff-tree):
15984 * vc-mcvs.el (vc-mcvs-diff-tree):
15985 * vc-mtn.el (vc-mtn-diff-tree):
15986 * vc-svn.el (vc-svn-diff-tree): Remove.
15987
15988 * vc-mtn.el (vc-mtn-revision-completion-table):
15989 * vc-cvs.el (vc-cvs-revision-completion-table):
15990 * vc-arch.el (vc-arch-revision-completion-table):
15991 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
15992 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
15993 Make it work when the arg is a list of files.
15994
15995 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15996
15997 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
15998 Also `revision-completion-table' now takes a list of files.
15999 (vc-deduce-fileset): Remove unused var `regexp'.
16000 Only obey allow-directory-wildcard in dired buffers.
16001 (vc-default-diff-tree): Remove.
16002 (vc-diff-added-files): New var.
16003 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
16004 (vc-version-diff): Revert from `vc-history-diff' to the original name.
16005 Remove the `backend' arg.
16006 (vc-contains-version-controlled-file): Remove.
16007 (vc-diff): Bring it closer to the version in Emacs-22.
16008 (vc-revert): Fix typo in let-binding.
16009 (vc-default-unregister): Remove.
16010 (vc-dired-buffers-for-dir): Remove N^2 behavior.
16011
16012 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
16013
16014 * textmodes/two-column.el (2C-split, 2C-merge):
16015 * textmodes/bib-mode.el (bib-find-key, mark-bib):
16016 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
16017 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
16018 * progmodes/ada-xref.el (ada-get-all-references):
16019 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
16020 * emulation/vi.el (vi-previous-line-first-nonwhite)
16021 (vi-effective-range, vi-put-before):
16022 * emulation/edt.el (edt-next-line, edt-previous-line)
16023 (edt-paragraph-forward): Use forward-line.
16024
16025 * progmodes/etags.el (tags-apropos): Require apropos at compile
16026 time too.
16027
16028 * progmodes/prolog.el: Require comint when compiling.
16029 (inferior-prolog-flavor): Move defvar before use.
16030
16031 2007-10-19 Richard Stallman <rms@gnu.org>
16032
16033 * font-core.el (turn-on-font-lock-if-desired):
16034 Rename from `turn-on-font-lock-if-enabled'.
16035 Fully obey `font-lock-global-modes'.
16036
16037 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16038
16039 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
16040 which will not affect the behavior of things like forward-word.
16041 (diff-fine-highlight): Preserve point.
16042
16043 * doc-view.el (doc-view-mode-map): Use remapping.
16044 Don't rebind C-v, M-v to their default value.
16045 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
16046
16047 * smerge-mode.el: Add word-granularity refinement.
16048 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
16049 (smerge-refine-weight-hack): New vars.
16050 (smerge-refine-forward): New fun.
16051 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16052 (smerge-refine-subst): Use them as well. Preserve point.
16053
16054 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16055
16056 * follow.el (follow-unload-function): New function.
16057
16058 * loadhist.el (unload-function-features-list):
16059 Rename from `unload-hook-features-list'.
16060 (unload-hook-features-list): Add as obsolete alias.
16061 (unload-feature): Use `unload-function-features-list'
16062 and new FEATURE-unload-function.
16063
16064 2007-10-19 Glenn Morris <rgm@gnu.org>
16065
16066 * bindings.el (mouse-minor-mode-menu)
16067 (minor-mode-menu-from-indicator): Move to mouse.el.
16068 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16069 Move here from bindings.el.
16070
16071 2007-10-19 Richard Stallman <rms@gnu.org>
16072
16073 * help-fns.el (describe-function-1): Don't use the advice origname
16074 if it has no function definition.
16075
16076 2007-10-18 Johan Bockgård <bojohan@gnu.org>
16077
16078 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
16079 Use `save-restriction' rather than `widen'.
16080
16081 2007-10-18 Richard Stallman <rms@gnu.org>
16082
16083 * time.el (display-time-world-time-format): Display day # not month #.
16084
16085 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16086
16087 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
16088
16089 * doc-view.el: Remove version keyword.
16090 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16091 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
16092 (doc-view-ghostscript-options): Improve custom type.
16093 (doc-view-cache-directory, doc-view-conversion-buffer)
16094 (doc-view-conversion-refresh-interval): Simplify custom type.
16095
16096 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
16097
16098 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16099 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
16100 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16101 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
16102 Remove superfluous messages.
16103 (doc-view-mode-map): Use the image-mode scrolling commands.
16104 Don't rebind C-x k.
16105
16106 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16107
16108 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
16109 Add comment about "-dSAFER".
16110
16111 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16112
16113 * term/xterm.el: Don't require xt-mouse.
16114 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
16115 calling turn-on-xterm-mouse-tracking-on-terminal directly.
16116
16117 * xt-mouse.el: Don't change the global function-key-map anny more.
16118 (xterm-mouse-mode): Use terminal-init-xterm-hook.
16119 Don't use after-make-frame-functions now that term/xterm.el calls
16120 us directly.
16121 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16122 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
16123 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
16124 Setup input-decode-map and remember that xterm-mouse-mode was
16125 enabled in this terminal.
16126 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
16127 terminals where it has been enabled.
16128
16129 * faces.el (tty-create-frame-with-faces): Make sure not only
16130 tty-run-terminal-initialization but also set-locale-environment
16131 are run only once per terminal.
16132 (tty-run-terminal-initialization): Don't check if the terminal was
16133 already initted.
16134
16135 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
16136 not to remove keymaps that just happen to inherit from one of ours.
16137 When setting up our keymap, make sure it won't be accidentally
16138 modified by someone else.
16139
16140 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
16141
16142 * textmodes/artist.el (artist-previous-line, artist-next-line):
16143 * dired.el (dired-next-line, dired-previous-line):
16144 * progmodes/delphi.el (delphi-newline):
16145 * textmodes/org.el (org-columns-eval):
16146 Use forward-line.
16147
16148 * emerge.el (emerge-setup): Use insert-buffer-substring.
16149 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
16150
16151 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
16152
16153 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
16154 (adaptive-fill-function): Doc fix. Remove * from docstring.
16155
16156 2007-10-18 Tom Horsley <tom.horsley@att.net>
16157
16158 * simple.el (interprogram-paste-function): Doc fix.
16159 (current-kill): Accept list of strings as well
16160 as single string from `interprogram-paste-function'.
16161
16162 2007-10-18 Glenn Morris <rgm@gnu.org>
16163
16164 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
16165
16166 2007-10-18 Drew Adams <drew.adams@oracle.com>
16167
16168 * bindings.el (mode-line-minor-mode-keymap):
16169 Add mouse-minor-mode-menu on mouse-1.
16170 (mode-line-modes): Add mouse-1 to help-echo text.
16171 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16172 New functions.
16173 (mode-line-minor-mode-help): Doc fix.
16174
16175 2007-10-17 Juri Linkov <juri@jurta.org>
16176
16177 * textmodes/fill.el (fill-paragraph-or-region): Remove function
16178 at the request of RMS.
16179 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
16180 arg `region'. Fix docstring. At the first `or' branch add call to
16181 `fill-region' if it the region is active in transient-mark-mode.
16182
16183 * bindings.el (esc-map): Bind M-q to fill-paragraph
16184 instead of fill-paragraph-or-region.
16185
16186 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
16187 with fill-paragraph.
16188
16189 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
16190 Fix docstring.
16191
16192 * indent.el (indent-for-tab-command): Change interactive spec from
16193 "P" to "p". Add check for interactive arg before indenting the
16194 active region.
16195
16196 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
16197 Regroup.
16198
16199 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
16200
16201 * emacs-lisp/find-func.el: Don't require loadhist.
16202
16203 * loadhist.el (feature-symbols, file-provides, file-requires)
16204 (file-set-intersect, file-dependents): Simplify.
16205 (unload-feature-special-hooks): Update list of special hooks.
16206
16207 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
16208
16209 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
16210 extensions since they can be viewed with doc-view.
16211
16212 * files.el (auto-mode-alist): Make doc-view-mode the default mode
16213 for pdf, ps and dvi files.
16214
16215 * doc-view.el: Make doc-view-mode the standard mode for viewing
16216 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
16217 text and image display. Add binding C-c C-e to switch to an
16218 editing mode.
16219 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
16220 avoid security problems when rendering files from untrusted sources.
16221
16222 2007-10-17 Aaron Hawley <aaronh@garden.org>
16223
16224 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
16225 position is not saved.
16226
16227 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16228
16229 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
16230 (doc-view-ghostscript-options): Fix typo in doc string.
16231
16232 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16233
16234 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
16235 handling, so compilation-fake-loc works again.
16236
16237 * server.el (server-select-display): Nop if we do not support m-f-o-d.
16238 (server-process-filter): Revert last change.
16239
16240 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
16241 behavior unrelated to filesets.
16242
16243 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
16244
16245 * longlines.el (longlines-wrap-follows-window-size): Integer value
16246 specifies wrapping margin.
16247 (longlines-mode, longlines-window-change-function):
16248 Set window-specific wrapping margin based on the above.
16249
16250 2007-10-17 John Wiegley <johnw@newartisans.com>
16251
16252 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
16253
16254 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
16255
16256 * server.el (server-process-filter): Only set display if X11 is
16257 supported.
16258
16259 2007-10-17 Glenn Morris <rgm@gnu.org>
16260
16261 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
16262 Tweak regexp to avoid stack overflow.
16263
16264 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16265
16266 * simple.el (reindent-then-newline-and-indent): Don't assume that
16267 indent-according-to-mode preserves point.
16268
16269 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
16270
16271 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
16272 (bs--nth-wrapper): Simplify.
16273 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
16274 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
16275 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
16276 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
16277 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
16278 (bs-configurations, bs-default-configuration)
16279 (bs-alternative-configuration, bs-cycle-configuration-name)
16280 (bs-string-show-always, bs-string-show-never, bs-string-current)
16281 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
16282 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
16283 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
16284 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
16285 (bs--window-config-coming-from): Revert 2006-11-09 change.
16286 (bs--restore-window-config): Keep the selected frame.
16287 (bs--track-window-changes, bs--remove-hooks): New functions.
16288 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
16289 (bs--create-header): Remove.
16290 (bs--create-header-line): New function, based on `bs--create-header'.
16291 (bs--show-header): Use `bs--create-header-line'.
16292 (bs--show-with-configuration): Revert 2006-11-09 change.
16293 Don't reuse window unless it is visible on the selected frame.
16294 Restore window configuration (possibly in a different frame)
16295 before creating any window.
16296
16297 2007-10-16 Glenn Morris <rgm@gnu.org>
16298
16299 * simple.el (blink-matching-open): Don't report false errors with
16300 the `$' syntax class.
16301
16302 2007-10-16 Richard Stallman <rms@gnu.org>
16303
16304 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
16305 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
16306 (ad-is-advised, ad-get-advice-info-field)
16307 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
16308
16309 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
16310
16311 * vc-hooks.el (vc-workfile-version): Compatibility alias.
16312 (vc-default-working-revision): Compatibility for backends.
16313
16314 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16315
16316 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
16317 (filesets-ormap, filesets-sort-case-sensitive-flag)
16318 (filesets-remake-shortcut, filesets-ingroup-collect-files):
16319 Fix typos in docstrings.
16320 (filesets-conditional-sort, filesets-find-or-display-file)
16321 (filesets-data-get-name, filesets-data-get-data)
16322 (filesets-data-set, filesets-cmd-query-replace-getargs)
16323 (filesets-ingroup-collect): Doc fixes.
16324
16325 2007-10-15 Sam Steingold <sds@gnu.org>
16326
16327 * mail/sendmail.el (sendmail-error-reporting-interactive)
16328 (sendmail-error-reporting-non-interactive): New variables for
16329 sendmail error reporting options to simplify support for imperfect
16330 sendmail emulators.
16331 (sendmail-send-it): Use them instead of list literals.
16332
16333 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16334
16335 * help-fns.el: Revert previous change; it creates a
16336 dependency loop between advice.el and help-fns.el.
16337
16338 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16339
16340 * help-fns.el: Require advice when compiling.
16341
16342 2007-10-14 Drew Adams <drew.adams@oracle.com>
16343
16344 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
16345 (ring-insert+extend, ring-remove+insert+extend, ring-member)
16346 (ring-next, ring-previous): New functions.
16347
16348 2007-10-14 Richard Stallman <rms@gnu.org>
16349
16350 * emacs-lisp/advice.el (documentation): Advice deleted.
16351 Doc for advised functions is now handled at C level.
16352 (ad-stop-advice, ad-start-advice): Don't enable or disable
16353 advice for `documentation'.
16354 (ad-advised-definition-docstring-regexp): Var deleted.
16355 (ad-make-advised-definition-docstring): Store orig name
16356 as text property of string.
16357 (ad-advised-definition-p): Check for text property of docstring.
16358
16359 * help-fns.el (describe-function-1): Find source of advised functions.
16360
16361 2007-10-14 Juri Linkov <juri@jurta.org>
16362
16363 * faces.el (describe-face): Allow handling a string as the face name.
16364
16365 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
16366 active region in transient-mark-mode.
16367 (ispell-region): Change messages displayed at the start and end of
16368 the spell-checking to be the same.
16369
16370 * startup.el (fancy-startup-tail): Say exactly what does the button
16371 dismiss ("Dismiss this startup screen"). Use text "Never show
16372 it again" for the checkbox after this button.
16373 (fancy-startup-screen, fancy-about-screen): Put point before the
16374 first link, so the user can quickly select links with the keyboard.
16375 (normal-mouse-startup-screen): Add more useful text describing how
16376 to follow a link.
16377
16378 2007-10-14 Glenn Morris <rgm@gnu.org>
16379
16380 * progmodes/etags.el (select-tags-table): Disable undo in the
16381 `*Tags Table List*' buffer.
16382
16383 2007-10-13 Eli Zaretskii <eliz@gnu.org>
16384
16385 * dired.el (dired-warn-writable): New face.
16386 (dired-warn-writable-face): New variable.
16387 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
16388 of dired-warning-face, for group- and world-writable files.
16389
16390 2007-10-13 Richard Stallman <rms@gnu.org>
16391
16392 * files.el (directory-abbrev-alist): Doc fix.
16393
16394 2007-10-13 Jari Aalto <jari.aalto@cante.net>
16395
16396 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
16397
16398 2007-10-12 Martin Rudalics <rudalics@gmx.at>
16399
16400 * frame.el (set-frame-configuration): Assign name parameter only
16401 if it has been set explicitly before.
16402
16403 2007-10-11 Tom Tromey <tromey@redhat.com>
16404
16405 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
16406 frame is visible.
16407
16408 2007-10-10 Richard Stallman <rms@gnu.org>
16409
16410 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
16411 in *Backtrace*.
16412
16413 * faces.el (face-font-selection-order): Doc fix.
16414
16415 * loadhist.el (unload-feature): Doc fix.
16416
16417 2007-10-13 Glenn Morris <rgm@gnu.org>
16418
16419 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
16420 (octave-re-search-forward-kw, octave-re-search-backward-kw):
16421 Add doc string, and an explicit COUNT argument.
16422 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
16423 `inc' to search functions.
16424
16425 * faces.el (face-spec-set): When FRAME is nil, set the default for
16426 new frames (restores pre-2007-09-17 behavior). Doc fix.
16427
16428 2007-10-13 John W. Eaton <jwe@octave.org>
16429
16430 * progmodes/octave-mod.el (octave-looking-at-kw)
16431 (octave-re-search-forward-kw, octave-re-search-backward-kw):
16432 New functions.
16433 (octave-in-defun-p, calculate-octave-indent)
16434 (octave-blink-matching-block-open, octave-beginning-of-defun)
16435 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
16436 to search for regexps that contain case-sensitive keywords.
16437 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
16438 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
16439
16440 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16441
16442 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
16443 Do not use a single clause cond.
16444
16445 * cus-start.el (all): Use test that does not match the X11 version
16446 for mac.
16447
16448 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
16449
16450 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
16451 BROWSE buffer.
16452
16453 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16454
16455 * cus-start.el (all): Undo previous change.
16456
16457 2007-10-13 Glenn Morris <rgm@gnu.org>
16458
16459 * woman.el (woman0-rename): Fix paren typo.
16460
16461 * mail/feedmail.el (feedmail-run-the-queue)
16462 (feedmail-look-at-queue-directory):
16463 * mail/reporter.el (reporter-dump-state):
16464 * net/eudc-hotlist.el (eudc-edit-hotlist):
16465 * net/eudc.el (eudc-display-records)
16466 (eudc-filter-duplicate-attributes)
16467 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
16468 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
16469 (eudc-bbdb-query-internal):
16470 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
16471 * net/socks.el (socks-build-auth-list):
16472 * progmodes/cc-cmds.el (top level):
16473 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
16474 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
16475 (cperl-write-tags, cperl-tags-treeify):
16476 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
16477 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
16478 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
16479 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16480 (idlwave-toolbar-remove-everywhere):
16481 * progmodes/idlwave.el (idlwave-indent-line)
16482 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
16483 (idlwave-write-paths, idlwave-all-method-classes)
16484 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
16485 (idlwave-fix-keywords, idlwave-display-calling-sequence)
16486 (idlwave-complete-in-buffer):
16487 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
16488 (org-fast-tag-selection):
16489 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
16490 than mapcar.
16491
16492 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16493
16494 * diff-mode.el (diff-fine-change): Add :group.
16495
16496 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
16497
16498 * cus-start.el (all): Use the same test as the 22.2 branch.
16499
16500 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16501
16502 * diff-mode.el (diff-current-defun): Force recomputation of
16503 change-log-default-name.
16504
16505 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
16506
16507 * startup.el (fancy-startup-screen): Remove an unnecessary newline
16508 and some leftover logic regarding dedicated frames. If showing
16509 concise startup screen, fit window to buffer.
16510 (command-line-1): If we will be using the splash screen, use
16511 find-file instead of find-file-other-window to find additional files.
16512 Comment out unused code for coping with the old sit-for behavior.
16513
16514 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16515
16516 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
16517 `meta' modifier consistently, rather than using sometimes meta
16518 sometimes alt.
16519
16520 2007-10-12 Martin Rudalics <rudalics@gmx.at>
16521
16522 * window.el (handle-select-window): Revert part of 2007-10-08
16523 change setting the input focus.
16524
16525 2007-10-12 Glenn Morris <rgm@gnu.org>
16526
16527 * startup.el (command-line): Do not read abbrev file in batch mode.
16528
16529 * emacs-lisp/byte-opt.el (top level):
16530 * mail/rmail.el (rmail-list-to-menu):
16531 * obsolete/hilit19.el (hilit-mode):
16532 * progmodes/cc-mode.el (c-postprocess-file-styles)
16533 (c-submit-bug-report):
16534 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
16535 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
16536 (reftex-access-parse-file):
16537 * textmodes/reftex-cite.el (reftex-do-citation)
16538 (reftex-insert-bib-matches):
16539 * textmodes/reftex-ref.el (reftex-offer-label-menu):
16540 * textmodes/reftex-sel.el (reftex-select-unmark):
16541 * textmodes/reftex-toc.el (reftex-toc-do-promote):
16542 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
16543
16544 * cus-edit.el (custom-variable-menu, custom-face-menu)
16545 (custom-group-menu): Check init-file-user rather than
16546 user-init-file, in case cus-edit is loaded by site-run-file.
16547
16548 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
16549
16550 * vc.el (vc-deduce-fileset): Delete unused code.
16551 (vc-next-action): Fix typos.
16552
16553 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16554
16555 * bs.el (bs--mark-unmark): New function.
16556 (bs-mark-current, bs-unmark-current): Use it.
16557
16558 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
16559
16560 * vc.el (vc-diff):
16561 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
16562 temporarily disable the check for his edge case of
16563 vc-diff (stopping it from grinding when called from $HOME), as
16564 it's calling some brittle code in vc-hooks.el.
16565 (with-vc-properties): Fix evaluation time of a macro argument.
16566 * ediff-vers.el (ediff-vc-internal):
16567 * vc-hooks.el:
16568 * loaddefs.el: Follow up on VC terminology change.
16569
16570 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16571
16572 * follow.el (follow-stop-intercept-process-output):
16573 Use `follow-call-process-filter' rather than `process-filter'.
16574 Simplify.
16575
16576 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
16577
16578 * vc-hooks.el (vc-registered): Robustify this function a bit
16579 against filenames with no directory component.
16580
16581 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16582
16583 * international/characters.el: Undo unwanted and unexplained change.
16584
16585 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16586
16587 * ps-print.el: Fix the usage of :foreground and :background face
16588 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
16589 (ps-print-version): New version 6.7.6.
16590 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
16591 Fix code.
16592 (ps-face-foreground-color-p, ps-face-background-color-p)
16593 (ps-face-color-p): New inline funs.
16594
16595 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
16596
16597 * textmodes/org.el (org-additional-option-like-keywords): New constant.
16598 (org-complete): Use `org-additional-option-like-keywords'.
16599 (org-parse-local-options): New function.
16600
16601 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
16602
16603 * textmodes/org.el (org-in-clocktable-p): New function.
16604 (org-clock-report): Only update the table at point, or insert a new one.
16605 (org-clock-goto): New function.
16606 (org-open-file): Use `start-process-shell-command' instead of
16607 `shell-command' with an ampersand.
16608 (org-deadline, org-schedule): New argument REMOVE to remove the
16609 date from the entry.
16610 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
16611 argument to `org-schedule' and `org-deadline'.
16612 (org-trim): Use the correct expressions for beginning and end of
16613 the string.
16614 (org-get-cleaned-entry): Trim the string before returning it.
16615 (org-clock-find-position): New function.
16616 (org-clock-into-drawer): New option.
16617 (org-agenda-tags-column): Rename from
16618 `org-agenda-align-tags-to-column'.
16619 (org-agenda-align-tags): Allow negative values for
16620 `org-agenda-tags-column'.
16621 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
16622 (org-agenda-to-appt): New optional argument FILTER.
16623 (org-completion-fallback-command): New variable.
16624 (org-complete): Use `org-completion-fallback-command'.
16625 (org-find-base-buffer-visiting): Catch the case that there is no
16626 buffer visiting the file.
16627 (org-property-or-variable-value): New function.
16628 (org-todo): Use `org-property-or-variable-value'
16629 (org-agenda-compact-blocks): New option.
16630 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
16631 (org-agenda-schedule, org-agenda-deadline):
16632 Call `org-agenda-show-new-time'.
16633 (org-agenda-show-new-time): New argument PREFIX.
16634 (org-colgroup-info-to-vline-list): Fix but that cause a
16635 shift in the vertical lines.
16636 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
16637 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
16638 (org-indent-item): No arg in call to `org-fix-bullet-type'.
16639 (org-fix-bullet-type): Remove argument.
16640 (org-read-date): Check for am/pm twice, to catch the end time.
16641 (org-goto-map): Use `suppress-keymap'.
16642 (org-remember-apply-template): Respect the dynamically scoped
16643 selection character.
16644
16645 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16646
16647 * frame.el (frame-inherited-parameters): Remove unused `environment'
16648 parameter, and let server.el add `client' when needed.
16649
16650 * server.el (server-create-tty-frame)
16651 (server-create-window-system-frame): Set frame-inherited-parameters.
16652
16653 * frame.el (frame-inherited-parameters): New var.
16654 (make-frame): Use it.
16655
16656 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
16657
16658 * env.el (let-environment): Remove. Unused.
16659 (read-envvar-name): Simplify.
16660 (setenv): Remove unused arg `frame'.
16661
16662 * help-fns.el (describe-variable): Add missing " " for multiline
16663 obsolescence info and missing EOL after global value.
16664
16665 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16666
16667 * add-log.el:
16668 * ediff-vers.el:
16669 * log-view.el:
16670 * pcvs.el:
16671 * vc-arch.el:
16672 * vc-bzr.el:
16673 * vc-cvs.el:
16674 * vc.el:
16675 * vc-git.el:
16676 * vc-hg.el:
16677 * vc-hooks.el:
16678 * vc-mcvs.el:
16679 * vc-mtn.el:
16680 * vc-rcs.el:
16681 * vc-sccs.el:
16682 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
16683 {find,init,next,previous,annotate-*,log}-version ->
16684 {find,init,next,previous,annotate-*,log}-revision,
16685 annotate-focus-version -> annotate-working-revision, The term
16686 'focus' is gone. The term 'revision' is now used consistently
16687 everywhere that reference to a revision ID is intended, replacing
16688 older use of 'version'.
16689
16690 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
16691
16692 * follow.el: Change all instances of "Follow Mode" to "Follow
16693 mode" in docstrings and messages.
16694 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
16695
16696 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16697
16698 * vc.el (vc-next-action): Rewrite completely; this principal
16699 entry point now operates on a current fileset selected either
16700 explicitly via VC-Dired or implicitly by visiting a file buffer,
16701 rather than always operating on the file of the current buffer as
16702 in older versions. Rewrite the rest of the mode to match.
16703 (with-vc-properties): Rewrite to operate on a file list.
16704 (with-vc-file): vc-checkin takes a file list argument now.
16705 (vc-post-command-functions): This hook now receives a file list.
16706 (vc-do-command): Take a either a file or a file list as argument.
16707 (vc-deduce-fileset): New function for deducing a file list to
16708 operate on.
16709 (vc-next-action-on-file, vc-next-action-dired): Remove.
16710 Merge into vc-next-action.
16711 (vc-register): Adapt to the fact that vc-start-entry now takes a
16712 file list.
16713 (vc-register-with): New function.
16714 (vc-start-entry): Take a file list argument rather than a
16715 file argument.
16716 (vc-checkout): Cope with vc-start-entry taking a file list.
16717 (vc-steal-lock): Cope with with-vc-properties taking a
16718 file list.
16719 (vc-checkin): Take a file list argument rather than a file argument.
16720 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
16721 (vc-diff-internal): Rewrite for filesets.
16722 (vc-diff-sentinel): New function, tests whether changes were
16723 written into a diff buffer.
16724 (vc-diff): Rewrite for filesets.
16725 (vc-version-diff): Rewrite for filesets.
16726 (vc-print-log): Take a fileset argument.
16727 (vc-revert): Revert the entire selected fileset, not just the
16728 current buffer.
16729 (vc-rollback): Roll back the entire selected fileset, if
16730 possible. No longer accepts a prefix argument.
16731 (vc-update): Merge new changes for the entire selected
16732 fileset, not just the current buffer.
16733 (vc-revert-file): Cope with with-vc-properties taking a file list.
16734 (vc-default-dired-state-info): Add + status suffix if the file is
16735 modified.
16736 (vc-annotate-warp-version): Use the new diff machinery.
16737 (vc-log-edit): Take a file list argument rather than a file argument.
16738
16739 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
16740
16741 Sync with Tramp 2.1.11.
16742
16743 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
16744 Pacify byte compiler.
16745
16746 * net/trampver.el: Update release number.
16747
16748 2007-10-09 Richard Stallman <rms@gnu.org>
16749
16750 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
16751
16752 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16753
16754 * follow.el: Require easymenu.
16755 (follow-mode-hook, follow-mode): Doc fixes.
16756 (follow-mode-off-hook): Mark as obsolete.
16757
16758 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16759
16760 * window.el (mouse-autoselect-window-cancel): Don't cancel for
16761 select-window or select-frame events.
16762 (handle-select-window): When autoselecting window set input
16763 focus. Restructure.
16764
16765 * frame.el (focus-follows-mouse): Move to frame.c.
16766 * cus-start.el (all): Add focus-follows-mouse.
16767
16768 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16769
16770 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
16771 activate font-locking in the *buffer-selection* buffer.
16772 (bs-show-sorted): Doc fix.
16773
16774 * bs.el (bs--get-marked-string, bs--get-modified-string)
16775 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16776 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
16777 (bs--format-aux): Doc fix.
16778
16779 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
16780
16781 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
16782
16783 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16784
16785 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
16786 (gud-gdb): New function for old M-x gdb (text command mode).
16787 (gud-gdb-command-name, gdb): Move to...
16788
16789 * progmodes/gdb-ui.el: ...here and adapt doc string.
16790 (gud-gdba-command-name, gdba): Delete.
16791
16792 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16793
16794 * bs.el: Don't defvar `font-lock-verbose'.
16795 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
16796 (bs--get-file-name): Fix typos in docstrings.
16797 (bs--show-header): Use `dolist' instead of `mapcar'.
16798 (bs-mode): Set `show-trailing-whitespace' to nil.
16799 (bs-buffer-sort-function, bs-mouse-select-other-frame)
16800 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
16801 Doc fixes.
16802
16803 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
16804
16805 * progmodes/gud.el (pdb): Specify file for gud-break.
16806
16807 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16808
16809 * progmodes/gud.el (gdb): Make graphical mode the default and
16810 switch to text command mode if appropriate, i.e., reverse previous
16811 arrangement.
16812 (gud-gdb-marker-filter): Adapt for above change.
16813
16814 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
16815 gud-minor-mode and gud-marker-filter.
16816 (gdb-fullname-regexp): New variable.
16817 (gud-gdba-marker-filter): Use it to switch to text command
16818 mode if appropriate.
16819
16820 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16821
16822 * progmodes/gud.el (gud-display-line): Find source buffer even when
16823 GUD buffer has its own frame.
16824
16825 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16826
16827 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
16828
16829 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16830
16831 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
16832
16833 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16834
16835 * allout.el (allout-before-change-handler): Replace got-char by
16836 goto-char.
16837
16838 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16839
16840 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
16841 Used to try and automatically enabled smerge-mode in the presence of
16842 conflicts and to call `svn resolved' when the conflicts are gone.
16843 (vc-svn-parse-status): Remember the svn-specific status.
16844
16845 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16846
16847 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
16848 menu-bar-apropos-menu. All users changed.
16849 (menu-bar-help-menu): Change menu symbols to better match the text
16850 displayed by the menu.
16851
16852 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16853
16854 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
16855 #, @, : and ^.
16856
16857 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16858
16859 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
16860
16861 * log-view.el (log-view-mode-map): Likewise.
16862
16863 * diff-mode.el (diff-mode-shared-map): Likewise.
16864
16865 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16866
16867 * files.el (file-name-sans-versions): Also allow `A-Z'.
16868
16869 * vc.el: Mention all supported VC backends.
16870
16871 2007-10-08 Richard Stallman <rms@gnu.org>
16872
16873 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
16874 neighbouring buttons.
16875
16876 2007-10-08 Andreas Schwab <schwab@suse.de>
16877
16878 * files.el (file-name-sans-versions): Also allow `_'.
16879
16880 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16881
16882 * files.el (file-name-sans-versions): Allow - and a-z in version names.
16883
16884 * log-view.el (log-view-mode-map, log-view-mode-menu):
16885 Bind log-view-annotate-version.
16886 (log-view-beginning-of-defun, log-view-end-of-defun)
16887 (log-view-annotate-version): New functions.
16888 (log-view-mode): Use log-view-beginning-of-defun and
16889 log-view-end-of-defun.
16890
16891 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16892
16893 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
16894
16895 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16896
16897 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
16898 neighbouring buttons.
16899
16900 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16901 Recognize gcc's use of "note" for informational messages.
16902
16903 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16904
16905 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
16906 (css-mode): Update correspondingly.
16907
16908 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16909
16910 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
16911 Signed-off-by, Acked-by and Merge.
16912
16913 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16914
16915 * ediff-init.el (ediff-verbose-p): This var is not a constant.
16916
16917 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16918
16919 * vc-mtn.el: New file.
16920
16921 * vc-hooks.el (vc-handled-backends): Add Mtn.
16922
16923 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16924
16925 * files.el (find-file, find-file-other-window)
16926 (find-file-other-frame, find-file-existing, find-file-read-only)
16927 (find-file-read-only-other-window)
16928 (find-file-read-only-other-frame)
16929 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
16930
16931 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16932
16933 * progmodes/gud.el (gdb-ready): New variable.
16934 (gdb): Set it to nil. Set gud-running to nil here...
16935 (gud-common-init): ...instead of here.
16936
16937 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
16938 Use gdb-ready. Discard input until GDB is ready to accept it.
16939
16940 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16941
16942 * dired.el (dired-warning): Inherit from font-lock-warning-face to
16943 make it show up with eight colors.
16944
16945 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16946
16947 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
16948 diffs are concatenated with no intervening line.
16949
16950 2007-10-08 Dave Love <fx@gnu.org>
16951
16952 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
16953 (python-font-lock-keywords): Update to the 2.5 version of the language.
16954 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
16955 (python-backspace): Only behave funny in code.
16956 (python-compilation-regexp-alist): Add PDB stack trace regexp.
16957 (inferior-python-mode): Add PDB prompt regexp.
16958 (python-fill-paragraph): Refine the fenced-string regexp.
16959 (python-find-imports): Handle imports spanning several lines.
16960 (python-mode): Add `class' to hideshow support.
16961
16962 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16963
16964 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16965 Use add-log-buffer-file-name-function rather than binding
16966 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
16967 when `fi' is the ChangeLog file itself.
16968
16969 * outline.el (outline-flag-region): Use front-advance.
16970
16971 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
16972
16973 * progmodes/cperl-mode.el: Merge upstream 5.23.
16974 (cperl-where-am-i): Remove function.
16975 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
16976 (cperl-sniff-for-indent): De-invert [string] and [comment].
16977 When looking for label, skip s:m:y:tr.
16978 (cperl-indent-line): Likewise.
16979 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
16980 (cperl-windowed-init): Wrong `ps-print' handling.
16981 Both thanks to Chong Yidong.
16982 (cperl-look-at-leading-count): Could fail with unfinished RExen.
16983 (cperl-find-pods-heres): If the second part of s()[] is missing,
16984 don't try to highlight delimiters...
16985
16986 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16987
16988 * progmodes/compile.el (compilation-get-file-structure): Complete last
16989 change by also using spec-directory in the puthash.
16990
16991 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
16992
16993 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
16994 (vc-bzr-status): Fix shadowing of variable 'status'.
16995 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
16996 Use `expand-file-name' instead of `concat'.
16997 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
16998 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
16999
17000 2007-10-08 Jason Rumney <jasonr@gnu.org>
17001
17002 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
17003
17004 2007-10-08 Richard Stallman <rms@gnu.org>
17005
17006 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
17007 Add `safe-local-variable' property.
17008 (lisp-body-indent): Likewise.
17009
17010 2007-10-08 Richard Stallman <rms@gnu.org>
17011
17012 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
17013 Add doc string.
17014
17015 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17016
17017 * files.el (backup-buffer-copy): Try to overwrite old backup first.
17018
17019 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17020
17021 * repeat.el (repeat): Use last-repeatable-command instead of
17022 real-last-command. Run pre- and post-command hooks for
17023 self-insertion. Update doc-string.
17024
17025 2007-10-08 Alexandre Julliard <julliard@winehq.org>
17026
17027 * vc-git.el (vc-git-state): Call git-add --refresh to update the
17028 state of the file.
17029 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
17030 (vc-git-create-repo): Fix invalid command.
17031
17032 2007-10-08 Richard Stallman <rms@gnu.org>
17033
17034 * textmodes/flyspell.el (flyspell-mode):
17035 Catch errors in flyspell-mode-on.
17036
17037 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
17038
17039 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
17040
17041 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17042
17043 * international/encoded-kb.el (encoded-kbd-setup-display):
17044 Use input-decode-map rather than local-key-translation-map.
17045
17046 * term/rxvt.el (rxvt-alternatives-map): New map.
17047 (terminal-init-rxvt): Use it.
17048 Bind rxvt-function-map in input-decode-map.
17049
17050 * term/xterm.el (xterm-alternatives-map): New map.
17051 (terminal-init-xterm): Use it.
17052 Bind xterm-function-map in input-decode-map.
17053
17054 * term/x-win.el (x-alternatives-map): New var.
17055 (x-setup-function-keys): Use it.
17056
17057 * help-fns.el (describe-variable): Slightly change the layout of
17058 meta-info to separate it better from the docstring.
17059 Standardize insertion of extra empty lines in various circumstances.
17060
17061 * diff-mode.el (diff-hunk-style): New fun.
17062 (diff-end-of-hunk): Use it.
17063 (diff-context->unified): Use the new `apply' undo element,
17064 if applicable, so as to save undo-log space.
17065 (diff-fine-change): New face.
17066 (diff-fine-highlight-preproc): New function.
17067 (diff-fine-highlight): New command.
17068 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
17069
17070 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
17071 (smerge-refine-highlight-change): Add `props' argument.
17072 (smerge-refine-subst): New function holding most of smerge-refine.
17073 (smerge-refine): Use it.
17074
17075 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
17076
17077 * vc.el (vc-default-wash-log): Remove unused code, the
17078 log washers all live in the backends now.
17079 (vc-default-comment-history): Correct for the fact
17080 that wash-log is argumentless in the new API.
17081
17082 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
17083
17084 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
17085 (tramp-maybe-send-script): Apply `member' but `memq'.
17086 (tramp-advice-file-expand-wildcards): Simplify implementation.
17087
17088 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17089
17090 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
17091
17092 * mb-depth.el (minibuf-depth-indicator-function): New variable.
17093 (minibuf-depth-setup-minibuffer): Use it.
17094
17095 2007-10-07 Glenn Morris <rgm@gnu.org>
17096
17097 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
17098 version numbers.
17099
17100 2007-10-06 Juri Linkov <juri@jurta.org>
17101
17102 * textmodes/fill.el (fill-paragraph-or-region): New function.
17103
17104 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
17105 instead of fill-paragraph.
17106
17107 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
17108 with fill-paragraph-or-region. Suspend command is now the same
17109 `suspend-frame' on window systems and on tty.
17110
17111 * image.el (image-type): Check if image-types is bound to not fail
17112 on tty.
17113
17114 * delsel.el (delete-selection-pre-hook):
17115 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17116 is fbound to not fail on mouseless tty.
17117
17118 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
17119
17120 * net/tramp.el (top): Move loading of tramp-util.el and
17121 tramp-vc.el to tramp-compat.el.
17122 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
17123 temporary file if possible, in order to avoid a security hole.
17124 (tramp-do-copy-or-rename-file-out-of-band)
17125 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
17126 with DONT-CREATE, because the connection is not setup yet.
17127 (tramp-handle-process-file): Rewrite temporary file handling.
17128 (tramp-completion-mode): New defvar.
17129 (tramp-completion-mode-p): Use it.
17130
17131 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
17132
17133 * net/tramp-fish.el (tramp-fish-handle-process-file):
17134 Rewrite temporary file handling.
17135
17136 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
17137
17138 * vc.el: Workfile version -> focus version change. Port various
17139 comments from new VC to reduce the noise in the diff.
17140 Patch in the new vc-create-repo function to go with the
17141 header comment about it already present.
17142 There are no changes to existing logic in this patch.
17143 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
17144
17145 2007-10-06 Aaron Hawley <aaronh@garden.org>
17146
17147 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
17148
17149 2007-10-05 Chris Moore <dooglus@gmail.com>
17150
17151 * server.el (server-kill-new-buffers): Doc fix.
17152
17153 2007-10-05 John W. Eaton <jwe@octave.org>
17154
17155 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
17156 (octave-begin-keywords): Add "do".
17157 (octave-end-keywords): Remove "end".
17158 (octave-reserved-words): Add "end". Remove "all_va_args",
17159 "gplot", and 'gsplot".
17160 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
17161 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
17162 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
17163 "default_return_value", "define_all_return_values",
17164 "do_fortran_indexing", "empty_list_elements_ok",
17165 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
17166 "ok_to_lose_imaginary_part", "prefer_column_vectors",
17167 "prefer_zero_one_indexing", "propagate_empty_matrices",
17168 "resize_on_range_error", "treat_neg_dim_as_zero",
17169 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
17170 "warn_divide_by_zero", "warn_function_name_clash",
17171 "warn_missing_semicolon", "whitespace_in_literal_matrix".
17172 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
17173 "crash_dumps_octave_core", "sighup_dumps_octave_core",
17174 "sigterm_dumps_octave_core".
17175 (octave-block-match-alist): Remove "end" from block-end keywords.
17176 (octave-mode): Update ftp site address.
17177
17178 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17179
17180 * vc.el: Reorder functions, no code changes.
17181
17182 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
17183
17184 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
17185 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
17186 the cond clauses where needed.
17187 (tramp-handle-write-region): Rearrange code for proper handling of
17188 tmpfile.
17189
17190 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
17191
17192 * net/tramp.el:
17193 * net/tramp-fish.el:
17194 * net/tramp-ftp.el:
17195 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
17196 `tramp-compat-make-temp-file'.
17197
17198 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
17199
17200 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
17201
17202 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17203
17204 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
17205 already uses a more recent copyright version than the "current" one.
17206
17207 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
17208
17209 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
17210 (doc-view-insert-image): Minor aesthetical docstring changes.
17211
17212 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
17213
17214 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
17215 completing filename.
17216 (doc-view-search-internal): Docstring change.
17217
17218 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
17219
17220 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
17221 (tramp-file-name-handler-alist):
17222 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
17223 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
17224 used before, creates the file already, which is not desired.
17225 (tramp-do-copy-or-rename-file-directly): Simplify handling of
17226 temporary file.
17227 (tramp-handle-insert-file-contents): Assign the result in the
17228 short track case.
17229 (tramp-handle-insert-file-contents-literally): New defun.
17230 (tramp-completion-mode-p): Revert change from 2007-09-24.
17231 Checking for `return' etc as last character is not sufficient, for
17232 example in dired-mode when entering <g> (revert-buffer) or
17233 <s> (dired-sort).
17234
17235 * net/tramp-compat.el (top): Add also compatibility code for loading
17236 appropriate timer package.
17237 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
17238 order to avoid autoloading problems.
17239
17240 * net/tramp-fish.el:
17241 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
17242
17243 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
17244 where the second parameter of `copy-file' or `rename-file' is a
17245 remote file but not via ftp.
17246
17247 2007-10-02 Richard Stallman <rms@gnu.org>
17248
17249 * frame.el (cursor-in-non-selected-windows): Doc fix.
17250
17251 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17252
17253 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
17254 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
17255
17256 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
17257
17258 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
17259 when `expt' doesn't give range errors.
17260
17261 2007-10-01 Markus Triska <markus.triska@gmx.at>
17262
17263 * calc/calc-math.el (math-smallest-emacs-expt):
17264 Make the computation more robust.
17265
17266 2007-09-30 David Kastrup <dak@gnu.org>
17267
17268 * startup.el (argv): Alias for `command-line-args-left' to use as
17269 `(pop argv)' inside of --eval command sequences. Allows for
17270 passing shell commands into Emacs verbatim without need for Lisp
17271 quoting.
17272
17273 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
17274 check only for changed size.
17275 (auto-revert-tail-handler): Get size from caller. If the file has
17276 shrunk, tail the whole file again (the file presumably has been
17277 rewritten).
17278
17279 * woman.el (woman-topic-all-completions, woman-mini-help):
17280 Fix fallout from 2007-09-07 introduction of `dolist' when the list
17281 actually was being manipulated in the loop.
17282 (woman-Cyg-to-Win, woman-pre-process-region)
17283 (woman-horizontal-escapes, woman-if-body, woman-unescape)
17284 (woman-strings, woman-special-characters, woman1-hc)
17285 (woman-change-fonts, woman-find-next-control-line):
17286 Use `match-beginning' rather than `match-string' when the result is
17287 just used as a flag.
17288
17289 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
17290
17291 * net/tramp-compat.el: New file.
17292
17293 * net/tramp.el:
17294 * net/tramp-fish.el:
17295 * net/tramp-smb.el:
17296 * net/tramp-uu.el:
17297 * net/trampver.el: Move compatibility code to tramp-compat.el.
17298 Apply `mapc' instead of `mapcar' when the code needs side effects
17299 only. Move utf-8 coding cookie to the second line.
17300
17301 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
17302
17303 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
17304 Improve custom type.
17305 (icon-map-list): Make it customizable. Document how to disable
17306 stock icons.
17307
17308 2007-09-30 Richard Stallman <rms@gnu.org>
17309
17310 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
17311
17312 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17313
17314 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
17315 (t-mouse-mode): New compatibility alias.
17316
17317 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
17318
17319 * server.el (server-delete-client): Only delete the terminal if it
17320 is non-nil.
17321
17322 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
17323
17324 * net/tramp.el (with-file-property, with-connection-property):
17325 Highlight as keyword.
17326 (tramp-rfn-eshadow-setup-minibuffer)
17327 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
17328 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
17329 (tramp-do-copy-or-rename-file-directly)
17330 (tramp-do-copy-or-rename-file-out-of-band)
17331 (tramp-handle-shell-command, tramp-get-debug-buffer)
17332 (tramp-send-command-and-read, tramp-equal-remote)
17333 (tramp-get-local-gid): Pacify byte-compiler.
17334 (tramp-handle-file-name-directory): Result shall not be expanded.
17335 (tramp-find-foreign-file-name-handler): Rewrite.
17336 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
17337
17338 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
17339
17340 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
17341 Apply `tramp-completion-mode-p'.
17342 (tramp-fish-handle-set-file-times)
17343 (tramp-fish-handle-executable-find)
17344 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
17345 (tramp-fish-retrieve-data): Pacify byte-compiler.
17346
17347 * net/tramp-gw.el (tramp-gw-basic-authentication):
17348 Call `tramp-read-passwd' with first parameter `nil'.
17349
17350 2007-09-28 Glenn Morris <rgm@gnu.org>
17351
17352 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
17353 than mapcar.
17354
17355 * textmodes/tex-mode.el (tex-suscript-height-ratio)
17356 (tex-suscript-height-minimum): New customizable variables.
17357 (tex-suscript-height): New function.
17358 (superscript, subscript): Set height using tex-suscript-height
17359 rather than fixing at 0.8.
17360 (tex-fontify-script, tex-font-script-display): Add :version tag.
17361
17362 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
17363
17364 * progmodes/python.el (python-eldoc-function): Doc fix.
17365
17366 2007-09-27 Glenn Morris <rgm@gnu.org>
17367
17368 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
17369 image if it is not in image-type-auto-detectable, or is there with
17370 a nil value.
17371
17372 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
17373
17374 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
17375 connection more robust.
17376
17377 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17378
17379 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
17380 Deal with the case that special &keywords are at the beginning or
17381 end of the argument list. Also add some (incomplete) support for
17382 non-standard arglists.
17383
17384 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17385
17386 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
17387 (eldoc-message-commands, eldoc-current-idle-delay)
17388 (eldoc-function-argstring-format): Fix typos in docstrings.
17389
17390 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
17391
17392 * calc/calc-units.el (calc-convert-units)
17393 (calc-convert-temperature): Remove unnecessary colons.
17394
17395 2007-09-26 Bastien Guerry <bzg@altern.org>
17396
17397 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
17398 New function.
17399 (org-export-latex-remove-from-headlines): Name changed because of typo.
17400 (org-export-latex-quotation-marks-convention): Option removed.
17401 (org-export-latex-make-preamble): Handle the DATE option.
17402 (org-export-latex-cleaned-string): Now the only cleaning function,
17403 synched up with org.el.
17404 (org-export-latex-lists, org-export-latex-parse-list)
17405 (org-export-list-to-latex): New functions.
17406
17407 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
17408
17409 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
17410 (org-outline-regexp): New constant.
17411 (org-remember-handler): Throw error when the target file is not in
17412 org-mode.
17413 (org-cleaned-string-for-export): No longer call
17414 `org-export-latex-cleaned-string' with an argument.
17415 (org-get-tags): Returns now a list, not a string.
17416 (org-get-tags-string): New function.
17417 (org-archive-subtree): No need to split return of `org-get-tags'.
17418 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
17419 instead of `org-get-tags'.
17420 (org-agenda-format-date): Rename from `org-agenda-date-format'.
17421 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
17422 (org-compatible-face): New argument INHERITS. Inherit from this
17423 face if possible.
17424 (org-level-1, org-level-2, org-level-3, org-level-4)
17425 (org-level-5, org-level-6, org-level-7, org-level-8)
17426 (org-special-keyword, org-drawer, org-column, org-warning)
17427 (org-archived, org-todo, org-done, org-headline-done, org-table)
17428 (org-formula, org-code, org-agenda-structure)
17429 (org-scheduled-today, org-scheduled-previously)
17430 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
17431 in the new way.
17432 (org-get-heading): New argument NO-TAGS.
17433 (org-fast-tag-selection-include-todo): Made defvar instead of
17434 defcustom, feature is not deprecated.
17435 (org-remember-store-without-prompt): New default value t.
17436 (org-todo-log-states): New variable.
17437 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
17438 Compute the log states.
17439 (org-goto-map): More commands copied from global map. Also bind
17440 `org-occur'.
17441 (org-goto): Made into a general lookup command.
17442 (org-get-location): Complete rewrite.
17443 (org-goto-exit-command): New variable.
17444 (org-goto-selected-point): New variable.
17445 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
17446 Set the new variables.
17447 (org-paste-subtree): Whitespace insertion strategy revised.
17448 (org-remember-apply-template): Protect v-A from the possibility
17449 that v-a might be nil.
17450 (org-remember-handler): Insertion rules revised.
17451 (org-todo): Respect org-todo-log-states.
17452 (org-up-heading-safe): New function.
17453 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
17454
17455 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
17456
17457 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
17458 region if in transient-mark-mode.
17459
17460 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17461
17462 * calc/calc-ext.el (calc-init-extensions, calc-reset):
17463 * calc/calc-help.el (calc-full-help):
17464 * calc/calc-misc.el (another-calc):
17465 * calc/calc-store.el (calc-var-name-map):
17466 * calc/calc-stuff.el (calc-flush-caches):
17467 * calc/calc-units.el (math-build-units-table):
17468 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
17469 (calc-quit):
17470 * calendar/icalendar.el (icalendar--format-ical-event)
17471 (icalendar--convert-ical-to-diary):
17472 * emacs-lisp/authors.el (authors):
17473 * emacs-lisp/cust-print.el (custom-print-install)
17474 (custom-print-uninstall):
17475 * emacs-lisp/disass.el (disassemble-1):
17476 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
17477 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
17478 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
17479 (elint-check-let-form, elint-check-condition-case-form)
17480 (elint-initialize):
17481 * emacs-lisp/elp.el (elp-results):
17482 * emacs-lisp/generic.el (generic-mode-internal):
17483 * emacs-lisp/re-builder.el (reb-delete-overlays):
17484 * emacs-lisp/regi.el (regi-interpret):
17485 * emacs-lisp/sregex.el (sregex--char-aux):
17486 * emulation/cua-rect.el (cua--deactivate-rectangle)
17487 (cua--highlight-rectangle, cua--rectangle-post-command):
17488 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
17489 * emulation/viper-macs.el (viper-describe-kbd-macros)
17490 (viper-describe-one-macro):
17491 * emulation/viper-util.el (viper-setup-master-buffer):
17492 * emulation/viper.el (set-viper-state-in-major-mode):
17493 * international/mule-diag.el (describe-current-coding-system):
17494 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
17495 * mail/emacsbug.el (report-emacs-bug):
17496 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
17497 * obsolete/hilit19.el (hilit-unhighlight-region)
17498 (hilit-set-mode-patterns):
17499 * play/solitaire.el (solitaire-check, solitaire-solve):
17500 * play/zone.el (zone-pgm-rotate):
17501 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
17502 * progmodes/ada-prj.el (ada-prj-display-page):
17503 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
17504 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
17505 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
17506 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
17507 * progmodes/sh-script.el (sh-make-vars-local)
17508 (sh-reset-indent-vars-to-global-values):
17509 * progmodes/sql.el (top):
17510 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
17511 * progmodes/xscheme.el (top):
17512 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
17513 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
17514 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
17515 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
17516 (artist-submit-bug-report):
17517 * textmodes/flyspell.el (flyspell-delay-commands)
17518 (flyspell-deplacement-commands):
17519 * textmodes/table.el (table--generate-source-epilogue, table-insert)
17520 (table--generate-source-cells-in-a-row, table--make-cell-map)
17521 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
17522
17523 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
17524
17525 * allout.el (produce-allout-mode-map, allout-process-exposed):
17526 * ansi-color.el (ansi-color-make-color-map):
17527 * autoinsert.el (auto-insert):
17528 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
17529 * dired-aux.el (dired-create-files):
17530 * dired.el (dired-restore-desktop-buffer):
17531 * ediff-diff.el (ediff-setup-fine-diff-regions):
17532 * ediff-mult.el (ediff-intersect-directories)
17533 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
17534 (ediff-redraw-registry-buffer):
17535 * ediff-ptch.el (ediff-fixup-patch-map):
17536 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
17537 (ediff-really-quit, ediff-clear-diff-vector):
17538 * emerge.el (emerge-really-quit):
17539 * ffap.el (ffap-replace-file-component):
17540 * filecache.el (file-cache-add-directory)
17541 (file-cache-add-directory-recursively)
17542 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
17543 (file-cache-delete-directory, file-cache-files-matching-internal)
17544 (file-cache-display):
17545 * files.el (cd):
17546 * find-lisp.el (find-lisp-insert-directory):
17547 * finder.el (finder-compile-keywords):
17548 * help.el (view-emacs-news):
17549 * hi-lock.el (hi-lock-write-interactive-patterns):
17550 * ido.el (ido-to-end, ido-set-matches-1):
17551 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
17552 (image-dired-mark-tagged-files):
17553 * jka-cmpr-hook.el (jka-compr-get-compression-info):
17554 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
17555 * ps-print.el (ps-background, ps-begin-file)
17556 (ps-build-reference-face-lists):
17557 * simple.el (clone-buffer):
17558 * startup.el (command-line):
17559 * tempo.el (tempo-insert-template, tempo-is-user-element)
17560 (tempo-forward-mark, tempo-backward-mark):
17561 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
17562
17563 2007-09-25 Glenn Morris <rgm@gnu.org>
17564
17565 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
17566
17567 * view.el (view-search-no-match-lines): Add a doc string.
17568 Rewrite to simplify and work better.
17569
17570 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17571
17572 * progmodes/cc-mode.el (c-mode-base-map):
17573 Use c-indent-line-or-region instead of c-indent-line.
17574
17575 * indent.el (indent-for-tab-command): First check if the region is
17576 active.
17577
17578 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
17579
17580 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
17581 whitespace-rescan-timer-time is 0.
17582
17583 2007-09-24 Karl Berry <karl@gnu.org>
17584
17585 * international/mule.el (coding-system-base): Fix doc string grammar.
17586
17587 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
17588
17589 * net/tramp.el (tramp-completion-mode-p): Rename from
17590 `tramp-completion-mode'. Revert logic, check `return', `newline'
17591 and such alike. Packages like Icicles tend to use other completion
17592 characters but `tab' and `space' only.
17593
17594 2007-09-24 Adam Hupp <adam@hupp.org>
17595
17596 * progmodes/python.el (run-python): Import emacs module without
17597 waiting; prevents lockup on error.
17598
17599 2007-09-23 Richard Stallman <rms@gnu.org>
17600
17601 * mail/sendmail.el (mail-bury): Delete the frame
17602 if this frame looks like it was made for this message.
17603
17604 * completion.el (completion-separator-self-insert-command)
17605 (completion-separator-self-insert-autofilling):
17606 If `self-insert-command' has been remapped, use the substitute.
17607
17608 * simple.el (copy-region-as-kill): Doc fix.
17609
17610 * textmodes/org.el (org-confirm-shell-link-function)
17611 (org-confirm-elisp-link-function): Doc fixes.
17612
17613 2007-09-23 Glenn Morris <rgm@gnu.org>
17614
17615 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
17616
17617 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
17618
17619 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
17620
17621 * term/tvi970.el (terminal-init-tvi970): Likewise.
17622
17623 * term/sun-mouse.el (print-mouse-format): Likewise.
17624
17625 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
17626 Use forward-line instead of previous-line and next-line.
17627
17628 2007-09-22 Juri Linkov <juri@jurta.org>
17629
17630 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
17631
17632 * tutorial.el (tutorial--default-keys): Update standard bindings:
17633 rename `iconify-or-deiconify-frame' to `suspend-frame',
17634 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
17635
17636 2007-09-22 Juri Linkov <juri@jurta.org>
17637
17638 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
17639 Add help-echo to external links and to links without description.
17640 (fancy-splash-insert): Use help-echo from the 3rd element of the
17641 link specification list, or "Follow this link" if it's nil. Doc fix.
17642
17643 2007-09-22 Juri Linkov <juri@jurta.org>
17644
17645 * startup.el (command-line): Rename `inhibit-startup-message' to
17646 `inhibit-startup-screen'.
17647 (fancy-about-text): Use shorter label for "Ordering Manuals".
17648 (fancy-startup-tail): Add optional arg `concise'. When `concise'
17649 is nil, display a line with "To start..." and 3 links to useful
17650 tasks. Display the "Dismiss" button and "Don't show this message
17651 again" only when concise is non-nil.
17652 (fancy-startup-screen): Call `fancy-startup-tail' with optional
17653 arg `concise'. If CONCISE is non-nil, display a concise version
17654 of the splash screen in another window. Otherwise, switch to the
17655 startup buffer in the same window.
17656 (startup-echo-area-message): Change displayed binding from
17657 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
17658 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
17659 the GNU system".
17660 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
17661 to "*GNU Emacs*".
17662 (display-about-screen): Don't check the existence of the buffer
17663 "*About GNU Emacs*".
17664 (display-splash-screen): Make alias to `display-startup-screen'.
17665 (command-line-1): Rename `inhibit-startup-message' to
17666 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
17667 started with command line options "-f", "-funcall", "-e", "-eval",
17668 "-execute", "-insert", "-find-file", "-file", "-visit".
17669 Inhibit startup screen when Emacs is started with a file name only
17670 on tty (i.e. don't inhibit it when started with a file name like
17671 "emacs FILE..." on a window system).
17672 (command-line-1): Simplify logic of displaying the startup screen:
17673 if file-count > 0, then display the concise version in another
17674 window, otherwise display full version in the same window.
17675
17676 * help.el (help-map): Bind C-h C-a to about-emacs.
17677 (help-for-help-internal): Add C-a description to C-h help text.
17678
17679 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
17680
17681 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
17682 (checkdoc-permit-comma-termination-flag): Autoload the
17683 safe-local-variable setting.
17684
17685 * bookmark.el (bookmark-xemacsp): Remove.
17686 (bookmark-make): Don't use bookmark-xemacsp,
17687 use (featurep 'xemacs) instead.
17688
17689 * speedbar.el (speedbar-frame-mode)
17690 (speedbar-frame-reposition-smartly)
17691 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
17692 (speedbar-check-vc): Remove use of non-existent variable
17693 dframe-xemacsp, use (featurep 'xemacs) instead.
17694
17695 * indent.el (indent-for-tab-command): Indent the region if
17696 transient-mark-mode and the region is active.
17697
17698 2007-09-21 Francesco Potortì <pot@gnu.org>
17699
17700 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17701 add inferior-octave-directory-tracker to the buffer-local value
17702 of comint-input-filter-functions.
17703
17704 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17705
17706 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17707
17708 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
17709
17710 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
17711 on w32 frames.
17712
17713 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17714
17715 * startup.el (normal-top-level): Remove DISPLAY from
17716 process-environment to let it be computed dynamically in callproc.c.
17717
17718 * frame.el (frame-initialize, make-frame):
17719 * faces.el (tty-set-up-initial-frame-faces):
17720 * env.el (setenv): Don't set display-environment-variable.
17721
17722 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
17723 (server-create-tty-frame): Don't set unused `tty' property.
17724 Set `display' instead of display-environment-variable.
17725 (server-create-window-system-frame): No display-environment-variable.
17726
17727 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
17728
17729 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
17730 (rfn-eshadow-update-overlay-hook): New defvars.
17731 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
17732 Run the hooks.
17733
17734 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
17735 (tramp-rfn-eshadow-setup-minibuffer)
17736 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
17737 rfn-eshadow.el.
17738
17739 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
17740 timeout.
17741
17742 2007-09-21 Glenn Morris <rgm@gnu.org>
17743
17744 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
17745 * term/sun-mouse.el (suspend-emacstool): Remove.
17746 * term/sun.el: Remove emacstool-related code.
17747
17748 * emacs-lisp/bytecomp.el (byte-compile-warnings)
17749 (byte-compile-warnings-safe-p): Add `mapcar'.
17750 (byte-compile-warning-types): Add mapcar and make-local.
17751 (byte-compile-normal-call): Add option to suppress mapcar warning.
17752 (top-level): Use mapc rather than mapcar in eval-when-compile.
17753
17754 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
17755 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
17756 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
17757 Handle escaped parens.
17758 (latex-forward-sexp): Doc fix.
17759
17760 * eshell/esh-mode.el (eshell-output-filter-functions):
17761 Add eshell-postoutput-scroll-to-bottom.
17762
17763 * loadup.el: Remove termdev.
17764
17765 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
17766 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
17767
17768 2007-09-21 Markus Triska <markus.triska@gmx.at>
17769
17770 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
17771 `mapcar' is called for effect.
17772
17773 2007-09-21 Kevin Ryde <user42@zip.com.au>
17774
17775 * international/mule.el (sgml-html-meta-auto-coding-function):
17776 Bind `case-fold-search' to t.
17777
17778 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17779
17780 * termdev.el: Remove.
17781
17782 * frame.el (get-device-terminal): New function. Moved from termdev.el.
17783 (frames-on-display-list): Use it.
17784
17785 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
17786
17787 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
17788
17789 2007-09-20 Richard Stallman <rms@gnu.org>
17790
17791 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
17792
17793 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17794
17795 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
17796
17797 2007-09-20 Glenn Morris <rgm@gnu.org>
17798
17799 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
17800 motion functions, rather than hard-coding "\n\n".
17801 (tex-validate-region): Check for eobp, to speed up.
17802 (tex-next-unmatched-end): Doc fix.
17803
17804 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17805
17806 * files.el (auto-mode-alist): Use archive-mode for .rar files.
17807
17808 * international/mule.el (auto-coding-alist): Rar archives are binary.
17809
17810 * arc-mode.el: Add basic support for Rar.
17811 (archive-find-type): Recognize Rar's signature.
17812 (archive-desummarize): New fun.
17813 (archive-summarize): Use it to restore the buffer's data in case
17814 someone wants to switch to some other major mode.
17815 (archive-resummarize): Use it as well.
17816 (archive-rar-summarize, archive-rar-extract): New functions.
17817
17818 * filesets.el: Remove spurious * in docstrings.
17819 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
17820 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
17821 (filesets-ingroup-collect): Remove unused arg `depth'.
17822 (filesets-update): Remove unused arg `version'.
17823
17824 * finder.el (finder-compile-keywords): Fix up comment style.
17825 (finder-mouse-face-on-line): previous-line -> forward-line.
17826
17827 * recentf.el: Remove spurious * in docstrings.
17828 (recentf-save-list): Fix up comment style.
17829
17830 * progmodes/octave-mod.el: Remove spurious * in docstrings.
17831 (octave-mode-map): Move init into declaration and remove \t binding.
17832 (octave-mode-startup-message): Remove unused var.
17833 (octave-scan-blocks): Remove unused arg `from'.
17834 (octave-forward-block, octave-down-block, octave-up-block):
17835 Update callers.
17836
17837 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
17838 (meta-mode-map): Likewise and remove \t binding.
17839
17840 * net/snmp-mode.el: Remove spurious * in docstrings.
17841 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
17842 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
17843 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
17844 that completion accepts lists of strings.
17845 (snmp-mode-syntax-table): Move initialization into declaration.
17846 (snmp-mode-map): Likewise and remove \t binding.
17847 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
17848 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
17849 (snmp-indent-command): Remove.
17850
17851 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
17852 binding, so tab-always-indent works right.
17853
17854 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
17855
17856 * net/browse-url.el (browse-url-elinks-new-window): New function.
17857 (browse-url-elinks): Use browse-url-elinks-new-window.
17858 Accept optional second argument `new-window'. Fix typo in doc-string.
17859 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
17860 Improve error message.
17861
17862 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
17863
17864 * net/browse-url.el (browse-url-url-encode-chars): Use the right
17865 parameter name in the function body.
17866 Reported by Johannes Weiner.
17867
17868 2007-09-19 Glenn Morris <rgm@gnu.org>
17869
17870 * net/socks.el (socks-open-network-stream): Signal an explicit
17871 error if the port associated with a service string can't be found.
17872
17873 * textmodes/tex-mode.el (tex-terminate-paragraph):
17874 Use backward-paragraph.
17875
17876 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17877
17878 * server.el (server-running-p): New function.
17879
17880 2007-09-18 Jason Rumney <jasonr@gnu.org>
17881
17882 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
17883 x-focus-frame.
17884
17885 * frame.el (select-frame-set-input-focus, select-frame-by-name):
17886 Use x-focus-frame for w32.
17887
17888 2007-09-17 David Kastrup <dak@gnu.org>
17889
17890 * textmodes/tex-mode.el (tex-verbatim-environments):
17891 Eliminate CL dependency.
17892
17893 2007-09-17 Richard Stallman <rms@gnu.org>
17894
17895 * newcomment.el (comment-add): New arg EXTRA.
17896 (comment-region-default): Pass EXTRA if not indenting lines.
17897
17898 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
17899
17900 * net/browse-url.el (browse-url-url-encode-chars): New function.
17901 URL-encode some chars in a string.
17902 (browse-url-encode-url): Rewrite using the previous function.
17903 (browse-url-file-url): Use `browse-url-url-encode-chars'.
17904 (browse-url-elinks-sentinel): Fix typo.
17905 (browse-url-new-window-flag): Doc change.
17906
17907 2007-09-17 Glenn Morris <rgm@gnu.org>
17908
17909 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
17910 filename from `--file-line-error', if it is available.
17911
17912 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17913
17914 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
17915 TeX `--file-line-error' format.
17916
17917 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17918
17919 * xt-mouse.el: Delete add-hook calls that were moved to
17920 xterm-mouse-mode.
17921 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
17922 does not work.
17923
17924 2007-09-17 Richard Stallman <rms@gnu.org>
17925
17926 * cus-face.el (custom-theme-set-faces): Undo previous change.
17927
17928 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
17929
17930 2007-09-17 Glenn Morris <rgm@gnu.org>
17931
17932 * textmodes/tex-mode.el (tex-region): Simplify previous change,
17933 handling the case where the region is not in `tex-main-file'.
17934 (tex-region-1): Delete.
17935 (tex-region-header): New function, doing the header part of the
17936 old tex-region-1.
17937
17938 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17939
17940 * simple.el (newline): Simplify use of prefix-numeric-value.
17941 (line-move-partial): Remove unused var `ppos'.
17942 (line-move-1): Replace 9999 with most-positive-fixnum.
17943 (move-end-of-line): Use more efficient single-property search.
17944 (move-beginning-of-line): Remove unused var `start'.
17945 (blink-matching-open): Restructure in a more functional style.
17946
17947 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
17948
17949 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
17950
17951 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17952
17953 * server.el (server-clients): Only keep procs, no properties any more.
17954 (server-client): Remove.
17955 (server-client-get, server-client-set): Remove, replace all callers by
17956 process-get and process-put resp.
17957 (server-clients-with, server-add-client, server-delete-client)
17958 (server-create-tty-frame, server-create-window-system-frame)
17959 (server-process-filter, server-execute, server-visit-files)
17960 (server-buffer-done, server-kill-buffer-query-function)
17961 (server-kill-emacs-query-function, server-switch-buffer)
17962 (server-save-buffers-kill-terminal): Update accordingly.
17963
17964 * server.el (server-with-environment): Simplify.
17965 (server-select-display, server-unselect-display): Re-add functions that
17966 seem to have been lost in the multi-tty merge.
17967 (server-eval-and-print, server-create-tty-frame)
17968 (server-create-window-system-frame, server-goto-toplevel)
17969 (server-execute, server-return-error): New functions extracted from
17970 server-process-filter.
17971 (server-execute-continuation): New functions.
17972 (server-process-filter): Restructure so that all arguments are analysed
17973 first and then acted upon in a subsequent stage. This way
17974 server-goto-toplevel can be executed later, when we know if
17975 it's necessary.
17976 Remove the "-version" and "-version-good" support.
17977
17978 2007-09-16 Drew Adams <drew.adams@oracle.com>
17979
17980 * cus-edit.el (custom-face-edit-activate): Doc fix.
17981
17982 2007-09-16 Glenn Morris <rgm@gnu.org>
17983
17984 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
17985 Following cal-bahai renaming, update all instances of
17986 list-bahai-diary-entries to diary-bahai-list-entries,
17987 mark-bahai-diary-entries to diary-bahai-mark-entries,
17988 calendar-goto-bahai-date to calendar-bahai-goto-date,
17989 insert-bahai-diary-entry to diary-bahai-insert-entry,
17990 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
17991 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
17992 calendar-print-bahai-date to calendar-bahai-print-date.
17993
17994 * textmodes/tex-mode.el (tex-region): Handle the case where the
17995 region is not in `tex-main-file'. Move the old code that applies
17996 to both cases...
17997 (tex-region-1): ...to this new function.
17998
17999 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * vc.el (vc-process-sentinel): New function.
18002 (vc-exec-after): Use it instead of using ugly hackish analysis and
18003 construction of Elisp code.
18004 (vc-sentinel-movepoint): New dynamically scoped var.
18005 (vc-print-log, vc-annotate): Set it to move the user's point.
18006
18007 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
18008 inhibit-modification-hooks.
18009
18010 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
18011 (calendar-bahai-print-date, calendar-bahai-goto-date)
18012 (diary-bahai-list-entries, diary-bahai-insert-entry):
18013 New names to clean up the namespace a bit more.
18014 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
18015
18016 2007-09-15 Glenn Morris <rgm@gnu.org>
18017
18018 * calendar/holidays.el (holiday-list): Rename it back to
18019 `list-holidays', but leave `holiday-list' as an alias.
18020
18021 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
18022 custom group.
18023
18024 * textmodes/css-mode.el (css): New custom group.
18025 (css-electrick-keys, css-selector, css-property)
18026 (css-indent-offset): Specify custom group.
18027
18028 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18029
18030 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
18031 (cvs-execute-single-file): Use process-file.
18032 (cvs-run-process): Use start-file-process.
18033
18034 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18035
18036 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
18037 level. Remove the hooks when turning off the mode.
18038
18039 * term/xterm.el: Require xt-mouse at compile time.
18040 (terminal-init-xterm): Turn on xterm mouse tracking for this
18041 terminal if xterm-mouse-mode is enabled.
18042
18043 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18044
18045 * term/xterm.el (xterm-function-map): Replace bindings that were
18046 deleted by the merge.
18047
18048 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
18049
18050 * play/bubbles.el (bubbles-version): Bump value to "0.5".
18051 (bubbles-mode-map): Move define-key statements here.
18052 (bubbles-game-theme-menu): Ditto.
18053 (bubbles-graphics-theme-menu): Ditto.
18054 (bubbles-menu): Ditto.
18055 (bubbles-mode): Initialize buffer-undo-list, redisplay.
18056 (bubbles--initialize): Reset buffer-undo-list, redisplay.
18057 (bubbles-plop): Set buffer-undo-list, redisplay.
18058 (bubbles-undo): Reset buffer-undo-list, redisplay.
18059 (bubbles--show-images): Take care of missing text properties.
18060
18061 2007-09-14 Glenn Morris <rgm@gnu.org>
18062
18063 * startup.el (fancy-startup-text, fancy-about-text): Fix face
18064 quoting.
18065
18066 * calendar/cal-hebrew.el, calendar/cal-menu.el
18067 * calendar/calendar.el, calendar/diary-lib.el
18068 * calendar/holidays.el: Rename all instances of
18069 list-calendar-holidays callers to calendar-list-holidays,
18070 list-holidays to holiday-list, check-calendar-holidays to
18071 calendar-check-holidays, mark-calendar-holidays to
18072 calendar-mark-holidays, and filter-visible-calendar-holidays to
18073 holiday-filter-visible-calendar.
18074
18075 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18076
18077 * term/xterm.el (xterm-function-map): Add C-M- bindings.
18078
18079 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
18080
18081 * play/bubbles.el (bubbles--initialize-images): Fix bug:
18082 Use transparent background for empty cells in graphics mode.
18083
18084 2007-09-13 Jari Aalto <jari.aalto@cante.net>
18085
18086 * man.el (Man-default-man-entry): At end of line, continue looking
18087 to the next line for possible end of hyphenated command.
18088
18089 2007-09-13 Chris Moore <dooglus@gmail.com>
18090
18091 * shell.el (shell-resync-dirs): Don't move the cursor relative to
18092 the command being edited.
18093
18094 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
18095
18096 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
18097
18098 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
18099
18100 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
18101 C-M-S- keys.
18102
18103 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
18104
18105 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
18106
18107 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
18108 New argument `filename-p' to use one set of confusing chars or another.
18109 (browse-url-file-url): Use the argument.
18110 Suggested by Johannes Weiner.
18111
18112 2007-09-12 Romain Francoise <romain@orebokech.com>
18113
18114 * cus-start.el (all): Revert 2007-09-08 change.
18115
18116 2007-09-12 Aaron Hawley <aaronh@garden.org>
18117
18118 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
18119 extract .Z files, since it is more common than uncompress.
18120
18121 2007-09-12 Glenn Morris <rgm@gnu.org>
18122
18123 * textmodes/org-publish.el (org-publish-org-to-html): Remove
18124 duplicate function definition.
18125
18126 2007-09-10 Chris Moore <dooglus@gmail.com>
18127
18128 * diff-mode.el (diff-sanity-check-hunk):
18129 Also accept single-line hunks.
18130
18131 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
18132
18133 * startup.el (startup-screen-inhibit-startup-screen)
18134 (pure-space-overflow-message): New vars.
18135 (fancy-splash-insert): Allow functions for face and link specs.
18136 (fancy-splash-head): Remove unused arg. Move splash text...
18137 (fancy-startup-text, fancy-about-text): ...here.
18138 (fancy-startup-tail): Rename from fancy-splash-tail.
18139 (fancy-startup-screen, fancy-about-screen): Split off from
18140 fancy-splash-screens.
18141 (display-startup-screen): New function.
18142 (display-about-screen): Rename from display-splash-screen.
18143 (command-line-1): Use concise startup screen if necessary.
18144
18145 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
18146
18147 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
18148 Reported by Jan Djärv <jan.h.d@swipnet.se>.
18149
18150 2007-09-10 Dave Love <fx@gnu.org>
18151
18152 * outline.el (outline-4, outline-5, outline-7):
18153 Move font-lock-builtin-face down from 4 to 7 to better keep the
18154 progression of color brightness, and to better match Org-mode's faces.
18155
18156 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
18157
18158 * progmodes/meta-mode.el (meta-font-lock-keywords)
18159 (font-lock-match-meta-declaration-item-and-skip-to-next)
18160 (meta-comment-indent, meta-indent-previous-line)
18161 (meta-indent-unfinished-line, meta-beginning-of-defun)
18162 (meta-end-of-defun, meta-common-initialization): Handle \f.
18163 (meta-indent-unfinished-line): Do not handle a `%' in a string as
18164 a comment-start.
18165
18166 * files.el (file-modes-char-to-who, file-modes-char-to-right)
18167 (file-modes-rights-to-number): Auxiliary functions for symbolic to
18168 numeric notation of file modes.
18169 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
18170 numeric value.
18171 (read-file-modes): New. Read either an octal value of a file mode or a
18172 symbolic value, and return its numeric value.
18173
18174 * dired-aux.el (dired-do-chmod): Change to use the built-in
18175 `set-file-modes' and the previous symbolic mode parsing functions.
18176
18177 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18178
18179 * textmodes/texinfo.el: Remove spurious * in docstrings.
18180 (texinfo-mode-syntax-table, texinfo-mode-map):
18181 Initialize in the declaration.
18182
18183 * tmm.el: Remove spurious * in docstrings.
18184 (tmm-prompt): Use with-current-buffer.
18185
18186 * vcursor.el: Remove spurious * in docstrings.
18187 (vcursor-map): Initialize in the declaration.
18188 (vcursor-use-vcursor-map): Use define-minor-mode.
18189 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
18190
18191 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
18192 Initialize in the declaration.
18193 (widget-minor-mode): Use define-minor-mode.
18194
18195 * woman.el (woman-mode-map, woman-syntax-table):
18196 Initialize in the declaration.
18197
18198 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
18199
18200 * doc-view.el: New file.
18201
18202 2007-09-09 Juri Linkov <juri@jurta.org>
18203
18204 * Makefile.in (update-authors): Add etc/ to AUTHORS.
18205
18206 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
18207
18208 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
18209 to "Startup screen". Fix docstring.
18210 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
18211 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
18212 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
18213 (initial-scratch-message): Fix docstring.
18214 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
18215 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
18216 Add link to "Customize Startup" and set interval between links to
18217 5 spaces.
18218 (fancy-about-text): Add links "Authors" and "Contributing".
18219 (fancy-splash-head): Add text "Welcome to " on the startup screen,
18220 and "This is " on the about screen. Add link to
18221 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
18222 For the about screen move emacs version to the header from
18223 `fancy-splash-tail' (as it's done already for normal about screen).
18224 (fancy-splash-tail): Insert emacs version only for startup screen.
18225 (normal-splash-screen): Remove duplicate empty lines.
18226 (normal-about-screen): Add links "Authors" and "Contributing".
18227
18228 * menu-bar.el (menu-bar-help-menu):
18229 Move "About Emacs" and "About GNU" to the end of the Help menu.
18230 Move "Emacs Psychotherapist" after "Send Bug Report...".
18231 Move "External Packages" after "Find Emacs Packages".
18232
18233 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
18234
18235 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
18236 they are useless with the byte compiler.
18237 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
18238 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
18239 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
18240 (tramp-file-name-real-host, tramp-file-name-port)
18241 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
18242 defuns.
18243
18244 * net/tramp-cache.el (top): Improve error message when
18245 `tramp-persistency-file-name' is corrupted.
18246
18247 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
18248
18249 * textmodes/org.el (org-re): Also replace the :alpha: class.
18250 (org-todo-tag-alist): Variable removed.
18251 (org-todo-key-alist, org-todo-key-trigger): New variables.
18252 (org-use-fast-todo-selection): New option.
18253 (org-log-done): Docstring fixed.
18254 (org-deadline-warning-days): New default value 14.
18255 (org-edit-timestamp-down-means-later): New option.
18256 (org-tag-alist): Docstring fixed.
18257 (org-fast-tag-selection-include-todo): New option.
18258 (org-export-language-setup): New languages added.
18259 (org-set-regexps-and-options): Compute the new variables.
18260 (org-paste-subtree): Cleaning up.
18261 (org-remember-apply-template): New escape %A.
18262 (org-todo): Call fast TODO selection.
18263 (org-fast-todo-selection): New function.
18264 (org-add-log-note): Allow prefix for abort exit.
18265 (org-at-property-p, org-entry-properties)
18266 (org-columns-get-autowidth-alist): Use :alpha: class.
18267 (org-get-wdays): New function.
18268 (org-agenda-remove-date): New variable.
18269 (org-agenda-get-deadlines): Use `org-get-wdays'.
18270 (org-agenda-get-deadlines): Reverse ee before returning.
18271 (org-format-agenda-item): New argument REMOVE-RE.
18272 (org-agenda-convert-date): Baha'i calendar added.
18273 (org-infile-export-plist): Also find DATE line.
18274 (org-get-min-level): New function.
18275 (org-export-as-html, org-export-as-ascii): Use the date format.
18276 (org-shiftup, org-shiftdown): Use.
18277 `org-edit-timestamp-down-means-later'.
18278 (org-assign-fast-keys): New function.
18279
18280 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
18281
18282 * cus-start.el (all): Add prefer-window-split-horizontally from
18283 window.c.
18284
18285 2007-09-08 Eli Zaretskii <eliz@gnu.org>
18286
18287 * net/browse-url.el (browse-url-galeon): Fix last change.
18288 (top-level): Require cl when compiling.
18289
18290 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
18291
18292 * textmodes/org-export-latex.el: arch-tag restored.
18293
18294 * textmodes/org-publish.el: arch-tag restored.
18295
18296 2007-09-08 Masatake YAMATO <jet@gyve.org>
18297
18298 * progmodes/which-func.el (which-func-modes): Add diff-mode.
18299
18300 * progmodes/cc-langs.el: Support new keywords added to
18301 objective-c frontend of gcc.
18302 (c-simple-stmt-kwds): Add @throw.
18303 (c-block-stmt-2-kwds): Add @synchronized.
18304 (c-block-stmt-1-kwds): Add @finally and @try.
18305
18306 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
18307
18308 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
18309 (org-agenda-after-show-hook): New variable.
18310 (org-columns-compile-format)
18311 (org-columns-get-autowidth-alist, org-buffer-property-keys)
18312 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
18313 property names.
18314 (org-get-wdays): New function.
18315
18316 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18317
18318 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
18319
18320 * term/xterm.el (xterm-function-map): Initialize in the declaration.
18321
18322 * vc-arch.el (vc-arch-checkin): Fix typo.
18323
18324 2007-09-07 Johan Bockgård <bojohan@gnu.org>
18325
18326 * cus-face.el (custom-theme-set-faces): Set face attributes
18327 locally for each frame.
18328
18329 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18330
18331 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
18332 via font-lock-defaults.
18333
18334 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
18335 derived-mode-p.
18336
18337 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
18338
18339 * progmodes/autoconf.el (autoconf-definition-regexp):
18340 Handle optional square brackets around definition name.
18341
18342 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
18343
18344 * net/browse-url.el (browse-url-browser-function): Add elinks.
18345 (browse-url-elinks-wrapper): New option.
18346 (browse-url-encode-url, browse-url-elinks)
18347 (browse-url-elinks-sentinel): New functions.
18348 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
18349 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
18350 Use new function browse-url-encode-url.
18351
18352 2007-09-07 Glenn Morris <rgm@gnu.org>
18353
18354 * version.el (emacs-version): Revert 2007-08-29 change: no need to
18355 say if multi-tty is present.
18356
18357 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18358
18359 * cus-start.el (split-window-preferred-function): Add custom info.
18360
18361 * calendar/holidays.el (holiday-list, calendar-check-holidays)
18362 (calendar-mark-holidays, calendar-list-holidays)
18363 (holiday-filter-visible-calendar): New names to clean up namespace.
18364 (filter-visible-calendar-holidays, list-calendar-holidays)
18365 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
18366 Add compatibility aliases.
18367 (calendar-check-holidays, calendar-mark-holidays)
18368 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
18369 (holiday-sexp): Replace append with list.
18370 (holiday-filter-visible-calendar): Replace append with push.
18371
18372 * woman.el: Remove spurious * in docstrings.
18373 (woman-mini-help, woman-non-underline-faces, woman0-rename)
18374 (woman-topic-all-completions-merge, woman-file-name-all-completions)
18375 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
18376 (woman-write-directory-cache, woman-display-extended-fonts)
18377 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
18378 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
18379 (woman-mode): Use inhibit-read-only.
18380 (woman-negative-vertical-space): Use dotimes.
18381 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
18382
18383 2007-09-06 Romain Francoise <romain@orebokech.com>
18384
18385 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
18386 (vc-bzr-workfile-version): Use it.
18387
18388 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
18389
18390 * complete.el (PC-do-completion): Don't try to treat
18391 empty string as an abbreviation.
18392
18393 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
18394
18395 * help-fns.el (describe-variable): Keep doc's text properties.
18396
18397 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
18398
18399 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
18400 instead of a file.
18401
18402 2007-09-06 Glenn Morris <rgm@gnu.org>
18403
18404 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
18405 (checkdoc-minor-mode): Allow user to specify lighter via
18406 checkdoc-minor-mode-string.
18407
18408 2007-09-05 Richard Stallman <rms@gnu.org>
18409
18410 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
18411 Several items removed, simplified, or put on one line.
18412 (fancy-about-text): Add substantial contents, part of startup text.
18413 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
18414 (normal-splash-screen): Call normal-mouse-startup-screen,
18415 normal-no-mouse-startup-screen, or normal-about-screen.
18416 (normal-mouse-startup-screen): New fn, broken out, shortened.
18417 (normal-no-mouse-startup-screen): New fn, broken out.
18418 (normal-about-screen): New function, contents all new.
18419
18420 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
18421
18422 * emacs-lisp/rx.el (rx): Fix typo in docstring.
18423
18424 2007-09-05 Glenn Morris <rgm@gnu.org>
18425
18426 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
18427 is bound.
18428
18429 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
18430
18431 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
18432 in doc string.
18433
18434 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
18435
18436 * server.el (server-start, server-unload-hook): Undo previous change.
18437
18438 * xt-mouse.el: Undo previous change.
18439
18440 2007-09-04 Juri Linkov <juri@jurta.org>
18441
18442 * startup.el (fancy-about-text): New variable.
18443 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
18444 (fancy-current-text, fancy-splash-stop-time)
18445 (fancy-splash-outer-buffer): Remove variables.
18446 (fancy-splash-head, fancy-splash-tail): Add new optional argument
18447 `startup' and use it to conditionally display different texts for
18448 Startup and About screens. Don't display Help commands on the About
18449 screen.
18450 (fancy-splash-screens-1): Remove function and move its content to
18451 `fancy-splash-screens' to the part that dislpays the About screen.
18452 (exit-splash-screen): Don't treat specially exiting from
18453 alternating screens.
18454 (fancy-splash-screens): Rename argument `static' to `startup'.
18455 Fix docstring. Remove code for displaying alternating screens.
18456 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
18457 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
18458 for `inhibit-read-only'.
18459 (normal-splash-screen): Rename argument `static' to `startup'.
18460 Fix docstring. Use argument `startup' to conditionally display
18461 different texts for Startup and About screens. Don't display Help
18462 commands on the About screen. Remove `unwind-protect' `sit-for'
18463 delay and `kill-buffer' after it.
18464 (display-startup-echo-area-message): Remove call to
18465 `use-fancy-splash-screens-p' because image.el is preloaded and
18466 doesn't display "Loading image... done".
18467 (display-splash-screen): Rename argument `static' to `startup'.
18468 Fix docstring.
18469
18470 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
18471
18472 * server.el (server-start, server-unload-hook):
18473 suspend-tty-functions has been renamed to suspend-tty-hook.
18474
18475 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
18476 resume-tty-hook.
18477
18478 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
18479
18480 * loadup.el: Fix merge problem, only load "button" once.
18481
18482 2007-09-03 Glenn Morris <rgm@gnu.org>
18483
18484 * vc-svn.el (vc-svn-print-log): If there is only one file, use
18485 "Working file:" as the prefix, for the sake of
18486 log-view-current-file.
18487
18488 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18489
18490 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
18491 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
18492 if the selected frames is in
18493 xterm-modify-other-keys-terminal-list.
18494 (xterm-turn-off-modify-other-keys): Add an optional frame
18495 parameter. Only turn off modify-other-keys if FRAME is in
18496 xterm-modify-other-keys-terminal-list.
18497 (xterm-remove-modify-other-keys): New function.
18498 (terminal-init-xterm): Use it. Deal with delete-frame hook.
18499 Add the selected frame to xterm-modify-other-keys-terminal-list.
18500
18501 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
18502
18503 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
18504 (icon-map-list): New variable.
18505 (x-gtk-map-stock): Use icon-map-list.
18506
18507 2007-09-02 Romain Francoise <romain@orebokech.com>
18508
18509 * log-view.el (log-view-current-file): Balance parens.
18510
18511 2007-09-02 Glenn Morris <rgm@gnu.org>
18512
18513 * comint.el (comint-mode): Don't set scroll-conservatively.
18514
18515 * eshell/em-unix.el (eshell/time): Stringify and flatten the
18516 non-command arguments.
18517
18518 * log-view.el (log-view-current-file): Give a more explicit error
18519 if log-view-file-re fails to find a match.
18520
18521 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
18522
18523 * emacs-lisp/bytecomp.el (byte-recompile-directory):
18524 Fix bug: Don't expand top-level file name more than once.
18525 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
18526
18527 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 * server.el (server-process-filter): Don't display the splash screen.
18530 It's annoying enough on the initial screen and becomes positively
18531 obnoxious here.
18532
18533 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18534
18535 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
18536 Change naming to use "avl-tree--" for internal functions.
18537
18538 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
18539
18540 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
18541 the merge.
18542 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
18543 (provide): Move to the end of file.
18544
18545 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
18546
18547 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
18548
18549 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
18550 New variable. List of exceptions for the duplicated word rule.
18551 (flyspell-mark-duplications-flag): Mention it.
18552 (flyspell-word): Treat it.
18553
18554 * files.el (create-file-buffer): If the filename sans directory starts
18555 with spaces, remove them.
18556
18557 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
18558
18559 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
18560 (x-gtk-map-stock): Use two directory elements when matching
18561 file name.
18562
18563 2007-08-31 James Wright <james@chumsley.org>
18564
18565 * eshell/em-unix.el (eshell/info): New function.
18566
18567 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18568
18569 * frame.el (frame-initialize, make-frame):
18570 * server.el (server-process-filter):
18571 * faces.el (tty-set-up-initial-frame-faces): Don't set
18572 term-environment-variable since it's not used any more.
18573
18574 * env.el (setenv): Don't treat $TERM specially.
18575
18576 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
18577 stated otherwise, subprocesses do not send back escape sequences
18578 corresponding to the terminal from which Emacs was started.
18579
18580 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
18581
18582 * calculator.el: Require cl for compilation.
18583
18584 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
18585
18586 * outline.el (outline-font-lock-levels): Comment out unused var.
18587 (outline-font-lock-face): Wrap around face list to handle any
18588 nesting depth gracefully.
18589
18590 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
18591
18592 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
18593 `set-file-times'.
18594
18595 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
18596
18597 * textmodes/org.el (org-export-visible): Fix drawers before export.
18598 (org-do-sort): Allow sorting by priority.
18599 (org-agenda-files): Ignore non-existing files.
18600 (org-agenda-skip-unavailable-files): New variable.
18601 (org-ellipsis): All a face as value.
18602 (org-mode): Interprete the face value of `org-ellipsis'.
18603 (org-archive-save-context-info): New option.
18604 (org-archive-subtree): Store context info in archived entry.
18605 (org-fast-tag-selection-can-set-todo-state): New variable.
18606 (org-fast-tag-selection): Allow setting TODO states through this
18607 interface.
18608 (org-cycle): Docstring updated.
18609 (org-todo-keyword-faces): New option.
18610 (org-get-todo-face): New function.
18611 (org-set-font-lock-defaults, org-agenda-highlight-todo):
18612 Use `org-get-todo-face'.
18613 (org-switch-to-buffer-other-window): New function.
18614 (org-table-edit-field, org-table-show-reference)
18615 (org-table-edit-formulas, org-add-log-note)
18616 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
18617 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
18618 `switch-to-buffer-other-window' to make sure that the temporary
18619 windows show up on the current frame.
18620 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
18621 (org-get-entries-from-diary, org-replace-region-by-html):
18622 Don't allow pop-up frames.
18623 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18624 Fix problems with time-of-day.
18625 (org-export-get-title-from-subtree): New function.
18626 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
18627 with listing items that are DONE.
18628 (org-change-tag-in-region): New command.
18629 (org-agenda-skip-scheduled-if-done)
18630 (org-agenda-skip-deadline-if-done): Docstring clarified.
18631 (org-mode): Hide drawers on startup.
18632 (org-get-todo-face): New function.
18633 (org-todo-keyword-faces): New option.
18634 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
18635 (org-remove-keyword-keys): New function.
18636
18637 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
18638
18639 * progmodes/grep.el (grep-find-ignored-directories):
18640 Add monotone _MTN bookkeeping directory in workspaces.
18641 Add RCS control directory. List items in alphabetical order.
18642
18643 * progmodes/grep.el (grep-files-aliases): Add cc alias.
18644 Sort items in alphabetical order. Fix parens.
18645
18646 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18647
18648 * vc-hg.el (vc-hg-extra-menu-map): New variable.
18649 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
18650 (vc-hg-pull): New functions.
18651 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
18652
18653 * term/mac-win.el: Don't require url, only autoloaded url
18654 functions are used in this file.
18655
18656 2007-08-29 Andreas Schwab <schwab@suse.de>
18657
18658 * shell.el (shell): Return correct value from interactive spec.
18659
18660 2007-08-29 Glenn Morris <rgm@gnu.org>
18661
18662 * version.el (emacs-version): Increase to 23.0.50.
18663
18664 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
18665
18666 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
18667
18668 2007-08-29 Juri Linkov <juri@jurta.org>
18669
18670 * loadup.el: Add "button" loading after "faces" and move "startup"
18671 to load after "button".
18672
18673 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18674
18675 * loadup.el: Load term/mac-win on a Mac using Carbon.
18676
18677 * term/mac-win.el: Provide mac-win.
18678 (mac-initialized): New variable.
18679 (mac-initialize-window-system): New function. Move global setup here.
18680 (handle-args-function-alist, frame-creation-function-alist):
18681 (window-system-initialization-alist): Add mac entries.
18682 (x-setup-function-keys): New function containing all the
18683 top level function key definitions.
18684
18685 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
18686
18687 * env.el (read-envvar-name): Don't consider the environment frame param.
18688
18689 * env.el (setenv):
18690 * frame.el (frame-initialize, make-frame):
18691 * faces.el (tty-set-up-initial-frame-faces):
18692 * server.el (server-process-filter): Set
18693 display-environment-variable and term-environment-variable.
18694
18695 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18696
18697 2007-08-29 Jason Rumney <jasonr@gnu.org>
18698
18699 * loadup.el: Only load term/x-win when X is compiled in.
18700 Load term/w32-win and dependencies on windows-nt.
18701
18702 * term/w32-win.el: Reorder to match x-win.el more closely.
18703 Provide w32-win. Don't throw error when global window-system not w32.
18704 (internal-face-interactive): Remove obsolete function.
18705 (x-setup-function-keys): Use local-function-key-map.
18706 (w32-initialized): New variable.
18707 (w32-initialize-window-system): Set it.
18708 Move more global setup here.
18709 (x-setup-function-keys): New function.
18710 (w32-initialize-window-system): Move non function key global setup here.
18711 (x-cut-buffer-max): Remove.
18712 (w32-initialize-window-system): New function.
18713 (handle-args-function-alist, frame-creation-function-alist):
18714 (window-system-initialization-alist): Add w32 entries.
18715
18716 2007-08-29 David Kastrup <dak@gnu.org>
18717
18718 * env.el (getenv): Pass frame to getenv-internal.
18719
18720 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
18721
18722 * version.el (emacs-version): Show if multi-tty is present.
18723
18724 * loadup.el: Delay loading env; mule-conf gets confused by cl
18725 during bootstrap. Also load termdev and term/x-win.
18726
18727 * bindings.el (mode-line-client): New variable.
18728 (help-echo): Add it to the default mode-line format.
18729
18730 * cus-start.el: Remove bogus window-system reference from GTK test.
18731
18732 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
18733 (ebrowse-electric-position-mode-map):
18734 * ebuff-menu.el (electric-buffer-menu-mode-map):
18735 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
18736 not `suspend-emacs'.
18737
18738 * ediff-wind.el (ediff-setup-windows-automatic): New function.
18739 (ediff-window-setup-function): Use it as default.
18740
18741 * files.el (save-buffers-kill-terminal): New function.
18742 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
18743
18744 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
18745 and `with-selected-frame'.
18746
18747 * help-fns.el (describe-variable): Describe frame-local variables
18748 correctly.
18749
18750 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
18751 display support.
18752 (normal-erase-is-backspace-setup-frame): New function.
18753
18754 * subr.el (with-selected-frame): New function.
18755 (read-quoted-char): Use terminal-local binding of
18756 local-function-key-map instead of function-key-map.
18757
18758 * talk.el (talk): New function.
18759 (talk-handle-delete-frame): New function.
18760 (talk-add-display): Open a new frame only if FRAME was not a frame.
18761
18762 * termdev.el: New file.
18763
18764 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
18765 * term/x-win.el: Don't bind f10.
18766 * tmm.el: Remove autoload binding for f10.
18767
18768 * international/encoded-kb.el (encoded-kbd-setup-display): Use
18769 `set-input-meta-mode'. Fix broken condition before set-input-mode.
18770 Store the saved input method as a terminal parameter. Add keymap
18771 parameter. Use it instead of changing key-translation-map directly.
18772 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
18773 Remove.
18774 (encoded-kbd-setup-display): New function.
18775
18776 * international/mule-cmds.el (set-locale-environment): Fix getenv
18777 call. Use save-buffers-kill-terminal. Ignore window-system; always
18778 set the keyboard coding system. Add DISPLAY parameter.
18779 (set-display-table-and-terminal-coding-system): Add DISPLAY
18780 parameter. Pass it to set-terminal-coding-system.
18781
18782 * international/mule.el (keyboard-coding-system): Test for
18783 encoded-kbd-setup-display, not encoded-kbd-mode.
18784 (set-terminal-coding-system, set-keyboard-coding-system): Add
18785 DISPLAY parameter.
18786 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
18787
18788 * term/README: Update.
18789
18790 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
18791
18792 * term/x-win.el (x-setup-function-keys): New function. Move
18793 function-key-map tweaks here. Protect against multiple calls on
18794 the same terminal. Use terminal-local binding of
18795 local-function-key-map instead of function-key-map.
18796 (x-initialize-window-system): Make a copy of pure list. Pass a
18797 frame getenv.
18798
18799 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
18800 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
18801 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
18802 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
18803 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
18804 local-function-key-map instead of function-key-map.
18805
18806 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
18807 `substitute-key-definition' and `define-key' calls against
18808 multiple execution. Use terminal-local binding of
18809 local-function-key-map instead of function-key-map. Pass a frame
18810 to getenv.
18811
18812 * edmacro.el (edmacro-format-keys):
18813 * emulation/cua-base.el (cua--pre-command-handler):
18814 * isearch.el (isearch-other-meta-char):
18815 * xt-mouse.el: Use terminal-local binding of
18816 local-function-key-map instead of function-key-map.
18817
18818 * fringe.el (set-fringe-mode): Simplify and fix using
18819 `modify-all-frames-parameters'.
18820 * scroll-bar.el (set-scroll-bar-mode): Ditto.
18821 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
18822 check before calling `tool-bar-setup'.
18823 (tool-bar-setup): New variable.
18824 (tool-bar-setup): Use it to guard against multiple calls. Add
18825 optional frame parameter, and select that frame before adding items.
18826 (toggle-tool-bar-mode-from-frame): New function.
18827
18828 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
18829 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
18830 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
18831 "Tool-bar" toggles to reflect the state of the current frame.
18832 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
18833
18834 * env.el: Require cl for byte compilation (for `block' and `return').
18835 (environment, setenv-internal): New functions.
18836 (let-environment): New macro.
18837 (setenv, getenv): Add optional terminal parameter. Update docs.
18838 (setenv): Use setenv-internal. Always set process-environment.
18839 Handle `local-environment-variables'.
18840 (read-envvar-name, setenv, getenv): Use frame parameters
18841 to store the local environment, not terminal parameters. Include
18842 `process-environment' as well.
18843
18844 * faces.el (tty-run-terminal-initialization): New function.
18845 (tty-create-frame-with-faces): Use it. Set up faces and
18846 background mode only after the terminal has been initialized.
18847 Call terminal-init-*. Don't load the initialization file more
18848 than once. Call set-locale-environment.
18849 (frame-set-background-mode): Handle the 'background-mode terminal
18850 parameter.
18851 (tty-find-type): New function.
18852 (x-create-frame-with-faces): Remove bogus check for
18853 first frame. Call `tool-bar-setup'. Don't make frame visible
18854 until we are done setting up all its parameters. Call
18855 x-setup-function-keys.
18856
18857 * frame.el (make-frame): Always inherit 'environment and 'client
18858 parameters. Set up the 'environment frame parameter, when needed.
18859 Also inherit 'client parameter. Don't override explicitly
18860 specified values with inherited ones. Add 'terminal frame
18861 parameter. Append window-system-default-frame-alist to parameters
18862 before calling frame-creation-function.
18863 (frame-initialize): Copy the environment from the initial frame.
18864 (window-system-default-frame-alist): Enhance doc string.
18865 (frame-notice-user-settings): Don't put 'tool-bar-lines in
18866 `default-frame-alist' when initial frame is on a tty.
18867 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
18868 Remove specified parameters from `window-system-default-frame-alist'.
18869 (make-frame-on-tty, framep-on-display, suspend-frame):
18870 Extend doc string, update parameter names.
18871 (frames-on-display-list): Use terminal-id to get the display id.
18872 (frame-notice-user-settings): Extend to apply
18873 settings in `window-system-default-frame-alist' as well.
18874 (terminal-id, terminal-parameters, terminal-parameter)
18875 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
18876 (delete-frame-functions): Add to `delete-frame-functions' hook.
18877 (blink-cursor-mode): Adapt blink-cursor-mode default
18878 value from startup.el.
18879 (make-frame-on-display): Protect condition on x-initialized when
18880 x-win.el is not loaded. Update doc.
18881 (suspend-frame): Use display-controlling-tty-p to decide between
18882 suspend-emacs and suspend-tty.
18883 (frames-on-display-list): Update for display ids.
18884 (framep-on-display): Ditto.
18885 (suspend-frame): Use display-name, not frame-tty-name.
18886 (selected-terminal): New function.
18887
18888 * server.el: Use `device' instead of `display' or `display-id' in
18889 variable and client parameter names.
18890 (server-select-display): Remove (unused).
18891 (server-tty-live-p, server-handle-delete-tty): Remove.
18892 (server-unquote-arg, server-quote-arg, server-buffer-clients):
18893 Update docs.
18894 (server-getenv-from, server-with-environment, server-send-string)
18895 (server-save-buffers-kill-terminal): New functions.
18896 (server-delete-client): Handle quits in kill-buffer. Don't kill
18897 modified buffers. Add extra logging. Delete frames after
18898 deleting the tty. Clear 'client parameter before deleting a frame.
18899 Use delete-display, not delete-tty.
18900 (server-visit-files): Don't set `server-existing-buffer' if the
18901 buffer already has other clients. Return list of buffers
18902 created. Update doc. Don't set client-record when nowait.
18903 (server-handle-delete-frame): Delete the client if this was its
18904 last frame. Check that the frame is alive. Remove bogus comment.
18905 Add note on possible race condition. Delete tty clients, if needed.
18906 (server-handle-suspend-tty): Use server-send-string. Kill the
18907 client in case of errors from process-send-string. Use the display
18908 parameter.
18909 (server-unload-hook): Remove obsolete delete-tty hook.
18910 (server-start): Ask before restarting if the old server still has
18911 clients. Add feedback messages. Remove obsolete delete-tty hook.
18912 (server-process-filter): Use server-send-string. Accept `-dir'
18913 command. Switch to *scratch* immediately after creating the frame,
18914 before evaluating any -evals. Protect `display-splash-screen'
18915 call in a condition-case. Explain why. Call
18916 `display-startup-echo-area-message' before
18917 `display-splash-screen'. Don't display the splash screen when no
18918 frame was created. Show the Emacs splash screen and startup echo
18919 area message. Display the *scratch* buffer by default. Store the
18920 local environment in a frame (not terminal) parameter. Do not try
18921 to decode environment strings. Fix reference to the 'display
18922 frame parameter. Change syntax of environment variables. Put
18923 environment into terminal parameters, not client parameters. Use
18924 a dummy client with --no-wait's X frames. In `-position LINE'
18925 handler, don't ruin the request string until the line number is
18926 extracted. Log opened files. Handle -current-frame command.
18927 Don't create frames when it is given. Don't bind X frames to the
18928 client when we are in -no-wait mode. Set locale environment
18929 variables from client while creating tty frames. Disable call to
18930 configure-display-for-locale. When processing -position command,
18931 don't change the request string until the parameters are
18932 extracted. Don't try to create an X frame when Emacs does not
18933 support it. Improve logging. Temporarily set ncurses-related
18934 environment variables to those of the client while creating a new
18935 tty frame. Select buffers opened by nowait clients, don't leave
18936 them buried under others. Set the display parameter, and use it
18937 when appropriate.
18938
18939 * startup.el (display-startup-echo-area-message): Handle
18940 `inhibit-startup-echo-area-message' here.
18941 (command-line-1): Moved from here.
18942 (fancy-splash-screens): Use `overriding-local-map' instead of
18943 `overriding-terminal-local-map' for now; the latter doesn't work
18944 right, it looses keypresses to another terminal. Use
18945 `overriding-terminal-local-map' to set up keymap. Install a
18946 `delete-frame-functions' hook to catch `delete-frame' events.
18947 Ignore `select-window' events to cope better with
18948 `focus-follows-mouse'. Don't switch back to the original buffer
18949 if the splash frame has been killed. Restore previous buffer, even
18950 if it's *scratch*.
18951 (normal-splash-screen): Don't let-bind `mode-line-format'; it
18952 changes the global binding - setq it instead. Use
18953 `save-buffers-kill-terminal'.
18954 (display-splash-screen): Don't do anything if the splash screen is
18955 already displayed elsewhere.
18956 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
18957 (command-line): Replace duplicated code with a call to
18958 tty-run-terminal-initialization. Don't load the terminal
18959 initialization file more than once. Remove call to nonexistent
18960 function `set-locale-translation-file-name'.
18961
18962 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
18963 parameters.
18964 (xterm-mouse-position-function, xterm-mouse-event): Update.
18965 (xterm-mouse-mode): Don't depend on current value of window-system.
18966 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18967 Update for multi-tty.
18968 (turn-on-xterm-mouse-tracking-on-terminal)
18969 (turn-off-xterm-mouse-tracking-on-terminal)
18970 (xterm-mouse-handle-delete-frame): New functions.
18971 (delete-frame-functions, after-make-frame-functions)
18972 (suspend-tty-functions, resume-tty-functions): Install extra hooks
18973 for multi-tty.
18974
18975 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18976
18977 * simple.el (invisible-p): Remove: implemented in C now.
18978 (line-move-invisible-p): Remove obsolete alias.
18979
18980 2007-08-28 Juri Linkov <juri@jurta.org>
18981
18982 * image-mode.el (image-type): New variable.
18983 (image-mode): Set default major mode name to "Image[text]".
18984 (image-minor-mode): Change LIGHTER to display image-type in the
18985 mode line.
18986 (image-minor-mode): Set default image-type to "text".
18987 (image-toggle-display): After switching to text mode, set
18988 image-type to "text" and major mode name to "Image[text]".
18989 After switching to image mode, set image-type to actual image
18990 type, and add image type to major mode name. Let-bind the same
18991 variable names as arguments of `image-type' and `create-image'.
18992 Bind `type' to the result of `image-type' and use it as arg
18993 of `create-image' to not determine the image type twice.
18994
18995 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
18996
18997 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
18998 (tramp-set-file-uid-gid, tramp-get-local-uid)
18999 (tramp-get-local-gid): New defuns.
19000 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
19001 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
19002 Improve fast track.
19003 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
19004 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
19005 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
19006 (tramp-handle-write-region): Improve fast track.
19007 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
19008 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
19009 be nil.
19010
19011 2007-08-28 Ivan Kanis <apple@kanis.eu>
19012
19013 * time.el: New feature to display several time zones in a buffer.
19014 (display-time-world-mode, display-time-world-display)
19015 (display-time-world, display-time-world-timer): New functions.
19016 (display-time-world-list, display-time-world-time-format)
19017 (display-time-world-buffer-name, display-time-world-timer-enable)
19018 (display-time-world-timer-second, display-time-world-mode-map):
19019 New variables.
19020
19021 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
19022
19023 * term/x-win.el (x-gtk-stock-map): New variable.
19024 (x-gtk-map-stock): New function.
19025
19026 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
19027 prev/next-node.
19028
19029 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
19030
19031 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
19032
19033 2007-08-28 Glenn Morris <rgm@gnu.org>
19034
19035 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
19036
19037 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19038
19039 * progmodes/modula2.el (m2-definition, m2-module):
19040 Don't use previous-line. Reported by T. V. Raman.
19041
19042 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19043
19044 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
19045 argument to tool-bar-mode call.
19046
19047 2007-08-27 Glenn Morris <rgm@gnu.org>
19048
19049 * diff-mode.el (diff-find-file-name): Only accept regular files,
19050 to rule out /dev/null, directories, etc.
19051
19052 * vc-svn.el (vc-svn-diff): If the repository version of all the
19053 files is the same as the specified OLDVERS, do a local diff.
19054
19055 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19056
19057 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
19058 of buffers in uniquify-managed.
19059
19060 * simple.el (invisible-p): Rename from text-invisible-p.
19061 Update callers.
19062
19063 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
19064 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
19065 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
19066 (cperl-etags-goto-tag-location): Use new style backquotes.
19067
19068 * net/browse-url.el: Remove spurious * in custom docstrings.
19069 (browse-url-filename-alist): Use new-style backquote.
19070
19071 * emacs-lisp/backquote.el (backquote-unquote-symbol)
19072 (backquote-splice-symbol): Clarify they're not new-style unquotes.
19073
19074 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
19075 (\,@): Backslash the , and ,@ which are not new-style unquotes.
19076
19077 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
19078
19079 * net/socks.el (socks-username/password-auth-filter):
19080 Remove unused vars `state' and `desired-len'.
19081 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
19082 (socks-wait-for-state-change): Use new-style backquotes.
19083
19084 * pcvs.el (cvs-mode-status): Fix long-standing typo.
19085
19086 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
19087 backquotes after each `read' rather than once per buffer.
19088
19089 * dframe.el: Remove spurious * in custom docstrings.
19090 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
19091 (dframe-xemacs20p): Remove, inline at the sole use point.
19092 (defface): Don't defvar the face, don't use old-style backquote.
19093 (defcustom): Don't use old-style backquote.
19094 (dframe-frame-parameter, dframe-mouse-event-p):
19095 Make it obvious that it's always defined.
19096 (dframe-popup-kludge): New function to replace
19097 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
19098 (dframe-frame-mode, dframe-set-timer-internal)
19099 (dframe-mouse-set-point): Remove use of with-no-warnings from
19100 XEmacs-specific code.
19101 (dframe-set-timer-internal): Fix very old bug with
19102 post-command-idle-hook.
19103
19104 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
19105
19106 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
19107 warning if the file uses old style backquotes.
19108
19109 * emacs-lisp/bytecomp.el (byte-compile-log-file)
19110 (byte-recompile-directory, byte-compile-file)
19111 (byte-compile-from-buffer): Use with-current-buffer.
19112
19113 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
19114 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
19115 (line-move-1, line-move-finish, line-move-to-column)
19116 (move-end-of-line, move-beginning-of-line): Use new name.
19117
19118 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
19119
19120 * progmodes/ada-mode.el: Fix up comment style in header.
19121 (ada-check-emacs-version): Remove.
19122 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
19123 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
19124 to try and quieten the byte-compiler.
19125 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
19126
19127 * vc.el (vc-annotate-warp-version): Don't use previous-line.
19128
19129 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
19130
19131 * net/browse-url.el (browse-url-emacs): New function.
19132
19133 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19134
19135 * emacs-lisp/avl-tree.el: New file.
19136
19137 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
19138
19139 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
19140 was used.
19141
19142 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
19143
19144 * complete.el (PC-do-completion): Make RET accept a non-unique but
19145 complete expansion again.
19146
19147 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
19148
19149 * eshell/esh-opt.el (eshell-eval-using-options):
19150 Add debug declaration.
19151
19152 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19153
19154 * log-view.el (log-view-toggle-mark-entry): Add docstring.
19155 (log-view-get-marked): Likewise.
19156
19157 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
19158 (vc-delete-automatic-version-backups): Likewise.
19159
19160 * vc.el (vc-dired-buffers-for-dir): Likewise.
19161
19162 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
19163
19164 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
19165 safe-local-variable setting.
19166 * progmodes/perl-mode.el (perl-indent-level): Likewise.
19167
19168 * log-view.el (log-view-marked-list): Delete variable.
19169 (log-view-mode): Don't use it.
19170 (log-view-toggle-mark-entry): Likewise, simplify.
19171 (log-view-current-tag): Don't return properties.
19172 (log-view-get-marked): New function.
19173
19174 2007-08-25 Alexandre Julliard <julliard@winehq.org>
19175
19176 * vc-git.el (vc-git-mode-line-string): New function.
19177
19178 2007-08-25 Alan Mackenzie <acm@muc.de>
19179
19180 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
19181 new language variable.
19182
19183 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
19184 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
19185 "extern" etc., rather than BOI. Fix addition of spurious
19186 syntactic-symbol 'defun-block-intro, replacing it with
19187 'innamespace, etc.
19188
19189 2007-08-25 Juri Linkov <juri@jurta.org>
19190
19191 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
19192
19193 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
19194 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
19195 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
19196
19197 * image.el (image-type-header-regexps): Use more complex regexp for svg.
19198 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
19199 (image-type-auto-detectable): Add (svg . maybe).
19200
19201 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
19202 to treat it like .tgz.
19203
19204 * calendar/cal-bahai.el: Add file coding cookie.
19205
19206 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
19207
19208 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
19209 Don't behave differently when executed via M-x. Add doc string.
19210
19211 * sort.el (sort-fold-case, sort-numeric-base): Mark as
19212 safe-local-variable.
19213
19214 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
19215
19216 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
19217 the default value.
19218 (math-calendar-tzinfo): New variable.
19219 (math-get-calendar-tzinfo): New function.
19220 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
19221 to get information when zone is nil.
19222
19223 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
19224
19225 * log-view.el (log-view-toggle-mark-entry): New function.
19226 (log-view-mode-map): Bind it.
19227 (log-view-marked-list): New variable.
19228 (log-view-mode): Make it local.
19229
19230 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
19231
19232 * play/zone.el (zone-pgm-rat-race): New func.
19233 (zone-programs): Add `zone-pgm-rat-race'.
19234
19235 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19236
19237 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
19238 a list.
19239
19240 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
19241
19242 * progmodes/hideshow.el (hs-match-data): Delete alias.
19243 (hs-hide-block-at-point, hs-find-block-beginning)
19244 (hs-show-block): Use `match-data' directly.
19245
19246 2007-08-24 Martin Rudalics <rudalics@gmx.at>
19247
19248 * format.el (format-alist): Fix typo in doc-string.
19249
19250 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
19251
19252 * net/tramp.el (tramp-local-host-p): New defun.
19253 (tramp-handle-file-local-copy, tramp-handle-write-region):
19254 Implement fast track when being on the local host.
19255 (tramp-file-name-handler): Don't set "started" property. It shall
19256 be reserved for the "ftp" method.
19257 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19258
19259 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
19260 (tramp-ftp-file-name-handler): Set "started" property.
19261
19262 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
19263
19264 * files.el (backup-buffer-copy): Don't wrap delete in
19265 condition-case, only try to delete if file exists.
19266
19267 2007-08-24 Glenn Morris <rgm@gnu.org>
19268
19269 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
19270
19271 * startup.el (tutorial-directory): Set with eval-at-startup so it
19272 gets the right value in an installed Emacs.
19273
19274 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
19275
19276 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
19277 (eldoc-highlight-function-argument): Use it.
19278
19279 2007-08-23 Masatake YAMATO <jet@gyve.org>
19280
19281 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
19282 name of parameters in document body.
19283
19284 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19285
19286 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
19287 (byte-compile-output-as-comment): Use with-current-buffer rather than
19288 a weird set-buffer&prog1 combination.
19289
19290 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
19291 test so as to optimise cases where the `progn's result is constant.
19292
19293 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19294
19295 * locate.el (locate-get-file-positions):
19296 Use line-beginning-position and line-end-position.
19297
19298 2007-08-23 John Wiegley <johnw@newartisans.com>
19299
19300 * calendar/cal-bahai.el: Added in the diacriticals that were
19301 missing for many of the month names.
19302
19303 2007-08-22 Jason Rumney <jasonr@gnu.org>
19304
19305 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
19306
19307 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
19308
19309 * image-mode.el (image-minor-mode): Use image-mode-text-map.
19310
19311 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
19312
19313 * dabbrev.el (dabbrev--progress-reporter): New variable.
19314 (dabbrev--scanning-message): Delete func.
19315 (dabbrev--find-expansion): Use a progress reporter
19316 instead of dabbrev--scanning-message.
19317
19318 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
19319
19320 * comint.el (comint-exec-1): Raise an error if
19321 `start-file-process' does not return a process object.
19322
19323 * shell.el (shell): Prompt for `default-directory' if it is a
19324 remote file name, and if called with a prefix arg.
19325
19326 2007-08-22 Sam Steingold <sds@gnu.org>
19327
19328 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
19329
19330 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
19331
19332 * textmodes/org-export-latex.el: New file.
19333
19334 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
19335
19336 * textmodes/org.el (org-agenda-skip): Allow a form for
19337 `org-agenda-skip-function'.
19338 (org-agenda-redo): Re-use local settings.
19339 (org-agenda): Store local settings.
19340 (org-agenda-deadline-faces): New option.
19341 (org-agenda-deadline-face): New function.
19342 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
19343 entries on their due date.
19344 (org-agenda-get-timestamps): No longer handle the due dates of
19345 schedules and deadline items.
19346 (org-insert-link-global, org-open-at-point-global): New commands.
19347 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
19348 :for-ascii parameter.
19349 (org-skip-comments): Function removed.
19350 (org-cleaned-string-for-export): Handle special table lines.
19351 (org-global-properties): New option.
19352 (org-entry-get-with-inheritance): Check global properties.
19353 (org-local-properties): New variable.
19354 (org-set-regexps-and-options): Find the #+PROPERTY line.
19355 (org-link-types): Change type into variable (was constant).
19356 (org-make-link-regexps): New function.
19357 (org-link-re-with-space, org-link-re-with-space2)
19358 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
19359 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
19360 these regular expressions happens now in the function
19361 `org-make-link-regexps'.
19362 (org-store-link): Call the functions in
19363 `org-store-link-functions'.
19364 (org-add-link-type): New function.
19365 (org-store-link-functions): New variable.
19366 (org-activate-tags): Force matches to be in headlines.
19367 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
19368 (org-columns-display-here): Make sure this works in a narrowed
19369 buffer by checking for point-min.
19370 (org-columns-display-here): Make the rest of the line intangible,
19371 so that point never can be there.
19372 (org-cleaned-string-for-export): Use `with-current-buffer'.
19373 (org-replace-region-by-html): Use `with-current-buffer'.
19374 (org-unfontify-region, org-do-occur, org-columns-display-here)
19375 (org-columns-remove-overlays, org-columns-quit)
19376 (org-columns-edit-value, org-columns-next-allowed-value)
19377 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
19378 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
19379 (org-agenda-todo, org-agenda-change-all-lines)
19380 (org-agenda-align-tags, org-agenda-priority)
19381 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
19382 (org-agenda-show-new-time, org-cleaned-string-for-export)
19383 (org-export-grab-title-from-buffer)
19384 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
19385 instead of `buffer-read-only'.
19386 (org-export-as-html): Set `coding-system-for-write'.
19387 (org-remember-store-without-prompt): New option.
19388 (org-archive-subtree): Fixed bug with modifying TODO keyword.
19389 (org-beginning-of-line): Also treat C-a special in items.
19390 (org-table-convert-refs-to-rc): Fixed problem with column
19391 reference after "..".
19392 (org-columns-compute): Don't mark buffer modified because of text
19393 properties.
19394 (org-batch-store-agenda-views): Use the variable
19395 `default-directory', not the function.
19396 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
19397 (org-clock-out-when-done): New option.
19398 (org-html-entities): Added HTML entities for smileys.
19399
19400 2007-08-22 Glenn Morris <rgm@gnu.org>
19401
19402 * image.el (create-image): Doc fix.
19403
19404 * startup.el (tutorial-directory): New constant.
19405 (fancy-splash-text): Tutorials now in tutorial-directory.
19406 * tutorial.el (help-with-tutorial): Tutorials now in
19407 tutorial-directory.
19408
19409 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
19410
19411 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
19412 otherwise.
19413 (tramp-get-remote-path): New defun. Replace occurrences of
19414 `tramp-default-remote-path' by this function.
19415 (tramp-set-remote-path): Move most of the code to
19416 `tramp-get-remote-path'.
19417 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
19418 existing directories, this is done already in
19419 `tramp-get-remote-path'.
19420
19421 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
19422
19423 * image-file.el (image-file-name-extensions): Add "svg".
19424 * image.el (image-type-header-regexps): Add svg entry.
19425
19426 2007-08-22 Glenn Morris <rgm@gnu.org>
19427
19428 * files.el (backup-buffer-copy): Check backup directory is
19429 writable, to avoid infloop deleting old backup.
19430
19431 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
19432 movemail related variables.
19433 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
19434 will now be set before this is called.
19435
19436 2007-08-21 Juri Linkov <juri@jurta.org>
19437
19438 * delsel.el (delete-selection-pre-hook):
19439 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
19440 instead of checking last-command.
19441
19442 2007-08-21 Juri Linkov <juri@jurta.org>
19443
19444 * loadup.el: Preload "button".
19445
19446 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
19447
19448 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19449 Add previous-line and next-line.
19450
19451 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
19452 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
19453
19454 * vc-hooks.el (vc-menu-entry): New var.
19455 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
19456 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
19457 (vc-menu-map): Declare and initialize in one step.
19458 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
19459
19460 * menu-bar.el (vc-menu-map): Don't setup any more.
19461 Instead, just create the proper spot in the menu.
19462
19463 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
19464
19465 * smerge-mode.el (smerge-resolve): New arg `safe'.
19466 (smerge-resolve-all, smerge-batch-resolve): New function.
19467 (smerge-refine): Make sure `diff' returns the expected result.
19468 (smerge-parsep-re): New const.
19469 (smerge-mode): Use it to adjust paragraph-separate.
19470
19471 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19472 Correctly match / regexp matchers as first char on a line when
19473 fontifying only that line.
19474
19475 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
19476
19477 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
19478
19479 * vc-bzr.el: Don't fiddle with vc-handled-backend.
19480 (vc-bzr-registered): Don't redundantly protect against
19481 file-error. Actually use the format-specific code.
19482 (vc-bzr-buffer-nonblank-p): Remove.
19483 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
19484
19485 2007-08-20 Juri Linkov <juri@jurta.org>
19486
19487 * startup.el (fancy-splash-text): Change multiple tabs into one
19488 tab. Remove "Useful File menu items" section (with "Exit Emacs"
19489 and "Recover Crashed Session").
19490 (fancy-splash-screens): Set tab-width to 22.
19491 (normal-splash-screen): Replace literal tabs with \t and
19492 fix whitespace. Remove "Useful File menu items" section (with
19493 "Exit Emacs" and "Recover Crashed Session").
19494
19495 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
19496
19497 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
19498 extracted from `eval-last-sexp-1'.
19499 (eval-last-sexp-1): Call `preceding-sexp'.
19500
19501 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
19502
19503 * vc-rcs.el (vc-rcs-annotate-command):
19504 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
19505 Add back :vc-annotate-prefix propertization.
19506
19507 2007-08-20 Andreas Schwab <schwab@suse.de>
19508
19509 * mail/rmail.el (rmail-autodetect): Doc fix.
19510
19511 2007-08-19 Juri Linkov <juri@jurta.org>
19512
19513 * startup.el (normal-splash-screen): Add more links.
19514
19515 2007-08-19 Juri Linkov <juri@jurta.org>
19516
19517 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
19518 because it's common to both types of splash screen: fancy and normal.
19519 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
19520 (exit-splash-screen): Rename from `fancy-splash-quit'.
19521 Use `quit-window' instead of `kill-buffer'.
19522 (fancy-splash-head): Use make-button to insert GNU image link.
19523 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
19524 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
19525 (normal-splash-screen): Put "Browse manuals" on the same line with
19526 "Emacs manual". Remove descriptions from "Useful tasks" and put
19527 all links in two columns on two lines.
19528
19529 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
19530
19531 * emulation/viper.el (viper-remove-hooks): Remove some additional
19532 viper hooks when the user calls viper-go-away.
19533 (viper-go-away): Restore the default of default-major-mode.
19534 Save the value of default-major-mode before vaperization.
19535
19536 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
19537
19538 * emulation/viper-ex.el: Replace error "" with "Viper bell".
19539
19540 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
19541 buffer for which file is created.
19542
19543 2007-08-19 Glenn Morris <rgm@gnu.org>
19544
19545 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
19546 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
19547 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
19548 shadow files messing up the compilation.
19549
19550 2007-08-18 Glenn Morris <rgm@gnu.org>
19551
19552 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
19553 string. Also apply eldoc-argument-case in the help-split-fundoc
19554 case. Adapt for changed behavior of eldoc-function-argstring,
19555 eldoc-function-argstring-format, and
19556 eldoc-highlight-function-argument.
19557 (eldoc-highlight-function-argument): Handle nil INDEX argument,
19558 just call eldoc-docstring-format-sym-doc in that case.
19559 (eldoc-function-argstring): Change the behavior. Now it converts
19560 an argument list to a string.
19561 (eldoc-function-argstring-format): Change the behavior. Now it
19562 applies `eldoc-argument-case' to a string.
19563
19564 * progmodes/scheme.el (scheme-mode-variables): Set
19565 font-lock-comment-start-skip.
19566
19567 2007-08-18 Martin Rudalics <rudalics@gmx.at>
19568
19569 * progmodes/ada-mode.el (ada-create-syntax-table): Move
19570 set-syntax-table from here to ...
19571 (ada-mode): ... here. Do not change global value of
19572 comment-multi-line. Call new function
19573 ada-initialize-syntax-table-properties and add new function
19574 ada-handle-syntax-table-properties to font-lock-mode-hook.
19575 (ada-deactivate-properties, ada-initialize-properties): Replace
19576 by new functions ...
19577 (ada-handle-syntax-table-properties)
19578 (ada-initialize-syntax-table-properties)
19579 (ada-set-syntax-table-properties): ... to set up syntax-table
19580 properties uniformly, independently from whether font-lock-mode
19581 is enabled or not. Handle read-only buffers and do not change
19582 undo-list when setting syntax-table properties.
19583 (ada-after-change-function): Use ada-set-syntax-table-properties.
19584
19585 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
19586
19587 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
19588 (meta-indent-current-nesting): Use a computation of the nesting
19589 instead.
19590 (meta-indent-current-indentation): Indentation is given according
19591 to nesting and if the previous line was finished or not.
19592 (meta-indent-unfinished-line): Tell if the current line ends with
19593 a finished expression.
19594 (meta-indent-looking-at-code): Like `looking-at', but checks if
19595 the point is in a string before.
19596 (meta-indent-level-count): Use it. Don't count parenthesis as it's
19597 done in the nesting function.
19598 (meta-indent-in-string-p): Tell if the current point is in a
19599 string.
19600 (meta-indent-calculate): Treat b-o-b as a special case. Use the
19601 previous functions.
19602
19603 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
19604
19605 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
19606 (copyright-update-year, copyright-update)
19607 (copyright-fix-years): Use it.
19608
19609 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
19610
19611 * emacs-lisp/copyright.el (copyright-update-year):
19612 Fix bug: Handle nil copyright-limit.
19613
19614 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19615
19616 * calc/calc-units.el (math-standard-units): Give exact
19617 conversion for tsp.
19618
19619 * calc/calc.el (math-bignum-digit-length): Compute the
19620 appropriate value.
19621
19622 * calc/calc-bin.el (math-bignum-logb-digit-size)
19623 (math-bignum-digit-power-of-two):
19624 * calc/calc-comb.el (math-small-factorial-table):
19625 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19626 (math-approx-gamma-const):
19627 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
19628 (math-besY1, math-bernoulli-b-cache):
19629 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19630 Remove `eval-when-compile's.
19631
19632 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
19633
19634 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
19635 (cperl-find-pods-heres): Fix an error when typing expressions like
19636 `s{a}{b}'.
19637
19638 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
19639
19640 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
19641 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
19642 a special case (there's no build number).
19643
19644 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
19645
19646 * completion.el (symbol-under-point, symbol-before-point)
19647 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
19648
19649 2007-08-17 Glenn Morris <rgm@gnu.org>
19650
19651 * progmodes/compile.el (compilation-get-file-structure): Make use
19652 of the directory part when checking for an existing entry, to
19653 handle files with same basename in different directories.
19654
19655 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19656
19657 * calc/calc.el (calc-language-alist): Add texinfo-mode.
19658
19659 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19660
19661 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
19662 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
19663 (ps-paragraph-spacing): Docstring fix.
19664
19665 2007-08-16 Glenn Morris <rgm@gnu.org>
19666
19667 * ps-print.el (ps-font-size): Doc fix.
19668
19669 2007-08-16 Richard Stallman <rms@gnu.org>
19670
19671 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
19672
19673 2007-08-15 Juri Linkov <juri@jurta.org>
19674
19675 * startup.el (initialization): Change parent group from `internal'
19676 to `environment'.
19677 (initial-buffer-choice): New variable.
19678 (command-line): Revert 2007-07-02 change that sets
19679 buffer-offer-save in *scratch* and enables auto-save in it.
19680 (fancy-splash-text): Add links to existing items. Add new items
19681 with links for useful tasks. Move information about Control-g to
19682 fancy-splash-head. Move "Emacs Guided Tour" to the end.
19683 (fancy-splash-keymap): New variable.
19684 (fancy-splash-last-input-event): Remove variable.
19685 (fancy-splash-insert): Add processing of `:link' element.
19686 (fancy-splash-head): Replace "Type Control-l to begin editing"
19687 with "Type `q' to exit".
19688 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
19689 (fancy-splash-default-action, fancy-splash-special-event-action):
19690 Remove functions.
19691 (fancy-splash-quit): New function.
19692 (fancy-splash-screens): Rename input arg from `hide-on-input' to
19693 `static' and reverse the condition of its usage. Don't preserve
19694 original values of `minor-mode-map-alist',
19695 `emulation-mode-map-alists', `special-event-map'.
19696 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19697 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19698 Remove processing of special events. Use local key map
19699 `fancy-splash-keymap'. Set buffer to read-only.
19700 (normal-splash-screen): Rename input arg from `hide-on-input' to
19701 `static' and reverse the condition of its usage.
19702 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19703 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19704 Add links to existing items. Add new items with links for useful
19705 tasks. Use local key map `fancy-splash-keymap'.
19706 (display-splash-screen): Rename input arg from `hide-on-input' to
19707 `static'.
19708 (about-emacs): Add alias to display-splash-screen.
19709 (command-line-1): Use `initial-buffer-choice'.
19710
19711 * menu-bar.el (menu-bar-help-menu):
19712 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
19713 item to about-emacs instead of display-splash-screen.
19714
19715 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
19716
19717 * calc/calc-units.el (math-standard-units): Update values.
19718 Put in exact, rational values when possible.
19719 (math-unit-prefixes): Replace floats with powers of ten.
19720 (math-standard-units-systems): Replace floats with integers.
19721 (math-make-unit-string): Remove extra spaces in output.
19722
19723 2007-08-15 Glenn Morris <rgm@gnu.org>
19724
19725 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
19726 sloppier, for the sake of GNU Mailman.
19727 (rmail-digest-rfc1153): Initialize `result' correctly.
19728
19729 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
19730
19731 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
19732 in the mail title. Suggested by Reiner Steib.
19733
19734 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
19735
19736 * calc/calc-aent.el (calc-do-quick-calc): Add binary
19737 representation of integers to the list of outputs.
19738
19739 2007-08-14 Glenn Morris <rgm@gnu.org>
19740
19741 * simple.el (bad-packages-alist): New constant.
19742 (bad-package-check): New function. Together, these two add elements
19743 to `after-load-alist' to check for problematic external packages.
19744 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
19745
19746 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
19747
19748 * calc/calc-units.el (math-get-standard-units)
19749 (math-get-units, math-make-unit-string)
19750 (math-get-default-units, math-put-default-units): New functions.
19751 (math-default-units-table): New variable.
19752 (calc-convert-units, calc-convert-temperature): Add machinery
19753 to supply default values.
19754
19755 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
19756
19757 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
19758 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
19759 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
19760 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
19761
19762 * emulation/tpu-extras.el: Remove spurious * in docstrings.
19763 Put its autoloads into tpu-edt.el rather than loaddefs.el.
19764 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
19765 Make into a proper minor-mode.
19766 (tpu-backward-char, tpu-next-line, tpu-previous-line)
19767 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
19768 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
19769 (tpu-set-cursor-free, tpu-set-cursor-bound):
19770 Delegate to tpu-cursor-free-mode.
19771 (tpu-next-line, tpu-previous-line, tpu-forward-line)
19772 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
19773 Use line-move or forward-line instead of next-line-internal.
19774
19775 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
19776
19777 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
19778
19779 2007-08-12 Richard Stallman <rms@gnu.org>
19780
19781 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
19782 (cvs-execute-single-file): Use new name split-string-and-unquote.
19783 (cvs-header-msg): Use new name combine-and-quote-strings.
19784
19785 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
19786
19787 * progmodes/gud.el (gud-common-init): Use new name
19788 split-string-and-unquote.
19789
19790 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
19791 in javac regexp.
19792
19793 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
19794 combine-and-quote-strings and split-string-and-unquote.
19795
19796 * subr.el (combine-and-quote-strings): Rename from strings->string.
19797 (split-string-and-unquote): Rename from string->strings.
19798
19799 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19800
19801 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
19802 to buffer-local settings.
19803
19804 * emacs-lisp/backquote.el (backquote-delay-process): New function.
19805 (backquote-process): Add internal arg `level'. Use the two to
19806 correctly handle nested backquotes.
19807
19808 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
19809
19810 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
19811 (vc-bzr-state-words): Add "kind changed" state word.
19812 (vc-bzr-status): New function. Return Bzr idea of file status,
19813 which is different from VC's.
19814 (vc-bzr-state): Use vc-bzr-status.
19815 (vc-workfile-unchanged-p): Use vc-bzr-status.
19816 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
19817 (vc-dired-state): Process "kind changed" state word.
19818
19819 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
19820
19821 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
19822
19823 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
19824 Move from vc-default-find-file-not-found-hook.
19825
19826 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19827
19828 * man.el: Remove spurious * in docstrings.
19829 Merge defvars and toplevel setq-defaults.
19830 (Man-highlight-references0): Limit=nil rather than point-max.
19831 (Man-mode-map): Move initialization into the declaration.
19832 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
19833 (Man-view-header-file): Use expand-file-name rather than concat.
19834 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
19835
19836 * man.el (Man-next-section): Make sure we do not move backward.
19837
19838 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19839
19840 * files.el (auto-mode-alist): Use the purecopied text (duh!).
19841
19842 2007-08-08 Glenn Morris <rgm@gnu.org>
19843
19844 * Replace `iff' in doc-strings and comments.
19845
19846 2007-08-08 Martin Rudalics <rudalics@gmx.at>
19847
19848 * dired.el (dired-pop-to-buffer):
19849 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19850 * calendar/calendar.el (generate-calendar-window):
19851 * progmodes/compile.el (compilation-set-window-height):
19852 * textmodes/two-column.el (2C-two-columns, 2C-merge):
19853 Use window-full-width-p instead of comparing frame-width and
19854 window-width.
19855
19856 * progmodes/compile.el (compilation-find-buffer): Remove extra
19857 argument in call to compilation-buffer-internal-p.
19858
19859 2007-08-07 Tom Tromey <tromey@redhat.com>
19860
19861 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
19862 Add safe-local-variable property.
19863
19864 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19865
19866 * image-mode.el (image-toggle-display): Use image-refresh.
19867
19868 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
19869
19870 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
19871 unofficial version.
19872 (vc-bzr-command): Remove redundant setting of process-connection-type.
19873 (vc-bzr-admin-checkout-format-file): Add autoload.
19874 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
19875 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
19876 (vc-bzr-registered): Compare dirstate format tag with known good
19877 value, abort parsing if match fails. Warn user in docstring.
19878 (vc-bzr-workfile-version): Case for different Bzr branch formats.
19879 See bzrlib/branch.py in Bzr sources.
19880 (vc-bzr-diff): First argument FILES may be a string rather than a list.
19881 (vc-bzr-shell-command): Remove in favor of
19882 vc-bzr-command-discarding-stderr.
19883 (vc-bzr-command-discarding-stderr): New function.
19884
19885 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
19886
19887 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
19888 program, and return nil.
19889 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
19890 (vc-bzr-state): Look for path names relative to the repository
19891 root after status keyword.
19892 (vc-bzr-file-name-relative): New function.
19893 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
19894 depend on it.
19895 (vc-bzr-admin-dirname, ...-checkout-format-file)
19896 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
19897 files that we now parse directly for speed.
19898 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
19899 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
19900 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
19901 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
19902 Bzr warnings, so we must discard it.
19903 (vc-bzr-workfile-version): Speedup counting lines from
19904 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
19905 if that file doesn't exist.
19906 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
19907 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
19908 to `vc-directory-exclusion-list'.
19909 (vc-bzr-shell-command): New function.
19910
19911 2007-08-06 Tom Tromey <tromey@redhat.com>
19912
19913 * diff-mode.el (diff-unified->context, diff-reverse-direction)
19914 (diff-fixup-modifs): Typo in docstring.
19915
19916 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
19917
19918 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
19919 count-screen-lines.
19920 (tpu-edt-off): Disable relevant pieces of advice.
19921
19922 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
19923 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
19924 (newline, newline-and-indent, do-auto-fill): Use advice instead of
19925 redefining the function.
19926 (tpu-set-scroll-margins): Activate the pieces of advice.
19927
19928 2007-08-06 Martin Rudalics <rudalics@gmx.at>
19929
19930 * help.el (resize-temp-buffer-window): Use window-full-width-p
19931 instead of comparing frame-width and window-width.
19932
19933 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
19934
19935 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
19936 optional quotes around files in NEED-UPDATE . REMOVED case.
19937
19938 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
19939 (ada-treat-cmd-string): Improve error message.
19940 (ada-do-file-completion): Call `ada-require-project-file', so
19941 project variables are set properly.
19942 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
19943 (ada-gnatfind-buffer-name): New constant.
19944 (ada-find-any-references): Use new constant. Set buffer name
19945 properly in compilation-start. Toggle read-only properly.
19946 (ada-find-in-src-path): Fix spelling error in docstring.
19947
19948 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
19949 by zero error.
19950
19951 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19952
19953 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
19954
19955 2007-08-12 Richard Stallman <rms@gnu.org>
19956
19957 * progmodes/sh-script.el (sh): Delete group `unix'.
19958
19959 * progmodes/gud.el (gud): Change to group `processes'.
19960
19961 2007-08-11 Glenn Morris <rgm@gnu.org>
19962
19963 * progmodes/compile.el (compilation-buffer-name): Don't check
19964 compilation-arguments. It is superfluous, and the variable isn't
19965 even set when this function is called.
19966
19967 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19968
19969 * term/mac-win.el (mac-ae-reopen-application): New function.
19970 (mac-apple-event-map): Bind "reopen application" Apple event to it.
19971
19972 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19973
19974 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
19975 take tex-font-script-display into account.
19976 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
19977 cell to a list of 2 elements to simplify the unfontify code.
19978
19979 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19980
19981 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
19982 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
19983 ps-print-color-p is neither nil nor black-white. Reported by Christian
19984 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19985
19986 2007-08-08 Andreas Schwab <schwab@suse.de>
19987
19988 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19989 self-insert-command, not self-insert.
19990
19991 2007-08-08 Glenn Morris <rgm@gnu.org>
19992
19993 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
19994 argument optional, for backwards compatibility, and only highlight
19995 args when present. Fix symbol name typo (doc/args).
19996
19997 * help-mode.el (help-make-xrefs): Search for symbol constituents,
19998 rather than just `-'.
19999
20000 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
20001
20002 * calc/calc-units.el (calc-convert-temperature):
20003 Use `/' to create fractions.
20004
20005 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
20006
20007 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
20008 global matching.
20009 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
20010 ERROR-BUFFER more robust. Display output.
20011 (tramp-file-name-handler): Add a connection property when we found
20012 a foreign file name handler. This allows backends like ftp to
20013 profit also from usr/host name completion based on connection
20014 cache.
20015 (tramp-send-command-and-read): Search for trash after the regexp
20016 until eol only. In XEmacs, there is a problem with \n.
20017
20018 * net/tramp-cache.el (top): Read persistent connection history
20019 when cache is empty.
20020
20021 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
20022
20023 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
20024 resulting output.
20025
20026 2007-08-07 Sam Steingold <sds@gnu.org>
20027
20028 * progmodes/compile.el (compilation-start): Pass nil as startfile
20029 to comint-exec.
20030
20031 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20032
20033 * longlines.el (longlines-decoded): New variable.
20034 (longlines-mode): Avoid encoding or decoding the buffer twice.
20035
20036 2007-08-07 Martin Rudalics <rudalics@gmx.at>
20037
20038 * format.el (format-insert-file): Make sure that at most one undo
20039 entry is recorded for the insertion. Inhibit point-motion and
20040 modification hooks around call to insert-file-contents.
20041
20042 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
20043
20044 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
20045 Select the buffer's window before moving point.
20046
20047 2007-08-07 Richard Stallman <rms@gnu.org>
20048
20049 * term.el (term): Remove parent group `unix'.
20050
20051 * simple.el (default-indent-new-line): New function.
20052 It calls comment-line-break-function if there are comments.
20053 (do-auto-fill): Use that.
20054
20055 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
20056
20057 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
20058 (PC-do-completion): Add "acronym completion" for symbols and
20059 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
20060
20061 2007-08-06 Sam Steingold <sds@gnu.org>
20062
20063 * mouse.el (mouse-buffer-menu): Pass mode-name through
20064 format-mode-line because it may be a list,
20065 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
20066
20067 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
20068
20069 * printing.el (pr-update-menus): Docstring fix.
20070
20071 2007-08-06 Jason Rumney <jasonr@gnu.org>
20072
20073 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
20074
20075 * vc-hooks.el (vc-call): Add doc string.
20076
20077 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
20078
20079 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
20080 process-filter.
20081
20082 2007-08-06 Kenichi Handa <handa@m17n.org>
20083
20084 * international/quail.el: Wrap (require 'help-mode) by
20085 eval-when-compile.
20086 (quail-help-init): New function.
20087 (quail-help): Call quail-help-init.
20088 (quail-store-decode-map-key): Change it to a function.
20089
20090 2007-08-05 Jason Rumney <jasonr@gnu.org>
20091
20092 * vc.el (vc-rollback): Add norevert argument back.
20093 (vc-revert-buffer): Add back as obsolete alias.
20094
20095 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
20096
20097 * term.el: Honor term-default-fg-color and term-default-bg-color
20098 settings when modifying term-current-face.
20099 (term-default-fg-color, term-default-bg-color): Initialize from
20100 default term-current-face.
20101 (term-mode, term-reset-terminal): Set term-current-face with
20102 term-default-fg-color and term-default-bg-color.
20103 (term-handle-colors-array): term-current-face has term-default-fg-color
20104 and term-default-bg-color after reset escape sequence.
20105 (term-handle-colors-array): Set term-current-color with
20106 term-default-fg/bg-color instead of ansi-term-color-vector when the
20107 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
20108
20109 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
20110
20111 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
20112 (math-nlfit-givens): Let bind free variables.
20113
20114 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
20115
20116 * printing.el: Require lpr and ps-print when loading printing package.
20117 Reported by Glenn Morris <rgm@gnu.org>.
20118
20119 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
20120
20121 * files.el (set-auto-mode): Handle also remote files wrt
20122 `auto-mode-alist'.
20123
20124 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
20125
20126 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
20127 curves and plotting.
20128
20129 * calc/calc-nlfit.el: New file.
20130
20131 2007-08-04 Glenn Morris <rgm@gnu.org>
20132
20133 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
20134 zero, not nil, when the library is first loaded. Check for a file
20135 that has been modified on disk.
20136
20137 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
20138 Remove duplicate defvar preventing initialization.
20139 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
20140
20141 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20142
20143 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
20144 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
20145 may match up to 4 lines.
20146 (diff-beginning-of-file-and-junk): Rewrite.
20147
20148 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20149
20150 * printing.el: Evaluate require only during compilation.
20151 (pr-version): New version 6.9.1.
20152 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
20153 (pr-global-menubar): Fix code.
20154
20155 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
20156
20157 * term.el (term-erase-in-display): Fix case when point is not at
20158 the beginning of the line.
20159
20160 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
20161
20162 * calc/calc-ext.el (math-get-value, math-get-sdev)
20163 (math-contains-sdev): New functions.
20164
20165 * calc/calc-graph.el (calc-graph-format-data)
20166 (calc-graph-add-curve): Check for error forms.
20167 (calc-graph-set-styles): Add option for error forms.
20168
20169 2007-08-03 Miles Bader <miles@gnu.org>
20170
20171 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
20172 backend names for new backends to `Git', `Hg', and `Bzr'.
20173 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
20174 not `HG'.
20175 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
20176 name, not `GIT'.
20177 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
20178 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20179
20180 2007-08-03 Richard Stallman <rms@gnu.org>
20181
20182 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
20183 to update deleted flag.
20184
20185 * cus-edit.el (customize-apropos, customize-apropos-options)
20186 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
20187
20188 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
20189
20190 * startup.el (fancy-splash-head, startup-echo-area-message):
20191 Change message text.
20192
20193 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
20194 All callers use line-move.
20195
20196 * progmodes/compile.el (compilation-find-buffer): Return current
20197 buffer immediately if suitable.
20198 (compile, compilation-buffer-name, compilation-start): Doc fixes.
20199
20200 2007-08-03 Daiki Ueno <ueno@unixuser.org>
20201
20202 * faces.el (face-normalize-spec): New function.
20203 (frame-set-background-mode): Normalize face-spec before calling
20204 face-spec-match-p.
20205
20206 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 * server.el (server-window): Add switch-to-buffer-other-frame option.
20209
20210 2007-08-03 Glenn Morris <rgm@gnu.org>
20211
20212 * cus-edit.el (customize-apropos): Make the error message indicate
20213 what kind of thing the user was trying to customize.
20214
20215 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
20216
20217 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
20218 Fix off-by-one error in previous change.
20219
20220 2007-08-03 Drew Adams <drew.adams@oracle.com>
20221
20222 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
20223 Make buffer writable.
20224
20225 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
20226
20227 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
20228 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
20229 Use native Emacs functions, when appropriate.
20230
20231 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
20232 Stefan Monnier <monnier@iro.umontreal.ca>
20233
20234 * vc.el: Document new VC operation `extra-menu'.
20235
20236 * vc-hooks.el (vc-default-extra-menu): New function.
20237
20238 * menu-bar.el (menu-bar-vc-filter): New function.
20239 (menu-bar-tools-menu): Use it as a filter.
20240
20241 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
20242
20243 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
20244
20245 2007-08-01 Glenn Morris <rgm@gnu.org>
20246
20247 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
20248 strings.
20249 (fortran-tab-mode-default): Remove needless autoload.
20250 (fortran-tab-mode-string): Add help-echo and mouse properties, and
20251 mark as risky.
20252 (fortran-line-length): New buffer-local variable, safe if integer.
20253 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
20254 Change from variables to constants.
20255 (fortran-font-lock-syntactic-keywords): Delete as a variable,
20256 replace with a new function definition.
20257 (fortran-mode): Use fortran-line-length, and
20258 fortran-font-lock-syntactic-keywords as a function. Add a
20259 hack-local-variables-hook function.
20260 (fortran-line-length, fortran-hack-local-variables): New functions.
20261 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
20262 Use fortran-line-length rather than 72.
20263 (fortran-window-create-momentarily): Doc fix.
20264
20265 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
20266
20267 * cus-edit.el (custom-group-value-create, custom-goto-parent):
20268 Fix parent groups link.
20269
20270 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
20271
20272 * progmodes/python.el (python-current-defun): Adjust to never fall
20273 into infinite loop.
20274
20275 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20276
20277 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
20278
20279 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
20280
20281 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
20282 (copyright-fix-years, copyright): Correctly handle the case where
20283 copyright-limit is nil.
20284
20285 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
20286
20287 * progmodes/python.el (run-python): Fix path separator under w32.
20288
20289 2007-07-30 Richard Stallman <rms@gnu.org>
20290
20291 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20292 Treat non-break space as whitespace in Lisp.
20293
20294 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
20295
20296 * vc.el (vc-dired-hook): Use inhibit-read-only.
20297
20298 * progmodes/compile.el (compilation-forget-errors):
20299 Reset compilation-auto-jump-to-next.
20300
20301 2007-07-30 Michael Olson <mwolson@gnu.org>
20302
20303 * cus-edit.el (custom-group-save): Fix void function definition
20304 error. Thanks to Zhang Wei for the report.
20305
20306 * ps-print.el: Check in trivial changes to the autoloads section
20307 caused by the build process. These autoloads really ought to be
20308 placed in a separate file, methinks.
20309
20310 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20311
20312 * calendar/calendar.el (calendar-mode): Make sure
20313 displayed-(month|year) are set.
20314 (calendar-basic-setup): Display buffer before adjusting window sizes.
20315 (generate-calendar-window): Use inhibit-read-only. Simplify.
20316 Generate buffer and set displayed-month and displayed-year before
20317 calling update-calendar-mode-line.
20318
20319 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
20320
20321 * net/tramp.el:
20322 * net/tramp-uu.el:
20323 * net/trampver.el: Use utf-8 encoding with coding cookie.
20324
20325 * net/tramp-cache.el:
20326 * net/tramp-fish.el:
20327 * net/tramp-ftp.el:
20328 * net/tramp-gw.el:
20329 * net/tramp-smb.el: Remove coding cookie.
20330
20331 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
20332 Flush buffer file-name's file property.
20333 (tramp-handle-file-remote-p): The first parameter is FILENAME.
20334
20335 * net/trampver.el: Update release number.
20336
20337 2007-07-29 Juri Linkov <juri@jurta.org>
20338
20339 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
20340 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
20341 when major-mode is not dired-mode.
20342 (dired-toggle-read-only): New function.
20343 (dired-recursive-deletes): Remove obsolete comments about old
20344 default value.
20345 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
20346
20347 * wdired.el (wdired-exit): New function.
20348 (wdired-mode-map): Bind C-x C-q to wdired-exit.
20349
20350 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20351
20352 * cus-edit.el (customize-read-group): New fun.
20353 (customize-group-other-window, customize-face-other-window):
20354 Prompt before delegating to customize-(group|face).
20355 Bind pop-up-windows rather than use the other-window argument.
20356 (customize-group, customize-face): Prompt from the interactive spec.
20357 Remove args `prompt-for-group' and `other-window'.
20358
20359 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
20360 (ad-body-forms, ad-advised-interactive-form): Revert this part of
20361 last change.
20362
20363 2007-07-28 Masatake YAMATO <jet@gyve.org>
20364
20365 * vc.el (vc-dired-mode): Add a menu for VC related operation.
20366 Use backend name as the menu label. Suggested by David Kastrup.
20367
20368 2007-07-28 Alan Mackenzie <acm@muc.de>
20369
20370 Fix problem with modes derived from CC Mode:
20371 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
20372 macro to cc-langs.
20373 (c-init-language-vars-for): Remove call to above macro.
20374 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
20375 been moved to here.
20376 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
20377
20378 2007-07-28 Eli Zaretskii <eliz@gnu.org>
20379
20380 * net/trampver.el: Fix the `coding' cookie.
20381
20382 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
20383
20384 * vc-git.el (vc-git-print-log): Support both the old single file
20385 interface and the new one.
20386
20387 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
20388
20389 * bindings.el (mode-line-remote): Use updated %@ construct.
20390
20391 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
20392
20393 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
20394 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
20395 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
20396 (diary-list-bahai-entries, diary-bahai-mark-entries)
20397 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
20398 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
20399 New names to clean up namespace.
20400 (list-bahai-diary-entries, mark-bahai-diary-entries)
20401 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
20402 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
20403 Add compatibility aliases.
20404
20405 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
20406
20407 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
20408 (calendar-scroll-left-three-months)
20409 (calendar-scroll-right-three-months): Clean up namespace.
20410 (scroll-calendar-left, scroll-calendar-right)
20411 (scroll-calendar-left-three-months)
20412 (scroll-calendar-right-three-months): Add compatibility aliases.
20413
20414 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
20415 Behave like mouse-scroll-calendar-* when used from the mouse.
20416
20417 * calendar/cal-menu.el (cal-menu-scroll-menu)
20418 (cal-menu-global-mouse-menu):
20419 * calendar/calendar.el (calendar-mode-map):
20420 Use new calendar-scroll-* names.
20421 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
20422 Remove. Use calendar-scroll-* directly instead.
20423
20424 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20425
20426 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
20427 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
20428 (ad-make-advised-definition, ad-cache-id-verification-code):
20429 Use commandp and interactive-form instead.
20430
20431 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
20432
20433 * vc-git.el: Relicense to GPLv3 or later.
20434 (vc-directory-exclusion-list, vc-handled-backends): Remove.
20435
20436 * vc-hooks.el (vc-handled-backends): Add GIT.
20437
20438 * vc.el (vc-directory-exclusion-list): Add .git.
20439
20440 2007-07-26 Alexandre Julliard <julliard@winehq.org>
20441
20442 * vc-git.el (vc-git-revision-table)
20443 (vc-git-revision-completion-table): New functions.
20444
20445 2007-07-25 Glenn Morris <rgm@gnu.org>
20446
20447 * Relicense all FSF files to GPLv3 or later.
20448
20449 * COPYING: Switch to GPLv3.
20450
20451 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20452
20453 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
20454 Replace it with another one which disables undo before calling
20455 erase-buffer and then turns it back on if needed.
20456
20457 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20458
20459 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
20460
20461 2007-07-24 Glenn Morris <rgm@gnu.org>
20462
20463 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20464 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20465 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20466 (cal-tex-cursor-week, cal-tex-cursor-week2)
20467 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20468 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20469 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20470 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20471
20472 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20473
20474 * calendar/calendar.el (calendar-mode-map): Move initialization
20475 into declaration. Add menu bindings (used to be done in cal-menu).
20476 (calendar-mode): Don't add an activate-menubar-hook.
20477
20478 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
20479 modify calendar-mode-map), use easy-menu, and make sure that C-h k
20480 can be used on the menu entries.
20481 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
20482 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
20483 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
20484 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
20485 (calendar-flatten, cal-menu-update): Remove.
20486 (calendar-mouse-insert-hebrew-diary-entry)
20487 (calendar-mouse-insert-islamic-diary-entry)
20488 (calendar-mouse-insert-bahai-diary-entry):
20489 Remove (fold into cal-menu-diary-menu).
20490 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
20491 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
20492 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
20493 (calendar-mouse-view-diary-entries): Minor simplifications.
20494 (calendar-event-to-date): Use with-current-buffer.
20495
20496 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
20497
20498 * add-log.el (change-log-redate): Remove (not needed anymore and
20499 doesn't appear to work).
20500
20501 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20502
20503 * frame.el: Use mapc and dolist instead of mapcar where possible.
20504 (close-display-connection): New command.
20505
20506 2007-07-25 Alexandre Julliard <julliard@winehq.org>
20507
20508 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
20509 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
20510
20511 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20512
20513 * ps-print.el (ps-multibyte-buffer): Docstring fix.
20514
20515 * ps-mule.el: Doc fix.
20516 (ps-multibyte-buffer, ps-mule-font-info-database-default)
20517 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
20518
20519 2007-07-25 Glenn Morris <rgm@gnu.org>
20520
20521 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
20522 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
20523 (cal-tex-daily-end, cal-tex-hook)
20524 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
20525 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
20526 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20527 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20528 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
20529 (cal-tex-day-prefix, cal-tex-day-name-format)
20530 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
20531 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
20532 (cal-tex-LaTeX-subst-list): Change from variables to constants.
20533 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
20534 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
20535 etc, rather than \bf.
20536 (cal-tex-mini-calendar): Fix typos in previous change.
20537 (cal-tex-latexify-list): Remove inner let binding.
20538 (cal-tex-end-document, cal-tex-banner): Use multi-line
20539 cal-tex-comment.
20540 (cal-tex-comment): Handle embedded newlines.
20541 (cal-tex-LaTeXify-string): Use substring-no-properties.
20542
20543 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
20544
20545 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20546 Add support for the Maden build tool.
20547
20548 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
20549
20550 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
20551
20552 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20553
20554 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
20555
20556 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20557
20558 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
20559 C-x C-q.
20560
20561 * vc-git.el (vc-git-print-log): Fix previous change.
20562
20563 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20564
20565 * window.el (save-selected-window): Minor optimization.
20566 (bw-adjust-window): If operation failed, try with a smaller delta.
20567 (window-fixed-size-p): New function.
20568 (window-area-factor): New var.
20569 (balance-windows-area): New command.
20570
20571 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
20572 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
20573 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
20574 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
20575 (ps-mule-begin-job): Use dolist.
20576
20577 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
20578
20579 * subr.el (start-file-process-shell-command)
20580 (process-file-shell-command): New defuns.
20581
20582 * progmodes/compile.el (compilation-start):
20583 Apply `start-file-process-shell-command'.
20584
20585 2007-07-24 Alexandre Julliard <julliard@winehq.org>
20586
20587 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
20588
20589 2007-07-24 Alan Mackenzie <acm@muc.de>
20590
20591 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
20592 Initialise byte-compile-unresolved-functions before rather than
20593 after a compilation.
20594 (byte-compile-unresolved-functions): Amplify doc string.
20595
20596 2007-07-24 Glenn Morris <rgm@gnu.org>
20597
20598 * startup.el (normal-splash-screen): Use `emacs-copyright'.
20599
20600 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20601 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20602 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20603 (cal-tex-cursor-week, cal-tex-cursor-week2)
20604 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20605 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20606 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20607 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20608
20609 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
20610 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
20611 (cal-tex-day-name-format, cal-tex-cal-one-month)
20612 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
20613 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
20614 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
20615 (cal-tex-list-holidays, cal-tex-cursor-year)
20616 (cal-tex-cursor-year-landscape, cal-tex-year)
20617 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
20618 (cal-tex-cursor-month, cal-tex-insert-days)
20619 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
20620 (cal-tex-first-blank-p, cal-tex-cursor-week)
20621 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20622 (cal-tex-week-hours, cal-tex-cursor-week-monday)
20623 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
20624 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
20625 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
20626 (cal-tex-latexify-list, cal-tex-previous-month)
20627 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
20628 modernization, including using dotimes rather than
20629 calendar-for-loop.
20630 (cal-tex-LaTeX-subst-list): Remove `@'.
20631 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
20632 Use \textit and \textbf rather than \em and \it.
20633
20634 * calendar/cal-bahai.el (list-bahai-diary-entries)
20635 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
20636 * calendar/cal-islam.el (list-islamic-diary-entries)
20637 * calendar/calendar.el (generate-calendar, generate-calendar-month)
20638 * calendar/diary-lib.el (diary-list-entries)
20639 (mark-calendar-date-pattern): Use `dotimes' rather than
20640 `calendar-for-loop'.
20641
20642 * calendar/calendar.el (calendar-for-loop): Doc fix.
20643
20644 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20645
20646 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
20647 underlying file is uptodate.
20648
20649 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
20650
20651 * replace.el (perform-replace): Use isearch-no-upper-case-p.
20652
20653 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20654
20655 * vc-hooks.el (vc-mode-line-map): New const.
20656 (vc-mode-line): Use it.
20657
20658 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20659
20660 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
20661 (vc-git-unregister): New functions.
20662 (vc-git-find-version): Use the result of ls-files as a parameter
20663 for cat-file.
20664
20665 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
20666
20667 * net/tramp.el (tramp-perl-file-attributes)
20668 (tramp-perl-directory-files-and-attributes)
20669 (tramp-handle-file-attributes-with-stat)
20670 (tramp-handle-directory-files-and-attributes-with-stat)
20671 (tramp-convert-file-attributes): Handle huge file sizes.
20672
20673 2007-07-23 Juri Linkov <juri@jurta.org>
20674
20675 * isearch.el (isearch-message-function): New variable.
20676 (isearch-update, isearch-search): Use it.
20677
20678 * simple.el (goto-history-element): New function created from
20679 next-history-element.
20680 (next-history-element): Most code moved to goto-history-element.
20681 Call goto-history-element with (- minibuffer-history-position n).
20682 (previous-history-element): Call goto-history-element with (+
20683 minibuffer-history-position n).
20684 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
20685 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
20686 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
20687 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
20688 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
20689 (minibuffer-history-isearch-pop-state): New functions.
20690
20691 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
20692
20693 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
20694 Also, if FILE is a list, return non-nil if any of its elements
20695 should stay local. Update docstring.
20696
20697 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20698
20699 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20700 change by reverting a small part.
20701
20702 2007-07-23 Richard Stallman <rms@gnu.org>
20703
20704 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20705
20706 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20707
20708 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20709 handling it. Use vc-git-command.
20710 (vc-git-find-version, vc-git-diff-tree): New functions.
20711 (vc-git-revert): Use vc-git-command.
20712 (vc-git--run-command): Delete.
20713
20714 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20715
20716 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
20717
20718 2007-07-20 Kenichi Handa <handa@m17n.org>
20719
20720 * international/utf-8.el (utf-8-post-read-conversion):
20721 Temporarily bind utf-8-compose-scripts to nil while running
20722 *-compose-region functions.
20723
20724 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20725
20726 * vc-git.el: Update status.
20727 (vc-directory-exclusion-list): Use eval-after-load.
20728
20729 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
20730
20731 * bindings.el (mode-line-remote): New variable.
20732 (help-echo): Add to default values of mode-line-format.
20733
20734 * files.el: Mark mode-line-remote as risky.
20735
20736 2007-07-22 Juri Linkov <juri@jurta.org>
20737
20738 * isearch.el (isearch-edit-string): Save old point and
20739 isearch-other-end to old-point and old-other-end before reading
20740 the search string from minibuffer. After exiting minibuffer set
20741 point to old-other-end if point and the search direction is the
20742 same as before reading the search string.
20743 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
20744 to isearch-other-end. Instead of isearch-search-and-update call
20745 three functions isearch-search, isearch-push-state and isearch-update.
20746
20747 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20748
20749 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
20750 deal with multiple file arguments.
20751 (vc-git-print-log): Deal with multiple file arguments.
20752
20753 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20754
20755 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
20756 diff-refine-hunk. Adjust users.
20757 (diff-unified-hunk-p, diff-splittable-p): New functions.
20758 (diff-mode-menu): Use it to disable Split when it doesn't work.
20759
20760 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20761
20762 * diff-mode.el (diff-mode-menu): New entries.
20763
20764 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20765
20766 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
20767 if applicable, so as to save undo-log space.
20768
20769 * diff-mode.el (diff-find-file-name): Add arg `batch'.
20770
20771 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
20772 (diff-file-kill): Use it.
20773 (diff-beginning-of-hunk): Add arg `try-harder' using it.
20774 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
20775 Use it so they find the hunk even when we're in the file header.
20776
20777 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20778
20779 * vc-git.el (vc-git-revision-granularity, vc-git-root)
20780 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
20781 (vc-git-create-repo): New functions.
20782 (vc-git-registered): New autoloaded function definition.
20783 (vc-git-registered): Use vc-git-root.
20784 (vc-git-responsible-p): New defalias.
20785 (vc-git-annotate-extract-revision-at-line): Uncomment.
20786 (vc-git-print-log): Add the file name to the log.
20787 (vc-git-log-view-mode): New derived mode.
20788 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
20789
20790 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20791
20792 * progmodes/grep.el (grep-compute-defaults): Keep default values.
20793
20794 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
20795
20796 * textmodes/reftex.el (reftex-access-parse-file): Create parse
20797 file in a way that does not interfere with recentf mode.
20798 (reftex-access-parse-file): Do not risk destroying an existing
20799 buffer.
20800
20801 2007-07-22 Alexandre Julliard <julliard@winehq.org>
20802
20803 * vc-git.el: New file.
20804
20805 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20806
20807 * textmodes/tex-mode.el (tex-font-script-display): Change default.
20808
20809 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20810
20811 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
20812 for branches and new files.
20813
20814 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
20815 local-map handling ...
20816 (vc-mode-line): ... here. Improve handling of help-echo.
20817
20818 * vc.el (mode-line-string): Document help-echo usage.
20819
20820 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20821
20822 Sync with Tramp 2.1.10.
20823
20824 * net/tramp.el (tramp-get-ls-command): Fix typo.
20825
20826 * net/trampver.el: Update release number.
20827
20828 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
20829
20830 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
20831
20832 * term/x-win.el (x-handle-no-bitmap-icon): New function.
20833
20834 2007-07-22 Martin Rudalics <rudalics@gmx.at>
20835
20836 * add-log.el (change-log-fill-parenthesized-list): New function.
20837 (change-log-indent): Call change-log-fill-parenthesized-list.
20838 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
20839 Have lines with leading asterisk start a paragraph.
20840
20841 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
20842
20843 * calc/calc-math.el (math-emacs-precision)
20844 (math-largest-emacs-expt, math-smallest-emacs-expt):
20845 New variables.
20846 (math-use-emacs-fn): New function.
20847 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
20848 appropriate.
20849
20850 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
20851
20852 * image-dired.el (image-dired-sane-db-file): New func.
20853 (image-dired-write-tags, image-dired-remove-tag)
20854 (image-dired-list-tags, image-dired-write-comments)
20855 (image-dired-get-comment, image-dired-mark-tagged-files)
20856 (image-dired-create-gallery-lists): Call new func.
20857 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
20858
20859 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
20860
20861 * vc-hg.el (vc-hg-dir-state): Fix loop.
20862 (vc-hg-print-log): Fix expected return value for vc-hg-command.
20863 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
20864 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
20865 (vc-hg-revert): Likewise.
20866 (vc-hg-revision-table, vc-hg-revision-completion-table): New
20867 functions.
20868
20869 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20870
20871 * add-log.el (change-log-resolve-conflict): Don't lose data if the
20872 merge fails.
20873
20874 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20875
20876 * progmodes/compile.el (compilation-auto-jump-to-first-error):
20877 Add group and version.
20878
20879 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * add-log.el (add-log-file-name): Use file-relative-name.
20882 (add-change-log-entry): Delay reading
20883 add-log-(full-name|mailing-address) to after we've switched to the
20884 ChangeLog buffer so we get the right value.
20885 (add-change-log-entry, add-log-current-defun, change-log-merge):
20886 Use derived-mode-p rather than checking major-mode directly.
20887
20888 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
20889 name for buffer-file-name if it refers to a directory.
20890
20891 * vc-arch.el (vc-arch-diff): Fix last change.
20892
20893 * progmodes/compile.el (compilation-start): Remember the original
20894 directory in a buffer-local compilation-directory.
20895 (compile): Set the global value of compilation-directory.
20896 (recompile): Use compilation-directory even in the compilation buffer.
20897
20898 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20899
20900 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
20901
20902 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20903
20904 * ps-print.el: Problem with foreground and background color when
20905 printing a buffer with and without faces. Reported by Christian
20906 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20907 (ps-print-version): New version 6.7.5.
20908 (ps-default-fg): Change default value to nil, so black color is used
20909 when a face does not specify a foreground color.
20910 (ps-default-bg): Change default value to nil, so white color is used
20911 for background color.
20912 (ps-begin-job): Fix code.
20913
20914 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20915
20916 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
20917 in $(INSTALL_DIR)/lisp/ if they already exist.
20918
20919 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20920
20921 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
20922 in $(INSTALL_DIR)/lisp/ if they already exist.
20923
20924 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20925
20926 * progmodes/vera-mode.el (vera-re-search-forward)
20927 (vera-re-search-backward): Remove use of store-match-data.
20928 (vera-mode-map): Move initialization into declaration.
20929
20930 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
20931 (flymake-find-buildfile): Use locate-dominating-file.
20932
20933 * vc.el (vc-delistify): Use mapconcat.
20934 (vc-do-command): Minor simplification.
20935 (vc-expand-dirs): Use push.
20936
20937 * vc-mcvs.el (vc-mcvs-create-repo):
20938 * vc-cvs.el (vc-cvs-create-repo): Remove.
20939
20940 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
20941 directory and the root as well.
20942
20943 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20944
20945 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
20946 instead of a file.
20947
20948 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
20949 (vc-hg-registered): Replace if with when.
20950 (vc-hg-state): Deal with nonexistent files and handle removed files.
20951 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
20952 (vc-hg-checkout): Re-enable.
20953 (vc-hg-create-repo): Fix typos.
20954 (vc-hg-print-log): Fix for multiple files.
20955 (vc-hg-workfile-unchanged-p): New function.
20956
20957 * vc.el: Fix typo.
20958 (vc-print-log): Fix call to print-log.
20959 (vc-default-comment-history): Likewise.
20960 (vc-directory-exclusion-list): Add .hg and .bzr.
20961 (vc-diff-internal): Pass a list instead of a file.
20962
20963 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
20964
20965 * vc-bzr.el (vc-bzr-create-repo): New function.
20966
20967 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20968
20969 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
20970 `file' from which to start the search.
20971
20972 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
20973
20974 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
20975 having a single file argument to having a list of files as the
20976 first argument.
20977
20978 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20979
20980 * files.el (locate-dominating-file): New function.
20981
20982 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
20983
20984 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
20985 (grep-compute-defaults): Use it.
20986
20987 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
20988
20989 * uniquify.el: Docstring fixes.
20990
20991 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
20992
20993 * vc.el (revision-granularity, create-repo): Document new vc
20994 backend properties.
20995 (vc-rollback): Renamed from vc-cancel-version. Update references.
20996 Pass a list instead of a file.
20997 (vc-revert): Renamed from vc-revert-buffer. Update references.
20998 (vc-delistify, vc-expand-dirs): New functions.
20999 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
21000 of files instead of a single file.
21001 (vc-position-context, vc-resync-window, vc-diff-internal)
21002 (vc-print-log): Pass a list instead of a file.
21003
21004 * vc-hooks.el (vc-stay-local-p, vc-backend)
21005 (vc-backend-subdirectory-name): Work on a file list, not a single
21006 file.
21007 (vc-workfile-version): Update docstring.
21008 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
21009 vc-revert instead of vc-revert-buffer.
21010 (vc-prefix-map): Likewise. Bind vc-update.
21011
21012 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
21013 (vc-svn-wash-log): New functions.
21014 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
21015 (vc-svn-command): Deal with a list of files, not a single file.
21016
21017 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
21018 (vc-rcs-wash-log): New functions.
21019 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
21020 Deal with a list of files, not a single file.
21021 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
21022
21023 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
21024 functions.
21025 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
21026 list of files, not a single file.
21027
21028 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
21029 New functions.
21030 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
21031 (vc-mcvs-diff): Deal with a list of files, not a single file.
21032
21033 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
21034 functions.
21035 (vc-hg-print-log): Deal with a list of files, not a single file.
21036 (vc-hg-diff-tree): New function, replace defalias with the same
21037 name.
21038 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
21039 FILES to denote that it is a file list, not a single file.
21040
21041 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
21042 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
21043 a single file.
21044 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
21045 that it is a file list, not a single file.
21046 (vc-cvs-diff): Likewise. Simplify.
21047
21048 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
21049 Deal with a list of files, not a single file.
21050
21051 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
21052 (vc-bzr-print-log): Update FILE parameter name to denote that it
21053 is a file list, not a single file.
21054 (vc-bzr-diff): Likewise. Use the car of files.
21055
21056 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21057
21058 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
21059 (follow-delete-other-windows-and-split, follow-recenter)
21060 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
21061 (follow-redisplay, follow-estimate-first-window-start)
21062 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
21063 Fix typos in docstrings.
21064
21065 2007-07-18 Martin Rudalics <rudalics@gmx.at>
21066
21067 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
21068 avoid that filling introduces lines with a single asterisk.
21069
21070 * kmacro.el (kmacro-end-macro): When ignoring empty macro
21071 avoid incorrect kmacro-ring-empty-p messages.
21072 Reported by Michael Schierl <schierlm@gmx.de>.
21073
21074 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21075
21076 * vc.el: Add more info about the vc-registered function.
21077
21078 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
21079
21080 * files.el (file-remote-p): Introduce optional parameter
21081 IDENTIFICATION.
21082
21083 * recentf.el (recentf-keep-default-predicate): Adapt call of
21084 `file-remote-p'.
21085
21086 * progmodes/grep.el (grep-probe): Use `process-file'.
21087 (grep-compute-defaults): Handle variables host specific.
21088
21089 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
21090 parameter IDENTIFICATION.
21091
21092 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
21093 parameter IDENTIFICATION.
21094 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
21095 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
21096 Add entry for `set-file-times'.
21097 (tramp-do-copy-or-rename-file-via-buffer)
21098 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
21099 (tramp-handle-unhandled-file-name-directory): Rewrite.
21100 (tramp-convert-file-attributes): Add error handling when inode is
21101 extraordinary big.
21102 (tramp-get-inode): Change parameter from FILE to VEC.
21103 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
21104 is nil. This is according to the specification. Goto (point-max)
21105 when ready.
21106 (tramp-handle-shell-command): Rewrite completely, using
21107 `process-file' and `start-file-process'.
21108 (tramp-methods, tramp-find-shell)
21109 (tramp-open-connection-setup-interactive-shell)
21110 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
21111 var. Reported by Steve Youngs <steve@sxemacs.org>.
21112
21113 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
21114 entry for `set-file-times'. Rename `start-process' into
21115 `start-file-process'. Remove `call-process' entry.
21116 (tramp-fish-handle-set-file-times): New defun.
21117 (tramp-fish-handle-executable-find): Use `process-file'.
21118 (tramp-fish-handle-process-file): New defun. Replaces
21119 `tramp-fish-handle-call-process'.
21120 (tramp-fish-do-copy-or-rename-file-directly): Use
21121 `set-file-times'.
21122 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
21123
21124 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
21125 `tramp-get-inode' parameter.
21126
21127 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21128
21129 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
21130 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
21131 nowadays, and by the time Emacs-23 comes out, nobody will even remember
21132 it has ever existed.
21133
21134 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21135
21136 * vc.el: Undo previous change.
21137
21138 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21139
21140 * makefile.w32-in (clean): Don't delete *~.
21141
21142 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
21143
21144 * textmodes/tex-mode.el (tex-verbatim-environments):
21145 Add safe-local-variable property.
21146 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21147 when starting font-lock rather than when loading tex-mode.el.
21148
21149 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
21150 whole $( rather than just the $. Rename from sh-quoted-subshell.
21151 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
21152
21153 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21154
21155 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
21156 bookmark-alist. Instead, if not sorting, simply return it.
21157 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
21158 for its return value, not for its side effect.
21159
21160 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
21161 case of alignment under a constant symbol, find and consider
21162 the sexp actually at indentation to be the "last sexp".
21163
21164 2007-07-16 Drew Adams <drew.adams@oracle.com>
21165
21166 * mouse.el (mouse-yank-secondary): Better error message if no
21167 secondary selection.
21168
21169 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21170
21171 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
21172
21173 * term/xterm.el (xterm-turn-on-modify-other-keys)
21174 (xterm-turn-off-modify-other-keys): New functions.
21175 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
21176 terminal supports it.
21177
21178 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21179
21180 * bookmark.el (bookmark-show-all-annotations):
21181 Make sure each inserted annotation ends with newline.
21182
21183 2007-07-15 Richard Stallman <rms@gnu.org>
21184
21185 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
21186
21187 * tutorial.el (tutorial--find-changed-keys):
21188 Handle C-x specially like ESC.
21189
21190 2007-07-15 Aaron Hawley <aaronh@garden.org>
21191
21192 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
21193
21194 2007-07-15 Juri Linkov <juri@jurta.org>
21195
21196 * delsel.el (delete-selection-pre-hook):
21197 * emulation/cua-base.el (cua-paste): Before a yank command,
21198 check also whether last-command is one of mouse-save-then-kill,
21199 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
21200
21201 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
21202
21203 * recentf.el (recentf-keep-default-predicate): New defun.
21204 (recentf-keep): Use it as initial value.
21205
21206 2007-07-15 Karl Fogel <kfogel@red-bean.com>
21207
21208 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
21209 thus restoring bookmark bindings to three slots under C-x r. See
21210 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
21211
21212 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
21213
21214 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
21215
21216 2007-07-15 Jason Rumney <jasonr@gnu.org>
21217
21218 * w32-fns.el (set-default-process-coding-system): Use dos line ends
21219 for input to cmdproxy on all versions of Windows.
21220 Use dos line ends for input to plink.
21221
21222 * comint.el (comint-simple-send): Concat newline before sending.
21223 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
21224
21225 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21226
21227 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
21228 safe-local-variable setting.
21229
21230 2007-07-14 David Kastrup <dak@gnu.org>
21231
21232 * emacs-lisp/advice.el (defadvice): Doc fix.
21233
21234 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21235
21236 * subr.el (when, unless): Doc fix.
21237
21238 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21239
21240 * replace.el (match): Use yellow1 instead of yellow.
21241
21242 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
21243 red.
21244
21245 * pcvs-info.el (cvs-unknown): Likewise.
21246
21247 2007-07-13 Eli Zaretskii <eliz@gnu.org>
21248
21249 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
21250 (install): Use them to copy all *.el files before *.elc.
21251
21252 2007-07-13 Drew Adams <drew.adams@oracle.com>
21253
21254 * bookmark.el (bookmark-jump-other-window): New function.
21255 (bookmark-map): Bind it to "o".
21256
21257 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
21258 and its thread contains discussion about this change.
21259 The original patch was slightly tweaked by Karl Fogel
21260 <kfogel@red-bean.com> before committing.
21261
21262 2007-07-13 Karl Fogel <kfogel@red-bean.com>
21263
21264 * bookmark.el: Shorten some comments to fit within 80 lines.
21265
21266 2007-07-13 Karl Fogel <kfogel@red-bean.com>
21267
21268 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
21269 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
21270 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
21271 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
21272
21273 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
21274
21275 * textmodes/org.el: Bug fixes.
21276 (org-end-of-line): Move to end of line if in headline without tags.
21277
21278 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21279
21280 * vc-hooks.el: Remove spurious * in docstrings.
21281 (vc-handled-backends): Add BZR.
21282
21283 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
21284
21285 2007-07-12 Davis Herring <herring@lanl.gov>
21286
21287 * desktop.el (desktop-buffer-info, desktop-save):
21288 Use `desktop-dirname' instead of `dirname'.
21289
21290 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
21291
21292 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
21293
21294 * progmodes/python.el (python-which-func-length-limit): New var.
21295 (python-which-func): New function.
21296 (python-current-defun): Add optional `length-limit' and try to fit
21297 computed function name to that length.
21298 (python-mode): Hook `python-which-func' up.
21299
21300 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21301
21302 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
21303
21304 * comint.el (comint-dynamic-complete-as-filename):
21305 Use read-file-name-completion-ignore-case.
21306
21307 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21308
21309 * comint.el (comint-dynamic-list-filename-completions):
21310 Use read-file-name-completion-ignore-case.
21311
21312 * vc-cvs.el: Require CL.
21313 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
21314 New functions to provide completion of revision names.
21315
21316 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
21317 (vc-cvs-annotate-first-line-re): New const.
21318 (vc-cvs-annotate-process-filter): New fun.
21319 (vc-cvs-annotate-command): Use them and run the command asynchronously.
21320
21321 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
21322
21323 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
21324 (eldoc-print-current-symbol-info): Adjust for changed helper
21325 function signatures.
21326 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
21327 `eldoc-highlight-function-argument'.
21328 (eldoc-highlight-function-argument): New function.
21329 (eldoc-get-var-docstring): Format documentation with
21330 `font-lock-variable-name-face'.
21331 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
21332 where suited.
21333 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
21334 (eldoc-beginning-of-sexp): Return number of skipped sexps.
21335
21336 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
21337
21338 * progmodes/compile.el (compilation-start): `start-process' must
21339 still be redefined when calling `start-process-shell-command'.
21340
21341 * progmodes/gud.el (gud-file-name): When `default-directory' is a
21342 remote file name, prepend its remote part to the filename.
21343 (gud-common-init): When `default-directory' is a remote file name,
21344 make the filename relative to it.
21345 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
21346
21347 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
21348
21349 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
21350 mouse binding and a tooltip.
21351
21352 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21353
21354 * menu-bar.el (vc-menu-map): New defalias.
21355
21356 2007-07-10 Richard Stallman <rms@gnu.org>
21357
21358 * emacs-lisp/lisp-mode.el (eval-defun):
21359 Explain special handling of `defface'.
21360
21361 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
21362
21363 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
21364
21365 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
21366
21367 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21368
21369 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
21370
21371 * vc-arch.el (vc-arch-complete): Remove.
21372 (vc-arch-revision-completion-table): Use complete-with-action.
21373
21374 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
21375 (complete-with-action): New function.
21376 (dynamic-completion-table): Use it.
21377
21378 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
21379
21380 * comint.el (make-comint, make-comint-in-buffer)
21381 (comint-exec-1): Replace `start-process' by `start-file-process'.
21382
21383 * progmodes/compile.el (compilation-start): Revert redefining
21384 `start-process'.
21385
21386 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21387
21388 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
21389 with EOLs when generating MD5 checksums.
21390
21391 * follow.el: Don't change the global map from the follow-mode-map
21392 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
21393 XEmacs code.
21394 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
21395 since `follow-mode' should be used instead for that.
21396
21397 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
21398 (easy-menu-do-define): Use it.
21399 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
21400
21401 * progmodes/compile.el (compilation-auto-jump-to-first-error)
21402 (compilation-auto-jump-to-next): New vars.
21403 (compilation-auto-jump): New function.
21404 (compilation-error-properties): Use them to jump to first error.
21405 (compilation-start): Set the var if requested.
21406
21407 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
21408 duplicates without also removing entries from other directories.
21409
21410 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
21411
21412 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
21413 Remember span as default.
21414 (org-columns-edit-value): Rename from `org-column-edit'.
21415 (org-columns-display-here-title): Rename from
21416 `org-overlay-columns-title'.
21417 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
21418 (org-columns-get-autowidth-alist): Rename from
21419 `org-get-columns-autowidth-alist'.
21420 (org-columns-display-here): Rename from `org-overlay-columns'.
21421 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
21422 (org-columns-quit): Rename from `org-column-quit'.
21423 (org-columns-show-value): Rename from `org-column-show-value'.
21424 (org-columns-content, org-columns-widen)
21425 (org-columns-next-allowed-value)
21426 (org-columns-edit-allowed, org-columns-store-format)
21427 (org-columns-uncompile-format, org-columns-redo)
21428 (org-columns-edit-attributes, org-delete-property)
21429 (org-set-property, org-columns-update)
21430 (org-columns-compute, org-columns-eval)
21431 (org-columns-not-in-agenda, org-columns-compute-all)
21432 (org-property-next-allowed-value)
21433 (org-columns-compile-format)
21434 (org-fill-paragraph-experimental)
21435 (org-string-to-number, org-property-action)
21436 (org-columns-move-left, org-columns-new)
21437 (org-column-number-to-string)
21438 (org-property-previous-allowed-value)
21439 (org-at-property-p, org-columns-delete)
21440 (org-columns-previous-allowed-value)
21441 (org-columns-move-right, org-columns-narrow)
21442 (org-property-get-allowed-values)
21443 (org-verify-version, org-column-string-to-number)
21444 (org-delete-property-globally): New functions.
21445 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
21446 (org-columns-overlays): Rename from `org-column-overlays'.
21447 (org-columns-map): Rename from `org-column-map'.
21448 (org-columns-current-maxwidths): Rename from
21449 `org-current-columns-maxwidths'.
21450 (org-columns-begin-marker, org-columns-current-fmt-compiled)
21451 (org-previous-header-line-format)
21452 (org-columns-inhibit-recalculation)
21453 (org-columns-top-level-marker): New variables.
21454 (org-columns-default-format): Rename from `org-default-columns-format'.
21455 (org-property-re): New constant.
21456
21457 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21458
21459 * subr.el (looking-at-p, string-match-p): New functions.
21460
21461 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
21462
21463 * textmodes/tex-mode.el (tex-fontify-script)
21464 (tex-font-script-display): New variables to make display of
21465 superscripts and subscripts customizable.
21466 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
21467
21468 2007-07-09 Richard Stallman <rms@gnu.org>
21469
21470 * isearch.el (isearch-edit-string): Call to isearch-push-state
21471 after the search.
21472
21473 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
21474
21475 * window.el (fit-window-to-buffer): Remove setting of window-min-height
21476 to 1 as enlarge-window uses the value to resize/shrink windows other
21477 than WINDOW if needed.
21478
21479 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
21480
21481 * cus-start.el (file-coding-system-alist): Fix custom type.
21482
21483 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
21484
21485 * longlines.el (longlines-wrap-region): Avoid marking buffer as
21486 modified.
21487 (longlines-auto-wrap, longlines-window-change-function):
21488 Remove unnecessary calls to set-buffer-modified-p.
21489
21490 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21491
21492 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
21493 (vc-cvs-checkout): Remove last arg now unused; simplify.
21494
21495 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
21496
21497 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
21498
21499 * net/tramp.el:
21500 * net/tramp-ftp.el:
21501 * net/tramp-smb.el:
21502 * net/tramp-uu.el:
21503 * net/trampver.el: Migrate to Tramp 2.1.
21504
21505 * net/tramp-cache.el:
21506 * net/tramp-fish.el:
21507 * net/tramp-gw.el: New Tramp packages.
21508
21509 * net/tramp-util.el:
21510 * net/tramp-vc.el: Removed.
21511
21512 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
21513 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
21514
21515 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
21516
21517 * progmodes/compile.el (compilation-start): Redefine
21518 `start-process' temporarily when `default-directory' is remote.
21519 Remove case of synchronous compilation, this won't happen ever.
21520 (compilation-setup): Make local variable `comint-file-name-prefix'
21521 for remote compilation.
21522
21523 2007-07-08 Martin Rudalics <rudalics@gmx.at>
21524
21525 * novice.el (disabled-command-function): Fit window to buffer to
21526 make last line visible.
21527 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
21528
21529 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
21530 when handling the terminating event.
21531
21532 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
21533
21534 * calc/calc.el (math-read-number-simple): Remove leading 0s.
21535 (math-bignum-digit-length): Change to optimal value.
21536
21537 * calc/calc-bin.el (math-bignum-logb-digit-size)
21538 (math-bignum-digit-power-of-two): Evaluate when compiled.
21539
21540 * calc/calc-comb.el (math-small-factorial-table)
21541 (math-init-random-base, math-prime-test): Remove unnecessary calls
21542 to `math-read-number-simple'.
21543
21544 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
21545 (math-approx-gamma-const): Add docstrings.
21546
21547 * calc/calc-forms.el (math-julian-date-beginning)
21548 (math-julian-date-beginning-int): New constants.
21549 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
21550 Use the new constants.
21551
21552 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
21553
21554 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21555 Add docstrings.
21556
21557 2007-07-07 Tom Tromey <tromey@redhat.com>
21558
21559 * vc.el (vc-annotate): Jump to line and output message only after the
21560 process is really all done.
21561
21562 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21563
21564 * vc.el (vc-exec-after): Don't move point from the sentinel.
21565 Forcefully read all the remaining text in the pipe upon process exit.
21566 (vc-annotate-display-autoscale, vc-annotate-lines):
21567 Don't stop at the first unrecognized line.
21568 (vc-annotate-display-select): Run autoscale after the process is done
21569 since it depends on the whole result.
21570
21571 2007-07-07 Eli Zaretskii <eliz@gnu.org>
21572
21573 * term/w32-win.el (menu-bar-open): New function.
21574 Bind <f10> to it.
21575
21576 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
21577
21578 * simple.el (start-file-process): New defun.
21579
21580 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 * files.el (find-file-confirm-nonexistent-file): Rename from
21583 find-file-confirm-inexistent-file. Update users.
21584
21585 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
21586 format of autoload block where the file's time-stamp is replaced by its
21587 MD5 checksum.
21588 (autoload-generate-file-autoloads): Use MD5 checksum instead of
21589 time-stamp for secondary autoloads files.
21590 (update-directory-autoloads): Remove duplicate entries.
21591 Use time-less-p for time-stamps, as done in autoload-find-destination.
21592
21593 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
21594
21595 * calc/calc.el (math-read-number): Replace number by variable.
21596 (math-read-number-simple): Properly parse small integers.
21597
21598 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
21599
21600 * vc.el: Fix doc for the checkout function.
21601
21602 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
21603
21604 * vc-hg.el (vc-hg-root): New function.
21605 (vc-hg-registered): Use it.
21606 (vc-hg-diff-tree): New defalias.
21607 (vc-hg-responsible-p): Likewise.
21608 (vc-hg-checkout): Comment out, not needed.
21609 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
21610 (vc-hg-find-version, vc-hg-next-version): New functions.
21611
21612 2007-07-06 Andreas Schwab <schwab@suse.de>
21613
21614 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
21615 dynamic bindings around the evaluation of the expression.
21616 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
21617
21618 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
21619
21620 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
21621 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
21622 Use run-hooks rather than run-mode-hooks.
21623
21624 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
21625
21626 * calc/calc-comb.el (math-random-digit): Rename to
21627 `math-random-three-digit-number'.
21628 (math-random-digits): Don't depend on representation of integer.
21629
21630 * calc/calc-bin.el (math-bignum-logb-digit-size)
21631 (math-bignum-digit-power-of-two): New constants.
21632 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
21633 (math-not-bignum, math-clip-bignum): Use the constants
21634 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
21635 instead of their values.
21636 (math-clip): Use math-small-integer-size instead of its value.
21637
21638 * calc/calc.el (math-add-bignum): Replace number by constant.
21639
21640 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21641
21642 * wid-edit.el (widget-documentation-string-value-create):
21643 Insert indentation spaces.
21644
21645 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21646
21647 * emacs-lisp/byte-opt.el: Revert last change.
21648
21649 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21650
21651 * vc-hooks.el (vc-handled-backends): Add HG.
21652
21653 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
21654
21655 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21656
21657 * complete.el (PC-do-complete-and-exit): Add support for the new
21658 `confirm-only' confirmation mode.
21659
21660 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21661
21662 * cus-edit.el (custom-commands): New variable.
21663 (custom-tool-bar-map): New variable. Initialize using
21664 `custom-commands'.
21665 (custom-mode): Use `custom-tool-bar-map'.
21666 (custom-buffer-create-internal): Insert action buttons only if
21667 tool bar is not used. Use `custom-commands'.
21668 (Custom-help, custom-command-apply): New function.
21669 (custom-command-apply, Custom-set, Custom-save)
21670 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
21671 Use `custom-command-apply' instead of duplicating code.
21672 (customize-group-other-window): Call `customize-group' instead of
21673 duplicating code.
21674 (customize-face-other-window): Call `customize-face' instead of
21675 duplicating code.
21676 (customize-group, customize-face): Add optional args for opening
21677 in another window.
21678 (custom-variable-tag): Don't inherit `variable-pitch' face.
21679 (custom-group-tag): Inherit `variable-pitch' face.
21680 (custom-variable-value-create): Set documentation indentation.
21681 (custom-group-value-create): Make group name a link, instead of
21682 using an extra "go to group" button.
21683 (custom-prompt-variable, custom-group-set, custom-group-save)
21684 (custom-group-reset-current, custom-group-reset-saved)
21685 (custom-group-reset-standard): Minor cleanup.
21686
21687 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21688
21689 * Makefile.in (bootstrap-prepare): When copying from
21690 ldefs-boot.el, make sure loaddefs.el is writeable.
21691
21692 (bootstrap-prepare): Make $(lisp)/ps-print.el
21693 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
21694
21695 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21696
21697 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21698 only caller, and delete.
21699 (vc-hg-state): Deal with exceptions and only parse the output on
21700 successful return.
21701 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21702 caller, and delete.
21703 (vc-hg-workfile-version): Deal with exceptions and only parse the
21704 output on successful return.
21705 (vc-hg-revert): New function.
21706
21707 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
21708
21709 * calculator.el (calculator-expt): Use more cases to determine
21710 the value.
21711
21712 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
21713
21714 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
21715 file names.
21716
21717 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21718
21719 * calculator.el (calculator-expt, calculator-integer-p):
21720 New functions.
21721 (calculator-fact): Check to see if the factorial will be too
21722 large before computing it.
21723 (calculator-initial-operators): Use `calculator-expt' to
21724 compute "^".
21725 (calculator-mode): Mention that results which are too large
21726 will return inf.
21727 * calc/calc-comb.el (math-small-factorial-table): Replace list
21728 by vector.
21729
21730 2007-07-03 David Kastrup <dak@gnu.org>
21731
21732 * shell.el: On request of the authors, remove their addresses for
21733 the sake of bug reports, and add the developer list address as
21734 maintainer information.
21735
21736 2007-07-03 Richard Stallman <rms@gnu.org>
21737
21738 * files.el (make-directory): Doc fix.
21739 (find-file-confirm-inexistent-file): Make it a defcustom.
21740 Make nil the default.
21741
21742 2007-07-02 Richard Stallman <rms@gnu.org>
21743
21744 * startup.el (command-line): Set buffer-offer-save in *scratch*
21745 and enable auto-save in it.
21746
21747 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
21748
21749 * textmodes/org.el (orgstruct-mode-map): New variable.
21750 (orgstruct-mode): New minor mode.
21751 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
21752 (orgstruct-make-binding, org-context-p, org-get-local-variables)
21753 (org-run-like-in-org-mode): New functions.
21754 (org-cycle-list-bullet): New command.
21755 (org-special-properties, org-property-start-re)
21756 (org-property-end-re): New constants.
21757 (org-with-point-at): New macro.
21758 (org-get-property-block, org-entry-properties, org-entry-get)
21759 (org-entry-delete, org-entry-get-with-inheritance)
21760 (org-entry-put, org-buffer-property-keys): New functions.
21761 (org-insert-property-drawer): New command.
21762 (org-entry-property-inherited-from): New variable.
21763 (org-column): New face.
21764 (org-column-overlays, org-current-columns-fmt)
21765 (org-current-columns-maxwidths, org-column-map): New variables.
21766 (org-column-menu): New menu.
21767 (org-new-column-overlay, org-overlay-columns)
21768 (org-overlay-columns-title, org-remove-column-overlays)
21769 (org-column-show-value, org-column-quit, org-column-edit):
21770 New functions.
21771 (org-columns, org-agenda-columns): New commands.
21772 (org-get-columns-autowidth-alist): New functions.
21773 (org-properties): New customize group.
21774 (org-default-columns-format): New option.
21775 (org-priority): Realign tags after changing priority.
21776 (org-preserve-lc): New macro.
21777 (org-update-checkbox-count): Catch case when there is no headline.
21778 (org-agenda-quit): Remove any column overlays.
21779 (org-beginning-of-item-list): Fixed bug when non-item line is
21780 indented too deep.
21781 (org-cached-props): New variable.
21782 (org-cached-entry-get): New function.
21783 (org-make-tags-matcher): Handle property matches.
21784 (org-table-recalculate): Swap evaluation order: Field formula
21785 first, then column formulas, but don't allow them to overwrite the
21786 field formulas.
21787 (org-table-eval-formula): New argument untouchable.
21788 (org-table-put-field-property): New function.
21789
21790 2007-07-02 Martin Rudalics <rudalics@gmx.at>
21791
21792 * help-mode.el (help-make-xrefs): Skip spaces too when
21793 skipping tabs.
21794
21795 * ffap.el (dired-at-point-prompter): Improve prompt in
21796 list-directory case.
21797
21798 2007-07-01 Richard Stallman <rms@gnu.org>
21799
21800 * files.el (find-file-visit-truename): Fix safe-local-variable value.
21801
21802 2007-07-01 Richard Stallman <rms@gnu.org>
21803
21804 * cus-start.el (max-mini-window-height): Added.
21805
21806 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21807
21808 * complete.el (partial-completion-mode): Remove advice of
21809 read-file-name-internal.
21810 (PC-do-completion): Rebind minibuffer-completion-table.
21811 (PC-read-file-name-internal): New function doing what
21812 read-file-name-internal advice did.
21813
21814 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
21815
21816 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
21817 property on a few symbols.
21818 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
21819 (byte-optimize-lapcode): Remove bindings that are not referenced
21820 and certainly will not effect through dynamic scoping.
21821
21822 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21823
21824 * files.el (find-file-confirm-inexistent-file): New var.
21825 (find-file, find-file-other-window, find-file-other-frame)
21826 (find-file-read-only, find-file-read-only-other-window)
21827 (find-file-read-only-other-frame): Use it.
21828
21829 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21830
21831 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
21832
21833 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
21834
21835 * generic-x.el (generic-define-mswindows-modes)
21836 (generic-define-unix-modes, apache-log-generic-mode)
21837 (bat-generic-mode-keymap, java-manifest-generic-mode)
21838 (show-tabs-generic-mode): Fix typos in docstrings.
21839
21840 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
21841
21842 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
21843 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
21844 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
21845 (rcirc-print): Never ignore messages from ourself.
21846
21847 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21848
21849 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
21850 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
21851
21852 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
21853
21854 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
21855 replace-regexp-in-string.
21856
21857 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21858
21859 * emacs-lisp/cl.el: Set edebug and indentation before loading
21860 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
21861
21862 2007-06-28 Andreas Schwab <schwab@suse.de>
21863
21864 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
21865 $(lisp)/subdirs.el.
21866
21867 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
21868
21869 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
21870 the speedbar frame if nil; that deletes the current frame or
21871 causes an error if it is the only frame.
21872 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
21873
21874 2007-06-28 Kevin Ryde <user42@zip.com.au>
21875
21876 * textmodes/nroff-mode.el: Groff \# comments.
21877 (nroff-mode-syntax-table): \# comment intro,
21878 plain # as punct per global table.
21879 (nroff-font-lock-keywords): Add # as a single char escape.
21880 (nroff-mode): In comment-start-skip, match \#.
21881
21882 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21883
21884 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
21885 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
21886 point-min == 1.
21887
21888 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
21889
21890 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
21891 Rename and move to...
21892
21893 * subr.el (strings->string, string->strings): ...here.
21894
21895 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
21896 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
21897
21898 * progmodes/gud.el (gud-common-init): Call string->strings instead
21899 of split-string.
21900
21901 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
21902
21903 * dired-aux.el: Remove `dired-call-process'.
21904 (dired-check-process): Call `process-file'.
21905
21906 * wdired.el (wdired-do-perm-changes): Call `process-file'.
21907
21908 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
21909 `ange-ftp-process-file'.
21910
21911 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21912
21913 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
21914
21915 * emacs-lisp/cl-extra.el:
21916 * emacs-lisp/cl-seq.el:
21917 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
21918 Add autoload cookies on all defs autoloaded manually in cl.el.
21919
21920 * emacs-lisp/cl-loaddefs.el: New file.
21921
21922 * textmodes/texinfmt.el (texinfo-raisesections-alist)
21923 (texinfo-lowersections-alist): Merge definition and declaration.
21924 (texinfo-start-of-header, texinfo-end-of-header): Remove.
21925 (texinfo-format-syntax-table): Merge init into declaration.
21926 (texinfo-format-parse-line-args, texinfo-format-parse-args)
21927 (texinfo-format-parse-defun-args, texinfo-format-node)
21928 (texinfo-push-stack, texinfo-multitable-widths)
21929 (texinfo-define-info-enclosure, texinfo-alias)
21930 (texinfo-format-defindex, batch-texinfo-format): Use push.
21931 (texinfo-footnote-number): Remove duplicate declaration.
21932
21933 * ps-print.el: Update with auto-generated autoloads.
21934
21935 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
21936
21937 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21938
21939 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
21940 relative to current dir for file-local settings.
21941 (autoload-generate-file-autoloads): Add `outfile' arg.
21942 (update-directory-autoloads): Use it to directly call
21943 autoload-generate-file-autoloads instead of going through
21944 update-file-autoloads so we avoid redundant searches and so we can know
21945 the set of buffers changed so we can save them all.
21946
21947 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
21948 rather than throwing `up-to-date'.
21949 (autoload-generate-file-autoloads): Adjust correspondingly.
21950 (update-file-autoloads): Be careful to let-bind
21951 autoload-modified-buffers and adjust to new calling conventions.
21952 (autoload-modified-buffers): Make it a dynamically scoped var.
21953 (update-directory-autoloads): Use file-relative-name instead of
21954 autoload-trim-file-name.
21955 (autoload-insert-section-header): Don't use autoload-trim-file-name
21956 since the file is already relative now.
21957 (autoload-trim-file-name): Remove.
21958
21959 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
21960 (vc-arch-complete, vc-arch--version-completion-table)
21961 (vc-arch-revision-completion-table): New functions to provide
21962 completion of revision names.
21963 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
21964 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
21965 to let the user trim the revlib.
21966
21967 * vc.el: Add new VC operation `revision-completion-table'.
21968 (vc-default-revision-completion-table): New function.
21969 (vc-version-diff, vc-version-other-window): Use it to provide
21970 completion of revision names if the backend provides it.
21971
21972 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
21973
21974 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
21975 of newer .svn/entries.
21976
21977 2007-06-25 David Kastrup <dak@gnu.org>
21978
21979 * calc/calc-poly.el (math-padded-polynomial)
21980 (math-partial-fractions): Add some function comments.
21981
21982 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21983
21984 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
21985 Make `outbuf' optional.
21986 (update-file-autoloads): Use it.
21987
21988 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21989
21990 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
21991 (autoload-find-destination): Keep it uptodate.
21992 (autoload-save-buffers): New fun.
21993 (update-file-autoloads): Use it. Re-add the "up to date" message.
21994
21995 * emacs-lisp/autoload.el: Refactor for upcoming changes.
21996 (autoload-find-destination): New function extracted from
21997 update-file-autoloads.
21998 (update-file-autoloads): Use it.
21999 (autoload-generate-file-autoloads): New function extracted from
22000 generate-file-autoloads. Use file-relative-name. Delay computation of
22001 output-start to the first cookie. Remove done-any, replaced by
22002 output-start.
22003 (generate-file-autoloads): Use it.
22004
22005 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
22006
22007 * calc/calc-comb.el (math-init-random-base, math-prime-test):
22008 Use math-read-number-simple to insert constants.
22009 (math-prime-test): Redo calculation of sum.
22010
22011 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
22012
22013 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
22014 math-scale-bignum-3.
22015 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
22016 math-bignum-digit-size.
22017 (math-isqrt-small): Add another possible initial guess.
22018
22019 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22020
22021 * textmodes/bibtex.el (bibtex-entry-format): New options
22022 `whitespace', `braces', and `string'.
22023 (bibtex-field-braces-alist, bibtex-field-strings-alist)
22024 (bibtex-field-braces-opt, bibtex-field-strings-opt)
22025 (bibtex-cite-matcher-alist): New variables.
22026 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
22027 (bibtex-flash-head): Use blink-matching-delay.
22028 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
22029 (bibtex-format-entry, bibtex-reformat): Handle new options of
22030 bibtex-entry-format.
22031 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
22032 New functions.
22033 (bibtex-complete-internal): Do not display messages while
22034 minibuffer is used. Do not leave around a completions buffer
22035 that is out of date.
22036 (bibtex-copy-summary-as-kill): New optional arg.
22037 (bibtex-font-lock-url): New optional arg no-button.
22038 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
22039 (bibtex-url): Allow multiple URLs per entry.
22040
22041 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22042
22043 * emacs-lisp/autoload.el (autoload-generated-file): New function.
22044 (update-file-autoloads, update-directory-autoloads): Use it.
22045 (autoload-file-load-name): New function.
22046 (generate-file-autoloads, update-file-autoloads): Use it.
22047 (autoload-find-file): Accept non-absolute argument. Set default-dir.
22048 (generate-file-autoloads): If the autoloaded form is malformed,
22049 indicate the problem with a warning instead of aborting.
22050
22051 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
22052
22053 * simple.el (next-error-recenter): Accept `(4)' as well;
22054 also, specify `integer' instead of `number'.
22055
22056 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22057
22058 * ls-lisp.el (insert-directory): If an invalid regexp error is
22059 thrown, try using FILE as a literal file name, not a wildcard.
22060
22061 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
22062
22063 * ruler-mode.el (ruler-mode): Prevent clobbering the original
22064 `header-line-format' when reentering ruler mode.
22065
22066 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22067
22068 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
22069 FILE exists as a file.
22070
22071 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22072
22073 * calc/calc.el (math-bignum-digit-length)
22074 (math-bignum-digit-size, math-small-integer-size):
22075 New constants.
22076 (math-normalize, math-bignum-big, math-make-float)
22077 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
22078 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
22079 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
22080 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
22081 (math-quotient, math-div-bignum, math-div-bignum-digit)
22082 (math-div-bignum-part, math-format-bignum-decimal)
22083 (math-read-bignum): Use math-bignum-digit-length,
22084 math-bignum-digit-size and math-small-integer-size.
22085
22086 * calc/calc-ext.el (math-fixnum-big): Use the variable
22087 math-bignum-digit-size.
22088
22089 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22090
22091 * log-view.el (log-view-mode-menu): New menu.
22092
22093 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
22094
22095 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
22096 differently.
22097
22098 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
22099 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
22100
22101 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22102
22103 * vc-hg.el (vc-hg-print-log): Insert the file name.
22104 (vc-hg-log-view-mode): Fontify the file name.
22105
22106 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22107
22108 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
22109 (calcFunc-julian): Fix incorrect number used in calculations.
22110
22111 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
22112
22113 * simple.el (next-error-recenter): New defcustom.
22114 (next-error, next-error-internal): Recenter if specified,
22115 immediately prior to running `next-error-hook'.
22116
22117 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
22118 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
22119
22120 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
22121
22122 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22123
22124 * calc/calc-comb.el (math-small-factorial-table): New variable.
22125 (calcFunc-fact): Use `math-small-factorial-table'.
22126
22127 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
22128 initial values.
22129 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
22130 New variables to use in caches.
22131
22132 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
22133 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
22134
22135 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
22136 (math-bernoulli-b-cache): Use math-read-number-simple to insert
22137 bignums.
22138
22139 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22140 New variables to use in caches.
22141
22142 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22143
22144 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
22145
22146 * vc-hg.el (vc-hg-log-view-mode): New mode.
22147
22148 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
22149
22150 * calc/calc.el (math-read-number-simple): New function.
22151
22152 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22153
22154 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
22155 (vera-font-lock-match-item): Fix doc string.
22156 (vera-in-comment-p): Remove unused function.
22157 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
22158 use `syntax-ppss'.
22159 (vera-forward-syntactic-ws): Fix argument order.
22160 (vera-prepare-search): Use `with-syntax-table'.
22161 (vera-indent-line): Fix doc string.
22162 (vera-electric-tab): Fix doc string.
22163 (vera-expand-abbrev): Define alias instead of using `fset'.
22164 (vera-comment-uncomment-region): Use `comment-start-skip'.
22165
22166 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
22167
22168 * textmodes/org.el (org-export-with-footnotes): New option.
22169 (org-export-as-html): Fix replacement bug for XEmacs.
22170 (org-agenda-default-appointment-duration): New option.
22171
22172 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
22173
22174 * vc-hg.el: Add to do items.
22175 (vc-hg-diff): Add support for comparing different revisions.
22176 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
22177 (vc-hg-annotate-extract-revision-at-line)
22178 (vc-hg-previous-version, vc-hg-checkin): New functions.
22179 (vc-hg-annotate-re): New constant.
22180
22181 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
22182
22183 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
22184
22185 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22186
22187 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
22188 buffer-local value of log-view-*-re if applicable.
22189
22190 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
22191 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
22192 (vc-bzr-command*): Remove both (incompatible) versions.
22193 (vc-bzr-do-command*): Remove.
22194 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
22195 Remove by folding into its only caller vc-bzr-command.
22196 (vc-bzr-command): Always set the environment, even when ineffective.
22197 (vc-bzr-version): Minor fix up.
22198 (vc-bzr-admin-dirname): New var.
22199 (vc-bzr-bzr-dir): Remove.
22200 (vc-bzr-root-dir): New fun.
22201 (vc-bzr-registered): Use it. Add an autoloaded version.
22202 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
22203 (vc-bzr-view-log-function): Remove.
22204 (vc-bzr-log-view-mode): New major mode to replace it.
22205 (vc-bzr-print-log): Only activate the old hack if needed.
22206
22207 * vc.el (vc-default-log-view-mode): New function.
22208 (vc-print-log): Add new `log-view-mode' VC operation.
22209
22210 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
22211
22212 * ido.el (ido-find-file-in-dir): Don't signal an error for
22213 empty directories.
22214
22215 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
22216
22217 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
22218 directory where the desktop file was found, as the docstring says.
22219 (desktop-kill): Use `read-directory-name'.
22220
22221 2007-06-20 Alan Mackenzie <acm@muc.de>
22222
22223 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
22224 When removing lines, also remove the \n. Correction of patch of
22225 2007-04-21.
22226
22227 2007-06-20 Martin Rudalics <rudalics@gmx.at>
22228
22229 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
22230 event is not a cons cell. Do not unread drag-mouse-1 events.
22231 Select right window in check whether space was stolen from
22232 window above.
22233
22234 * help-mode.el (help-make-xrefs): Adjust position of new forward
22235 button.
22236
22237 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
22238
22239 * vc-bzr.el (vc-bzr-with-process-environment)
22240 (vc-bzr-std-process-invocation): New macros.
22241 (vc-bzr-command, vc-bzr-command*): Use them.
22242 (vc-bzr-with-c-locale): Remove.
22243 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
22244 (vc-bzr-buffer-nonblank-p): New function.
22245 (vc-bzr-state-words): New const.
22246 (vc-bzr-state): Look for `bzr status' keywords in output.
22247 Display everything else as a warning message to the user.
22248 Fix status report with bzr >= 0.15.
22249
22250 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
22251
22252 * vc-hg.el (vc-hg-global-switches): Simplify.
22253 (vc-hg-state): Handle more states.
22254 (vc-hg-diff): Fix doc-string.
22255 (vc-hg-register): New function.
22256 (vc-hg-checkout): Likewise.
22257
22258 2007-06-20 Reto Zimmermann <reto@gnu.org>
22259
22260 * progmodes/vera-mode.el: New file.
22261
22262 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
22263
22264 * calc/calc.el (calc-multiplication-has-precendence):
22265 New variable.
22266 (math-standard-ops, math-standard-ops-p, math-expr-ops):
22267 New functions.
22268 (math-expr-opers): Define using math-standard-ops rather than
22269 math-standard-opers.
22270 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
22271 equal the function math-standard-ops rather than the variable
22272 math-standard-opers.
22273 (calc-algebraic-entry): Let math-expr-opers equal
22274 math-standard-ops or math-expr-ops, as appropriate.
22275 (math-expr-read-level, math-read-factor): Let math-expr-opers
22276 equal math-expr-ops.
22277 * calc/calc-embed.el (calc-embedded-finish-edit):
22278 Let math-expr-opers equal the function math-standard-ops
22279 rather than the variable math-standard-opers.
22280 * calc/calc-ext.el (math-read-plain-expr)
22281 (math-format-flat-expr-fancy): Let math-expr-opers equal the
22282 function math-standard-ops rather than the variable
22283 math-standard-opers.
22284 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
22285 Let math-expr-opers equal the function math-standard-ops rather
22286 than the variable math-standard-opers.
22287 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
22288 equal the function math-standard-ops rather than the variable
22289 math-standard-opers.
22290 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
22291 equal the function math-standard-ops rather than the variable
22292 math-standard-opers.
22293 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
22294 math-expr-ops.
22295
22296 2007-06-19 Ivan Kanis <apple@kanis.eu>
22297
22298 * vc-hg.el: New file.
22299
22300 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
22301
22302 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
22303 with font-lock-multiline.
22304
22305 2007-06-17 Glenn Morris <rgm@gnu.org>
22306
22307 * lpr.el (lpr-page-header-switches): Move %s to separate element
22308 for correct quoting. Doc fix.
22309
22310 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22311
22312 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
22313 than setting sgml-xml-mode.
22314 (sgml-mode, html-mode): Set sgml-xml-mode.
22315 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
22316 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
22317 (sgml-electric-tag-pair-before-change-function)
22318 (sgml-electric-tag-pair-flush-overlays): New functions.
22319 (sgml-electric-tag-pair-mode): New minor mode.
22320 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
22321 (sgml-calculate-indent): Use assoc-string.
22322
22323 2007-06-16 Karl Fogel <kfogel@red-bean.com>
22324
22325 * thingatpt.el (thing-at-point-email-regexp): Don't require two
22326 chars before the "@" in an email address. Andreas Roehler noticed
22327 this problem.
22328
22329 2007-06-15 Karl Fogel <kfogel@red-bean.com>
22330
22331 * thingatpt.el: Add support for email addresses (`email').
22332 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
22333 (thing-at-point-email-regexp): New variable.
22334 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
22335 properties on this symbol, with lambda forms for values.
22336
22337 2007-06-15 Masatake YAMATO <jet@gyve.org>
22338
22339 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
22340
22341 * vc.el (vc-dired-hook): Check the backend returned from
22342 `vc-responsible-backend' can really handle `subdir'.
22343
22344 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
22345
22346 * wid-edit.el (widget-add-documentation-string-button):
22347 Fix handling of documentation indent.
22348
22349 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
22350
22351 * mb-depth.el: New file.
22352
22353 2007-06-15 Masatake YAMATO <jet@gyve.org>
22354
22355 * vc.el (vc-dired-mode): Show backend name as part of mode name.
22356
22357 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
22358
22359 * wid-edit.el (widget-default-create): Move ?h handling here...
22360 (widget-default-format-handler): ...from here.
22361 (widget-docstring, widget-add-documentation-string-button): New funs.
22362 (documentation-string): Add :visibility-widget property.
22363 (widget-documentation-string-value-create): Use it.
22364
22365 * cus-edit.el (custom-split-regexp-maybe): Simplify.
22366 (custom-buffer-create-internal): Simplify message.
22367 (custom-variable-tag): Reduce height to normal.
22368 (custom-variable-value-create, custom-face-value-create)
22369 (custom-visibility): New widget.
22370 (custom-visibility): New face.
22371 (custom-group-value-create):
22372 Call widget-add-documentation-string-button, using `custom-visibility'.
22373
22374 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22375
22376 * emacs-lisp/bytecomp.el (byte-compile-current-group)
22377 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
22378 change. Apparently the "warning even if the group is implicit" is
22379 a feature rather than a bug.
22380
22381 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
22382
22383 * emulation/viper.el (viper-describe-key-ad)
22384 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
22385 Compile them conditionally.
22386 (viper-version): Belated version change.
22387
22388 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
22389
22390 * follow.el (follow-all-followers, follow-generic-filter):
22391 * pcomplete.el (pcomplete-restore-windows):
22392 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
22393 (x-dnd-drop-data):
22394 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
22395 * progmodes/python.el (python-complete-symbol):
22396 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
22397
22398 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
22399
22400 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
22401 around bright and dim regexps. Make sure bright and dim matches
22402 use word anchors. Send text through rcirc-markup functions.
22403 (rcirc-url-regexp): Add single quote character.
22404 (rcirc-connect): Write logs to disk on auto-save-hook.
22405 Make server a non-optional argument.
22406 (rcirc-log-alist): New variable.
22407 (rcirc-log-directory): Make customizable.
22408 (rcirc-log-flag): New customizable variable.
22409 (rcirc-log): New function.
22410 (rcirc-print): Use above function.
22411 (rcirc-log-write): New function.
22412 (rcirc-generate-new-buffer-name): Strip text properties.
22413 (rcirc-switch-to-buffer-function): Remove variable.
22414 (rcirc-last-non-irc-buffer): Remove variable.
22415 (rcirc-non-irc-buffer): Add function.
22416 (rcirc-next-active-buffer): Use above function.
22417 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
22418 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
22419 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
22420 (rcirc-omit-mode): Add minor-mode.
22421 (rcirc-mode-map): Change C-c C-o binding.
22422 (rcirc-mode): Clear mode-line-process. Use a custom
22423 fill-paragraph-function. Set up buffer-invisibility-spec.
22424 (rcirc-response-formats): Remove timestamp code.
22425 (rcirc-omit-responses): Add variable.
22426 (rcirc-print): Don't put the overlay arrow on potentially omitted
22427 lines. Log line to disk. Record activity for private messages
22428 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
22429 (rcirc-jump-to-first-unread-line): Print message if there is no
22430 unread text.
22431 (rcirc-clear-unread): New function.
22432 (rcirc-markup-text-functions): Add variable.
22433 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
22434 (rcirc-debug): Don't mess with window configuration.
22435 (rcirc-send-message): Send message before printing locally.
22436 Add SILENT argument, do not print message if non-nil.
22437 (rcirc-visible-buffers): New function and variable.
22438 (rcirc-window-configuration-change-1): Add function.
22439 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
22440 server buffer.
22441 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
22442 (rcirc-fill-paragraph): Add function.
22443 (rcirc-record-activity, rcirc-window-configuration-change-1):
22444 Only update the activity string if it has actually changed.
22445 (rcirc-update-activity-string): Remove padding characters from the
22446 mode-line string.
22447 (rcirc-disconnect-buffer): New function to be called when a
22448 channel is parted or the user quits.
22449 (rcirc-server-name): Warn when the server-name hasn't been set.
22450 (rcirc-window-configuration-change): Postpone work until
22451 post-command-hook.
22452 (rcirc-window-configuration-change-1): Update mode-line and
22453 overlay arrows here.
22454 (rcirc-authenticate): Fixc hanserv identification.
22455 (rcirc-default-server): Remove variable.
22456 (rcirc): Connect according to rcirc-connections.
22457 (rcirc-connections): Add variable.
22458 (rcirc-startup-channels-alist): Remove variable.
22459 (rcirc-startup-channels): Remove function.
22460
22461 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22462
22463 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
22464
22465 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
22466
22467 * term/xterm.el (terminal-init-xterm): Escape parens in character
22468 constants.
22469
22470 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22471
22472 * progmodes/sh-script.el: Remove unneeded * from docstrings.
22473 Use [:alpha:] and [:alnum:] where applicable.
22474 (sh-quoted-subshell): Rewrite to correctly
22475 handle nested mixes of `...' and $(...).
22476 (sh-apply-quoted-subshell): Remove.
22477 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
22478
22479 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
22480
22481 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
22482
22483 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
22484 previous change.
22485
22486 2007-06-12 Tom Tromey <tromey@redhat.com>
22487
22488 * subr.el (user-emacs-directory): New defconst.
22489 * cmuscheme.el (scheme-start-file):
22490 * shell.el (shell):
22491 * completion.el (save-completions-file-name):
22492 * custom.el (custom-theme-directory):
22493 * term/x-win.el (emacs-session-filename):
22494 * filesets.el (filesets-menu-cache-file):
22495 * thumbs.el (thumbs-thumbsdir):
22496 * server.el (server-auth-dir):
22497 * image-dired.el (image-dired-dir):
22498 (image-dired-db-file):
22499 (image-dired-temp-image-file):
22500 (image-dired-gallery-dir):
22501 (image-dired-temp-rotate-image-file):
22502 * play/gamegrid.el (gamegrid-user-score-file-directory):
22503 * savehist.el (savehist-file):
22504 * tutorial.el (tutorial--saved-dir):
22505 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
22506
22507 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
22508
22509 * scroll-lock.el (scroll-lock-mode): Doc fix.
22510
22511 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
22512
22513 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
22514
22515 * ediff-init.el: Doc strings.
22516
22517 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22518
22519 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
22520 (byte-compile-file): Bind it.
22521 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
22522 group argument is provided implicitly.
22523 (byte-compile-format-warn, byte-compile-from-buffer)
22524 (byte-compile-insert-header): Don't hardcode point-min==1.
22525 (byte-compile-file-form-require): Remove unused var old-load-list.
22526 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
22527
22528 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
22529
22530 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
22531 Display error messages.
22532 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
22533 Get rid of cl.el dependencies.
22534
22535 * emulation/viper-init.el (viper-suppress-input-method-change-message):
22536 New variable.
22537 (viper-activate-input-method-action)
22538 (viper-inactivate-input-method-action):
22539 Use viper-suppress-input-method-change-message.
22540
22541 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
22542 for C-s, C-r.
22543
22544 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
22545 Use viper-replace-overlay-cursor-color instead of
22546 viper-replace-overlay-cursor-color.
22547 (viper-sit-for-short): Use sit-for with 3 arguments.
22548
22549 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
22550 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
22551 to gud-mode.
22552
22553 * ediff-mult.el (ediff-meta-buffer-brief-message)
22554 (ediff-meta-buffer-verbose-message): New variables.
22555 (ediff-meta-buffer-message): Variable deleted.
22556 (ediff-verbose-help-enabled): New variable.
22557 (ediff-toggle-verbose-help-meta-buffer): New function.
22558 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
22559 message options.
22560
22561 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
22562 (ediff-fixup-patch-map): Improve heuristic.
22563
22564 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22565
22566 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
22567 (log-view-font-lock-keywords): Simplify.
22568 (log-view-current-file, log-view-current-tag): Simplify.
22569
22570 2007-06-12 Sam Steingold <sds@gnu.org>
22571
22572 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
22573
22574 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
22575
22576 * desktop.el (desktop-load-locked-desktop): New option.
22577 (desktop-read): Use it.
22578 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
22579 Use `when'.
22580
22581 2007-06-12 Davis Herring <herring@lanl.gov>
22582
22583 * desktop.el (desktop-save-mode-off): New function.
22584 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
22585 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
22586 (desktop-claim-lock, desktop-release-lock): New functions.
22587 (desktop-kill): Tell `desktop-save' that this is the last save.
22588 Release the lock afterwards.
22589 (desktop-buffer-info): New function.
22590 (desktop-save): Use it. Run `desktop-save-hook' where the doc
22591 says to. Detect conflicts, and manage the lock.
22592 (desktop-read): Detect conflicts. Manage the lock.
22593
22594 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22595
22596 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
22597
22598 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
22599 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
22600 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
22601 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
22602 keysyms rather than byte sequences.
22603 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
22604
22605 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22606
22607 * font-lock.el (font-lock-add-keywords): In case font-lock was only
22608 half-activated, forcefully activate it completely.
22609
22610 2007-06-11 Richard Stallman <rms@gnu.org>
22611
22612 * cus-edit.el (custom-variable-type): Doc fix.
22613
22614 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22615
22616 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
22617 (sh-font-lock-flush-syntax-ppss-cache): New functions.
22618 (sh-font-lock-syntactic-keywords): Use them to distinguish the
22619 different possible cases for \'.
22620
22621 * complete.el (PC-bindings): Don't bind things already bound in the
22622 parent keymap.
22623
22624 * textmodes/bibtex-style.el: New file.
22625
22626 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
22627
22628 * vc-bzr.el: New file.
22629
22630 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22631
22632 * vc-svn.el (vc-svn-program): New var.
22633 (vc-svn-command): Use it.
22634
22635 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
22636
22637 * server.el (server-switch-buffer): Remove redundant check.
22638
22639 2007-06-10 Martin Rudalics <rudalics@gmx.at>
22640
22641 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
22642 Match against file-name-nondirectory.
22643 Fix text on user customization variables.
22644 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
22645
22646 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22647
22648 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
22649
22650 2007-06-09 Davis Herring <herring@lanl.gov>
22651
22652 * desktop.el (desktop-minor-mode-table): Doc fix.
22653
22654 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22655
22656 * textmodes/css-mode.el (css-navigation-syntax-table):
22657 Use set-char-table-range so it also works in the unicode branch.
22658
22659 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
22660
22661 * help-mode.el (help-xref-forward-stack)
22662 (help-xref-stack-forward-item, help-forward-label): New variables.
22663 (help-forward): New button type.
22664 (help-setup-xref): Initialise help-xref-forward-stack.
22665 (help-make-xrefs): Add forward button, if appropriate.
22666 (help-xref-go-back): Push item on forward stack.
22667 (help-xref-go-forward, help-go-forward): New functions.
22668
22669 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
22670
22671 * dired.el (dired-mode-map): Remove spurious separator.
22672
22673 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22674
22675 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
22676
22677 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22678 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
22679
22680 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
22681
22682 * textmodes/org.el: Version number fixed.
22683
22684 2007-06-07 Glenn Morris <rgm@gnu.org>
22685
22686 * version.el (emacs-copyright): New constant.
22687 * startup.el (fancy-splash-tail): Use emacs-copyright.
22688 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
22689
22690 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
22691 `make-local'.
22692 (byte-compile-warnings-safe-p): Add `make-local'.
22693 (byte-compile-make-variable-buffer-local):
22694 Allow byte-compile-warnings to suppress this warning.
22695
22696 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22697 format of "menu" description.
22698 (tutorial--find-changed-keys): Describe the specific menu a
22699 command is in.
22700
22701 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22702 Rewrite compatibility functions to silence byte-compiler.
22703
22704 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22705
22706 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22707 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22708
22709 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
22710
22711 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
22712
22713 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22714
22715 * progmodes/ebrowse.el (ebrowse-member-table):
22716 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
22717 (org-batch-agenda-csv): Fix typos in docstrings.
22718
22719 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
22720
22721 * pgg.el (pgg-sign-region, pgg-sign):
22722 * ses.el (ses-call-printer):
22723 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
22724 * textmodes/org.el (org-cycle): Fix typos in docstrings.
22725
22726 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
22727
22728 * textmodes/org.el (org-export-region-as-html)
22729 (org-replace-region-by-html, org-number-to-letters)
22730 (org-table-fedit-finish, org-normalize-color)
22731 (org-table-fedit-ref-right, org-date-to-gregorian)
22732 (org-table-fedit-move, org-table-convert-refs-to-rc)
22733 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
22734 (org-write-agenda, org-colgroup-info-to-vline-list)
22735 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
22736 (org-indent-line-function, org-export-as-html-to-buffer)
22737 (org-store-agenda-views, org-update-mode-line)
22738 (org-find-if, org-delete-all)
22739 (org-table-fedit-convert-buffer, org-emphasize)
22740 (org-uniquify, org-table-fedit-lisp-indent)
22741 (org-table-fedit-scroll, org-get-todo-sequence-head)
22742 (org-table-fedit-scroll-down, org-table-fedit-line-down)
22743 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
22744 (org-table-fedit-toggle-coordinates, org-dvipng-color)
22745 (org-table-fedit-line-up, org-table-fedit-ref-down)
22746 (org-table-formula-from-user, org-mode-flyspell-verify)
22747 (org-cycle-show-empty-lines, org-ctrl-c-ret)
22748 (org-table-formula-to-user, org-diary-to-ical-string)
22749 (orgtbl-export, org-table-fedit-post-command)
22750 (org-closed-in-range, org-shiftcontrolright)
22751 (org-table-convert-refs-to-an, org-table-hline-and-move)
22752 (org-table-formula-less-p, org-format-table-ascii)
22753 (org-agenda-get-sexps, org-shift-refpart)
22754 (org-diary-sexp-entry, org-time-string-to-absolute)
22755 (org-table-show-reference, org-letters-to-number)
22756 (org-fix-agenda-info, org-table-fedit-ref-up)
22757 (org-table-fedit-shift-reference, org-table-fedit-abort)
22758 (org-closest-date, org-shiftcontrolleft)
22759 (org-at-heading-or-item-p, org-rematch-and-replace)
22760 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
22761 New functions.
22762 (org-table-edit-scroll-down, org-finish-edit-formulas)
22763 (org-table-edit-next-field, org-abort-edit-formulas)
22764 (org-font-lock-level, org-export-find-first-heading-line)
22765 (org-table-edit-line-down, org-table-edit-backward-field)
22766 (org-edit-formula-lisp-indent, org-table-edit-move)
22767 (org-check-log-option, org-this-word)
22768 (org-table-edit-line-up, org-table-edit-formulas-post-command)
22769 (org-agenda-file-to-end, org-expand-file-name)
22770 (org-fake-empty-table-line, org-table-edit-scroll)
22771 (org-toggle-log-option, org-show-reference): Function removed.
22772 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
22773 New defsubsts.
22774 (org-unmodified, org-batch-store-agenda-views)
22775 (org-batch-agenda-csv): New macro.
22776 (org-agenda-export): New customization group.
22777 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
22778 (org-highest-priority, org-agenda-exporter-settings)
22779 (org-log-done-with-time, org-replace-disputed-keys)
22780 (org-format-latex-header, org-export-table-header-tags)
22781 (org-cycle-separator-lines, org-export-table-data-tags)
22782 (org-icalendar-include-sexps)
22783 (org-empty-line-terminates-plain-lists)
22784 (org-log-repeat, org-special-ctrl-a)
22785 (org-table-use-standard-references, org-disputed-keys)
22786 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
22787 (org-agenda-export-html-style): New option.
22788 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
22789 (org-CUA-compatible): Option removed.
22790 (org-agenda-structure, org-sexp-date): New face.
22791 (org-todo-keywords-for-agenda, org-not-done-keywords)
22792 (org-planning-or-clock-line-re, org-agenda-name)
22793 (org-table-colgroup-info, org-todo-sets)
22794 (constants-unit-system, org-clock-mode-line-entry)
22795 (org-mode-line-timer, org-table-current-begin-pos)
22796 (org-todo-keywords-1, org-mode-line-string)
22797 (org-table-clean-did-remove-column, org-table-fedit-map)
22798 (org-clock-heading, org-table-buffer-is-an)
22799 (org-agenda-info, org-done-keywords)
22800 (org-done-keywords-for-agenda, org-todo-heads)
22801 (org-todo-kwd-alist, org-clock-start-time): New variable.
22802 (org-todo-kwd-priority-p, org-edit-formulas-map)
22803 (org-repeat-re, org-todo-kwd-max-priority)
22804 (org-version, org-done-string)
22805 (org-table-clean-did-remove-column-1, org-disputed-keys):
22806 Remove variables.
22807 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
22808 (org-ts-lengths): Constant removed.
22809 (org-follow-gnus-link): Don't ask how many articles to read.
22810 (org-export-find-first-export-line): Rename from
22811 `org-export-find-first-heading'.
22812 Use `org-export-skip-text-before-1st-heading'.
22813 (org-table-fedit-post-command): Rename from
22814 `org-table-edit-formulas-post-command'.
22815 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
22816 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
22817 (org-table-fedit-lisp-indent): Rename from
22818 `org-edit-formula-lisp-indent'.
22819 (org-table-show-reference): Rename from `org-show-reference'.
22820 (org-table-store-formulas): Use `org-table-formula-less-p'.
22821 (org-table-edit-formulas): Position cursor to current field equation.
22822 (org-update-checkbox-count, org-hide-archived-subtrees)
22823 (org-timestamp-up-day, org-timestamp-down-day)
22824 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22825 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
22826 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
22827 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
22828 Let `org-on-heading-p' also check for invisible heading.
22829 (org-read-date): Match am/pm times.
22830 (org-eval-in-calendar): Fix default date in prompt.
22831
22832 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
22833
22834 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
22835 "ChangeLog.a" entries, giving the latter lower priority.
22836
22837 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
22838
22839 * faces.el (face-id): If the argument is a face alias,
22840 return the ID of the target face.
22841
22842 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
22843
22844 * net/socks.el (top): Remove unnecessary copyright line.
22845
22846 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
22847
22848 * longlines.el (longlines-auto-wrap): Handle argument correctly.
22849
22850 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
22851
22852 * net/socks.el: New file, taken from w3 repository.
22853 (top): Update Copyright. Don't load cl.el.
22854 (all): Replace `case' by `cond', `string-to-int' by
22855 `string-to-number', and `process-kill-without-query' by
22856 `set-process-query-on-exit-flag'.
22857 (socks-char-int): Remove defalias and all occurrences.
22858
22859 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
22860
22861 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
22862 Fix typos in docstrings.
22863 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
22864 (compilation-finish-function): Fix typo in obsolescence declaration.
22865
22866 2007-06-03 Sam Steingold <sds@gnu.org>
22867
22868 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
22869 handle unending automatic recompilation of changed files (`omake -P').
22870 (compilation-loop): VISITED is now 5th CDR.
22871 (compilation-next-error-function): Set TIMESTAMP.
22872
22873 2007-06-03 Sam Steingold <sds@gnu.org>
22874
22875 * files.el (kill-buffer-ask): New function.
22876 (kill-some-buffers): Use it.
22877 (kill-matching-buffers): New user command.
22878
22879 2007-06-01 David Kastrup <dak@gnu.org>
22880
22881 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22882 Change default to `top'.
22883
22884 2007-05-31 Richard Stallman <rms@gnu.org>
22885
22886 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
22887
22888 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22889
22890 * textmodes/css-mode.el: New file.
22891
22892 2007-05-30 Michael Olson <mwolson@gnu.org>
22893
22894 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
22895 died and we are trying to send a signal to it. The program using
22896 tq.el should periodically check to see whether the process has
22897 died and react appropriately -- this is not the responsibility of
22898 tq.el, and is consistent with the rest of the tq.el source code.
22899
22900 2007-05-29 Martin Rudalics <rudalics@gmx.at>
22901
22902 * textmodes/table.el (table--point-entered-cell-function)
22903 (table--point-left-cell-function):
22904 Bind `inhibit-point-motion-hooks' to t.
22905
22906 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22907
22908 * emacs-lisp/rx.el (rx): Doc fix.
22909
22910 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
22911
22912 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
22913
22914 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
22915
22916 Sync with Tramp 2.0.56.
22917
22918 * net/tramp.el:
22919 * net/tramp-ftp.el:
22920 * net/tramp-smb.el:
22921 * net/tramp-util.el:
22922 * net/tramp-vc.el:
22923 Don't load cl.el, because that pollutes the namespace. Replace cl
22924 macros by their implementations where necessary. Requested by
22925 Richard Stallman <rms@gnu.org>.
22926
22927 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
22928 doesn't exist.
22929 (with-parsed-tramp-file-name): Protect debug spec during compilation.
22930 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
22931 (tramp-file-name-p, tramp-file-name-multi-method)
22932 (tramp-file-name-method, tramp-file-name-user)
22933 (tramp-file-name-host, tramp-file-name-localname): New defuns,
22934 replacing defstruct `tramp-file-name'.
22935 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
22936 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
22937 Apply `vector' instead of `make-tramp-file-name'.
22938 (tramp-handle-make-auto-save-file-name):
22939 Apply `tramp-temporary-file-directory' for compatibility reasons.
22940 (tramp-completion-mode): Use `natnump' instead of `wholenump'
22941 because of XEmacs.
22942 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
22943 started.
22944
22945 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
22946
22947 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
22948
22949 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
22950
22951 * log-edit.el (log-edit-changelog-paragraph): Return point-max
22952 as the end of the ChangeLog paragraph when it ends without a line
22953 termination.
22954
22955 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
22956
22957 * net/webjump.el (webjump-sample-sites):
22958 Add simple Wikipedia query.
22959
22960 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22961
22962 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
22963 compatibility code.
22964
22965 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
22966 (copyright-update-year): Use it.
22967
22968 * edmacro.el (edmacro-format-keys): Use current-active-maps.
22969
22970 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
22971 Add indentation and debugging info. Fix up comment convention.
22972
22973 * cus-dep.el (custom-make-dependencies): Simplify.
22974
22975 * composite.el (compose-region, decompose-region):
22976 Use inhibit-read-only and restore-buffer-modified-p.
22977
22978 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
22979 (xterm-mouse-event): Use it.
22980
22981 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
22982
22983 * bs.el (bs-cycle-previous): Don't modify the cycle list until
22984 `switch-to-buffer' has returned succesfully.
22985 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
22986 window is dedicated (it could iconify the frame).
22987
22988 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
22989
22990 * vc-hooks.el (vc-find-root): Fix file attribute test.
22991
22992 2007-05-24 Richard Stallman <rms@gnu.org>
22993
22994 * textmodes/flyspell.el (flyspell-correct-word-before-point):
22995 Don't let opoint be nil.
22996 (flyspell-emacs-popup): Explicit error if no dialogs.
22997
22998 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
22999
23000 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
23001 (image-next-line, image-previous-line, image-scroll-up)
23002 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
23003 New functions.
23004 (image-mode-map): Remap motion commands.
23005 (image-mode-text-map): New keymap for viewing images as text.
23006 (image-mode): Use image-mode-map.
23007 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
23008
23009 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23010
23011 * textmodes/fill.el (canonically-space-region): Make the second arg
23012 a marker if it's not already the case.
23013
23014 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23015
23016 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
23017 (tar-get-descriptor): Handle type 55, an extended pax header.
23018
23019 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23020
23021 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
23022 to confuse outline-minor-mode.
23023
23024 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23025
23026 * tar-mode.el (tar-file-name-handler): New function.
23027 (tar-extract): Bind file-name-handler-alist to it to force
23028 find-buffer-file-type-coding-system behave as if the file being
23029 extracted existed. Use last-coding-system-used to force
23030 buffer-file-coding-system to what decode-coding-region actually
23031 used to decode the file.
23032
23033 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23034
23035 * progmodes/compile.el (compilation-handle-exit):
23036 `compilation-finish-function' may change the current buffer.
23037
23038 2007-05-22 Richard Stallman <rms@gnu.org>
23039
23040 * files.el (set-auto-mode): Doc fix.
23041
23042 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
23043
23044 * help-fns.el (find-source-lisp-file): New function.
23045 (describe-function-1): Use find-source-lisp-file to find source
23046 file in compile tree.
23047
23048 2007-05-22 Eli Zaretskii <eliz@gnu.org>
23049
23050 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23051
23052 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
23053
23054 * emacs-lisp/easy-mmode.el (define-minor-mode)
23055 (easy-mmode-define-navigation): Fix typos in docstrings.
23056
23057 2007-05-22 Glenn Morris <rgm@gnu.org>
23058
23059 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
23060
23061 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
23062
23063 * mail/mail-extr.el (mail-extract-address-components):
23064 Recognize non-ASCII characters except for NBSP as words.
23065
23066 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
23067
23068 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
23069 (rcirc-print): Handle `window-width'.
23070 (rcirc-buffer-maximum-lines): Doc fix.
23071
23072 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
23073
23074 * image-mode.el (image-toggle-display): Don't clear image cache.
23075 Only use filename in image spec if the file is readable.
23076 Call image-refresh.
23077
23078 * image.el (image-type-from-file-name, image-type): Simplify.
23079 (image-type-auto-detected-p): Don't scan auto-mode-alist.
23080
23081 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
23082 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
23083
23084 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23085
23086 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
23087 is an error.
23088
23089 * term/linux.el (terminal-init-linux): Don't signal an error
23090 if gpm isn't running.
23091
23092 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23093
23094 * t-mouse.el: Reduce to a minor-mode macro call.
23095 (t-mouse-mode): Remove the lighter.
23096
23097 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
23098
23099 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
23100
23101 * files.el (auto-mode-alist): Change the regexp so that
23102 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
23103
23104 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
23105
23106 * Version 22.1 released.
23107
23108 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
23109
23110 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
23111 changes.
23112
23113 2007-05-19 Kevin Ryde <user42@zip.com.au>
23114
23115 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
23116
23117 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
23118
23119 * textmodes/sgml-mode.el: Revert last change.
23120
23121 2007-05-18 Richard Stallman <rms@gnu.org>
23122
23123 * simple.el (push-mark): Doc fix.
23124
23125 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
23126
23127 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
23128 tpu-global-map.
23129 (tpu-original-global-map): Variable deleted.
23130 (tpu-control-keys-map): New keymap variable.
23131 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
23132 setting keymapping directly.
23133 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
23134 tpu-global-map.
23135 (tpu-edt-on): Activate the tpu-global-map.
23136 (tpu-edt-off): Deactivate the tpu-global-map.
23137
23138 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
23139
23140 * textmodes/ispell.el (ispell-get-word): Return markers
23141 for start and end positions.
23142 (ispell-word): Assume END is a marker.
23143
23144 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
23145
23146 * textmodes/sgml-mode.el (sgml-tag):
23147 Fix bug: Call sgml-transformation-function.
23148
23149 2007-05-17 Martin Rudalics <rudalics@gmx.at>
23150
23151 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
23152 modified flag of buffer. Use `inhibit-modification-hooks'.
23153
23154 2007-05-16 Richard Stallman <rms@gnu.org>
23155
23156 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
23157
23158 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23159
23160 * files.el (magic-mode-alist, magic-fallback-mode-alist):
23161 Move the *ml, Postscript, and XmCD entries to the fallback part.
23162
23163 * files.el (magic-fallback-mode-alist):
23164 Rename from file-start-mode-alist.
23165
23166 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23167
23168 * progmodes/compile.el (compilation-handle-exit): Quote first
23169 argument of `run-hook-with-args'.
23170
23171 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
23172
23173 * buff-menu.el (Buffer-menu-sort-column):
23174 * dabbrev.el (dabbrev-upcase-means-case-search):
23175 * dired.el (dired-recursive-deletes, dired-recursive-copies):
23176 * info.el (Info-current-subfile):
23177 * ls-lisp.el (ls-lisp-verbosity):
23178 * msb.el (msb-menu-cond):
23179 * pcvs.el (cvs-dired-use-hook):
23180 * simple.el (set-mark-command-repeat-pop):
23181 * time.el (display-time-24hr-format, display-time-mail-file):
23182 Doc fixes.
23183
23184 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
23185 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
23186
23187 * view.el (view-inhibit-help-message): Fix typo in docstring.
23188 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
23189
23190 2007-05-16 Martin Rudalics <rudalics@gmx.at>
23191
23192 * textmodes/ispell.el (ispell-start-process): Defend against bad
23193 default-directory.
23194
23195 2007-05-14 Eli Zaretskii <eliz@gnu.org>
23196
23197 * mail/rmail.el (rmail-convert-to-babyl-format): Check
23198 content-transfer-encoding _last_, because it's its position that
23199 we need as value of base64-header-field-end.
23200
23201 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
23202
23203 * files.el (mode-require-final-newline, require-final-newline)
23204 (enable-local-variables, enable-local-eval): Doc fixes.
23205
23206 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23207
23208 * ps-print.el: Use default color when foreground or background color
23209 are unspecified. Reported by Leo <sdl.web@gmail.com>.
23210 (ps-print-version): New version 6.7.4.
23211 (ps-rgb-color): New argument. Use default color when color is
23212 unspecified.
23213 (ps-begin-job): Fix code.
23214
23215 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
23216
23217 * longlines.el (longlines-mode): Make longlines-auto-wrap
23218 buffer-local. Add hooks unconditionally.
23219 (longlines-auto-wrap): Toggle wrapping.
23220 (longlines-after-change-function)
23221 (longlines-post-command-function): Check longlines-auto-wrap.
23222
23223 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
23224
23225 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
23226 (xterm-mouse-translate): Use it.
23227
23228 2007-05-10 Richard Stallman <rms@gnu.org>
23229
23230 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
23231 (iso-cvt-write-only): Likewise.
23232
23233 * emacs-lisp/easy-mmode.el (define-minor-mode):
23234 Fix generated doc string.
23235
23236 * startup.el (fancy-splash-text): Add URL of guided tour.
23237 Adjust horizontal and vertical whitespace.
23238
23239 * progmodes/compile.el (compilation-handle-exit):
23240 Use run-hook-with-args to run compilation-finish-functions.
23241
23242 * files.el (file-start-mode-alist): New variable.
23243 (magic-mode-regexp-match-limit): Doc fix.
23244 (set-auto-mode): Handle file-start-mode-alist.
23245 A little cleanup of structure.
23246
23247 * dabbrev.el (dabbrev-eliminate-newlines):
23248 Renamed from dabbrev--eliminate-newlines. All uses changed.
23249
23250 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
23251
23252 * man.el (Man-next-section): Don't consider the last line of the page
23253 as being part of any section.
23254
23255 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
23256
23257 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
23258 can take any number of values.
23259
23260 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23261
23262 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
23263 to the list of citation commands.
23264
23265 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23266
23267 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
23268
23269 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
23270
23271 * progmodes/python.el (python-font-lock-keywords)
23272 (python-open-block-statement-p, python-mode): Add support for the new
23273 "with" keyword.
23274
23275 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23276
23277 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
23278 the exact opposite of diff-goto-source.
23279
23280 * emacs-lisp/advice.el (ad-special-forms): Remove.
23281 (ad-special-form-p): Use subr-arity.
23282
23283 * newcomment.el (comment-search-forward): Make sure we search forward.
23284 (comment-enter-backward): Try and distinguish the non-matching case at
23285 EOB from the non-matching case with a missing comment-end-skip for
23286 a 2-char comment ender.
23287 (comment-choose-indent): New function extracted from comment-indent.
23288 Improve the alignment algorithm.
23289 (comment-indent): Use it.
23290
23291 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
23292 XML style Processing Instructions.
23293 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
23294 (sgml-calculate-indent): Handle `pi' context.
23295
23296 * vc.el: Ensure that update-changelog issues an error when used with
23297 a backend that does not implement it.
23298 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
23299 Remove `backend' argument. Use expand-file-name.
23300 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
23301
23302 * progmodes/python.el (python-end-of-block): Revert last change.
23303 (python-end-of-statement): Make sure we move *forward*.
23304
23305 2007-05-08 Richard Stallman <rms@gnu.org>
23306
23307 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23308 Don't include non-self-insert commands in the exception for `-'.
23309
23310 2007-05-08 David Reitter <david.reitter@gmail.com>
23311
23312 * progmodes/python.el (python-guess-indent): Check non-nullness
23313 before comparing indent against the 2..8 interval.
23314
23315 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23316
23317 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
23318 available.
23319
23320 2007-05-06 Richard Stallman <rms@gnu.org>
23321
23322 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
23323
23324 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23325
23326 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
23327 rather than storing their value in the revert-buffer function.
23328
23329 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
23330
23331 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
23332 when disabling t-mouse-mode.
23333
23334 2007-05-01 Davis Herring <herring@lanl.gov>
23335
23336 * calendar/timeclock.el: Update version number.
23337 (timeclock-modeline-display): Mention timeclock-use-display-time
23338 in explanatory message.
23339 (timeclock-in): Fix non-interactive workday specifications.
23340 (timeclock-log): Don't kill the log buffer if it already existed.
23341 Suppress warnings when finding the log. Don't check for a nil
23342 project twice. Run hooks after killing the buffer (if applicable).
23343 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
23344 was geometric). All uses changed.
23345 (timeclock-generate-report): Support prefix argument.
23346
23347 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
23348
23349 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
23350 disconnections.
23351
23352 2007-05-01 Romain Francoise <romain@orebokech.com>
23353
23354 * dired-x.el: Revert 2007-04-06 change.
23355
23356 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
23357
23358 * find-dired.el (find-dired-filter): Propertize all text down to eob.
23359
23360 2007-04-29 Richard Stallman <rms@gnu.org>
23361
23362 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
23363
23364 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23365
23366 * progmodes/cc-mode.el (c-before-change): Use point-min rather
23367 than 1.
23368
23369 2007-04-28 Richard Stallman <rms@gnu.org>
23370
23371 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
23372
23373 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
23374
23375 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
23376 don't put stop on toolbar.
23377
23378 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23379
23380 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
23381
23382 2007-04-28 Eli Zaretskii <eliz@gnu.org>
23383
23384 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
23385 instead of $(lisp)/mh-e.
23386
23387 2007-04-28 Glenn Morris <rgm@gnu.org>
23388
23389 * image-dired.el (image-dired-cmd-create-thumbnail-options)
23390 (image-dired-cmd-create-temp-image-options): Replace option
23391 +profile "*" with -strip.
23392
23393 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
23394
23395 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23396 Use window-start and window-end.
23397
23398 2007-04-27 Andreas Schwab <schwab@suse.de>
23399
23400 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
23401
23402 2007-04-27 Eli Zaretskii <eliz@gnu.org>
23403
23404 * textmodes/fill.el (fill-paragraph): Doc fix.
23405
23406 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
23407
23408 * locate.el (locate-in-alternate-database): Doc fix.
23409
23410 2007-04-26 Glenn Morris <rgm@gnu.org>
23411
23412 * button.el (button): Use underline if supported, else fall back
23413 to color.
23414
23415 * version.el (emacs-version): Increase to 22.1.50.
23416
23417 2007-04-25 Richard Stallman <rms@gnu.org>
23418
23419 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
23420
23421 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
23422
23423 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
23424 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
23425 pushing mark.
23426 (idlwave-current-routine): Don't push mark.
23427
23428 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
23429
23430 * image-dired.el (image-dired-display-image): Derive image-type from
23431 filename rather than assuming jpeg, in case no resizing was needed.
23432
23433 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
23434
23435 * custom.el (defface): Doc fix.
23436
23437 See ChangeLog.12 for earlier changes.
23438
23439 ;; Local Variables:
23440 ;; coding: utf-8
23441 ;; add-log-time-zone-rule: t
23442 ;; End:
23443
23444 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
23445
23446 This file is part of GNU Emacs.
23447
23448 GNU Emacs is free software; you can redistribute it and/or modify
23449 it under the terms of the GNU General Public License as published by
23450 the Free Software Foundation; either version 3, or (at your option)
23451 any later version.
23452
23453 GNU Emacs is distributed in the hope that it will be useful,
23454 but WITHOUT ANY WARRANTY; without even the implied warranty of
23455 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23456 GNU General Public License for more details.
23457
23458 You should have received a copy of the GNU General Public License
23459 along with GNU Emacs; see the file COPYING. If not, write to the
23460 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23461 Boston, MA 02110-1301, USA.
23462
23463 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af