Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
2f952059
Commit
2f952059
authored
Jan 01, 2011
by
Mark Lillibridge
Committed by
Stefan Monnier
Jan 01, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/mail/mail-utils.el (mail-strip-quoted-names): Don't modify the
" *temp*" buffer. Fixes: debbugs:7746
parent
d7bfa7a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
26 deletions
+31
-26
lisp/ChangeLog
lisp/ChangeLog
+25
-20
lisp/mail/mail-utils.el
lisp/mail/mail-utils.el
+6
-6
No files found.
lisp/ChangeLog
View file @
2f952059
2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
* mail/mail-utils.el (mail-strip-quoted-names): Don't modify the
" *temp*" buffer (bug#7746).
2011-01-02 Glenn Morris <rgm@gnu.org>
* version.el (emacs-copyright): Set short copyright year to 2011.
...
...
@@ -34,7 +39,7 @@
* mail/rmailmm.el (rmail-mime-parse): Perform parsing in
condition-case and return an error message string if something
goes wrong.
(rmail-show-mime): Adjust
ed
for the above change. Insert the
(rmail-show-mime): Adjust for the above change. Insert the
header by rmail-mime-insert-header.
2010-12-24 Kenichi Handa <handa@m17n.org>
...
...
@@ -45,7 +50,7 @@
(rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
(rmail-mime-entity): Argument changed. All codes handling an
entity object are changed.
(rmail-mime-entity-header, rmail-mime-entity-body): Adjust
ed
for
(rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
the above change.
(rmail-mime-entity-children, rmail-mime-entity-handler)
(rmail-mime-entity-tagline): New functions.
...
...
@@ -55,8 +60,8 @@
(rmail-mime-previous-item, rmail-mime-shown-mode)
(rmail-mime-hidden-mode, rmail-mime-raw-mode)
(rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
(rmail-mime-insert-tagline, rmail-mime-insert-header):
New
functions.
(rmail-mime-insert-tagline, rmail-mime-insert-header):
New
functions.
(rmail-mime-text-handler): Call rmail-mime-insert-text.
(rmail-mime-insert-decoded-text): New function.
(rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
...
...
@@ -65,8 +70,8 @@
(rmail-mime-set-bulk-data): New funciton.
(rmail-mime-insert-bulk): Argument changed.
(rmail-mime-multipart-handler): Return t.
(rmail-mime-process-multipart): Argument changed.
Handle
"multipart/alternative" here.
(rmail-mime-process-multipart): Argument changed.
Handle
"multipart/alternative" here.
(rmail-mime-process): Argument changed.
(rmail-mime-parse): Bind rmail-mime-mbox-buffer.
(rmail-mime-insert): Argument changed. Handle raw display mode.
...
...
@@ -149,8 +154,8 @@
2010-12-08 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-start-file-process):
Protect
buffer-modified value. (Bug#7557)
* net/tramp.el (tramp-handle-start-file-process):
Protect
buffer-modified value. (Bug#7557)
(tramp-action-password): Delete region, do not narrow.
(tramp-process-actions): Do not widen.
...
...
@@ -3615,7 +3620,7 @@
2009-12-25 Kenichi Handa <handa@m17n.org>
* language/indian.el (devanagari-composable-pattern): Fix
ed
to
* language/indian.el (devanagari-composable-pattern): Fix to
handle ZWNJ and ZWJ. Use it in composition-function-table for
Devanagari.
(malayalam-composable-pattern): Fix previous change.
...
...
@@ -3630,8 +3635,8 @@
2009-12-18 Ulf Jasper <ulf.jasper@web.de>
* calendar/icalendar.el (icalendar--convert-tz-offset):
Fix
ed
timezone names.
(icalendar--convert-tz-offset): Fix
ed
the "last-day-problem".
Fix timezone names.
(icalendar--convert-tz-offset): Fix the "last-day-problem".
(icalendar--add-diary-entry): Remove the trailing blank that
diary-make-entry inserts.
...
...
@@ -3648,7 +3653,7 @@
(tramp-advice-file-expand-wildcards): Remove it.
* net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
(tramp-advice-file-expand-wildcards): Move
d
from tramp.el.
(tramp-advice-file-expand-wildcards): Move from tramp.el.
Activate advice for older GNU Emacs versions. (Bug#5237)
2009-12-17 Juanma Barranquero <lekktu@gmail.com>
...
...
@@ -4252,7 +4257,7 @@
(newsticker-treeview-next-new-or-immortal-item): Doc change.
(newsticker--treeview-first-feed): Doc change.
(newsticker-treeview-list-menu)
(newsticker-treeview-item-menu): Add
ed
menu entries.
(newsticker-treeview-item-menu): Add menu entries.
(newsticker-treeview-item-mode): New.
* net/newst-backend.el (newsticker-customize): Delete other
...
...
@@ -9830,7 +9835,7 @@
Don't modify last-coding-system-used by accident.
(tramp-completion-file-name-handler): Apply the checks here,
instead during registration.
(tramp-register-file-name-handlers): Rename
d
from
(tramp-register-file-name-handlers): Rename from
`tramp-register-file-name-handler'. Register both
`tramp-file-name-handler' and `tramp-completion-file-name-handler'.
(tramp-register-completion-file-name-handler): Remove. (Bug#4260)
...
...
@@ -10622,7 +10627,7 @@
'update signal. Instead, update all disassembly buffers only after
threads list.
(gdb): Send -target-detach when buffer is killed (Bug#3794).
(gdb-starting): Move
d
-data-list-register-names...
(gdb-starting): Move -data-list-register-names...
(gdb-stopped): ...here so it's sent when first thread stops.
(gdb-registers-handler-custom): Do nothing if register names are
unknown yet.
...
...
@@ -10761,8 +10766,8 @@
* progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
(gdb-var-create-handler): Rewritten using JSON parser.
(gdb-propertize-header): Move
d
earlier.
(gdb-set-header): Remove
d
to avoid duplication.
(gdb-propertize-header): Move earlier.
(gdb-set-header): Remove to avoid duplication.
(gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
Refresh disassembly buffers only after threads list have been
update.
...
...
@@ -10832,7 +10837,7 @@
(gdb-locals-handler-custom): Now prints data like in variable
declarations.
(gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
Remove
d
confusing buttons.
Remove confusing buttons.
(gdb-invalidate-threads): Append --frame.
(gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
between breakpoints/threads buffers.
...
...
@@ -10910,7 +10915,7 @@
(def-gdb-auto-update-handler): New nopreserve optional argument.
(gdb-stack-list-frames-custom): Print stack from top to bottom.
* progmodes/gdb-mi.el (gdb-pc-address): Remove
d
unused variable.
* progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
(gdb-threads-list, gdb-breakpoints-list): New assoc lists.
(gdb-parent-mode): New mode to derive other GDB modes from.
(gdb-display-disassembly-for-thread)
...
...
@@ -10934,7 +10939,7 @@
(gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
(gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
New commands which show buffers bound to thread.
(gdb-stack-list-locals-regexp): Remove
d
unused regexp.
(gdb-stack-list-locals-regexp): Remove unused regexp.
* progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
(gdb-locals-buffer-name, gdb-registers-buffer-name)
...
...
lisp/mail/mail-utils.el
View file @
2f952059
...
...
@@ -237,12 +237,12 @@ Return a modified address list."
nil
'literal
address
2
)))
address
))))
;;
;
The following piece of ugliness is legacy code. The name was an
;;
;
unfortunate choice --- a flagrant violation of the Emacs Lisp
;;
;
coding conventions. `mail-dont-reply-to' would have been
;;
;
infinitely better. Also, `rmail-dont-reply-to-names' might have
;;
;
been better named `mail-dont-reply-to-names' and sourced from this
;;
;
file instead of in rmail.el. Yuck. -pmr
;; The following piece of ugliness is legacy code. The name was an
;; unfortunate choice --- a flagrant violation of the Emacs Lisp
;; coding conventions. `mail-dont-reply-to' would have been
;; infinitely better. Also, `rmail-dont-reply-to-names' might have
;; been better named `mail-dont-reply-to-names' and sourced from this
;; file instead of in rmail.el. Yuck. -pmr
(
defun
rmail-dont-reply-to
(
destinations
)
"Prune addresses from DESTINATIONS, a list of recipient addresses.
All addresses matching `rmail-dont-reply-to-names' are removed from
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment